Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[geloest] bcm43xx und WPA2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
BartMarley
n00b
n00b


Joined: 28 Dec 2007
Posts: 34

PostPosted: Mon Mar 10, 2008 2:44 pm    Post subject: [geloest] bcm43xx und WPA2 Reply with quote

Hi

also ich habe folgende Wlankarte im Notebook und versuche die zum Connecten mit meinem Router (WPA2) zu bewegen

Code:
02:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)




wenn ich die karte von hand starte bekomme ich folgende meldung:

Code:
/etc/init.d/net.eth1 start
 * Starting eth1
 *   Loading networking modules for eth1
 *     /etc/conf.d/wireless is deprecated
 *     Please put all settings in /etc/conf.d/net
 *     /etc/conf.d/wireless is deprecated
 *     Please put all settings in /etc/conf.d/net
 *     modules: apipa arping ccwgroup macchanger macnet rename netplugd wpa_supplicant essidnet iptunnel iproute2 pppd system dhcpcd ip6to4
 *       netplugd provides plug
 *       wpa_supplicant provides wireless
 *       iproute2 provides interface
 *       pppd provides ppp
 *       dhcpcd provides dhcp
 *   Configuring eth1 for MAC address 00:14:A5:69:BF:87 ...                                                                                     [ ok ]
 *   netplug does not work with wireless
 *   Starting wpa_supplicant on eth1 ...                                                                                                        [ ok ]
 *   Starting wpa_cli on eth1 ...                                                                                                               [ ok ]
 *     Waiting for association                                                                                                                  [ ok ]
 *     Backgrounding ...


iwconfig gibt mir folgende ausgabe:

Code:

iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

dummy0    no wireless extensions.

sit0      no wireless extensions.

eth1      IEEE 802.11b/g  ESSID:"Wlan_Intern"  Nickname:"Broadcom 4318"
          Mode:Managed  Frequency=2.437 GHz  Access Point: 00:18:84:13:F6:EA
          Bit Rate=1 Mb/s   Tx-Power=18 dBm
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0




meine /etc/conf.d/net sieht so aus:

Code:

modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
iwconfig_eth1="mode managed"


/etc/wpa_supplicant/wpa_supplicant.conf

Code:

# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
  ssid="Wlan_Intern"
  scan_ssid=1
  proto=WPA
  key_mgmt=WPA-PSK
  pairwise=CCMP TKIP
  group=CCMP TKIP WEP104 WEP40
  psk="meinwpa2schlüssel"
  priority=2
}




meine /etc/conf.d/wireless so:
Code:

#modules=( "wpa_supplicant" )
#wpa_supplicant_eth1="-Dwext"
#wpa_timeout_eth1=120


also ist alles auskommentiert...

mit
Code:
 
iwlist eth1 scan


findet er alle wlannetzwerke in der nähe aber wenn ich nun ein dhcpcd eth1 eingeben passiert folgendes :

Code:
dhcpcd eth1
err, eth1: timed out
warn, eth1: using IPV4LL address 169.254.26.46


und meine dmesg gibt folgendes aus:

Code:

bcm43xx: DMA-32 0x0200 (RX) max used slots: 1/64
bcm43xx: DMA-32 0x02A0 (TX) max used slots: 0/512
bcm43xx: DMA-32 0x0280 (TX) max used slots: 0/512
bcm43xx: DMA-32 0x0260 (TX) max used slots: 0/512
bcm43xx: DMA-32 0x0240 (TX) max used slots: 0/512
bcm43xx: DMA-32 0x0220 (TX) max used slots: 2/512
bcm43xx: DMA-32 0x0200 (TX) max used slots: 0/512
bcm43xx: Microcode rev 0x123, pl 0x20 (2004-11-16  07:12:11)
bcm43xx: Radio turned on
bcm43xx: Radio enabled by hardware
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: Chip initialized
bcm43xx: 32-bit DMA initialized
bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
SoftMAC: Open Authentication completed with 00:18:84:13:f6:e9
ADDRCONF(NETDEV_UP): eth1: link is not ready
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
bcm43xx: set security called, .level = 0, .enabled = 0, .encrypt = 0
bcm43xx: set security called, .level = 0, .enabled = 0, .encrypt = 0
bcm43xx: set security called, .level = 0, .enabled = 0, .encrypt = 0
bcm43xx: set security called, .level = 0, .enabled = 0, .encrypt = 0
eth1: no IPv6 routers present


achja hier noch die ausgabe von dmesg |grep net

Code:


dmesg|grep net
audit: initializing netlink socket (disabled)
eth0: Tigon3 [partno(BCM95702A20) rev 1002 PHY(5703)] (PCI:33MHz:32-bit) 10/100/1000Base-T Ethernet 00:0b:db:d8:fa:0c
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at: drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1489:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:


Update


So das Problem habe ich nun gelöst indem ich den neuen Kernel 2.6.24-gentoo-r3 installiert angepasst wie es hier zu sehen ist:

http://en.gentoo-wiki.com/HARDWARE_BCM43xx


dann hatte ich noch ein paar Probleme mit udev die ich aber schnell lösen konnte durch einen anderen Beitrag hier im Forum.

Vielen Dank an alle die mitgeholfen haben

mein Wlan funktioniert nun endlich ...


Greetz
Bart
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum