• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] D-Link DWL-G132 bei Suse 10.2

dplung

Newbie
Fast geklappt (ist nicht geklappt) mit D-Link DWL-G132 USB Wireless LAN:

# lsusb
Bus 004 Device 003: ID 2001:3a03 D-Link Corp. [hex]

# rcnetwork stop
# modprobe -r ndiswrapper
# ndiswrapper -l
athfmwdl : driver installed
# ndiswrapper -r athfmwdl

install driver von: http://support.dlink.com/products/view.asp?productid=DWL-G132

# ndiswrapper -i /tmp/Drivers/NetA5AGU.inf
installing neta5agu ...
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64

# ndiswrapper -m

# modprobe ndiswrapper

# ndiswrapper -l
neta5agu : driver installed
device (2001:3A03) presen

# iwconfig wlan0
# rcnetwork start
Starting the DHCP DBUS Daemon done
Starting the NetworkManagerDispatcher done
Starting the NetworkManager done

# iwconfig wlan0
wlan0 IEEE 802.11g ESSID:eek:ff/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s
Encryption key:eek:ff
Power Management:eek:ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


Mache konfigurasi, wie immer, via yast...
Network Devices -> Network Card -> User Controlled with NetworkManager -> Next ->
Add -> IP:192.168.1.21, Subnet Mask: 255.255.255.0 -> Next -> Finish

Klik(link) NetworkManager -> klik "other wireless blah..." -> ESSID, WPA-PSK, key usw. -> ...Icon NetworkManager is geaendert zu einem wnzg blau farb logo KDE....und jetzt mouse+keyboard geht nicht mehr.

Kann jemand mir helfen....Danke...

:?:
 

Grothesk

Ultimate Guru
Sind da beide Treiber installiert worden?
Siehe hier:
Code:
Card: D-Link DWL-G132 Airplus XtremeG rev. A2 (USB)
 Chipset: Atheros
 usbid: 2001:3a03
 Driver: neta5agu.inf 1.01.41 from D-Link’s site.
 Other: Working w/ ndiswrapper-1.6rc1. Full step-by-step posted in forum http://sourceforge.net/forum/forum.php?thread_id=1384037&forum_id=323167.
 Other: Install both neta5agu and athfmwdl drivers.
Quelle: http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list_c-f/

Und wenn man den NetworkManager benutzt, dann muss man im yast nichts weiter einstellen. Keine Verschlüsselung, kein Netzwerk, nichts.
 
OP
D

dplung

Newbie
Ich habe ndiswrapper kompiliert vom source und sieht jetzt ein bischen besser aus...

# ifconfig wlan0 192.168.1.25 netmask 255.255.255.0
wlan0 Link encap:Ethernet HWaddr 00:AA:BB:AA:BB:AA
inet addr:192.168.1.25 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

# iwconfig wlan0 essid HUHA key 1001100110011 commit
wlan0 IEEE 802.11g ESSID:"HUHA"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:108 Mb/s
Encryption key:0100-1100-1100-11 Security mode:restricted
Power Management:eek:ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

# iwlist wlan0 scanning essid HUHA
wlan0 Scan completed :
Cell 01 - Address: 00:BB:11:BB:11:BB
ESSID:"HUHA"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.437 GHz (Channel 6)
Quality:75/100 Signal level:-48 dBm Noise level:-96 dBm
Encryption key:eek:n
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Extra:atim=0
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK

# ping 182.168.1.25 -> ist OK, aber kann nicht
# ping 182.168.1.50 -> keine verbindung
Kann jemand mir helfen, woran es liegt?

nur richtiges parameter eingeben in networkmanager...

ping 192.168.1.50
PING 192.168.1.50 (192.168.1.50) 56(84) bytes of data.
64 bytes from 192.168.1.50: icmp_seq=1 ttl=64 time=4.55 ms
64 bytes from 192.168.1.50: icmp_seq=2 ttl=64 time=1.58 ms
64 bytes from 192.168.1.50: icmp_seq=3 ttl=64 time=1.48 ms

--- 192.168.1.50 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 1.486/2.540/4.556/1.426 ms
 
OP
D

dplung

Newbie
nur richtiges parameter eingeben in networkmanager...

ping 192.168.1.50
PING 192.168.1.50 (192.168.1.50) 56(84) bytes of data.
64 bytes from 192.168.1.50: icmp_seq=1 ttl=64 time=4.55 ms
64 bytes from 192.168.1.50: icmp_seq=2 ttl=64 time=1.58 ms
64 bytes from 192.168.1.50: icmp_seq=3 ttl=64 time=1.48 ms

--- 192.168.1.50 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 1.486/2.540/4.556/1.426 ms
 
Oben