I have a 7.10 set up (dual boot with XP) but it doesn't see my wireless card. its not listed in network manager
the system sees it when I run lspci -v
result:
So I found the driver and ran ndiswrapper
result:
I set my /etc/network/interfaces to
still no happiness and no interface. And I run iwconfig and get.
I need some help here. Thank you in advance.
the system sees it when I run lspci -v
result:
Network controller: ADMtek ADM8211 802.11b Wireless Interface (rev 11)
Subsystem: Abocom Systems Inc Unknown device ab60
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at de00 [size=256]
Memory at fe9eec00 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at 50000000 [disabled] [size=128K]
Capabilities: <access denied>
Subsystem: Abocom Systems Inc Unknown device ab60
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at de00 [size=256]
Memory at fe9eec00 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at 50000000 [disabled] [size=128K]
Capabilities: <access denied>
result:
ndiswrapper -l
netadm11 : driver installed
device (1317:8201) present
netadm11 : driver installed
device (1317:8201) present
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto wlan0
iface wlan0 inet dhcp
auto ath0
#iface ath0 inet dhcp
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto wlan0
iface wlan0 inet dhcp
auto ath0
#iface ath0 inet dhcp
lo no wireless extensions.
eth0 no wireless extensions.
eth0 no wireless extensions.
Comment