Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

  1. #21
    Join Date
    Feb 2013
    Beans
    24

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Chili,

    Please find the outputs below,

    Code:
    vel@vel-Satellite-C850:~$ sudo apt-get install linux-headers-generic
    [sudo] password for vel: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    linux-headers-generic is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 66 not upgraded.
    vel@vel-Satellite-C850:~$ lspci -nn | grep 0280
    02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8723]
    vel@vel-Satellite-C850:~$
    My screen brightness is very high, i am unable to change it using FN keys. Please help.

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

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    For your wireless device, download this file to your desktop: http://dl.dropbox.com/u/57056576/DRI...14.2012.tar.gz

    Right-click it and select 'Extract Here.' Now open a terminal and do:
    Code:
    cd Desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012
    sudo su
    make
    make install
    modprobe rt8723e
    exit
    On my 12.10 system, it compiles with a couple of harmless looking warnings. I can't test further because I don't have the device. Post back if you get stuck.

    I don't know much about your display issue; you might ask here: http://ubuntuforums.org/forumdisplay.php?f=331
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #23
    Join Date
    Feb 2013
    Beans
    24

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Chili,

    I have downloaded the package and getting the below error while installing it.

    Code:
    root@vel-Satellite-C850:~/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# make
    make -C /lib/modules/3.5.0-25-generic/build M=/home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules
    make[1]: Entering directory `/usr/src/linux-headers-3.5.0-25-generic'
      CC [M]  /home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o
    /home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘_rtl_init_mac80211’:
    /home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6: error: ‘IEEE80211_HW_BEACON_FILTER’ undeclared (first use in this function)
    /home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6: note: each undeclared identifier is reported only once for each function it appears in
    make[2]: *** [/home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o] Error 1
    make[1]: *** [_module_/home/vel/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-25-generic'
    make: *** [all] Error 2
    root@vel-Satellite-C850:~/vel-home/wireless/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#
    BTW, brightness is resolved now after running a complete update.

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

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Interesting. The original file I linked makes on 3.5.0-24 but not -25. Please try this instead; it makes, albeit with a few more warnings: http://www.liteon.com/UserFiles/driv...09.2012.tar.gz
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #25
    Join Date
    Feb 2013
    Beans
    24

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Chili,

    I have tried the above mentioned driver. I have successfully executed the steps mentioned, but getting the below error in the last command.

    Code:
    root@vel-Satellite-C850:/media/E47478CF7478A5C8/new/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012# modprobe rt8723e
    FATAL: Module rt8723e not found.
    root@vel-Satellite-C850:/media/E47478CF7478A5C8/new/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012#
    Please help. Also please let me know how do you find the exact driver for WLAN??

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

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    root@vel-Satellite-C850:/media/E47478CF7478A5C8/new/rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809 .2012# modprobe rt8723e
    FATAL: Module rt8723e not found.
    Then there was an error further up in the compile process. Are you trying to make and install this from a USB key or CD? I believe you need to drag and drop this to your desktop. Please try again.
    Also please let me know how do you find the exact driver for WLAN??
    I don't exactly understand. Do you mean how do I find out what to install from the details you've given me?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #27
    Join Date
    Feb 2013
    Beans
    24

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Quote Originally Posted by chili555 View Post
    Then there was an error further up in the compile process. Are you trying to make and install this from a USB key or CD? I believe you need to drag and drop this to your desktop. Please try again.
    I did copy it to the local hard disk and compiled it from there. I will give it a try and post the results.

    Quote Originally Posted by chili555 View Post
    I don't exactly understand. Do you mean how do I find out what to install from the details you've given me?
    Yes, I mean how do you find out what driver to install from the details i have given.

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

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Yes, I mean how do you find out what driver to install from the details i have given.
    You're asking me to reveal my secrets? Now everyone is going to see how easy it is. If you insist, here goes.

    First, the device ID is everything. Find out with:
    Code:
    lspci -nn
    Or, if it's a USB device:
    Code:
    lsusb
    Here is an example from my machine:
    03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6200 [8086:4239] (rev 35)
    Next, I search Google for the ID numbers. I see this,for example: http://wiki.debian.org/iwlwifi
    PCI: 8086:4239 Intel Corporation Centrino Advanced-N 6200
    This same process, for any networking device, wireless or ethernet, works the same.

    Some devices are covered by a driver in a later Ubuntu version, but not an earlier. We can tell if a device is covered with modinfo:
    Code:
    chili@Think410:~$ modinfo iwlwifi | grep 4239
    alias:          pci:v00008086d00004239sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00004239sv*sd00001311bc*sc*i*
    So we can see that this device is covered by iwlwifi in my Ubuntu version, 12.10. Of course, a few years of experience means I recognize many devices immediately without Googling.

    In order to test whether the device is covered in earlier versions, I use live CDs for 12.04 and 10.04, etc. I can start up the live CD, compile a driver, etc. and give informed replies in a wide variety of cases.

    My favorite cases are the ones where I Google and the first hit includes 'chili555' and 'Solved!'

    I look forward to your compile results.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #29
    Join Date
    Feb 2013
    Beans
    24

    Red face Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Quote Originally Posted by chili555 View Post
    You're asking me to reveal my secrets? Now everyone is going to see how easy it is. If you insist, here goes.

    First, the device ID is everything. Find out with:
    Code:
    lspci -nn
    Or, if it's a USB device:
    Code:
    lsusb
    Here is an example from my machine:Next, I search Google for the ID numbers. I see this,for example: http://wiki.debian.org/iwlwifiThis same process, for any networking device, wireless or ethernet, works the same.

    Some devices are covered by a driver in a later Ubuntu version, but not an earlier. We can tell if a device is covered with modinfo:
    Code:
    chili@Think410:~$ modinfo iwlwifi | grep 4239
    alias:          pci:v00008086d00004239sv*sd00001316bc*sc*i*
    alias:          pci:v00008086d00004239sv*sd00001311bc*sc*i*
    So we can see that this device is covered by iwlwifi in my Ubuntu version, 12.10. Of course, a few years of experience means I recognize many devices immediately without Googling.

    In order to test whether the device is covered in earlier versions, I use live CDs for 12.04 and 10.04, etc. I can start up the live CD, compile a driver, etc. and give informed replies in a wide variety of cases.
    Thanks for revealing your secrets Chili. It was very well explained and organized. As a linux beginner, i would say it is still pain find the drivers(especially for linux) and have them installed successfully. I will continue to explore my knowledge and try to gain to more knowledge in linux (somehow i love linux).

    My favorite cases are the ones where I Google and the first hit includes 'chili555' and 'Solved!'
    That's awesome to hear
    I look forward to your compile results.
    Hurray i just boot my laptop, it figured out my wireless connection and gave me an alert. I was surprised and happy. Now i am sending this message through my wifi connection. Thanks a lot for all your help. However i have USB modem, i hope i will find a driver for that using your above method and have it configured. If i am unable to do so, i will post here and disturb you again!!

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

    Re: Internet connection doesn't work. Lenovo G580. Atheros AR8162/AR9285.

    Glad it's working! Please feel free to post back if I can help you at any time.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 3 of 3 FirstFirst 123

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
  •