Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/07/2008, à 17:08

acke

connexion wifi

Bonjour
Je me suis acheté, il y a plusieurs mois, un Dell Inspiron 1720 pour y installer Ubuntu 7.10.
Je n'ai pas pu activer ma Wifi, malgré les tutos et l'aide reçu. Las, j'ai fini par acheter une clé Wifi D-Link qui fonctionne, mais se déconnecte régulièrement pour se reconnecter automatiquement. C'est génant.
Aussi, je suis cette fois fermement décidé à installer ma wifi. Mais comment faire ?
Dans la rubrique, à lire avant de poster, j'ai exécuté les commandes indiquées. En voici les résultats :

acke@acke-laptop:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"
acke@acke-laptop:~$


acke@acke-laptop:~$ lsusb
Bus 006 Device 001: ID 0000:0000 
Bus 007 Device 004: ID 07d1:3c03 D-Link System
Bus 007 Device 003: ID 05a9:2640 OmniVision Technologies, Inc.
Bus 007 Device 001: ID 0000:0000 
Bus 005 Device 001: ID 0000:0000 
Bus 004 Device 001: ID 0000:0000 
Bus 003 Device 001: ID 0000:0000 
Bus 001 Device 001: ID 0000:0000 
Bus 002 Device 004: ID 046d:c51b Logitech, Inc.
Bus 002 Device 001: ID 0000:0000 
acke@acke-laptop:~$

acke@acke-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600M GT (rev a1)
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 (rev 05)
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
0c:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)


acke@acke-laptop:~$ sudo lshw -C network
  *-network               
       description: Wireless interface
       product: BCM94311MCG wlan mini-PCI
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       logical name: eth1
       version: 01
       serial: 00:1e:4c:82:17:dc
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=bcm43xx driverversion=2.6.22-15-generic latency=0 link=no module=bcm43xx multicast=yes wireless=IEEE 802.11b/g
  *-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:1d:09:ba:78:27
       size: 10MB/s
       capacity: 100MB/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=1.01 duplex=half latency=64 link=no module=b44 multicast=yes port=twisted pair speed=10MB/s
  *-network
       description: Wireless interface
       physical id: 1
       logical name: wlan1
       serial: 00:1c:f0:8f:c6:1f
       capabilities: ethernet physical wireless
       configuration: broadcast=yes ip=192.168.0.12 multicast=yes wireless=IEEE 802.11g
acke@acke-laptop:~$


acke@acke-laptop:~$ lsmod
Module                  Size  Used by
ndiswrapper           185240  0
nls_iso8859_1           5120  1
nls_cp437               6784  1
vfat                   14080  1
fat                    54300  1 vfat
ipv6                  273892  10
binfmt_misc            12936  1
rfcomm                 42136  2
l2cap                  26112  11 rfcomm
bluetooth              57060  4 rfcomm,l2cap
ppdev                  10244  0
acpi_cpufreq           10568  1
cpufreq_userspace       5280  0
cpufreq_powersave       2688  0
cpufreq_ondemand        9612  1
cpufreq_conservative     8072  0
cpufreq_stats           7232  0
freq_table              5792  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
battery                11012  0
button                  8976  0
container               5504  0
sbs                    19592  0
dock                   10656  0
video                  18060  14
ac                      6148  0
af_packet              24840  8
sbp2                   24072  0
parport_pc             37412  0
lp                     12580  0
parport                37448  3 ppdev,parport_pc,lp
arc4                    2944  2
ecb                     4608  2
blkcipher               7556  1 ecb
rc80211_simple          6912  2
snd_hda_intel         296352  1
snd_pcm_oss            43136  0
snd_mixer_oss          17792  1 snd_pcm_oss
snd_pcm                80388  2 snd_hda_intel,snd_pcm_oss
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
snd_hwdep              10372  1 snd_hda_intel
snd_seq_dummy           4868  0
rt73usb                25344  0
rt2x00usb              12032  1 rt73usb
rt2x00lib              19584  2 rt73usb,rt2x00usb
snd_seq_oss            34944  0
rfkill                  8208  1 rt2x00lib
mac80211              171016  3 rc80211_simple,rt2x00usb,rt2x00lib
snd_seq_midi            9600  0
snd_rawmidi            25984  1 snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
nvidia               6221648  36
cfg80211                7304  1 mac80211
uvcvideo               48644  0
snd_seq                54000  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
input_polldev           5896  1 rt2x00lib
crc_itu_t               3072  1 rt2x00lib
sdhci                  18828  0
xpad                    9988  0
snd_timer              24452  2 snd_pcm,snd_seq
compat_ioctl32          2304  1 uvcvideo
videodev               29312  1 uvcvideo
v4l1_compat            15364  2 uvcvideo,videodev
v4l2_common            18432  2 uvcvideo,videodev
joydev                 11328  0
i2c_core               26112  1 nvidia
mmc_core               28420  1 sdhci
snd_seq_device          9484  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
bcm43xx               127336  0
ieee80211softmac       31360  1 bcm43xx
ieee80211              35656  2 bcm43xx,ieee80211softmac
ieee80211_crypt         7040  1 ieee80211
pcspkr                  4224  0
serio_raw               8068  0
snd                    56068  13 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
psmouse                39952  0
intel_agp              25620  0
agpgart                35016  2 nvidia,intel_agp
shpchp                 34580  0
pci_hotplug            32704  1 shpchp
soundcore               8800  1 snd
evdev                  11136  5
ext3                  133896  1
jbd                    60456  1 ext3
mbcache                 9732  1 ext3
sd_mod                 30336  5
usbhid                 29536  0
hid                    28928  1 usbhid
sg                     36764  0
sr_mod                 17828  0
cdrom                  37536  1 sr_mod
ata_generic             8452  0
ohci1394               36528  0
b44                    28300  0
mii                     6528  1 b44
ahci                   23300  4
ieee1394               96312  2 sbp2,ohci1394
ehci_hcd               36492  0
ata_piix               17540  0
libata                125168  3 ata_generic,ahci,ata_piix
scsi_mod              147084  5 sbp2,sd_mod,sg,sr_mod,libata
uhci_hcd               26640  0
usbcore               138632  9 ndiswrapper,rt73usb,rt2x00usb,uvcvideo,xpad,usbhid,ehci_hcd,uhci_hcd
thermal                14344  0
processor              32072  2 acpi_cpufreq,thermal
fan                     5764  0
fuse                   47124  3
apparmor               40728  0
commoncap               8320  1 apparmor
acke@acke-laptop:~$




acke@acke-laptop:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      IEEE 802.11b/g  ESSID:"netgear"  Nickname:"Broadcom 4311"
          Mode:Managed  Frequency=2.472 GHz  Access Point: Invalid   
          Bit Rate=1 Mb/s   Tx-Power=18 dBm   
          RTS thr:off   Fragment thr:off
          Link Quality=0/100  Signal level=-256 dBm  Noise level=-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wmaster0  no wireless extensions.

wlan1     IEEE 802.11g  ESSID:"NUMERICABLE-DC91" 
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:1A:2B:6C:BA:97   
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B   
          Link Signal level=-59 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

acke@acke-laptop:~$


acke@acke-laptop:~$ ifconfig
eth0      Lien encap:Ethernet  HWaddr 00:1D:09:BA:78:27 
          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

eth1      Lien encap:Ethernet  HWaddr 00:1E:4C:82:17:DC 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          Packets reçus:0 erreurs:0 :289 overruns:0 frame:0
          TX packets:597 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          Octets reçus:0 (0.0 b) Octets transmis:25613 (25.0 KB)
          Interruption:10

eth1:avah Lien encap:Ethernet  HWaddr 00:1E:4C:82:17:DC 
          inet adr:169.254.6.229  Bcast:169.254.255.255  Masque:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          Interruption:10

lo        Lien 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:58 erreurs:0 :0 overruns:0 frame:0
          TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          Octets reçus:4950 (4.8 KB) Octets transmis:4950 (4.8 KB)

wlan1     Lien encap:Ethernet  HWaddr 00:1C:F0:8F:C6:1F 
          inet adr:192.168.0.12  Bcast:192.168.0.255  Masque:255.255.255.0
          adr inet6: fe80::21c:f0ff:fe8f:c61f/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets reçus:2415 erreurs:0 :0 overruns:0 frame:0
          TX packets:2499 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          Octets reçus:2144774 (2.0 MB) Octets transmis:402261 (392.8 KB)

