You are not logged in.

#1 2013-06-22 18:21:23

Alfred
Member
Registered: 2013-06-22
Posts: 8

Netinstall and installing ndiswrapper

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

#2 2013-06-22 19:05:26

cedeel
Member
From: ~
Registered: 2009-08-25
Posts: 176
Website

Re: Netinstall and installing ndiswrapper

Yes, you're using the wrong package.
There are perfectly fine packages available in the repositories.

I do realise that you don't have access to the internet when you'll be installing it, so download the packages beforehand, then do

pacman -U /path/to/package-name.tar.xz

Offline

#3 2013-06-22 20:13:52

Alfred
Member
Registered: 2013-06-22
Posts: 8

Re: Netinstall and installing ndiswrapper

Thanks, it works with the package from the repos. smile
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

#4 2013-06-24 17:33:15

Alfred
Member
Registered: 2013-06-22
Posts: 8

Re: Netinstall and installing ndiswrapper

Nobody here who has an idea how to solve this problem?
My stick's ID is 057c:6201, in case that is relevant.

Offline

#5 2013-06-24 17:37:20

cedeel
Member
From: ~
Registered: 2009-08-25
Posts: 176
Website

Re: Netinstall and installing ndiswrapper

I don't, since I haven't used ndiswrapper in years.

Did you read the documentation in the wiki?

Offline

#6 2013-06-24 17:49:26

Alfred
Member
Registered: 2013-06-22
Posts: 8

Re: Netinstall and installing ndiswrapper

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

#7 2013-06-24 18:46:37

cedeel
Member
From: ~
Registered: 2009-08-25
Posts: 176
Website

Re: Netinstall and installing ndiswrapper

The sourceforge page has some information about it.

I'm not exactly sure, but have you tried using "ip" instead of "iw"?

Offline

#8 2013-06-24 19:46:23

Alfred
Member
Registered: 2013-06-22
Posts: 8

Re: Netinstall and installing ndiswrapper

cedeel wrote:

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

Board footer

Powered by FluxBB