On Monday 04 September 2006 19:09, stephan beal wrote:
On Tuesday 05 September 2006 00:56, ka1ifq wrote:
Linksys WUSB11V4
A quick google ("Linksys WUSB11V4 linux driver") turned up this page:
http://www.linuxquestions.org/linux/answers/Networking/Linksys_Ver4_Using_N DISWrapper
The author writes:
"...After this when you boot up your wireless card will automatically load and connect to the network... HTH everybody trying to get the Linksys card working with linux."
I will check this out and add it to my list, thanks. My original looking was on the Suse site, but they do not support ndiswrapper, and I did not find any good info on fully supported cards. After I wrote the message I did a little mode digging and came up with this: http://nextgen.no-ip.org/~andrew/linux/ndiswrapper/ndiswrapperinfo10-32bit.p... It looks like it may be working, but I have to check the routing. SuseDesktop:~ # ifstatus wlan0 wlan0 wlan0 configuration: wlan-bus-usb wlan0 is up 6: wlan0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:12:17:97:f9:4a brd ff:ff:ff:ff:ff:ff inet 10.128.128.251/24 brd 10.128.128.255 scope global wlan0 inet6 fe80::212:17ff:fe97:f94a/64 scope link valid_lft forever preferred_lft forever wlan0 IP address: 10.128.128.251/24 Configured routes for interface wlan0: default 10.128.128.1 - - Active routes for interface wlan0: 10.128.128.0/24 proto kernel scope link src 10.128.128.251 default via 10.128.128.1 0 of 1 configured routes for interface wlan0 up wlan0 IEEE 802.11b ESSID:"linksys" Nickname:"SuseDesktop" Mode:Managed Frequency:2.462 GHz Access Point: 00:0C:41:68:45:E8 Bit Rate=11 Mb/s RTS thr=2432 B Fragment thr=2432 B Encryption key:off Power Management:off Link Quality:0/100 Signal level:-25 dBm Noise level:-256 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 Not sure why the link quality is 0, maybe because no no data xfer yet. I have a WAP at 10.128.128.250 that gets routed to the router (10.128.128.1) so I guess I need to figure that out to get the final connection.