Zydas USB WLan Treiber
othan 03.06.2006 - 01:20 1593 6
othan
Layer 8 Problem
|
n'abend spiele gerade ein paar Stunden mit einem USB-WLan Stick unter Dapper rum Zyxel ZyAir AG-255H besitzt angeblich einen ZyDAS 1211 chip Kernelversion: 2.6.16.19 (rennt auch ned mitm Dapper std. Kernel) Kernelmodul (zd1211) hab ich bereits von der zydas Homepage gezogen und die lassen sich nach Anleitung kompilieren und installieren das kernelmodul lässt sich auch laden: root@muhbuntu:~# lsusb
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 003: ID 413c:8000 Dell Computer Corp.
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 002: ID 0586:3409 ZyXEL Communications Corp.
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
root@muhbuntu:~# modprobe -v zd1211
insmod /lib/modules/2.6.16.19b/net/zd1211.ko
root@muhbuntu:~# lsmod | grep zd1211
zd1211 287296 0
usbcore 109472 5 zd1211,hci_usb,ehci_hcd,uhci_hcd
root@muhbuntu:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
muss ich noch irgendwo definieren, dass er mir das interface anlegt? tia othan
Bearbeitet von othan am 06.06.2006, 08:39
|
COLOSSUS
AdministratorGNUltra
|
`ifconfig -a` zeigt dir das Device an?
|
othan
Layer 8 Problem
|
`ifconfig -a` zeigt dir das Device an? nein, wieder nur eth0 und lo
|
COLOSSUS
AdministratorGNUltra
|
Poste mal den Output von `dmesg | tail`, direkt nachdem du das Modul geladen hast.
|
othan
Layer 8 Problem
|
[17181008.320000]
[17181008.320000] _____ ____ _ ____
[17181008.320000] |__ / _| _ \ / \ / ___|
[17181008.320000] / / | | | | | |/ _ \ \___ \
[17181008.320000] / /| |_| | |_| / ___ \ ___) |
[17181008.320000] /____\__, |____/_/ \_\____/
[17181008.320000] |___/
[17181008.320000] zd1211 - version 2.12.0.0
[17181008.320000] usbcore: registered new driver zd1211
hab aber gerade noch ein howto gefunden, das ich mal schnell durchspielen will /EDIT: musste beim Treiber die Vendor und Typ ID von "lsusb -v" eintragen. [17179591.396000] eth1 (WE) : Driver using old /proc/net/wireless support, please fix driver !
root@muhbuntu:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
immerhin etwas
Bearbeitet von othan am 03.06.2006, 14:00
|
deagle
Addicted
|
Probiers so wie im 2. Teil vom Howto auf http://zd1211.ath.cx: ifconfig wlan0 up iwconfig wlan0 essid youressidWenn du deine IP via dhcp beziehst, dann noch: dhclient wlan0
|
othan
Layer 8 Problem
|
Probiers so wie im 2. Teil vom Howto auf http://zd1211.ath.cx:
ifconfig wlan0 up iwconfig wlan0 essid youressid
Wenn du deine IP via dhcp beziehst, dann noch:
dhclient wlan0 genau mit dem hab ichs vor 2 minuten zum rennen gebracht und wollts soeben hier posten. das müllt mir zwar das log voll, aber immerhin funktionierts [17189702.448000] zd1211:zd1205: cmd = 8b03
[17189702.780000] zd1211:zd1205: cmd = 8b03
.
.
.
.
.
[17189710.416000] zd1211:zd1205: cmd = 8b03
|