Hi all, first time writer long time reader.
I have been having some issues trying to get my wireless to actually pick up on a wireless network. I’ve got the setup right with NDISWRAPPER and the drivers at least active. Here’s some readouts
LSPCI (both ethernet controllers only)
00:12.0 Ethernet controller: ALi Corporation ULi 1689,1573
05:0b.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
/sbin/lscpi -n
00:12.0 0200: 10b9:5263 (rev 60)
05:0b.0 0200: 11ab:1faa (rev 03)
IWCONFIG
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s Sensitivity=-200 dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ndiswrapper -l
mrv8335x64 : driver installed
device (11AB:1FAA) present
/usr/sbin/iwlist scan
wlan0 Scan completed :
Cell 01 - Address: 00:1B:2F:4F:75:F6
ESSID:"Treetops"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.457 GHz (Channel 10)
Quality:67/100 Signal level:-53 dBm Noise level:-96 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Extra:atim=0
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Preauthentication Supported
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Also, I do not have the best eye for firmware in dmesg | less… here is what I found in regards to that that has anything to do with wlan
ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
ndiswrapper (link_pe_images:575): fixing KI_USER_SHARED_DATA address in the driver
ndiswrapper: driver mrv8335x64 (Marvell,07/01/2005,3.2.0.7) loaded
vendor=10b9 device=5249
ndiswrapper 0000:05:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ndiswrapper: using IRQ 19
wlan0: ethernet device 00:1e:2a:ad:42:8c using NDIS driver: mrv8335x64, version: 0x3010004, NDIS version: 0x501,
vendor: 'NDIS Network Adapter', 11AB:1FAA.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
............................................
wlan0: no IPv6 routers present
ADDRCONF(NETDEV_UP): wlan0: link is not ready
I am currently running Open Suse 11.1 64 bit in KDE4. The driver I got for my wireless card is the 64 bit driver for Win 2000/XP. I am running Network Manager from KDE3. The AP that I have has both WPA1 and WPA2 activated and also checks the MAC address of the device in question. The MAC address has be entered into the system.
I tried dropping the WPA on the AP but Network Manager won’t let me disable the network security passcode.
That’s all that I can think of for now. Any help would be greatly appreciated.