Hello all I have tried 2 methods to get my wireless working
1st : download the linux driver
(1) download driver: http://www.realtek.com.tw/downloads/...Downloads=true
wget ftp://152.104.238.19/cn/wlan/rtl8185...23.2007.tar.gz
(2) unzip the tarball
tar -zxvf rtl8185_linux_26\[1\].1027.0823.2007.tar.gz
(3) compile the drivers
apt-get install build-essential
cd rtl8185_linux_26.1027.0823.2007/
cat readme
...so i...Code:< Installation > Running the scripts can finish all operations of building up modules from source code and start the nic: (1)Build up the driver from the source code ./makedrv (2)Load the driver module to kernel and start up nic ./wlan0up (if "insmod: error inserting 'r8180.ko': -File exists." met, ./wlan0rmv ./wlan0down ./wlan0up should be OK. ) (3)Refer to < Set wireless lan MIBs > to set Wireless LAN specific parameters.
./makedrv
...everything seems to go okay until the end is says...
...and ./wlan0up does not work...Code:make[2]: *** [/root/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.o] Error 1 make[1]: *** [_module_/root/rtl8185_linux_26.1027.0823.2007/rtl8185] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic' make: *** [modules] Error 2
2nd attempt (ndiswrapper)
i follow this how to: http://ubuntuforums.org/showthread.php?t=564419
apt-get install ndiswrapper-common ndiswrapper-utils-1.9
depmod -a
modprobe ndiswrapper
echo 'ndiswrapper' | tee -a /etc/modules
ndiswrapper -m
echo 'blacklist rtl8180' | tee -a /etc/modprobe.d/blacklist
download xp driver: http://www.wireless-driver.com/downl...PCI-Driver.htm
(i tried both .inf files in these packages)
wget http://aliendl.alienware.com/Mobile/....1060.0413.zip
or
wget ftp://210.51.181.211/cn/wlan/rtlwlan-8185(1094).zip
unzip rtlwlan-8185(1094).zip
cd WINXP
ndiswrapper -i net8185.inf
ndiswrapper -l
nano /etc/network/interfacesCode:net8185 : driver installed device (10EC:8185) present (alternate driver: rtl8180)
i add:
then rebootCode:auto wlan0 iface wlan0 inet dhcp
...after reboot i try to iwconfig but no wireless extensions
...and ifconfig only shows my lo and eth0
help!



Adv Reply

Bookmarks