View previous topic :: View next topic |
Author |
Message |
readme.txt Tux's lil' helper

Joined: 11 Oct 2005 Posts: 147
|
Posted: Fri Dec 22, 2006 7:28 am Post subject: ndiswrapper: device no found |
|
|
So my card is able to scan for networks with "iwlist wlan0 scan" but when I try and connect to a network it gives me this error
Code: | dhcpcd wlan0
Error, dhcpStart: ioctl SIOCSIFFLAGS: No such device |
tried doing a ifconfig wlan0 up
Code: | ifconfig wlan0 up
SIOCSIFFLAGS: No such device |
So why is my system able to scan for networks and get actual results but not be able to connect to them and get an IP? There should not be an issue with my card communicating with the router since this system had windows prior without any issue connecting.
here some additional information which may help
Code: | #ndiswrapper -v
utils version: 1.9
driver version: 1.25
vermagic: 2.6.18-gentoo-r4 SMP mod_unload 686 gcc-4.1
#ndiswrapper -l
installed drivers:
w70n501 driver installed, hardware (8086:1043) present
#iwconfig
lo no wireless extensions.
eth0 no wireless extensions.ifconfig wlan0
wlan0 IEEE 802.11b ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:11 Mb/s
RTS thr:1600 B Fragment thr:2344 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
#ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr -removed-
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Memory:faffc000-faffd000 |
|
|
Back to top |
|
 |
Sten Tux's lil' helper


Joined: 12 Dec 2006 Posts: 109 Location: Prague, Czechia, European Union
|
Posted: Fri Dec 22, 2006 8:27 am Post subject: Re: ndiswrapper: device no found |
|
|
Please append information from dmesg when modprobing ndiswrapper. _________________ You don’t understand, I break things like this!
xor rsi,rsi
lodsb
Segmentation fault |
|
Back to top |
|
 |
readme.txt Tux's lil' helper

Joined: 11 Oct 2005 Posts: 147
|
Posted: Fri Dec 22, 2006 10:15 am Post subject: |
|
|
oh yeah, one of the most important things....
Code: | ndiswrapper version 1.25 loaded (preempt=no,smp=yes)
ndiswrapper: driver w70n501 (Intel,02/28/2005,1.2.4.35) loaded
ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ
5
ndiswrapper: using IRQ 5
wlan0: vendor: 'Intel(R) PRO/Wireless 7100 LAN Card Driver'
wlan0: ethernet device 00:04:23:62:a5:6e using NDIS driver w70n501, 8086:1043.5.
conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP w
ith WPA, WPA2, WPA2PSK
ndiswrapper (set_packet_filter:730): filter not set: 0x00000000, 0x00000009
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter |
|
|
Back to top |
|
 |
Sten Tux's lil' helper


Joined: 12 Dec 2006 Posts: 109 Location: Prague, Czechia, European Union
|
Posted: Fri Dec 22, 2006 10:52 am Post subject: |
|
|
readme.txt wrote: | oh yeah, one of the most important things....
Code: | ndiswrapper version 1.25 loaded (preempt=no,smp=yes)
ndiswrapper: driver w70n501 (Intel,02/28/2005,1.2.4.35) loaded
ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ
5
ndiswrapper: using IRQ 5
wlan0: vendor: 'Intel(R) PRO/Wireless 7100 LAN Card Driver'
wlan0: ethernet device 00:04:23:62:a5:6e using NDIS driver w70n501, 8086:1043.5.
conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP w
ith WPA, WPA2, WPA2PSK
ndiswrapper (set_packet_filter:730): filter not set: 0x00000000, 0x00000009
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter
ndiswrapper (ndis_net_dev_open:745): couldn't set packet filter |
|
It seems the device is properly initialized. Does dmesg say anything when you try to switch it up? _________________ You don’t understand, I break things like this!
xor rsi,rsi
lodsb
Segmentation fault |
|
Back to top |
|
 |
readme.txt Tux's lil' helper

Joined: 11 Oct 2005 Posts: 147
|
Posted: Fri Dec 22, 2006 10:55 am Post subject: |
|
|
all it says is
Code: | #ifconfig wlan0 up
SIOCSIFFLAGS: No such device
#dmesg
upndiswrapper (ndis_net_dev_open:745): couldn't set packet filter |
|
|
Back to top |
|
 |
Sten Tux's lil' helper


Joined: 12 Dec 2006 Posts: 109 Location: Prague, Czechia, European Union
|
Posted: Fri Dec 22, 2006 1:57 pm Post subject: |
|
|
readme.txt wrote: | all it says is
Code: | #ifconfig wlan0 up
SIOCSIFFLAGS: No such device
#dmesg
upndiswrapper (ndis_net_dev_open:745): couldn't set packet filter |
|
It looks like you have Windows driver that does not work with your card (eg. it is designed for older version or revision etc). _________________ You don’t understand, I break things like this!
xor rsi,rsi
lodsb
Segmentation fault |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|