[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pb avec chipset bcm43xx



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patrice OLIVER wrote:
> iwlist scan me donne :
> 
>          Cell 01 - Address: EE:34:00:09:35:88
>                    ESSID:"<hidden>"
>                    Protocol:IEEE 802.11bg
>                    Mode:Master
>                    Channel:1
>                    Encryption key:on
>                    Bit Rates:54 Mb/s
>                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
>                    Quality=100/100  Signal level=-167 dBm
>                    IE: IEEE 802.11i/WPA2 Version 1
>                        Group Cipher : CCMP
>                        Pairwise Ciphers (1) : CCMP
>                        Authentication Suites (1) : PSK
>                    Extra: Last beacon: 3080ms ago
[...]
Bonjour, j'ai un bcm43xx moi aussi et je me suis galéré avec le wifi, et
tout marche depuis le jour où j'ai vu sur le net que forcer un rate de
11M dans sa conf réseau solutionnait le pbm.

ma conf avec une livebox inventelen wpa:

/etc/network/interfaces
Code:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
      address 192.168.1.10
      netmask 255.255.255.0
      network 192.168.1.0
      broadcast 192.168.1.255
      gateway 192.168.1.1
      wireless_nick infectious
      wireless_rate 11M
      wireless_essid Mon_ESSID
      pre-up /etc/iptables/iptables.sh;modprobe bcm43xx;sleep 10;
      up wpa_supplicant -D wext -ieth1 -c /etc/wpa_supplicant/net.conf &
      post-down killall -9 wpa_supplicant;sleep 10; modprobe -r bcm43xx

/etc/wpa_supplicant/net.conf
Code:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1

network={
   ssid="Mon_ESSID"
   proto=WPA
   key_mgmt=WPA-PSK
   psk="Ma_Clef"
   priority=5
}


par conte attention, en mode "wep ou wpa" la livebox se mélange les
pinceaux : elle annonce du TKIP et renvoie du WEP, il faut donc choisir
WEP ou WPA mais pas les deux. Ma mission du jour est donc de passer en
100% WPA.
- --
»»»»           Erwann PENCREACH              ««««
»»»»      naios@hypercube.dynalias.org       ««««
»»»» Association AT2L pour le logiciel libre ««««
»»»»          http://www.at2l.net            ««««
»»»»            contact@at2l.net             ««««
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.20 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE/QrSfwKa1DkhTawRAgnRAJ49ETLMdKkEUjOM2X0WLcmLIL5MlQCbBjSI
+T3Gx7NB/JlqD7Gkjn+1Gsg=
=17Fw
-----END PGP SIGNATURE-----
begin:vcard
fn:Erwann PENCREACH
n:PENCREACH;Erwann
adr:;;;Chaumont;;52000;Chaumont
email;internet:naios@hypercube.dynalias.org
tel;cell:0689493042
x-mozilla-html:FALSE
url:http://www.at2l.net
version:2.1
end:vcard


Reply to: