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

Broadcom 4318 und Suse 10.2

Hallo

Ich habe folgendes Problem:

Suse 10.2
wlan (laut yast hardware infos)
Code:
  76: udi = '/org/freedesktop/Hal/devices/pci_14e4_4318'
  pci.product = 'BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller'
  pci.subsys_vendor = 'ASUSTeK Computer Inc.'
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:09.0'
  info.bus = 'pci'
  pci.device_protocol = 0 (0x0)
  info.udi = '/org/freedesktop/Hal/devices/pci_14e4_4318'
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0'
  pci.subsys_product_id = 4623 (0x120f)
  linux.subsystem = 'pci'
  info.vendor = 'Broadcom Corporation'
  pci.product_id = 17176 (0x4318)
  pci.vendor = 'Broadcom Corporation'
  info.product = 'BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller'
  pci.subsys_product = 'A6U notebook embedded card'
  linux.hotplug_type = 2 (0x2)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:09.0'
  pci.vendor_id = 5348 (0x14e4)
  info.parent = '/org/freedesktop/Hal/devices/computer'
  info.linux.driver = 'bcm43xx'
  pci.subsys_vendor_id = 4163 (0x1043)
  pci.device_class = 2 (0x2)
  pci.device_subclass = 128 (0x80)

Code:
iwconfig
lo        no wireless extensions.

eth1      no wireless extensions.

eth0      IEEE 802.11b/g  ESSID:off/any  Nickname:"Broadcom 4318"
          Mode:Managed  Frequency=2.484 GHz  Access Point: Invalid
          Bit Rate=1 Mb/s   Tx-Power=19 dBm
          RTS thr:off   Fragment thr:off
          Encryption key:3030-3030-3030-3030-3030-3030-3030-3030   Security mode:open
          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:0   Missed beacon:0

sit0      no wireless extensions.

Code:
lsmod|grep bcm
bcm43xx               423168  0
firmware_class         14080  2 pcmcia,bcm43xx
ieee80211softmac       36736  1 bcm43xx
ieee80211              34632  2 bcm43xx,ieee80211softmac

Code:
iwlist scan
lo        Interface doesn't support scanning.

eth1      Interface doesn't support scanning.

eth0      Scan completed :
          Cell 01 - Address: 00:30:F1:AC:78:A3
                    ESSID:"Fultonstrasse"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:12
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=100/100  Signal level=-159 dBm
                    IE: WPA Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (1) : WEP-40
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 96ms ago
          Cell 02 - Address: 00:0C:76:C8:83:C3
                    ESSID:"weh lan"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:6
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=100/100  Signal level=-193 dBm
                    IE: WPA Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (1) : WEP-40
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 216ms ago

sit0      Interface doesn't support scanning.

So das zu den gesammelten Infos.

Ich möchte die WLAN-Karte im KNetworkManager zum Laufen bekommen.
Es werden mir auch alle vorhandenen Netze richtig angezeigt. Leider schlägt dann die Verbindung fehl. Ich habe auch schon test weise die Verschlüsselung ausgeschalten.

Kann mir bitte jemand helfen.
Schon mal vielen Dank
 
A

Anonymous

Gast
Firmwarecutter ist schon gelaufen?

http://www.linux-club.de/ftopic76633.html

http://www.linuxforen.de/forums/showthread.php?t=231508

Wenn ja, versuchs mal traditionell mit ifup statt mit dem NetworkManager.

Kinternet nachinstallieren (Yast => Software), User in Gruppe dialout setzen (Yast => Sicherheit und Benutzer), smpppd (Yast => System => Runleveleditor) aktivieren und Benutzersteuerung auf dem Interface aktivieren (Yast => Netzwerkgeräte => Netzwerkkarte => Allgemein).

Greetz,

RM
 
Oben