high,
also folgendes:
rpm -qa|grep zd1211
lsmod|grep zd1211
lsusb -v
tail -n 10 /etc/modprobe.d/blacklist
uname -r
cat /etc/udev/rules.d/30-net_persistent_names.rules
/sbin/ifconfig
/usr/sbin/iwconfig
/sbin/route -n
cat /etc/resolv.conf
Karte ist traditionell mit ifup eingerichtet und benutze halt noch kinternet.
ichhab die karte mit fester IP eingerichtet und eine 128bit WPA verschlüsselung im router.
so brauchst du noch mehr?
lumpie
also folgendes:
rpm -qa|grep zd1211
linux-8f9y:~ # rpm -qa|grep zd1211
zd1211-firmware-1.3-1
zd1211-driver-kmp-default-r83_2.6.18.2_34-rm.0
lsmod|grep zd1211
linux-8f9y:~ # lsmod|grep zd1211
zd1211 281324 0
usbcore 114896 4 usbhid,zd1211,ehci_hcd,uhci_hcd
lsusb -v
Bus 004 Device 003: ID 0586:3401 ZyXEL Communications Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
idVendor 0x0586 ZyXEL Communications Corp.
idProduct 0x3401
bcdDevice 43.30
iManufacturer 16 ZyXEL
iProduct 32 ZyAIR G-220
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 46
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
tail -n 10 /etc/modprobe.d/blacklist
linux-8f9y:~ # tail -n 10 /etc/modprobe.d/blacklist
alias pci:v0000109Ed0000036Esv00000000sd00000000bc04sc00i00 bttv_skip_it
alias pci:v0000109Ed00000878sv00000000sd00000000bc04sc80i00 bttv_skip_it
install bttv_skip_it /bin/echo "module alias skipped (bt878 chip without PCI Subsystem ID)"
# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
blacklist i82875p_edac
blacklist zd1211rw
blacklist ieee80211softmac
uname -r
linux-8f9y:~ # uname -r
2.6.18.2-34-default
cat /etc/udev/rules.d/30-net_persistent_names.rules
linux-8f9y:~ # cat /etc/udev/rules.d/30-net_persistent_names.rules
# This rules are autogenerated from /lib/udev/rename_netiface.
# But you can modify them, but make sure that you don't use an interface name
# twice. Also add such interface name rules only in this rules file. Otherwise
# rename_netiface will create wrong rules for new interfaces.
# It is safe to delete a rule, as long as you did not disable automatic rule
# generation. Only if all interfaces get a rule the renaming will work
# flawlessly. See also /etc/udev/rules.d/31-net_create_names.rules.
#
# Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for
# further information.
#
# Use only a-z, A-Z and 0-9 for interface names!
#
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:0b:6a:15:0b:4a", IMPORT="/lib/udev/rename_netiface %k eth0"
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:a0:c5:fb:ae:1a", IMPORT="/lib/udev/rename_netiface %k wlan0"
/sbin/ifconfig
linux-8f9y:~ # /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:0B:6A:15:0B:4A
UP BROADCAST NOTRAILERS 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)
Interrupt:177 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3912 (3.8 Kb) TX bytes:3912 (3.8 Kb)
wlan0 Link encap:Ethernet HWaddr 00:A0:C5:FB:AE:1A
inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::2a0:c5ff:fefb:ae1a/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7689 errors:49 dropped:0 overruns:0 frame:49
TX packets:4284 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8726364 (8.3 Mb) TX bytes:352262 (344.0 Kb)
/usr/sbin/iwconfig
linux-8f9y:~ # /usr/sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 802.11b/g NIC ESSID:"Home W-Lan"
Mode:Managed Frequency=2.417 GHz Access Point: 00:12:BF6:48:27
Bit Rate:54 Mb/s
Retryn RTS thr=2432 B Fragment thr
ff
Encryption key:****-****-****-****-****-****-** Security modepen
Power Managementff
Link Quality=92/100 Signal level=46/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:49
Tx excessive retries:562 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
/sbin/route -n
linux-8f9y:~ # /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 wlan0
cat /etc/resolv.conf
linux-8f9y:~ # cat /etc/resolv.conf
domain site
nameserver 192.168.2.1
Karte ist traditionell mit ifup eingerichtet und benutze halt noch kinternet.
ichhab die karte mit fester IP eingerichtet und eine 128bit WPA verschlüsselung im router.
so brauchst du noch mehr?
lumpie