Page 12 of 12 FirstFirst ... 2101112
Results 111 to 119 of 119

Thread: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

  1. #111
    Join Date
    Nov 2013
    Beans
    8

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Is this what your looking for? I am so freaking new at this it isn't funny

    [ 9.152353] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
    [ 9.354138] rtlwifi: Firmware rtlwifi/rtl8188efw.bin not available

    eth0 no wireless extensions.

    lo no wireless extensions.

  2. #112
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    rtlwifi: Firmware rtlwifi/rtl8188efw.bin not available
    As expected, you need to download and install the firmware file. Copy and paste.
    I am so freaking new at this it isn't funny
    No worries. You are doing fine. We were all new at one time, even me and even Linus: http://en.wikipedia.org/wiki/Linus_Torvalds
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #113
    Join Date
    Nov 2013
    Beans
    8

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    I would like to say, Thank you sir!

    So that worked. And ummmm, was a very new experience for me and quite strange. I bought this laptop to learn programming hence why I wanted Ubuntu. So, by deleting Windows I am locked in now. Are all driver processes that difficult? Also, I am spinning in circles on the net trying to figure out where to start programming from the very begginging. Everything I found seems to be extremly bias. Any suggestions on where to get started?

  4. #114
    Join Date
    Nov 2013
    Beans
    8

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Last question before I am off... Do I need that zip file anymore?

  5. #115
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    This driver process was actually pretty easy! Most device drivers are included in the kernel by default. As newer devices are introduced and drivers are written, they are included in kernel versions from there forward. For newer device drivers, it is sometimes necessary to backport the driver from a later kernel to the Ubuntu version you are running now. Think about putting a new Corvette motor in an older car. We have backported the motor.

    As for programming, I bought and read a book. It is not my area of expertise. You might ask more here: http://ubuntuforums.org/forumdisplay.php?f=310

    I am glad your wireless is working!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #116
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Quote Originally Posted by jay.hall199 View Post
    Last question before I am off... Do I need that zip file anymore?
    No, but you DO need the folder that was extracted from it, because of this:
    You will have compiled the driver for your currently running kernel only. When Update Manager installs a later linux-image, after reboot, re-compile:

    Code:
    cd Desktop/backports-3.11-rc3-1/
    make clean
    make defconfig-rtlwifi
    make
    sudo make install
    sudo modprobe rtl8188ee
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #117
    Join Date
    Mar 2014
    Beans
    2

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Sorry to bother, where does one find the rtlwifi/rtl8188efw.bin file? redownloaded the linux-firmware package and looked through all of the "rlt" folders and none of them had any differences than what i had in my file system. and is there a way i can just push the file into the folder and reboot and get the wifi card to work?

    I stumbled into this problem by deleting it THINKING i could place an aircrack-ng patch file in the same location and that didnt turn out so well...

  8. #118
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    where does one find the rtlwifi/rtl8188efw.bin
    It is here: http://security.ubuntu.com/ubuntu/po....127.4_all.deb

    There is nothing about this file that differs particularly from 14.04, 13.10 or whatever. Rather that try to mess with it manually, I suggest you download the deb to your desktop and, in a terminal:
    Code:
    sudo dpkg -i ~/Desktop/linux-firmware_1.127.4_all.deb
    You should be all set.

    DISCLAIMER: I know nothing, nor do I intend to learn, anything about aircrack, aircrack-ng or airgoofy, etc.. Please don't ask.
    Last edited by chili555; August 7th, 2014 at 01:46 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #119
    Join Date
    Mar 2014
    Beans
    2

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Quote Originally Posted by chili555 View Post
    It is here: http://security.ubuntu.com/ubuntu/po....127.4_all.deb

    There is nothing about this file that differs particularly from 14.04, 13.10 or whatever. Rather that try to mess with it manually, I suggest you download the deb to your desktop and, in a terminal:
    Code:
    sudo dpkg -i ~/Desktop/linux-firmware_1.127.4_all.deb
    You should be all set.

    DISCLAIMER: I know nothing, nor do I intend to learn, anything about aircrack, aircrack-ng or airgoofy, etc.. Please don't ask.
    THANK YOU SO MUCH i thought i was a gonner! Chili your the best!

Page 12 of 12 FirstFirst ... 2101112

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •