LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 06-06-2005, 05:22 AM   #1
Heart
LQ Newbie
 
Registered: Jul 2004
Location: Germany
Distribution: Zenwalk 3.0
Posts: 24

Rep: Reputation: 15
WLAN: NetGear MA111 (usb) and ndiswrapper


Hi,

I'm trying to get my wlan-usb-dongle (NetGear MA111) working under Suse 9.2!

I've already installed the latest ndiswrapper (ver 1.1) successfully.
(lsmod shows me the module "ndiswrapper").

Then I installed the WinXP-driver for my dongle with ndriswrapper. Worked too because I get:
Quote:
# ndiswrapper -l
Installed ndis drivers:
netma111 driver present
After that I made a new network card in Yast ("wireless" with modul name "ndiswrapper") but "ifconfig" shows me only "eth0" and "lo", there is no wlan0!?

What have I done wrong or what is missing?

edit: /var/log/boot.msg show me this:
Quote:
<4>ndiswrapper: unsupported module, tainting kernel.
<6>ndiswrapper version 1.1 loaded (preempt=no,smp=no)
<6>usbcore: registered new driver ndiswrapper
.
.
.
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
eth0 configuration: eth-id-00:0a:e6:5f:0b:bc
eth0 IP address: 192.168.178.8/24
doneWaiting for mandatory devices: wlan0
19 18 16 15 14 13 12 11 10 9 8 7 6 4 3 2 1 0
wlan0 interface could not be set up
failedSetting up service network . . . . . . . . . . . . . . . .failed
<notice>exit status of (network) is (7)
Thanks

Last edited by Heart; 06-06-2005 at 12:44 PM.
 
Old 06-07-2005, 03:53 PM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
"ndiswrapper -l" Should say "hardware present" if it was installed properly. Also you should look at the output of iwconfig for wlan0. There are also native linux drivers, see the howto here
 
Old 06-07-2005, 04:31 PM   #3
Heart
LQ Newbie
 
Registered: Jul 2004
Location: Germany
Distribution: Zenwalk 3.0
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
linux:/home/heart/Download/WLAN/MA111SW/WinXP # rmmod ndiswrapper
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -e netma111
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
No drivers installed
linux:/home/heart/Download/WLAN/MA111SW/WinXP # lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 008: ID 0846:4230 NetGear, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -i NETMA111.INF
Installing netma111
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
Installed ndis drivers:
netma111 driver present
linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -d 0846:4230 netma111
Driver 'netma111' is used for '0846:4230'
linux:/home/heart/Download/WLAN/MA111SW/WinXP # modprobe ndiswrapper
linux:/home/heart/Download/WLAN/MA111SW/WinXP # iwconfig wlan0
wlan0 No such device

linux:/home/heart/Download/WLAN/MA111SW/WinXP # ndiswrapper -l
Installed ndis drivers:
netma111 driver present, hardware present
If I plug in my usb-dongle, /var/log/messages show me:
Code:
Jun  7 19:54:20 linux kernel: usb 3-2: new full speed USB device using address 9
Jun  7 19:54:21 linux kernel: usb 3-2: device not accepting address 9, error -71
Jun  7 19:54:21 linux kernel: usb 3-2: new full speed USB device using address 10
Jun  7 19:54:26 linux kernel: usb 3-2: control timeout on ep0in
Jun  7 19:54:26 linux kernel: ndiswrapper (usb_submit_nt_urb:594): usb_get_descriptor() = -110
Jun  7 19:54:26 linux kernel: ndiswrapper (NdisWriteErrorLogEntry:273): log: C000138B, count: 0 (c14d3960), return address: e13be6ec, entry: e13be773 offset: 4294967161
Jun  7 19:54:26 linux kernel: ndiswrapper (ndiswrapper_add_one_usb_dev:312): Windows driver couldn't initialize the device (C0010006)
Jun  7 19:54:26 linux kernel: ndiswrapper: probe of 3-2:1.0 failed with error -22
 
Old 06-07-2005, 04:45 PM   #4
Heart
LQ Newbie
 
Registered: Jul 2004
Location: Germany
Distribution: Zenwalk 3.0
Posts: 24

Original Poster
Rep: Reputation: 15
suseplugger shows me under

> "Unknown"
> "NetGear Unclassified device"

?
 