wmaster0  Lien encap:UNSPEC  HWaddr 00-1C-F0-8F-C6-1F-00-00-00-00-00-00-00-00-00-00 
          UP BROADCAST RUNNING 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)

acke@acke-laptop:~$



acke@acke-laptop:~$ iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

eth1      Scan completed :
          Cell 01 - Address: 00:1B:2F:DE:5D:72
                    ESSID:"NETGEAR"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 9 Mb/s; 11 Mb/s
                              6 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=97/100  Signal level=-44 dBm  Noise level=-256 dBm
                    IE: WPA Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (1) : WEP-40
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 56ms ago
          Cell 02 - Address: 00:17:9A:24:BA:E8
                    ESSID:"<hidden>"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:13
                    Frequency:2.472 GHz (Channel 13)
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 9 Mb/s; 11 Mb/s
                              6 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=74/100  Signal level=-83 dBm  Noise level=-68 dBm
                    Extra: Last beacon: 324ms ago

wmaster0  Interface doesn't support scanning.

wlan1     No scan results

acke@acke-laptop:~$


acke@acke-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback



iface eth1 inet dhcp
wireless-essid netgear








auto eth1
acke@acke-laptop:~$


acke@acke-laptop:~$ uname -r -m
2.6.22-15-generic i686
acke@acke-laptop:~$



Merci par avance pour vos conseils.

#2 Le 20/07/2008, à 17:32

zzzzzzzzzzzzzzzzzz

Re : connexion wifi

fais ceci
tape

echo -e \'auto lo\\niface lo inet loopback\\n\' | sudo tee /etc/network/interfaces

et connecte toi avec network-manager (2 tv en haut a droite à coté de l\'heure)!

Ca donnes ça N-M
N-M.gif

tu cliques sur ton réseau et tu y rentres les paramètres

#3 Le 20/07/2008, à 17:35

angel2005

Re : connexion wifi

salut, suis ce lien et adapte selon ta config.
http://wlety.free.fr/forum/viewtopic.php?id=28

j'edit est ai supprimer j'ai cru voir hardy et non c'est gutsy pardon

Dernière modification par angel2005 (Le 20/07/2008, à 17:36)


Ubuntu Intrepid 8.10, sur Dell Latitude 120L 2 Gigas de Ram
Ubuntu Intrepid 8.10, sur Desktop CM asus P4B533
Carte video nvidia NX7600GT/ carte son M-audio Delta 44 2 gigas de Ram
http://www.imprimerie-creative.com

Hors ligne

#4 Le 20/07/2008, à 17:48

acke

Re : connexion wifi

A Angel2005

voici ce que j'obtiens :

acke@acke-laptop:~$ lspci | grep Broadcom
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
acke@acke-laptop:~$


rev 01 et pas rev 02

#5 Le 20/07/2008, à 17:53

acke

Re : connexion wifi

A zzzzzzzzzzzzzzzzzzzzz
J'ai vu la commande que tu proposes sur un tuto.
Je n'ai pas osé la manip, par ...............peur de ne plus rien avoir.
si cela ne marche pas, je peux faire marche arrière ??

#6 Le 20/07/2008, à 18:00

angel2005

Re : connexion wifi

oui pas de souci, c'est l'avantage du libre, si ca marche pas tu peux facilement revenir en arriere.


Ubuntu Intrepid 8.10, sur Dell Latitude 120L 2 Gigas de Ram
Ubuntu Intrepid 8.10, sur Desktop CM asus P4B533
Carte video nvidia NX7600GT/ carte son M-audio Delta 44 2 gigas de Ram
http://www.imprimerie-creative.com

Hors ligne

#7 Le 20/07/2008, à 19:14

acke

Re : connexion wifi

Merci à zzzzzzzzzzzzzzzzzzzz

C'est fait, j'ai mis mes craintes dans le fond de ma poche et ...............CA MARCHE

Cela fait des mois que je me désole de ne pas y arriver encore MERCI

Bonne soirée.