Stefan Schlörholz
2004-01-17 16:15:32 UTC
Hello everybody,
I desperately try to get ndiswrapper to work on my ASUS M2400N Notebook.
It is a Centrino Notebook with the Intel 2100 Wireless mini-PCI
Wireless NIC.
I tried linuxant's driverloader before and it worked with the
w70n51.inf/sys files. I know that it can work from another ndiswrapper
users with the same notebook.
Configuration was created by the ./indtall.sh sript. Kernel version is
vanilla 2.4.24 patched with acpi-20031203-2.4.24.diff. ACPI support
konfigured and enabled.
What am I missing or doing wrong?
Here is some output:
clodette:~ # ls -l /usr/sbin/loadndisdriver
-rwxr-xr-x 1 root root 70430 2004-01-17 16:14 /usr/sbin/
loadndisdriver
clodette:~ # ls -l /lib/windrivers/*
-rw-r--r-- 1 root root 80581 2004-01-17 16:14 /lib/
windrivers/w70n51.inf
-rw-r--r-- 1 root root 2370688 2004-01-17 16:14 /lib/
windrivers/w70n51.sys
clodette:~ # lsmod | grep ndis
clodette:~ # modprobe ndiswrapper
Calling putdriver ioctl
Parsing the inf file.
Driver version: 01/11/2003,1.0.28.2
Calling startdriver ioctl
Unable to start driver (check dmesg for more info): No such device
clodette:~ # lsmod | grep ndis
ndiswrapper 53592 0
clodette:~ # dmesg | grep ndis
ndiswrapper version 0.4 loaded
ndiswrapper: error log: C000138A, length: 2 (00000000)
ndiswrapper: error log: C000138D, length: 2 (00000000)
ndiswrapper: error log: C000138D, length: 2 (00000000)
ndiswrapper: Driver init returned error
clodette:~ # ifconfig eth1 up
eth1: unbekannte Schnittstelle: Kein passendes Gerät gefunden
clodette:~ # tail -n4 /etc/modules.conf
#alias eth1 driverloader
alias eth1 ndiswrapper
options ndiswrapper if_name=eth1
post-install ndiswrapper /usr/sbin/loadndisdriver 8086 1043 /lib/
windrivers/w70n51.sys /lib/windrivers/w70n51.inf
clodette:~ # lspci -n | grep 280
01:05.0 Class 0280: 8086:1043 (rev 04)
clodette:~ # lspci | grep 01:05.0
01:05.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
Which additional information do you need?
Stefan
I desperately try to get ndiswrapper to work on my ASUS M2400N Notebook.
It is a Centrino Notebook with the Intel 2100 Wireless mini-PCI
Wireless NIC.
I tried linuxant's driverloader before and it worked with the
w70n51.inf/sys files. I know that it can work from another ndiswrapper
users with the same notebook.
Configuration was created by the ./indtall.sh sript. Kernel version is
vanilla 2.4.24 patched with acpi-20031203-2.4.24.diff. ACPI support
konfigured and enabled.
What am I missing or doing wrong?
Here is some output:
clodette:~ # ls -l /usr/sbin/loadndisdriver
-rwxr-xr-x 1 root root 70430 2004-01-17 16:14 /usr/sbin/
loadndisdriver
clodette:~ # ls -l /lib/windrivers/*
-rw-r--r-- 1 root root 80581 2004-01-17 16:14 /lib/
windrivers/w70n51.inf
-rw-r--r-- 1 root root 2370688 2004-01-17 16:14 /lib/
windrivers/w70n51.sys
clodette:~ # lsmod | grep ndis
clodette:~ # modprobe ndiswrapper
Calling putdriver ioctl
Parsing the inf file.
Driver version: 01/11/2003,1.0.28.2
Calling startdriver ioctl
Unable to start driver (check dmesg for more info): No such device
clodette:~ # lsmod | grep ndis
ndiswrapper 53592 0
clodette:~ # dmesg | grep ndis
ndiswrapper version 0.4 loaded
ndiswrapper: error log: C000138A, length: 2 (00000000)
ndiswrapper: error log: C000138D, length: 2 (00000000)
ndiswrapper: error log: C000138D, length: 2 (00000000)
ndiswrapper: Driver init returned error
clodette:~ # ifconfig eth1 up
eth1: unbekannte Schnittstelle: Kein passendes Gerät gefunden
clodette:~ # tail -n4 /etc/modules.conf
#alias eth1 driverloader
alias eth1 ndiswrapper
options ndiswrapper if_name=eth1
post-install ndiswrapper /usr/sbin/loadndisdriver 8086 1043 /lib/
windrivers/w70n51.sys /lib/windrivers/w70n51.inf
clodette:~ # lspci -n | grep 280
01:05.0 Class 0280: 8086:1043 (rev 04)
clodette:~ # lspci | grep 01:05.0
01:05.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
Which additional information do you need?
Stefan