[quote=“fran.b”]Je vois deux choses:
Une carte realteck 8139 géré par le module 8139tooet donc ta carte broadcom.
Le noyau devrait charger le module ssb (!?!) pour cette carte, seul module dans le noyau à gérer ta carte. Il ne nécessite pas de firmware.
Ton message est bizarre car il signifierait que le module b43 serait chargé. Bizarre
[/quote]
Je pense que je m’embrouille un peu… Je crois que la carte realtek 8139 n’est pas la carte broadcom.
Bizarrement avec la commande lshw -c Network c’est wlan0 (bien que le nom logique n’apparaisse pas) qui apparaît en premier et pas eth0 comme c’est le cas habituellement.
Dis-moi si je me trompe :
# lshw -c network
*-network
description: Network controller
produit: BCM4311 802.11b/g WLAN
fabriquant: Broadcom Corporation
identifiant matériel: 0
information bus: pci@0000:06:00.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: driver=wl latency=0
ressources: irq:18 mémoire:40000000-40003fff
*-network
description: Ethernet interface
produit: RTL-8139/8139C/8139C+
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 8
information bus: pci@0000:08:08.0
nom logique: eth0
version: 10
numéro de série: 00:16:d4:a6:20:05
taille: 100Mbit/s
capacité: 100Mbit/s
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.0.10 latency=32 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s
ressources: irq:16 portE/S:2000(taille=256) mémoire:d0100000-d01000ff
[quote=“fran.b”]
Vérifie ça par un lsmod. Puis fais
modprobe -r b43
modprobe wl[/quote]
lsmod me donne :
# lsmod
Module Size Used by
bnep 17288 2
parport_pc 22036 0
ppdev 12651 0
rfcomm 28626 0
bluetooth 103791 10 rfcomm,bnep
lp 12797 0
parport 31254 3 lp,ppdev,parport_pc
cpufreq_conservative 12987 0
cpufreq_userspace 12520 0
cpufreq_stats 12762 0
cpufreq_powersave 12422 0
uinput 12991 1
nfsd 173890 2
nfs 265921 0
nfs_acl 12463 2 nfs,nfsd
auth_rpcgss 32143 2 nfs,nfsd
fscache 31978 1 nfs
lockd 57277 2 nfs,nfsd
sunrpc 143904 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
loop 17810 0
joydev 17010 0
snd_hda_codec_conexant 40451 1
wl 2521719 1
snd_hda_intel 21786 1
snd_hda_codec 63477 2 snd_hda_intel,snd_hda_codec_conexant
snd_hwdep 12943 1 snd_hda_codec
snd_pcm 53461 2 snd_hda_codec,snd_hda_intel
snd_page_alloc 12867 2 snd_pcm,snd_hda_intel
lib80211 12829 1 wl
cfg80211 113445 1 wl
snd_seq 39512 0
snd_seq_device 13016 1 snd_seq
snd_timer 22356 2 snd_seq,snd_pcm
snd 42722 10 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_conexant
i915 317419 2
drm_kms_helper 22738 1 i915
soundcore 12921 1 snd
hp_wmi 13121 0
sparse_keymap 12680 1 hp_wmi
psmouse 59609 0
acpi_cpufreq 12807 0
rfkill 18516 5 hp_wmi,cfg80211,bluetooth
serio_raw 12803 0
mperf 12421 1 acpi_cpufreq
iTCO_wdt 16945 0
iTCO_vendor_support 12632 1 iTCO_wdt
drm 146387 3 drm_kms_helper,i915
ac 12552 0
i2c_i801 12670 0
i2c_algo_bit 12713 1 i915
i2c_core 19116 5 i2c_algo_bit,i2c_i801,drm,drm_kms_helper,i915
rng_core 12580 0
evdev 17225 15
pcspkr 12515 0
coretemp 12770 0
battery 12986 0
power_supply 13283 2 battery,ac
video 17459 1 i915
processor 27565 3 acpi_cpufreq
button 12817 1 i915
wmi 13051 1 hp_wmi
ext4 306996 2
crc16 12327 2 ext4,bluetooth
jbd2 52330 1 ext4
mbcache 12938 1 ext4
sg 21476 0
sr_mod 17468 0
cdrom 34813 1 sr_mod
sd_mod 35425 4
crc_t10dif 12332 1 sd_mod
ata_generic 12439 0
ata_piix 25271 0
ahci 24917 3
libahci 18373 1 ahci
libata 125014 4 libahci,ahci,ata_piix,ata_generic
uhci_hcd 22337 0
scsi_mod 135037 4 libata,sd_mod,sr_mod,sg
ehci_hcd 35509 0
8139too 22028 0
thermal 13103 0
thermal_sys 17752 3 thermal,processor,video
8139cp 22279 0
mii 12595 2 8139cp,8139too
usbcore 104555 3 ehci_hcd,uhci_hcd
usb_common 12338 1 usbcore
Visiblement c’est le module wl qui est activé.
Il n’empêche que la carte wifi n’est pas détectée :
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:16:d4:a6:20:05
inet adr:192.168.0.10 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::216:d4ff:fea6:2005/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:299 errors:0 dropped:0 overruns:0 frame:0
TX packets:286 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:25234 (24.6 KiB) TX bytes:39468 (38.5 KiB)
Interruption:16 Adresse de base:0x2000
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
A+