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

Kein WLAN unter Ubuntu 7.1

mohack

Newbie
Hallo. Ich habe zwar schon die Suche bemüht, allerdings keinen Eintrag gefunden, der mir weiterhalf. Mein Problem:
Habe Vista und Kubuntu7.1 auf meinem Laptop laufen, ein HP Compaq 6519b. Mein WLAN-Router ist ein Buffalo WHR-G54S, der mir unter Vista keinerlei Probleme macht. Nun findet jedoch Kubuntu keine Netze und die WLAN-LED blinkt in 2s-Abständen. Die Karte ist erkannt und aktiv, der Treiber auch. Hat jemand eine Idee?
MfG
 

whois

Ultimate Guru
Hi

Lies dich doch mal bitte in den Link ein.
Da sind einige nützliche Tipps dabei.

http://wiki.ubuntuusers.de/WLAN

cu
 
OP
M

mohack

Newbie
danke. hab ich schon geguckt, hilft leider nicht weiter.
zu meiner konfiguration:

1) Netzwerk: Analog T-DSL über Teledat 330 LAN Modem, Buffalo WHR-G54S Router, PC über Kabel angeschlossen, Notebook über WLAN (unter Vista läuft's dadrauf). eth1 ist mein wlan.

bei den nachfolgenden Befehlen war das Notebook gleichzeitig über Kabel mit dem Router verbunden (sonst ja kein Inet):
Code:
2)
Code:
 jupp-ubuntu:~$ lspci | grep -i net
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
18:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)


3)
Code:
  jupp- ubuntu:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
iface eth1 inet dhcp
auto eth1



jupp-ubuntu:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 192.168.11.1



jupp-ubuntu:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 jupp-ubuntu
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhos



jupp-ubuntu:~$ ifconfig
eth0      Protokoll:Ethernet  Hardware Adresse 00:1A:4B:69:80:14
          inet Adresse:192.168.11.2  Bcast:192.168.11.255  Maske:255.255.255.0
          inet6 Adresse: fe80::21a:4bff:fe69:8014/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3671 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3743 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:2142731 (2.0 MB)  TX bytes:626343 (611.6 KB)
          Interrupt:18

eth1      Protokoll:Ethernet  Hardware Adresse 00:1B:77:D4:4D:69
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:4817 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:17 Basisadresse:0x2000 Speicher:e4100000-e4100fff

eth1:avah Protokoll:Ethernet  Hardware Adresse 00:1B:77:D4:4D:69
          inet Adresse:169.254.6.199  Bcast:169.254.255.255  Maske:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          Interrupt:17 Basisadresse:0x2000 Speicher:e4100000-e4100fff

lo        Protokoll: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  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:1184 (1.1 KB)  TX bytes:1184 (1.1 KB)



jupp-ubuntu:~$ route -n
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.11.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth1
0.0.0.0         192.168.11.1    0.0.0.0         UG    0      0        0 eth0
0.0.0.0         0.0.0.0         0.0.0.0         U     1000   0        0 eth1



jupp-ubuntu:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      unassociated  ESSID:off/any
          Mode:Managed  Frequency=nan kHz  Access Point: Not-Associated
          Bit Rate:0 kb/s   Tx-Power:16 dBm
          Retry limit:15   RTS thr:off   Fragment thr:off
          Power Management:off
          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:4857   Missed beacon:0



Mit Kabel:
jupp-ubuntu:~$ ping -c 4 192.168.11.1
PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data.
64 bytes from 192.168.11.1: icmp_seq=1 ttl=64 time=2.78 ms
64 bytes from 192.168.11.1: icmp_seq=2 ttl=64 time=0.669 ms
64 bytes from 192.168.11.1: icmp_seq=3 ttl=64 time=0.651 ms
64 bytes from 192.168.11.1: icmp_seq=4 ttl=64 time=0.711 ms

--- 192.168.11.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.651/1.204/2.788/0.915 ms

jupp-ubuntu:~$ ping -c 4 www.ubuntuusers.de
PING www.ubuntuusers.de (213.95.41.11) 56(84) bytes of data.
64 bytes from webserver.ubuntu-eu.org (213.95.41.11): icmp_seq=1 ttl=56 time=48.4 ms
64 bytes from webserver.ubuntu-eu.org (213.95.41.11): icmp_seq=2 ttl=56 time=49.0 ms
64 bytes from webserver.ubuntu-eu.org (213.95.41.11): icmp_seq=3 ttl=56 time=48.4 ms
64 bytes from webserver.ubuntu-eu.org (213.95.41.11): icmp_seq=4 ttl=56 time=48.0 ms

--- www.ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 48.043/48.483/49.028/0.415 ms


Ohne Kabel:
jupp-ubuntu:~$ ping -c 4 192.168.11.1
PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data.
From 169.254.6.199 icmp_seq=1 Destination Host Unreachable
From 169.254.6.199 icmp_seq=2 Destination Host Unreachable
From 169.254.6.199 icmp_seq=3 Destination Host Unreachable
From 169.254.6.199 icmp_seq=4 Destination Host Unreachable

--- 192.168.11.1 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3013ms
, pipe 3

jupp-ubuntu:~$ ping -c 4 www.ubuntuusers.de
ping: unknown host www.ubuntuusers.de

ich hoffe, das lässt was erkennen :)
Vielen Dank!
 
OP
M

mohack

Newbie
ich habe jetzt wicd und wireless assistant installiert, beide programme finden das netz, können aber beide nicht verbinden. verschlüsselung und passwort sind richtig eingestellt... bei optaining ip-adresse ist schluss.
 
Oben