Pages : 1
#1 Le 18/11/2009, à 16:30
- navediki
Aucune détection des réseaux wifi
Bonjour,
Je suis passée de la version 9.04 à la version 9.10 la semaine dernière et depuis Network Manager indique que le réseau filaire est déconnecté et ne détecte aucun réseaux sans fil , à mon plus grand desespoir.
J'ai essayé plusieurs modifications pour remédier a ce problème mais sans succès:
- j'ai ajouté 'blacklist rt2800usb' dans le fichier '/etc/modprobe.d/blacklist.conf'
- j'ai essayé de télécharger le paquet firmware-iwlwifi mais impossible sans connexion
-j'ai suivi le programme en dézippant l'archive "BCM4318 Ubuntu Intrepid.tar.gz"
Voici les informations concernant le wifi de mon ordinateur
nono@ubuntu:~$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:19:f9:05:81
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B)
Interruption:17
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
Packets reçus:6 erreurs:0 :0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:340 (340.0 B) Octets transmis:340 (340.0 B)
nono@ubuntu:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
nono@ubuntu:~$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
Pouvez vous m'aider? merci d'avance !
Hors ligne
#2 Le 19/11/2009, à 16:03
- navediki
Re : Aucune détection des réseaux wifi
s'il vous plait, est ce que quelqu'un n'aurait pas un début de piste pour m'aider ?
j'ai découvert que mes pilotes propriétaires ( broadcom b43 wireless driver et pilote réseau sans fil braodcom SAT ) ne sont pas activés et sans internet je ne peux pas les activer, de meme que je ne peux télécharger aucun paquets avec Synaptic...n'y a t'il pas une autre solution pour les activer ? merci d'avance !
Hors ligne
#3 Le 20/11/2009, à 01:25
- vogia
Re : Aucune détection des réseaux wifi
bon je vais essayer
renvoi ici le résultat de ces commandes:
cat /etc/lsb-release
uname -r
lspci
sudo lshw -C network
lsmod
sudo iwlist
ifconfig
iwconfig
pour pouvoir t'aider
#4 Le 20/11/2009, à 15:25
- navediki
Re : Aucune détection des réseaux wifi
Merci !!
Voici les résultats de ces commandes :
nono@ubuntu:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
nono@ubuntu:~$ uname -r
2.6.31-14-generic
nono@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series]
01:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 Series]
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
09:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
09:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
09:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
09:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
09:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
nono@ubuntu:~$ sudo lshw -C network
[sudo] password for nono:
*-network
description: Network controller
product: BCM4312 802.11b/g
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:17 memory:f8000000-f8003fff
*-network
description: Ethernet interface
product: NetLink BCM5784M Gigabit Ethernet PCIe
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth0
version: 10
serial: 00:22:19:f9:05:81
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.99 firmware=sb v2.17 latency=0 link=no multicast=yes port=twisted pair
resources: irq:30 memory:fc100000-fc10ffff
nono@ubuntu:~$ lsmod
Module Size Used by
binfmt_misc 8356 1
ppdev 6688 0
b44 28684 0
mii 5212 1 b44
b43 122136 0
ssb 35300 2 b44,b43
ndiswrapper 185404 0
snd_hda_codec_atihdmi 3356 1
snd_hda_codec_idt 59844 1
snd_hda_intel 26920 2
snd_hda_codec 75708 3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
joydev 10272 0
snd_pcm_oss 37920 0
snd_mixer_oss 16028 1 snd_pcm_oss
snd_hwdep 7200 1 snd_hda_codec
snd_seq_dummy 2656 0
snd_pcm 75296 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_oss 28576 0
snd_seq_midi 6432 0
snd_rawmidi 22208 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
dell_wmi 2564 0
snd_timer 22276 2 snd_pcm,snd_seq
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
psmouse 56180 0
uvcvideo 59080 0
dell_laptop 8128 0
ricoh_mmc 3676 0
sdhci_pci 7100 0
sdhci 17472 1 sdhci_pci
iptable_filter 3100 0
mac80211 181236 1 b43
ip_tables 11692 1 iptable_filter
x_tables 16544 1 ip_tables
snd 59204 16 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 7264 1 snd
serio_raw 5280 0
videodev 36736 1 uvcvideo
v4l1_compat 14496 2 uvcvideo,videodev
snd_page_alloc 9156 2 snd_hda_intel,snd_pcm
dcdbas 7292 1 dell_laptop
cfg80211 93052 2 b43,mac80211
led_class 4096 2 b43,sdhci
lp 8964 0
parport 35340 2 ppdev,lp
tg3 109600 0
ohci1394 29900 0
ieee1394 86596 1 ohci1394
video 19380 0
output 2780 1 video
radeon 636000 1
ttm 36212 1 radeon
drm 159584 3 radeon,ttm
i2c_algo_bit 5760 1 radeon
intel_agp 27484 0
agpgart 34988 3 ttm,drm,intel_agp
nono@ubuntu:~$ sudo iwlist
Usage: iwlist [interface] scanning [essid NNN] [last]
[interface] frequency
[interface] channel
[interface] bitrate
[interface] rate
[interface] encryption
[interface] keys
[interface] power
[interface] txpower
[interface] retry
[interface] ap
[interface] accesspoints
[interface] peers
[interface] event
[interface] auth
[interface] wpakeys
[interface] genie
[interface] modulation
nono@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:19:f9:05:81
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B)
Interruption:17
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
Packets reçus:4 erreurs:0 :0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:240 (240.0 B) Octets transmis:240 (240.0 B)
nono@ubuntu:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
J'espère que ca t'aidera ! merci encore du coup de main
Hors ligne
#5 Le 20/11/2009, à 19:44
- vogia
Re : Aucune détection des réseaux wifi
peux-tu retirer ndiswrapper qui doit faire désordre en tapant ceci
sudo ndiswrapper -l
renvoi "<le pilote> présent, hardware présent"
ou ne renoi rien si le pilote est désinstallé.
sudo ndiswrapper -r <le pilote>
sudo modprobe -r ndiswrapper
excuse pour "sudo iwlist" j'ai oublié la suite.
il faut faire ceci
sudo iwlist scan
si iwlist scan renvoi un listage d'infrastructures, tape ceci
ifconfig
iwconfig
si sous network-maneger, renvoi
nm-applet
Dernière modification par vogia (Le 20/11/2009, à 20:28)
#6 Le 22/11/2009, à 10:40
- navediki
Re : Aucune détection des réseaux wifi
Voila ou j'en suis j'espère avoir bien suivi les instructions ( étant une novice avec ubuntu )
Concernant ndiswrapper je ne crois pas avoir réussi a le désinstaller :
nono@ubuntu:~$ sudo ndiswrapper -l
[sudo] password for nono:
bcmwl5a : driver installed
nono@ubuntu:~$ sudo ndiswrapper -r ndiswrapper bcmwl5a
install/manage Windows drivers for ndiswrapper
usage: ndiswrapper OPTION
-i inffile install driver described by 'inffile'
-a devid driver use installed 'driver' for 'devid' (dangerous)
-r driver remove 'driver'
-l list installed drivers
-m write configuration for modprobe
-ma write module alias configuration for all devices
-mi write module install configuration for all devices
-v report version information
where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
as reported by 'lspci -n' or 'lsusb' for the card
nono@ubuntu:~$ sudo modprobe -r ndiswrapper
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: /etc/modprobe.d/blacklist line 1: ignoring bad line starting with '-e'
WARNING: /etc/modprobe.d/blacklist line 3: ignoring bad line starting with '-e'
WARNING: /etc/modprobe.d/blacklist line 5: ignoring bad line starting with '-e'
WARNING: /etc/modprobe.d/blacklist line 7: ignoring bad line starting with '-e'
WARNING: /etc/modprobe.d/blacklist line 9: ignoring bad line starting with '-e'
pour la iwilist voila les infos que ca a donné :
nono@ubuntu:~$ sudo iwlist
Usage: iwlist [interface] scanning [essid NNN] [last]
[interface] frequency
[interface] channel
[interface] bitrate
[interface] rate
[interface] encryption
[interface] keys
[interface] power
[interface] txpower
[interface] retry
[interface] ap
[interface] accesspoints
[interface] peers
[interface] event
[interface] auth
[interface] wpakeys
[interface] genie
[interface] modulation
nono@ubuntu:~$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
nono@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:19:f9:05:81
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B)
Interruption:17
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
Packets reçus:4 erreurs:0 :0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:240 (240.0 B) Octets transmis:240 (240.0 B)
nono@ubuntu:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
nono@ubuntu:~$ nm-applet
** (nm-applet:2339): WARNING **: <WARN> request_name(): Could not acquire the session service as it is already taken. Return: 3
** (nm-applet:2339): WARNING **: <WARN> constructor(): Couldn't initialize the D-Bus manager.
Que faut il faire maintenant ? Merci
Hors ligne
#7 Le 24/11/2009, à 15:32
- navediki
Re : Aucune détection des réseaux wifi
Désolé d'insister mais vogia tu avais commencé de m'aider pourrais tu continuer ? L'ordinateur sans connexion internet perd de son interet, surtout que j'en est besoin pour travailler (étudiante)
Merci d'avance
Hors ligne
Pages : 1