Hi all, I’ve a problem to make work the usb wlan adapter Atlantis-Land A02-UP-W54 with ndiswrapper on OpensSuse 11.1.
I’ve installed sucesfully ndiswrapper from the OpenSuse CD with Yast2.
So I’ve installed the windows driver by prompting “ndiswrapper -i …/driverpath/drivername.inf” and all seems going right, in fact when I type “ndiswrapper -l” it returns <driver name>: driver installed device (<devideId>) present.
The problems starts when I try to modprobe the ndiswrapper module… when I type “ndiswrapper -m” it returns:
module configuration contains directive install usb:v0457p0163ddcdscdpiciscip* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 868, <MODPROBE> line 564.
adding “alias wlan0 ndiswrapper” to /etc/modprobe.d/ndiswrapper …
but it doesn’t seems too serious, so I type “modprobe ndiswrapper” and when I press enter… nothing appen! The usb led sty off, no life-signal by the computer and when i type “iwconfig” no wireless connection appears!
What can I do to resolve this problem?
Here all what i’ve done on the console:
linux-j3nd:/home/danilo # ndiswrapper -i /home/danilo/Driver/SiS163u.INF
installing sis163u …
linux-j3nd:/home/danilo # ndiswrapper -l
sis163u : driver installed
device (0457:0163) present
linux-j3nd:/home/danilo # lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 192f:0616 Avago Technologies, Pte.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 13fe:1f23 Kingston Technology Company Inc.
Bus 001 Device 003: ID 0457:0163 Silicon Integrated Systems Corp. 802.11 Wireless LAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
linux-j3nd:/home/danilo # ndiswrapper -m
module configuration contains directive install usb:v0457p0163ddcdscdpiciscip* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper line 868, <MODPROBE> line 564.
adding “alias wlan0 ndiswrapper” to /etc/modprobe.d/ndiswrapper …
linux-j3nd:/home/danilo # modprobe ndiswrapper
linux-j3nd:/home/danilo # iwconfig
lo no wireless extensions.
I had this same problem with a usb wireless adapter that worked until a zypper update. I did all the things you tried and all the tips I could find online, but the usb adapter would not start.
After hours, I gave up, shut the computer down and went away for 3 days. When I booted it up to try again, not only was the adapter recognized, but wicd had already connected me to the internet.
Obviously, some process I don’t know about had to be restarted. The shutdown and then restart got that process going again.
No. My waiting some days was because I didn’t want to be bothered with trying to fix it. Do you have a light or anything on the adapter that tells you it is working? When mine was not working, it gave no indication that the adapter was connected, that is no blinking light. A reboot fixed that, too.
A long time ago, got a tricky card working by calling it wlan1 and going into yast and setting control to traditional method, then running ifup wlan1 in a terminal. At this point it would take only a minute to try that.
I hope a wireless guru, lwfinger, gets on here to help you.
If you want so see how “well” that piece of hardware works under linux, use $SEARCH_ENGINE of your choice, search for your stick in context with linux and/or ndiswrapper, read the reports of other users and draw your conclusions, then go back to 1).
P.S. If you have x86_64 architecture installed, don’t even bother to search and go directly to 1).
No, you will get well supported WLAN adapters from 20-30€, just bought a PCMCIA-Card for a friend, 25€, Broadcom chipset, worked OOTB, some USB adapters are even under 20€.
Exactly, it “should work” but in reality it does not work reliably, if you start searching a little more, you will find hundreds of threads reporting this device to be extremely unreliable if it even works at all.
May be your system has another driver for your card installed. Check it and remove all non-needed wifi drivers. I have asus wl-167g and it was the same problem with it. If it doesn’t help I wanna see your dmesg, when you type “modprobe ndiswrapper”.
emptyX wrote:
> May be your system has another driver for your card installed. Check it
> and remove all non-needed wifi drivers. I have asus wl-167g and it was
> the same problem with it. If it doesn’t help I wanna see your dmesg,
> when you type “modprobe ndiswrapper”.
There are no USB wireless devices that use 0457:0163 as their IDs,
thus no other driver should be loaded unless SiS misappropriated a USB ID.
Incidentally, you should always use ‘modprobe -v xxxxx’ when loading a
module. That way you will always get some output unless the module is
already loaded. Looking at the dmesg output is a good idea.
ok i type dmesg before and after typing “modprobe -v ndiswrapper”
This are the results:
danilo@linux-j3nd:~> dmesg
…
usbhid: v2.6:USB HID core driver
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
udevd version 128 started ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
Linux agpgart interface v0.103
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
…
linux-j3nd:/home/danilo # modprobe -v ndiswrapper
linux-j3nd:/home/danilo # dmesg
…
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
udevd version 128 started ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
Linux agpgart interface v0.103
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
agpgart-amd64 0000:00:00.0: setting up Nforce3 AGP
agpgart-amd64 0000:00:00.0: AGP aperture is 64M @ 0xf8000000
…
As you can see, after typing “modprobe -v ndiswrapper” ther’s no output, so the module should be loaded, and in fact on dmesg comand it says that the ndiswrapper module is loaded.