web-dev-qa-db-fra.com

Comment résoudre le problème de l'incapacité d'un ordinateur portable à détecter les réseaux sans fil?

Duplicate possible:
Comment installer les pilotes sans fil BCM4312?

J'ai récemment installé Ubuntu 11.04 pour effectuer un double amorçage avec Windows XP sur mon ordinateur portable Dell ™ Inspiron E1505. Malheureusement, je ne peux me connecter à notre réseau sans fil que sous Windows. Sous Ubuntu, je ne peux pas aller en ligne à moins de le connecter physiquement à notre modem câble.

Je suis toujours débutant, voici ce que j'ai pu obtenir en effectuant une recherche en ligne. Voici mon matériel:

kalayaan001@Kalayaan-MM061:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

J'ai également vérifié le statut de Network Manager:

kalayaan001@Kalayaan-MM061:~$ nm-applet
An instance of nm-applet is already running.

** (nm-applet:1727): WARNING **: <WARN>  constructor(): Couldn't initialize the D-Bus manager.

Comment pouvons-nous initialiser le gestionnaire D-Bus?

kalayaan001@Kalayaan-MM061:~$ nm-tool

NetworkManager Tool

State: disconnected

- Device: eth0 -----------------------------------------------------------------
  Type:              Wired
  Driver:            b44
  State:             unavailable
  Default:           no
  HW Address:        00:19:B9:85:01:CA

  Capabilities:
    Carrier Detect:  yes
    Speed:           10 Mb/s

  Wired Properties
    Carrier:         off

Il semble que tout ce qu'il peut détecter sont les périphériques d'Internet câblé. Comment pouvons-nous lui faire reconnaître les appareils sans fil?

J'ai ensuite vérifié les blocs, mais n'en ai trouvé aucun.

kalayaan001@Kalayaan-MM061:~$ rfkill list
0: Dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no

J'ai donc pensé qu'il s'agissait d'un problème de pilote et, bien sûr, j'ai trouvé dans "Pilotes supplémentaires" qu'il lui manquait un pilote de périphérique sans fil Broadcom® STA. Malheureusement, le pilote n'a pas été réparé. Il ne peut toujours rien détecter.

Comment cela est-il réparé?

ר_ S'il vous plaît, assistez! _ΓL

Merci pour votre temps.

Prenez soin de vous, Kalayaan 001



Réponse à sagarchalise:

J'ai installé les 4 entrées sous le mot clé "bcm4311": firmware-b43-installer, bcmwl-kernel-source, broadcom-sta-common et broadcom-sta-source. (Il existe même b43-fwcutter, bien que cela apparaisse pour le travail de clé plus large "bcm".) Le problème est toujours là.

Rapports de pilotes supplémentaires: "Ce pilote est activé et est actuellement utilisé."

Voici ifconfig:

kalayaan001@Kalayaan-MM061:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:19:b9:85:01:ca  
          UP BROADCAST MULTICAST  MTU:1500  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 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:17 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)

Voici iwconfig:

kalayaan001@Kalayaan-MM061:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

Comment puis-je obtenir ces extensions?

Les résultats de 2 codes semblent avoir changé au cours du processus:

1) nm-tool

kalayaan001@Kalayaan-MM061:~$ nm-tool

NetworkManager Tool

Tout ce qui suit "Outil" est parti.

2) Réseau Sudo lshw -C Avant:

kalayaan001@Kalayaan-MM061:~$ Sudo lshw -C network
[Sudo] password for kalayaan001: 
  *-network               
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0b:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:16 memory:efcfc000-efcfffff
  *-network
       description: Ethernet interface
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 02
       serial: 00:19:b9:85:01:ca
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10Mbit/s
       resources: irq:17 memory:ef9fe000-ef9fffff

Après:

kalayaan001@Kalayaan-MM061:~$ Sudo lshw -C network
[Sudo] password for kalayaan001: 
  *-network               
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0b:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:16 memory:efcfc000-efcfffff
  *-network
       description: Ethernet interface
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 02
       serial: 00:19:b9:85:01:ca
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10Mbit/s
       resources: irq:17 memory:ef9fe000-ef9fffff

Après:

kalayaan001@Kalayaan-MM061:~$ Sudo lshw -C network
[Sudo] password for kalayaan001:
  *-network UNCLAIMED
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0b:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:efcfc000-efcfffff
   *-network UNCLAIMED
       description: Ethernet controller
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64
       resources: memory:ef9fe000-ef9fffff

Dans le code Ubuntu, que signifie "NON RÉCLAMÉ"?

J'ai essayé le code suggéré sur le site. Malheureusement, il n'y avait aucun effet. J'essaierai à nouveau le matin (Il est déjà l'heure de se coucher dans mon fuseau horaire. Je suis donc sur le point de me coucher.)

Plus de propositions?

Merci encore pour votre temps. Votre réponse est la plus appréciée.

Prends soin de toi,

Kalayaan 001

2
Kalayaan 001

En gros, vérifiez la section de pilote supplémentaire si elle est utilisée ou non.

enter image description here

Essayez ifconfig ou iwconfig pour voir si vous avez une interface sans fil ou non. Parfois, vous devrez peut-être installer un autre pilote Broadcom si la recommandation de pilotes supplémentaires échoue. Essayez différentes options broadcom de Synaptic Package Manager avec le mot-clé de recherche bcm4311. Ou suivez plus d'instructions ici .

1
sagarchalise