You are not logged in.
Pages: 1
Hello arch community!
I decided to give arch a try today, but I have problems using the netinstall. I use an AVM Fritz Wlan stick and need ndiswrapper to install its driver.
I can not use a wired connection for installation, so is there a way to get ndiswrapper working, during the netinstall?
I already tried putting ndiswrapper on a USB stick, mounted it in the arch iso and tried to install it, using the "make" command.
When I do this, it suggests that I should use "_make" instead, but that doesn't work either. After that I tried installing it using pacman -Up /path/to/package, but it just tells me the package is invalid or corrupted.
Am I just using a wrong package? I downloaded ndiswrapper here: http://sourceforge.net/projects/ndiswra … es/stable/
Offline
Offline
Thanks, it works with the package from the repos.
So, I got ndiswrapper and my wlan driver installed and loaded the ndiswrapper module.
The problem is, iwconfig is still not showing a wireless interface and "iw dev" says "nl180211 not found".
I think ndiswrapper is loaded correctly, it does show up in lsmod. The driver is also loaded correctly, when I type in "ndiswrapper -l" it shows the driver and that the device is present.
edit:
"dmesg | grep ndis" only shows that ndiswrapper 1.58 is loaded and that usbcore registered it, if that helps in any way.
Last edited by Alfred (2013-06-22 20:45:46)
Offline
Nobody here who has an idea how to solve this problem?
My stick's ID is 057c:6201, in case that is relevant.
Offline
I don't, since I haven't used ndiswrapper in years.
Did you read the documentation in the wiki?
Offline
This little paragraph: https://wiki.archlinux.org/index.php/Wi … diswrapper ? Yes I did, and I used ndiswrapper exactly like that, but I still don't have a wireless interface showing up.
Also, my wlan stick is in the list of known working devices for ndiswrapper: http://sourceforge.net/apps/mediawiki/n … gory:WORKS (AVM Fritz!WLAN USB Stick v1.1)
so there should be a way to get this working.
Offline
The sourceforge page has some information about it.
I'm not exactly sure, but have you tried using "ip" instead of "iw"?
Offline
I'm not exactly sure, but have you tried using "ip" instead of "iw"?
Like ip dev and ipconfig instead of iw dev and iwconfig?
I tried that and both ip dev and ipconfig don't work (unknown command).
Offline
Pages: 1