64bit Linux drivers for wireless-n obda:8192

Tapas Mishra mightydreams at gmail.com
Wed Nov 17 17:23:31 UTC 2010


On Wed, Nov 17, 2010 at 7:13 PM, Tarun Khanna <tarunkhanna at gmail.com> wrote:
> Thanks Tapas. Here you go ...
>
> tarun at emachine:~$ lsusb
>

> Bus 002 Device 007: ID 0bda:8192 Realtek Semiconductor Corp.
In my previous message I forgot to mention try upgrading the firmware
from the LAN  ( I am assuming you can connect to LAN from the machine)
remove the previous firmware which I see on the forum you copied to
this directory and put the new firmware
your driver is requesting new firmware and it is not finding that in
the specified location.
Your device is rtl8192u and not rtl8172 or rtl8712 as you are trying.
you should blacklist r8192s_usb.ko (the old driver) by adding it to
/etc/modprobe.d/50-blacklist.conf.
Recompile the new driver (if you have a new upgraded Ubuntu ) in this
situation the kernel would have changed.

$ wget ftp://ftp.dlink.com/Wireless/dwa130_revC/Drivers/dwa130_revC_drivers_linux_006.zip
$ unzip dwa130_revC_drivers_linux_006.zip
$ su
# mkdir -p /usr/local/lib/firmware/RTL8192U
# cp rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U/*
/usr/local/lib/firmware/RTL8192U

and then re install the driver.
Give the output of
lsmod,insmod and dmesg when you insert the driver.
also have a look at this link
http://wireless.kernel.org/en/users/Drivers/rtl819x
this has some information for your hardware.
Excerpts from above link
"The r8192s_usb driver has been dropped in favor of r8712u"
So post your question here
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
you will get better idea to what to do.
-- 
http://mightydreams.blogspot.com




More information about the ubuntu-users mailing list