Old 06-07-2005, 06:52 PM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
You might have the wrong windows driver. Just noticed the this is the ma111v2, it will not work with wlan-ng like the v1. The v2 is not on the ndiswrapper card list, only the v1. Hopefully you are not using the v1 drivers. The v2 chipset is sis162, you can get windows drivers here. There were native drivers but some say they didn't work well: get them here or here.
 
Old 06-07-2005, 07:14 PM   #6
Heart
LQ Newbie
 
Registered: Jul 2004
Location: Germany
Distribution: Zenwalk 3.0
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by aaa
You might have the wrong windows driver. Just noticed the this is the ma111v2, it will not work with wlan-ng like the v1. The v2 is not on the ndiswrapper card list, only the v1. Hopefully you are not using the v1 drivers. The v2 chipset is sis162, you can get windows drivers here. There were native drivers but some say they didn't work well: get them here or here.
That means, neither linux-wlan-ng driver nor ndiswrapper supports this NetGear MA111

Oh no, because I installed "linux-wlan-ng-0.2.1-pre26" driver and hoped it works with my ma111 (i thought it is there on the list (wlan-linux.org...) (had to to do make and so on with my kernel source which takes ~1hour) And then, also no luck with linux-wlan-ng driver and my ma111

Ok, I'll try sis-windows driver now and/or these native driver and will see if I get it to work
 
Old 02-24-2006, 02:36 AM   #7
france666reds
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
ma111v2 OK ndiswrapper 1.10 e winXP drivers ma111v2 (original)

in ubuntu forum italian the question has been resolved

this is the step by step resolution (in italian)
New Member


Karma: 0
Online

Posts: 36


Re: INSTALLAZIONE ma111v2 netgear (modificato)
« Risposta #21 il: 22 Febbraio, 2006, 23:02:18 »

--------------------------------------------------------------------------------
ricapitoliamo:
(premessa per chi scarica da windows i files necessari: sia i nomi dei files sia i nomi delle
cartelle NON DEVONO CONTENERE SPAZI, se si vuole dividere una parola dall'altra usare _ )
1) dpkg -i di tutti gli archivi mancanti (alcuni erano sul cd di breezy, altri su internet
dh-make
fakeroot (sul cd di breezy mediante synaptic)
gcc 3-4 e gcc 3-4base
linux-headers-2.6.12-9 e 2.6.12-9-386 (su cd di breezy mediante synaptic)
build-essential (su cd di breezy mediante synaptic)
più tutte le loro dependencies (l'ordine cronologico non è questo, ma il comando dpkg -i
ritorna eventuali pacchetti mancanti se necessari) (è la parte più delicata)
2) scarico il file tar-gz di ndiswrapper-1.10 e lo metto in /home
3) sudo tar xvfz ndiswrapper-1.10
4) (entro nella cartella ndiswrapper-1.10) (cd ndiswrapper-1.10)
5) sudo fakeroot debian/rules binary-modules
6) sudo fakeroot debian/rules binary-utils
7) (esco dalla cartella ndiswrapper-1.10) (cd ..)
sudo dpkg -i (i due .deb appena creati con fakeroot)
9) sudo ndiswrapper -i (percorso file ma111v2.inf del driver per windowsXP del ma111v2,
basta prendere il file e trascinarlo nel terminale)(nella cartella ove c'è .inf ho lasciato
tutti gli altri files, non solo il .inf ed il .sys)
10) sudo depmod -a
11) sudo modprobe ndiswrapper
12) sudo ndiswrapper -m

13) entro in amministrazione/rete e trovo la wlan0 pronta per essere configurata con DHCP o
IP statico, la attivo e tutto OK!!!

Last edited by france666reds; 02-24-2006 at 02:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: Configuring the MA111 and other USB WLAN adapters using YaST. Bjerrk LinuxAnswers Discussion 0 09-04-2005 01:57 PM
Problems with linux-wlan-ng and MA111 wireless adapter cdhgee Linux - Software 1 08-29-2005 11:47 PM
WLAN Problem Truemobile 1300 WLAN on Debian 3 with NDISWRAPPER FordPrefect Linux - Laptop and Netbook 2 08-08-2005 10:00 AM
Problem: Belkin F5D7050 USB WLAN + FC2 + ndiswrapper paju Linux - Wireless Networking 4 02-17-2005 03:49 PM
does ndiswrapper support USB Wlan adapter? extremebfn Linux - Wireless Networking 0 06-25-2004 06:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration