Hi bsn,
also den thread habe ich gelesen aber kam damit nicht recht klar. Ich versuchs einfach mal.
Verwendete Kernelversion:
Linux david-desktop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686 GNU/Linux
hab keine Karte also geb ich mal nur den usb code an:
Bus 004 Device 002: ID 046d:c52e Logitech, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 04f9:0027 Brother Industries, Ltd HL-2030 Laser Printer
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Wie das Netzwerk konfiguriert ist:
david@david-desktop:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
david@david-desktop:~$ egrep -v "^$|^#" /etc/resolv.conf
domain samsung.router
search samsung.router
nameserver 192.168.220.1
david@david-desktop:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 david-desktop
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Die Zuordnung der Schnittstellen:
david@david-desktop:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x1317:0x0985 (tulip)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:30:05:63:0f:f2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# USB device 0x148f:0x2573 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0e:2e:b2:dc:c5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"Und die momentanen Einstellungen:
david@david-desktop:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:30:05:63:0f:f2
inet6-Adresse: fe80::230:5ff:fe63:ff2/64 Gültigkeitsbereich:Verbindung
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:4 dropped:0 overruns:0 carrier:8
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19 Basisadresse:0x1800
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:86 errors:0 dropped:0 overruns:0 frame:0
TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:9393 (9.3 KB) TX bytes:9393 (9.3 KB)
wlan0 Link encap:Ethernet Hardware Adresse 00:0e:2e:b2:dc:c5
inet Adresse:192.168.220.100 Bcast:192.168.220.255 Maske:255.255.255.0
inet6-Adresse: fe80::20e:2eff:feb2:dcc5/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:16997 errors:0 dropped:0 overruns:0 frame:0
TX packets:18091 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:20856045 (20.8 MB) TX bytes:2259679 (2.2 MB)
david@david-desktop:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.220.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
0.0.0.0 192.168.220.1 0.0.0.0 UG 0 0 0 wlan0
david@david-desktop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"3210 Phone WLAN SL"
Mode:Managed Frequency:2.437 GHz Access Point: 00:C0:A8:C4:6B:88
Bit Rate=54 Mb/s Tx-Power=19 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=62/70 Signal level=-48 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0Zuletzt wie die Internetverbindung funktioniert:
david@david-desktop:~$ ping -c 4 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3023ms
david@david-desktop:~$ ping -c 4 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=1 ttl=54 time=71.6 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=2 ttl=54 time=41.9 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=3 ttl=54 time=52.8 ms
--- ubuntuusers.de ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3003ms
rtt min/avg/max/mdev = 41.901/55.479/71.682/12.301 ms
david@david-desktop:~$ ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3022ms
Reicht das jetzt oder muss ich noch die angeben zur wlan karte (habe doch keine) machen?
sorry dass ich so unbeholfen bin 
Gruß duffhai