PDA

View Full Version : Wlan RaLink RT2561/RT61 on Knoppix 5.2



mutsch
04-15-2007, 11:37 AM
I have tried to use the Wlan RaLink RT2561/RT61 on Knoppix 5.2 witout success.
MSI Megabook L720 BS
Model No MS-1047

lspci -v
03:09.0 Network controller: RaLink RT2561/RT61 rev B 802.11g
Subsystem: Micro-Star International Co., Ltd. Unknown device b833
Flags: bus master, slow devsel, latency 64, IRQ 21
Memory at fbff0000 (32-bit, non-prefetchable) [size=32K]
Capabilities: [40] Power Management version 2


lsmod
rt61pci 40836 0
80211 170372 2 rc80211_simple,rt61pci
rt2x00debug 10632 1 rt61pci
eeprom_93cx6 7424 1 rt61pci
crc_itu_t 6272 1 rt61pci
firmware_class 14208 2 rt61pci,pcmcia

ndiswrapper -i /cdrom/KNOPPIX/rt61.inf

If I try to load the device (ifconfig wlan0 up) I get an error that there is no such device present.
Has someone got the same problem?

rusty
04-15-2007, 07:29 PM
Perhaps the output of: ndiswrapper -l , and iwconfig would help.

jonj
04-19-2007, 11:48 PM
from:
http://ndiswrapper.sourceforge.net/mediawiki/index.php/List

Try this:
There will be 3 files net8185.inf net8185.sys net8185.cat. Open a terminal and change to user root with su and root password, then type ndiswrapper -i net8185.inf in the folder where you extracted the driver files hit enter. next ndiswrapper -l shows net8185 driver installed we now have to get the device id from root prompt type lspci -n at the bottom of the list is the belkin card card ID info 1799:701f write this down you will need it for the next portion of the installation. Now from root prompt type ndiswrapper -a 1799:701f net8185 hit enter this associates the net8185 driver with the device ID of the belkin card. from root ndiswrapper -l should now show
net8185 : driver installed
device (1799:701f) present
from root prompt type modprobe ndiswrapper . Then iwconfig. Notice the association of driver and device with ndiswrapper -a
option.