staging.inyokaproject.org

Kein Wlan mehr mit pk4-e wifi ap nach Backportinstallation

Status: Ungelöst | Ubuntu-Version: Ubuntu 10.04 (Lucid Lynx)
Antworten |

goatrance

Anmeldungsdatum:
12. Juli 2010

Beiträge: Zähle...

Hi,

habe in Karmic jetzt backport installiert, da ich ebenfalls die Abbrüche mit WLAN habe. Ich verwende das WLAN vom board pk4-e wifi ap. Nachdem ich die backports installiert habe, wird kein wlan0 mehr erkannt. Für Ubuntu gibt es jetzt kein WLAN mehr. Was muss ich hierzu einstellen, damit ich das jetzt wieder um laufen bekomme?

LG, Stephan.

Moderiert von praseodym:

Thema aufgeteilt! Bitte erstelle für ein neues Problem ein neues Thema, Danke.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Hallo und willkommen im Forum.

Poste bitte die hier genannten Terminalbefehle.

Gruss

praseodym

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: Zähle...

Hi,

hier sind die Systeminfos. Habe alle Befehle ausgeführt. Bestimmte ergaben keine Ergebnisse, die vorher, als ich das Packet noch nicht installiert hatte, Ergebnisse brachten:

Linux goatrance 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64 GNU/Linux

