Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Wifi] Ne fonctionne plus en 2.6.28-r4[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bouyafa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2006
Posts: 141

PostPosted: Thu Apr 09, 2009 3:18 pm    Post subject: [Wifi] Ne fonctionne plus en 2.6.28-r4[SOLVED] Reply with quote

Bonjour ou re,

J'utilise une carte wifi BCM4306, qui marche à la perfection, disons que je ne m'en plains pas, jusqu'à dernièrement sur un kernel 2.6.24. J'utilisais net-wireless/bcm43xx-fwcutter et le nécessaire.

Depuis que j'ai refais un kernel 2.6.28-r4, j'ai un drôle de message lorsque je veux start wlan0 :

Code:
ifconfig wlan0 up
SIOCSIFFLAGS: Aucun fichier ou dossier de ce type

Code:
 # /etc/init.d/net.wlan0 restart
 * Stopping wlan0
 *   Bringing down wlan0
 *     Shutting down wlan0 ...                                            [ ok ]
 *     Stopping wpa_cli on wlan0 ...                                      [ ok ]
 *     Stopping wpa_supplicant on wlan0 ...                               [ ok ]
 * Starting wlan0
SIOCSIFFLAGS: No such file or directory
SIOCSIFFLAGS: No such file or directory
 *   Starting wpa_supplicant on wlan0 ...
SIOCSIFFLAGS: No such file or directory                                   [ ok ]
 *   Starting wpa_cli on wlan0 ...                                        [ ok ]
 *     Backgrounding ...



Et donc du coup ça ne fonctionne plus, la carte ne prends pas d'ip. D'ou peut provenir ce soucis ?

J'ai ça dans mon kernel :

Code:
 <M> Broadcom 43xx wireless support (mac80211 stack)              | | 
  | |    [ ]   Broadcom 43xx PCMCIA device support (EXPERIMENTAL)         | | 
  | |    [*]   Broadcom 43xx debugging                                    | | 
  | |    [ ]     Force usage of PIO instead of DMA                        | | 
  | |    <M> Broadcom 43xx-legacy wireless support (mac80211 stack)       | | 
  | |    [*]   Broadcom 43xx-legacy debugging                             | | 


Code:

  | |    <M>   Generic IEEE 802.11 Networking Stack (mac80211)            | | 


Code:

<M>     IEEE 802.11 WEP encryption (802.1x)                      | | 
  | |    <M>     IEEE 802.11i CCMP support                                | | 
  | |    <M>     IEEE 802.11i TKIP encryption 



Il manque de choses ? Parceque certains howto disponibles reprennent encore les options d'anciens kernels, alors tout n'est pas identique.


Last edited by bouyafa on Fri Apr 10, 2009 11:26 am; edited 1 time in total
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Fri Apr 10, 2009 9:40 am    Post subject: Reply with quote

Erreur inhérente à ton autre poste sur udev et persistent net rule. Regarde la doc pour la migration vers "rc" ainsi que celle pour le net/wifi.

EDIT : j'oubliais : regarde à la fin du log de udev, il y a des infos concernant sa mise à jour, les problèmes que cela peut engendrer et les étapes nécessaires après la dite mise à jour afin d'éviter tes petits soucis.

EDIT : par rapport à ton autre poste et le lien sur le bug, le comment 7 te concerne plus particulièrement : un problème de firmware :
Quote:
I had the same problem with stable udev and bc43 wifi after I upgraded to
2.6.24. I found out that the problem was mainly the necessity to get another
(newer) version of firmware for b43, not only the rules. Maybe this should be
mentioned somewhere too.


_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo
Back to top
View user's profile Send private message
bouyafa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2006
Posts: 141

PostPosted: Fri Apr 10, 2009 11:25 am    Post subject: Reply with quote

Ok bon j'avance un peu, le warning a été simple à faire disparaître en effet. Mais par contre excuse moi mais je ne voie pas de quelle doc tu me parles concernant 'rc' et 'net/wifi'. J'ai bien trouvé le guide de migration pour openRC mais celà a t il a voir avec ma carte wifi ?

Alors sinon de mon coté c'est résolu je pense. Pour le driver b43 de ma carte wifi de type BCM4306 il y a eu du changement entre leurs versions et nos kernels. D'ailleurs dmesg nous indique clairement ou il faut aller sur le net pour trouver l'explication. Je la synthétise ici, sur leur site il ya beaucoup de lecture pour peu de manip finalement ;) Donc sur un kernel >=2.6.26 :

Quote:
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o



Evidemment on adapte le path d'installation du firmware au besoin.

Donc simplement réinstaller le firmware et hop ça remarche :)


Les sources :
- https://forums.gentoo.org/viewtopic-t-547687.html
- http://linuxwireless.org/en/users/Drivers/b43#fw-b43-new

Merci encore ! :)
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Fri Apr 10, 2009 11:43 am    Post subject: Reply with quote

Je parlais bien de Openrc ("rc"). Openrc et udev communiquent normalement pendant le démarrage. Étant donné que udev va gérer ta carte réseau, un mauvaise configuration de Openrc peut entraîner quelques soucis. voili voilou.
_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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