Page 26 of 28 FirstFirst ... 162425262728 LastLast
Results 251 to 260 of 272

Thread: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

  1. #251
    Join Date
    Oct 2007
    Location
    hk
    Beans
    706
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    I am using ndiswrapper for realtek 8187L (ID:8187). The native driver (rtl8187) doesn't work for me. Fixing the rate (e.g. 1M) would only reduce the frequency of disconnection. Also, in my system the native driver cannot auto-negotiate the rate as the signal is weaken. After I have install ndiswrapper with win98 driver the connection is perfect even it's in extremly high trafic.

    p.s. I am using Intrepid i686
    Ubuntu 7.10 on P4 1.8G and PIII 933mHz

  2. #252
    Join Date
    Apr 2009
    Beans
    11

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    I experienced the same problems described in this thread.
    Updating http://wiki.ubuntuusers.de/Linux_Wireless and activating channel11-13 fixed the problem for me on Intrepid(amd64) 2.6.27-11, with RTL8187B usb wlan.

  3. #253
    Join Date
    Oct 2005
    Location
    Hertfordshire, England
    Beans
    53
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    Quote Originally Posted by Tom--d View Post
    "new, much cleaner, rate control API "
    That is in the new Kernel, 2.6.29
    Basically this means (In theory) that all the problems with the wireless card will "disappear".

    There is a way of updating all the wireless drivers in any Ubuntu release (Inculding the driver for the Wireless Card ) to the lastest version (From Kernel 2.6.29)

    This is how:

    Download the package here: http://wireless.kernel.org/download/...ss-2.6.tar.bz2

    And extract it.

    Then:
    (In Terminal)
    Code:
    cd /home/username/Desktop/compact-wireless etc
    Code:
    make
    Code:
    sudo make install
    Reboot!

    Hope it fixes the problems.
    (If wireless doesn't work at first, just, in termainl, run this command:
    Code:
    sudo modprobe rtl8187
    Then wireless should work.
    (If it does, stick that code (without sudo) in /etc/rc.local)
    My Friend followed your instructions (by himself - I'm well impressed) - and it fixed it perfectly - so many thanks for your help.

    Also, sounds like good news that it is fixed in 9.04.

  4. #254
    Join Date
    Apr 2009
    Beans
    7

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    Quote Originally Posted by Tom--d View Post
    Hope it fixes the problems.
    (If wireless doesn't work at first, just, in termainl, run this command:
    Code:
    sudo modprobe rtl8187
    Then wireless should work.
    (If it does, stick that code (without sudo) in /etc/rc.local)
    Thank you for the hint.
    I had done it before and it seemed to work. But this time on another laptop, (same model as mine) it did not.

    Here is the last lines of make command:
    Code:
    ibertas/if_sdio.o
    /home/taner/Desktop/compat-wireless-2009-04-16/drivers/net/wireless/libertas/if_sdio.c:53: error: ‘SDIO_DEVICE_ID_MARVELL_8688WLAN’ undeclared here (not in a function)
    make[4]: *** [/home/taner/Desktop/compat-wireless-2009-04-16/drivers/net/wireless/libertas/if_sdio.o] Error 1
    make[3]: *** [/home/taner/Desktop/compat-wireless-2009-04-16/drivers/net/wireless/libertas] Error 2
    make[2]: *** [/home/taner/Desktop/compat-wireless-2009-04-16/drivers/net/wireless] Error 2
    make[1]: *** [_module_/home/taner/Desktop/compat-wireless-2009-04-16] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
    make: *** [modules] Error 2
    Does it make any sense to anyone out there?
    Last edited by tatterdemalion; April 23rd, 2009 at 05:01 PM.

  5. #255
    Join Date
    Oct 2007
    Beans
    206

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    Quote Originally Posted by tatterdemalion View Post
    Thank you for the hint.
    I had done it before and it seemed to work. But this time on another laptop, (same model as mine) it did not.

    Here are the last lines of make command:
    Code:
    ibertas/if_sdio.o
    /home/taner/Masaüstü/compat-wireless-2009-04-16/drivers/net/wireless/libertas/if_sdio.c:53: error: ‘SDIO_DEVICE_ID_MARVELL_8688WLAN’ undeclared here (not in a function)
    make[4]: *** [/home/taner/Masaüstü/compat-wireless-2009-04-16/drivers/net/wireless/libertas/if_sdio.o] Error 1
    make[3]: *** [/home/taner/Masaüstü/compat-wireless-2009-04-16/drivers/net/wireless/libertas] Error 2
    make[2]: *** [/home/taner/Masaüstü/compat-wireless-2009-04-16/drivers/net/wireless] Error 2
    make[1]: *** [_module_/home/taner/Masaüstü/compat-wireless-2009-04-16] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
    make: *** [modules] Error 2
    Does it make any sense to anyone out there?



    it doesnt make any sense to me i came accross your post cause i googled the same term i just downloaded a 5 day older tar ball and that worked must be a bug that they need to get out

    http://www.orbit-lab.org/kernel/comp...-04-13.tar.bz2

    this is the one i downloaded that built fine

  6. #256
    Join Date
    Apr 2009
    Beans
    11

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    Thx for posting the link anyway.
    I also cannot compile the package for the last ~10days.
    I am pretty new to ubuntu but could it be the kernel 2.6.27-11 is just no longer supported? You can actually make the build work by defining the constant by yourself. Nevertheless it got me in trouble later and the package totally broke my wlan.


    Now I installed the 04-08 version and it works like a charm. It also solves the well known issue of losing your wlan connection when doing to much upload (eg torrent).

  7. #257
    Join Date
    Apr 2009
    Beans
    7

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    Quote Originally Posted by oobe-feisty View Post
    it doesnt make any sense to me i came accross your post cause i googled the same term i just downloaded a 5 day older tar ball and that worked must be a bug that they need to get out

    http://www.orbit-lab.org/kernel/comp...-04-13.tar.bz2

    this is the one i downloaded that built fine
    Thanks. I will try that one.

  8. #258
    Join Date
    Jan 2005
    Beans
    49

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    I installed the latest compat-wireless drivers, and it doesn't make much difference. I'm still downloading at 125 KB/s although I have a 30 Mb connection.

    I tried installing linux-backports-modules-jaunty, but I get the following error after I do sudo modprobe rtl8187 :
    Code:
    FATAL: Error inserting rtl8187 (/lib/modules/2.6.28-11-generic/kernel/drivers/net/wireless/rtl8187.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    This is what dmesg says :
    Code:
    [ 1379.165140] rtl8187: Unknown symbol ieee80211_generic_frame_duration
    [ 1379.165328] rtl8187: disagrees about version of symbol ieee80211_tx_status_irqsafe
    [ 1379.165332] rtl8187: Unknown symbol ieee80211_tx_status_irqsafe
    [ 1379.166763] rtl8187: disagrees about version of symbol ieee80211_unregister_hw
    [ 1379.166767] rtl8187: Unknown symbol ieee80211_unregister_hw
    [ 1379.167231] rtl8187: disagrees about version of symbol ieee80211_rx_irqsafe
    [ 1379.167235] rtl8187: Unknown symbol ieee80211_rx_irqsafe
    [ 1379.167477] rtl8187: disagrees about version of symbol ieee80211_rts_duration
    [ 1379.167481] rtl8187: Unknown symbol ieee80211_rts_duration

  9. #259
    Join Date
    Jan 2005
    Beans
    49

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    After adding this : options cfg80211 ieee80211_regdom="EU" to /etc/modprobe.d/options, i was able to use the backported module.

    However the problem stays the same.

  10. #260
    Join Date
    Nov 2005
    Location
    Mar del Plata, Argentina
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Get RTL8187B (ID: 8197) Working. Step by Step

    I was able to make my rtl8187b work in ubuntu 8.04 with this driver http://rapidshare.com/files/21484241...07.2008.tar.gz

    In ubuntu 9.04 the wireless card is recogniced and it connects to my router (at least it says its connected) but i don't have internet connection or ping response for the router.

    Any ideas?


    Soultion found !! Installing the new driver release from Realtek (2009). You can download it from here http://ubuntuforums.org/attachment.p...8&d=1240801314

    Special thanks to pimpinjg. ( http://ubuntuforums.org/showthread.p...15#post7157415 )
    Last edited by Ropechoborra; April 27th, 2009 at 06:09 AM.

Page 26 of 28 FirstFirst ... 162425262728 LastLast

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
  •