lspci -nnk | grep -i net -A2
1:00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
2:	Kernel modules: intel-agp
3:00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 02)
4:	Kernel driver in use: pcieport-driver
5-	Kernel modules: shpchp
6:00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
7-	Kernel driver in use: uhci_hcd
8:00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
9-	Kernel driver in use: uhci_hcd
10:00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
11-	Kernel driver in use: uhci_hcd
12:00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
13-	Kernel driver in use: ehci_hcd
14:00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
15-	Kernel driver in use: uhci_hcd
16:00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
17-	Kernel driver in use: uhci_hcd
18:00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
19-	Kernel driver in use: uhci_hcd
20:00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
21-	Kernel driver in use: ehci_hcd
22:00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
23:00:1f.0 ISA bridge [0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller [8086:2916] (rev 02)
24:	Kernel modules: iTCO_wdt
25:00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA RAID Controller [8086:2822] (rev 02)
26-	Kernel driver in use: ahci
27:00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
28-	Kernel modules: i2c-i801
29:01:00.0 VGA compatible controller [0300]: nVidia Corporation GT200b [GeForce GTX 285] [10de:05e3] (rev a1)
30-	Kernel driver in use: nvidia
31-	Kernel modules: nvidia, nvidiafb
32:02:01.0 Multimedia controller [0480]: Creamware GmBH Scope [14b5:0200] (rev 02)
33:02:02.0 Multimedia controller [0480]: Creamware GmBH Pulsar2 [14b5:0600] (rev 02)

lsusb
Bus 007 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04c5:11bc Fujitsu, Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

egrep -v "^S|^#" /etc/network/interfaces
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
wireless-essid Stephan Online


egrep -v "^S|^#" /etc/hosts
127.0.0.1	localhost
127.0.1.1	goatrance

::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

Bearbeitet von praseodym:

Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern, Danke.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Hallo,

diese Ausgabe

Linux goatrance 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64 GNU/Linux

spricht nicht für 10.04 sondern für 9.10. Hast du neu installiert oder ein Upgrade von 9.10 auf 10.04 gemacht? Poste noch bitte die Ausgaben von

lsb_release -a
lsmod

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Hi,

hier jetzt die vollständigen Angaben. Ich bin mit einer Neuinstallation auf 9.10 gegangen, weil wifi da mal vollständig funktioniert hatte. Mit dem neuen Kernel scheint das jetzt wohl auch dort nicht mehr zu gehen. Daher hier die 9.10 Karmic.

LG, Stephan

Linux goatrance 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64 GNU/Linux

lspci -nnk | grep -i net -A2
1:00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
2:	Kernel modules: intel-agp
3:00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 02)
4:	Kernel driver in use: pcieport-driver
5-	Kernel modules: shpchp
6:00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
7-	Kernel driver in use: uhci_hcd
8:00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
9-	Kernel driver in use: uhci_hcd
10:00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
11-	Kernel driver in use: uhci_hcd
12:00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
13-	Kernel driver in use: ehci_hcd
14:00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
15-	Kernel driver in use: uhci_hcd
16:00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
17-	Kernel driver in use: uhci_hcd
18:00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
19-	Kernel driver in use: uhci_hcd
20:00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
21-	Kernel driver in use: ehci_hcd
22:00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
23:00:1f.0 ISA bridge [0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller [8086:2916] (rev 02)
24:	Kernel modules: iTCO_wdt
25:00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA RAID Controller [8086:2822] (rev 02)
26-	Kernel driver in use: ahci
27:00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
28-	Kernel modules: i2c-i801
29:01:00.0 VGA compatible controller [0300]: nVidia Corporation GT200b [GeForce GTX 285] [10de:05e3] (rev a1)
30-	Kernel driver in use: nvidia
31-	Kernel modules: nvidia, nvidiafb
32:02:01.0 Multimedia controller [0480]: Creamware GmBH Scope [14b5:0200] (rev 02)
33:02:02.0 Multimedia controller [0480]: Creamware GmBH Pulsar2 [14b5:0600] (rev 02)

lsusb
Bus 007 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04c5:11bc Fujitsu, Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

egrep -v "^S|^#" /etc/network/interfaces
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
wireless-essid Stephan Online


egrep -v "^S|^#" /etc/hosts
127.0.0.1	localhost
127.0.1.1	goatrance

::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

lsb_release -a
Distributor ID:	Ubuntu
Description:	Ubuntu 9.10
Release:	9.10
Codename:	karmic

lsmod >> conf.txt
Module                  Size  Used by
isofs                  36424  1 
udf                    88296  0 
crc_itu_t               2336  1 udf
nls_iso8859_1           5280  0 
nls_cp437               6976  0 
vfat                   13184  0 
fat                    59832  1 vfat
binfmt_misc            10220  1 
ppdev                   8232  0 
mac80211              273552  0 
compat                  6144  1 mac80211
pcmcia_core            42724  1 compat
led_class               5256  0 
cfg80211              175016  1 mac80211
eeprom_93cx6            2528  0 
iptable_filter          3872  0 
lp                     11908  0 
parport                40528  2 ppdev,lp
ip_tables              21200  1 iptable_filter
x_tables               25832  1 ip_tables
asus_atk0110            9472  0 
nvidia              11110976  38 
usbhid                 43968  0 
usb_storage            66304  0 
floppy                 65192  0 
intel_agp              33040  0 

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Neue Beobachtung:

Auf dem Rechner ist auch xp installiert. Nach einen Reboot von Linux aus nach xp gab es dort dieselben Probleme. Erst war die Verbindung da, dann nicht mehr. Nach dem herunterfahren des Rechner und Kaltstart war das Problem in xp weg. Die Verbindung zum Router wurde zwar einmal beendet, dann aber wieder stabil eingerichtet. Ich verwende die Fritzbox. Es scheint so, als ob Linux hier am Wlan Änderungen vorgenommen hat, die nach einem Reboot bestehen bleiben. Unter ubuntu blieb aber das Problem bestehen, dass kein wlan angezeigt wird, nachdem ich die backports installiert habe.

Verwendet wird WPA2-PSK. Kann Linux hiermit vielleicht nicht umgehen?

LG,

Stephan.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Gibt es im BIOS irgendwelche Einstellungen (WLAN permanent an/aus/letzte Einstellung)? Könnte sein, dass es daran liegt. Reines WPA2 sollte kein Problem sein. Nimm mal das Leerzeichen aus der ESSID raus (wenn Stephan Online) der verwendete ist, das kann Probleme machen.

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Hi,

habe jetzt die neue Version 10.04 installiert ohne backports. Wlan0 wird angezeigt, aber die DSL Verbindung steigt nach kurzer Zeit aus. Wlan wird aber immer noch als aktiv im Radar eingezeigt mit aktueller Sendestärke. Das war der Grund, weshalb ich mit backports Abhilfe schaffen wollte. Da die Netzverbindung aber nicht funktioniert, kann ich auch nichts updaten.

Die aktuelle Konfiguration ist wie folgt:

Distributor ID:	Ubuntu
Description:	Ubuntu 10.04 LTS
Release:	10.04
Codename:	lucid
Module                  Size  Used by
cryptd                  8116  0 
aes_x86_64              7912  3 
aes_generic            27607  1 aes_x86_64
nls_iso8859_1           4633  1 
nls_cp437               6351  1 
vfat                   10802  1 
fat                    55350  1 vfat
binfmt_misc             7960  1 
ppdev                   6375  0 
fbcon                  39270  71 
tileblit                2487  1 fbcon
font                    8053  1 fbcon
bitblit                 5811  1 fbcon
softcursor              1565  1 bitblit
vga16fb                12757  0 
vgastate                9857  1 vga16fb
arc4                    1473  2 
nouveau               515131  2 
rtl8187                53204  0 
ttm                    60815  1 nouveau
mac80211              238128  1 rtl8187
led_class               3732  1 rtl8187
lp                      9336  0 
intel_agp              29225  0 
drm_kms_helper         30742  1 nouveau
parport                37160  2 ppdev,lp
cfg80211              148386  2 rtl8187,mac80211
eeprom_93cx6            1765  1 rtl8187
drm                   198770  4 nouveau,ttm,drm_kms_helper
i2c_algo_bit            6024  1 nouveau
asus_atk0110           10033  0 
usbhid                 40988  0 
hid                    83376  1 usbhid
usb_storage            49833  3 
dm_raid45              75436  0 
xor                     4685  1 dm_raid45
floppy                 63156  0 
ahci                   37646  1 
Linux goatrance 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 02)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller [8086:2916] (rev 02)
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA RAID Controller [8086:2822] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT200b [GeForce GTX 285] [10de:05e3] (rev a1)
02:01.0 Multimedia controller [0480]: Creamware GmBH Scope [14b5:0200] (rev 02)
02:02.0 Multimedia controller [0480]: Creamware GmBH Pulsar2 [14b5:0600] (rev 02)
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04c5:11bc Fujitsu, Ltd 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
auto lo
iface lo inet loopback
nameserver 192.168.178.1
127.0.0.1	localhost
127.0.1.1	goatrance
::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
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:89 errors:0 dropped:0 overruns:0 frame:0
          TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7778 (7.7 KB)  TX bytes:7778 (7.7 KB)

wlan0     Link encap:Ethernet  HWaddr 00:15:af:64:73:02  
          inet addr:192.168.178.26  Bcast:192.168.178.255  Mask:255.255.255.0
          inet6 addr: fe80::215:afff:fe64:7302/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15779 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10270 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:22956628 (22.9 MB)  TX bytes:976974 (976.9 KB)

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.178.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.178.1   0.0.0.0         UG    0      0        0 wlan0
wlan0     IEEE 802.11bg  ESSID:"Waldschratt"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:04:0E:BE:DA:FA   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=37/70  Signal level=-73 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wlan0     14 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 14 : 2.484 GHz
          Current Frequency:2.437 GHz (Channel 6)

wlan0     Scan completed :
          Cell 01 - Address: 00:04:0E:BE:DA:FA
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=36/70  Signal level=-74 dBm  
                    Encryption key:on
                    ESSID:"Waldschratt"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000000ebf9619d
                    Extra: Last beacon: 310ms ago
                    IE: Unknown: 000B57616C6473636872617474
                    IE: Unknown: 010582848B962C
                    IE: Unknown: 030106
                    IE: Unknown: 2A0104
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32080C1218243048606C
                    IE: Unknown: DD0A0800280101000200FF0F

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
Module                  Size  Used by
cryptd                  8116  0 
aes_x86_64              7912  3 
aes_generic            27607  1 aes_x86_64
nls_iso8859_1           4633  1 
nls_cp437               6351  1 
vfat                   10802  1 
fat                    55350  1 vfat
binfmt_misc             7960  1 
ppdev                   6375  0 
fbcon                  39270  71 
tileblit                2487  1 fbcon
font                    8053  1 fbcon
bitblit                 5811  1 fbcon
softcursor              1565  1 bitblit
vga16fb                12757  0 
vgastate                9857  1 vga16fb
arc4                    1473  2 
nouveau               515131  2 
rtl8187                53204  0 
ttm                    60815  1 nouveau
mac80211              238128  1 rtl8187
led_class               3732  1 rtl8187
lp                      9336  0 
intel_agp              29225  0 
drm_kms_helper         30742  1 nouveau
parport                37160  2 ppdev,lp
cfg80211              148386  2 rtl8187,mac80211
eeprom_93cx6            1765  1 rtl8187
drm                   198770  4 nouveau,ttm,drm_kms_helper
i2c_algo_bit            6024  1 nouveau
asus_atk0110           10033  0 
usbhid                 40988  0 
hid                    83376  1 usbhid
usb_storage            49833  3 
dm_raid45              75436  0 
xor                     4685  1 dm_raid45
floppy                 63156  0 
ahci                   37646  1 

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

Da jetzt wlan0 angezeigt wird: vielleicht ist die Fehleranalyse ja jetzt einfacher. Ich habe auch die SSID geändert, so dass jetzt keine Leerzeichen auftreten. WLAN ist im BIOS einfach nur auf dem Motherboard aktiviert. Es gibt dort keine anderen Einstellungen.

Über eine Hilfe wäre ich jetzt sehr dankbar.

LG, Stephan.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Die Backports für deinen Kernel gibts hier ⮷ für 64 bit. Per Doppelklick installieren und Rechner neu starten. Das Metapaket, das dir immer die neuesten Backports bereitstellt, gibts hier

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Vielen Dank für die Backports. Habe die Backports jetzt installiert und neu gebootet. Es ist leider immer noch exakt dasselbe Verhalten: nach kurzer Zeit ist die DSL-Verbindung unterbrochen. Der Radar zeigt weiterhin eine Verbindung zum Router an. Noch eine Idee?

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Schau mal im Networkmanager unter Kabel im Reiter IPv4: Dort stellst du auf "DHCP (nur Adressen)" um und gibst die Nameserver deines Anbieters (nachfragen oder googlen) durch Komma aber ohne Leerzeichen getrennt ein. Danach

sudo service network-manager restart

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Hi, scheinbar bin ich zu blöd die richtigen Nameserver zu finden. Beim googeln finde ich immer andere, die scheinbar nicht zu funktionieren scheinen. Ich bin beim Anbieter 1&1. Auf deren Seite werden die Nameserver angegeben (siehe http://hilfe-center.1und1.de/access/gesamt/einrichtung_ihres_internetzugangs/allgemeine_informationen_zum_internetzugang/6.html). Damit läuft jetzt scheinbar gar nichts mehr, obwohl die Angaben speziell für Linux und MAC gemacht wurden. Kann man die Unterbrechung irgendwie tracen, so dass ich erkennen kann, wann es unterbrochen wird? Oder sind es tasächlich die falschen Nameserver?

LG, Stephan.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Nimm mal die

nameserver 156.154.70.1
nameserver 156.154.71.1

sind von hier

goatrance

(Themenstarter)

Anmeldungsdatum:
12. Juli 2010

Beiträge: 51

Hat leider auch nichts geändert. Ich habe jetzt mal die rate mit

sudo iwconfig wlan0 rate 54M auto

hochgesetzt. Interessanterweise kommt er auch mal an 54M rann, ist aber meistens so bei 20 bis 24M. Die Übertragungsraten liegen dann aber trotzdem bei ca. 54Kb/s, wenn er denn nicht schon wieder abgebrochen hat. Selbst bei toter Leitung wird Wlan mit ca. 24M angezeigt. Wo ist denn dann der Wurm drinn? Oder ist auch die Angabe der rate ein Bug?

LG, Stephan.

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Deaktiviere mal IPv6 durch folgenden Einzeiler:

echo 'net.ipv6.conf.all.disable_ipv6=1' | sudo tee -a /etc/sysctl.conf

auch im Firefox. Danach reboot. Ist der Router auf reines WPA2-CCMP umgestellt oder auf gemischte Verschlüsselung? Der GNOME-NM hat manchmal Probleme bei gemischt. Alternativ dazu verwendbar: Wicd mit dem dort verlinkten Add-on in Zusammenspiel mit wpa_supplicant. Dabei sollte der NM aus dem Autostart entfernt sein.

Antworten |