[Ubuntu] Connection Wifi impossible (Résolu)

Des questions pour configurer votre réseau, Wifi, installer un serveur, sécuriser votre machine ?

Modérateur : Mods GNU/Linux

Vogalen

[Ubuntu] Connection Wifi impossible (Résolu)

par Vogalen »

Salut,

J'ai le portable de quelqu'un ou il y a déjà Windows XP que j'ai désinfecté et optimiser, mais je viens d'installer Ubuntu en dualboot sur le même disque. Avec Windows, aucun problème, je peux me connecter sur mon routeur en wireless sans problème. Avec Linux, on dirait que la carte n'est pas détecté puisqu'il ne détecte aucun réseaux... J'ai beau essayer pleins de petites astuces... rien y fait. Je crois vraiment que c'est la carte qui n'est pas détecté. J'ai par contre réussi à me connecter en Ethernet au même routeur.

Que dois-je faire pour qu'Ubuntu comprenne qu'il y a une carte réseau pour connexion sans fil dans l'ordinateur ?

Merci.
Dernière modification par Vogalen le 16 janv. 2010 01:07, modifié 1 fois.
captnfab

Re: [Ubuntu] Connection Wifi impossible

par captnfab »

Plop Vogalen,

Il me faudrait les sorties de (commandes à lancer en root) :

Code : Tout sélectionner

lshw -C network
lspci
ifconfig
ifconfig -a
iwconfig
lsmod
cat /etc/network/interfaces
cat /etc/resolv.conf
route -n
ps afx
Merci :)
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

Désolé pour l'attente, j'ai deux autres ordinateurs à nettoyer sous Windows ^^'.

Voici la longue liste :

Code : Tout sélectionner

root@amelie-laptop:/home/amelie# cd / 
root@amelie-laptop:/# lshw -C network 
  *-network:0             
       description: Ethernet interface 
       product: 3c905C-TX/TX-M [Tornado] 
       vendor: 3Com Corporation 
       physical id: 0 
       bus info: pci@0000:02:00.0 
       logical name: eth0 
       version: 78 
       serial: 00:0b:db:a5:b6:af 
       size: 10MB/s 
       capacity: 100MB/s 
       width: 32 bits 
       clock: 33MHz 
       capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation 
       configuration: autonegotiation=on broadcast=yes driver=3c59x duplex=half latency=32 link=no maxlatency=10 mingnt=10 multicast=yes port=MII speed=10MB/s 
       resources: irq:11 ioport:ec80(size=128) memory:f8fffc00-f8fffc7f memory:38000000-3801ffff(prefetchable) 
  *-network:1 
       description: Network controller 
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller 
       vendor: Broadcom Corporation 
       physical id: 3 
       bus info: pci@0000:02:03.0 
       version: 02 
       width: 32 bits 
       clock: 33MHz 
       capabilities: bus_master 
       configuration: driver=b43-pci-bridge latency=32 
       resources: irq:5 memory:f8ffc000-f8ffdfff 
  *-network DISABLED 
       description: Wireless interface 
       physical id: 2 
       logical name: wlan0 
       serial: 00:14:a4:37:92:75 
       capabilities: ethernet physical wireless 
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg 
root@amelie-laptop:/# lspci 
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04) 
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04) 
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02) 
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42) 
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02) 
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02) 
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02) 
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02) 
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] 
02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) 
02:01.0 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller 
02:01.1 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller 
02:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) 
root@amelie-laptop:/# ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:0b:db:a5:b6:af  
          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:11 Adresse de base:0x4c00 

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:0 erreurs:0 :0 overruns:0 frame:0 
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
          collisions:0 lg file transmission:0 
          Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) 

root@amelie-laptop:/# ifconfig -a 
eth0      Link encap:Ethernet  HWaddr 00:0b:db:a5:b6:af  
          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:11 Adresse de base:0x4c00 

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:0 erreurs:0 :0 overruns:0 frame:0 
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
          collisions:0 lg file transmission:0 
          Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) 
 
wlan0     Link encap:Ethernet  HWaddr 00:14:a4:37:92:75  
          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) 

wmaster0  Link encap:UNSPEC  HWaddr 00-14-A4-37-92-75-00-00-00-00-00-00-00-00-00-00  
          [PAS INDICATEURS]  MTU:0  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) 

root@amelie-laptop:/# iwconfig 
lo        no wireless extensions. 

eth0      no wireless extensions. 

wmaster0  no wireless extensions. 

wlan0     IEEE 802.11bg  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off 
          Encryption key:off 
          Power Management:off 
          Link Quality:0  Signal level:0  Noise level:0 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0 
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0 

root@amelie-laptop:/# lsmod 
Module                  Size  Used by 
binfmt_misc             8356  1 
joydev                 10240  0 
snd_intel8x0           30168  2 
snd_ac97_codec        101216  1 snd_intel8x0 
ac97_bus                1532  1 snd_ac97_codec 
snd_pcm_oss            37920  0 
snd_mixer_oss          16028  1 snd_pcm_oss 
pcmcia                 36808  0 
arc4                    1660  2 
snd_pcm                75296  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss 
ecb                     2524  2 
iptable_filter          3100  0 
snd_seq_dummy           2656  0 
ip_tables              11692  1 iptable_filter 
x_tables               16544  1 ip_tables 
snd_seq_oss            28576  0 
snd_seq_midi            6432  0 
dell_wmi                2564  0 
dcdbas                  7292  0 
b43                   122168  0 
mac80211              181140  1 b43 
cfg80211               93052  2 b43,mac80211 
led_class               4096  1 b43 
psmouse                56500  0 
serio_raw               5280  0 
yenta_socket           24296  2 
rsrc_nonstatic         11644  1 yenta_socket 
pcmcia_core            36528  3 pcmcia,yenta_socket,rsrc_nonstatic 
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 
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 
snd                    59204  14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device 
soundcore               7264  1 snd 
snd_page_alloc          9156  2 snd_intel8x0,snd_pcm 
shpchp                 32272  0 
ppdev                   6688  0 
parport_pc             31940  1 
lp                      8964  0 
parport                35340  3 ppdev,parport_pc,lp 
ssb                    35364  1 b43 
floppy                 54916  0 
video                  19380  0 
output                  2780  1 video 
radeon                636000  2 
ttm                    36212  1 radeon 
drm                   159584  4 radeon,ttm 
i2c_algo_bit            5760  1 radeon 
3c59x                  37636  0 
mii                     5212  1 3c59x 
intel_agp              27484  1 
agpgart                34988  3 ttm,drm,intel_agp 
root@amelie-laptop:/# cat /etc/network/interfaces 
auto lo 
iface lo inet loopback 
 
root@amelie-laptop:/# cat /etc/resolv.conf 
# Generated by NetworkManager 
root@amelie-laptop:/# route -n 
Table de routage IP du noyau 
Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface 
root@amelie-laptop:/# ps afx 
  PID TTY      STAT   TIME COMMAND 
    2 ?        S<     0:00 [kthreadd] 
    3 ?        S<     0:00  \_ [migration/0] 
    4 ?        S<     0:00  \_ [ksoftirqd/0] 
    5 ?        S<     0:00  \_ [watchdog/0] 
    6 ?        S<     0:00  \_ [events/0] 
    7 ?        S<     0:00  \_ [cpuset] 
    8 ?        S<     0:00  \_ [khelper] 
    9 ?        S<     0:00  \_ [netns] 
   10 ?        S<     0:00  \_ [async/mgr] 
   11 ?        S<     0:00  \_ [kintegrityd/0] 
   12 ?        S<     0:00  \_ [kblockd/0] 
   13 ?        S<     0:00  \_ [kacpid] 
   14 ?        S<     0:00  \_ [kacpi_notify] 
   15 ?        S<     0:00  \_ [kacpi_hotplug] 
   16 ?        S<     0:00  \_ [ata/0] 
   17 ?        S<     0:00  \_ [ata_aux] 
   18 ?        S<     0:00  \_ [ksuspend_usbd] 
   19 ?        S<     0:00  \_ [khubd] 
   20 ?        S<     0:00  \_ [kseriod] 
   21 ?        S<     0:00  \_ [kmmcd] 
   22 ?        S<     0:00  \_ [bluetooth] 
   23 ?        S      0:00  \_ [khungtaskd] 
   24 ?        S      0:00  \_ [pdflush] 
   25 ?        S      0:00  \_ [pdflush] 
   26 ?        S<     0:00  \_ [kswapd0] 
   27 ?        S<     0:00  \_ [aio/0] 
   28 ?        S<     0:00  \_ [ecryptfs-kthrea] 
   29 ?        S<     0:00  \_ [crypto/0] 
   33 ?        S<     0:00  \_ [scsi_eh_0] 
   34 ?        S<     0:00  \_ [scsi_eh_1] 
   36 ?        S<     0:00  \_ [kstriped] 
   37 ?        S<     0:00  \_ [kmpathd/0] 
   38 ?        S<     0:00  \_ [kmpath_handlerd] 
   39 ?        S<     0:00  \_ [ksnapd] 
   40 ?        S<     0:00  \_ [kondemand/0] 
   41 ?        S<     0:00  \_ [kconservative/0] 
   42 ?        S<     0:00  \_ [krfcommd] 
  328 ?        S<     0:00  \_ [kjournald2] 
  618 ?        S<     0:00  \_ [kpsmoused] 
  665 ?        S<     0:00  \_ [pccardd] 
  680 ?        S<     0:00  \_ [phy0] 
  717 ?        S<     0:00  \_ [pccardd] 
    1 ?        Ss     0:01 /sbin/init 
  385 ?        S      0:00 upstart-udev-bridge --daemon 
  387 ?        S<s    0:00 udevd --daemon 
 1586 ?        S<     0:00  \_ udevd --daemon 
 1595 ?        S<     0:00  \_ udevd --daemon 
  647 ?        Ss     0:00 dd bs=1 if=/proc/kmsg of=/var/run/rsyslog/kmsg 
  658 ?        Sl     0:00 rsyslogd -c4 
  679 ?        Ss     0:00 dbus-daemon --system --fork 
  697 ?        Ss     0:00 hald --daemon=yes 
  800 ?        S      0:00  \_ hald-runner 
 1049 ?        S      0:00      \_ /usr/lib/hal/hald-addon-rfkill-killswitch 
 1085 ?        S      0:00      \_ hald-addon-input: Listening on /dev/input/event0 /dev/input/event2 /dev/input/event1 /dev/ 
 1086 ?        S      0:00      \_ /usr/lib/hal/hald-addon-cpufreq 
 1089 ?        S      0:00      \_ hald-addon-acpi: listening on acpid socket /var/run/acpid.socket 
 1099 ?        S      0:00      \_ hald-addon-storage: polling /dev/sr0 (every 2 sec) 
  698 ?        Ss     0:00 NetworkManager 
  709 ?        Ss     0:00 avahi-daemon: running [amelie-laptop.local] 
  710 ?        Ss     0:00  \_ avahi-daemon: chroot helper 
  719 ?        S      0:00 /usr/sbin/modem-manager 
  721 ?        Ssl    0:00 /usr/sbin/console-kit-daemon 
  882 ?        S      0:00 /sbin/wpa_supplicant -u -s 
  987 tty4     Ss+    0:00 /sbin/getty -8 38400 tty4 
  991 tty5     Ss+    0:00 /sbin/getty -8 38400 tty5 
  998 tty2     Ss+    0:00 /sbin/getty -8 38400 tty2 
  999 tty3     Ss+    0:00 /sbin/getty -8 38400 tty3 
 1001 tty6     Ss+    0:00 /sbin/getty -8 38400 tty6 
 1011 ?        Ss     0:00 anacron -s 
 1719 ?        S      0:00  \_ /bin/sh -c nice run-parts --report /etc/cron.daily 
 1720 ?        SN     0:00      \_ run-parts --report /etc/cron.daily 
 1726 ?        SN     0:00          \_ /bin/sh /etc/cron.daily/apt 
 1766 ?        SN     0:00              \_ sleep 1048 
 1012 ?        Ss     0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket 
 1013 ?        Ss     0:00 atd 
 1014 ?        Ss     0:00 cron 
 1105 ?        Ss     0:00 /usr/sbin/cupsd -C /etc/cups/cupsd.conf 
 1186 ?        Ss     0:00 gdm-binary 
 1298 ?        S      0:00  \_ /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1 
 1299 tty7     Rs+    0:20      \_ /usr/bin/X :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-GMrYi0/database -nolisten tcp v 
 1312 ?        S      0:00      \_ /usr/lib/gdm/gdm-session-worker 
 1327 ?        Ssl    0:00          \_ gnome-session 
 1367 ?        Ss     0:00              \_ /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/pulse-session 
 1451 ?        S      0:00              \_ /bin/sh /usr/bin/compiz 
 1524 ?        S      0:03              |   \_ /usr/bin/compiz.real --ignore-desktop-hints --replace --indirect-rendering --s 
 1609 ?        Ss     0:00              |       \_ /bin/sh -c /usr/bin/compiz-decorator 
 1610 ?        S      0:00              |           \_ /usr/bin/gtk-window-decorator 
 1527 ?        S      0:05              \_ gnome-panel 
 1528 ?        S      0:01              \_ nautilus 
 1534 ?        S      0:00              \_ nm-applet --sm-disable 
 1535 ?        S      0:00              \_ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 
 1536 ?        S      0:00              \_ gnome-volume-control-applet 
 1537 ?        S      0:00              \_ bluetooth-applet 
 1538 ?        S      0:00              \_ update-notifier --startup-delay=60 
 1539 ?        S      0:00              \_ gnome-power-manager 
 1540 ?        S      0:00              \_ python /usr/share/system-config-printer/applet.py 
 1542 ?        S      0:00              \_ /usr/lib/gnome-disk-utility/gdu-notification-daemon 
 1546 ?        Sl     0:00              \_ /usr/lib/evolution/2.28/evolution-alarm-notify 
 1297 tty1     Ss+    0:00 /sbin/getty -8 38400 tty1 
 1370 ?        S      0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/pulse-session gnome-session 
 1371 ?        Ss     0:00 /bin/dbus-daemon --fork --print-pid 7 --print-address 9 --session 
 1375 ?        Ssl    0:00 /usr/bin/pulseaudio --start 
 1378 ?        S      0:00  \_ /usr/lib/pulseaudio/pulse/gconf-helper 
 1380 ?        S      0:00 /usr/lib/libgconf2-4/gconfd-2 
 1392 ?        S      0:00 /usr/lib/devicekit-power/devkit-power-daemon 
 1428 ?        Sl     0:00 gnome-keyring-daemon --start 
 1433 ?        Ssl    0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon 
 1434 ?        Ss     0:00 seahorse-daemon 
 1440 ?        S      0:00 /usr/lib/gvfs/gvfsd 
 1444 ?        S      0:00 /usr/lib/notify-osd/notify-osd 
 1447 ?        Ssl    0:00 /usr/lib/gvfs//gvfs-fuse-daemon /home/amelie/.gvfs 
 1472 ?        S      0:00 syndaemon -i 0.5 -k 
 1530 ?        Ssl    0:00 /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate --ior-output-fd=20 
 1555 ?        S      0:00 /usr/lib/gnome-applets/trashapplet --oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factory --oaf 
 1559 ?        S      0:00 /usr/lib/policykit-1/polkitd 
 1564 ?        S      0:00 /usr/lib/devicekit-disks/devkit-disks-daemon 
 1565 ?        S      0:00  \_ devkit-disks-daemon: polling /dev/sr0       
 1569 ?        S      0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor 
 1570 ?        Ss     0:00 gnome-screensaver 
 1574 ?        S      0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.9 /org/gtk/gvfs/exec_spaw/0 
 1576 ?        S      0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor 
 1602 ?        S      0:00 /usr/lib/indicator-applet/indicator-applet-session --oaf-activate-iid=OAFIID:GNOME_FastUserSwitchA 
 1616 ?        S      0:00 /usr/lib/indicator-session/indicator-status-service 
 1618 ?        S      0:00 /usr/lib/indicator-session/indicator-users-service 
 1620 ?        S      0:00 /usr/lib/indicator-session/indicator-session-service 
 1626 ?        S      0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.9 /org/gtk/gvfs/exec_spaw/1 
 1666 ?        S      0:00 gksu /usr/bin/x-terminal-emulator 
 1667 ?        Ssl    0:02  \_ gnome-terminal 
 1676 ?        S      0:00      \_ gnome-pty-helper 
 1677 pts/0    Ss     0:00      \_ bash 
 1775 pts/0    R+     0:00          \_ ps afx 
 1672 ?        S      0:00 dbus-launch --autolaunch 60cbb8b5931c0d0048cfe11c4b486b3d --binary-syntax --close-stderr 
 1673 ?        Ss     0:00 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session 
 1675 ?        S      0:00 /usr/lib/libgconf2-4/gconfd-2 
 1716 ?        Sl     0:05 /usr/lib/openoffice/program/soffice.bin -writer -splash-pipe=5 
root@amelie-laptop:/#
Merci pour ton aide.
captnfab

Re: [Ubuntu] Connection Wifi impossible

par captnfab »

Plop,

Bon, la solution va dépendre de la version d'Ubuntu.

Je pense qu'avant Karmic, la solution était :

Code : Tout sélectionner

sudo aptitude install b43-fwcutter
Avec Karmic, c'est peut-être ça :

Code : Tout sélectionner

sudo aptitude install patch dkms bcmwl-kernel-source
Tu devrais trouver plus d'infos ici : http://doc.ubuntu-fr.org/wifi_broadcom_bcm43xx

Rappelle-toi que ton modèle est bcm4318.

Mes amitiés à Amélie ;-)
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

J'ai essayé avec :

Code : Tout sélectionner

sudo aptitude install patch dkms bcmwl-kernel-source
Ensuite avec :

Code : Tout sélectionner

 Alors pour installer le pilote, insérez votre LiveCd ou clef USB à partir duquel vous avez installé votre OS favori. Vous installez ces trois paquets et dans cette ordre (double - cliquez dessus pour installer) : 

1. /pool/main/p/patch/patch_2.5.9-5_i386.deb
 2. /pool/main/d/dkms/dkms_2.1.0.1-0ubuntu1_all.deb
 3. /pool/restricted/b/bcmwl/bcmwl-kernel-source_5.10.91.9+bdcom-0ubuntu4_i386.deb
(Mais le troisième, dans restricted, je n'ai pas été capable de l'installer correctement...)

Puis avec :

Code : Tout sélectionner

   1. Insérer le cd de Hardy Heron, aller dans Système → Administration → sources de logiciels
   2. Cocher "CD-ROM"
   3. Puis taper dans un terminal ;

      sudo apt-get update
      sudo apt-get install b43-fwcutter
Rien n'y fait. Je suis incapable de me connecter à mon réseau.

Merci.
captnfab

Re: [Ubuntu] Connection Wifi impossible

par captnfab »

Que donne un

Code : Tout sélectionner

dmesg | tail
Après une tentative infructueuse de connexion au réseau ?
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

En fait, avec Windows, je suis capable de me connecter au routeur avec ou sans fil et sous Linux c'est seulement avec fil. Lorsque je veux me connecter sans fil au routeur, je ne peux pas puisqu'Ubuntu m'indique qu'il n'y a pas de réseau. Je précise que l'ordinateur, au même endroit, mais sous Windows, détecte le point d'accès sans fil.

Applet Network Manager indique :
Applet Network Manager a écrit :Réseau filaire
déconnecté
Réseau sans fil
déconnecté
Précision : le réseau est visible et lorsque que je fais : «Créer un nouveau réseau sans fil...» et que j'entre le SSID, le type d'encryption et la clé d'encryption, je suis toujours incapable de me connecter.

Et voici la sortie de la commande que tu ma demander d'entrer :

Code : Tout sélectionner

root@amelie-laptop:/home/amelie# cd /
root@amelie-laptop:/# dmesg | tail
[ 4564.955431] VFS: busy inodes on changed media or resized disk sr0
[ 4566.955383] VFS: busy inodes on changed media or resized disk sr0
[ 4566.955492] VFS: busy inodes on changed media or resized disk sr0
[ 4566.955713] VFS: busy inodes on changed media or resized disk sr0
[ 4568.955684] VFS: busy inodes on changed media or resized disk sr0
[ 4568.955793] VFS: busy inodes on changed media or resized disk sr0
[ 4568.956057] VFS: busy inodes on changed media or resized disk sr0
[ 4570.955426] VFS: busy inodes on changed media or resized disk sr0
[ 4570.955654] VFS: busy inodes on changed media or resized disk sr0
[ 4570.955845] VFS: busy inodes on changed media or resized disk sr0
root@amelie-laptop:/# 
Merci.
captnfab

Re: [Ubuntu] Connection Wifi impossible

par captnfab »

Le dmesg est pollué par des erreurs de lecture du cdrom… On ne voit rien d'intéressant là.

Essaye de retirer le cd du lecteur, de ne rien faire d'autre qu'essayer de te connecter au wifi, puis tape un

Code : Tout sélectionner

dmesg | tail -n 40
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

Voici le résultat :

Code : Tout sélectionner

root@amelie-laptop:/home/amelie# cd / 
root@amelie-laptop:/# dmesg | tail -n 40 
[   18.881081] [drm] Loading R100 Microcode 
[   18.881139] [drm] writeback test succeeded in 1 usecs 
[   28.655819] glxinfo:1469 freeing invalid memtype e8102000-e8112000 
[   28.655835] glxinfo:1469 freeing invalid memtype e8112000-e8122000 
[   28.655849] glxinfo:1469 freeing invalid memtype e8122000-e8132000 
[   28.655862] glxinfo:1469 freeing invalid memtype e8132000-e8142000 
[   28.655876] glxinfo:1469 freeing invalid memtype e8142000-e8152000 
[   28.655889] glxinfo:1469 freeing invalid memtype e8152000-e8162000 
[   28.655903] glxinfo:1469 freeing invalid memtype e8162000-e8172000 
[   28.655916] glxinfo:1469 freeing invalid memtype e8172000-e8182000 
[   28.655929] glxinfo:1469 freeing invalid memtype e8182000-e8192000 
[   28.655943] glxinfo:1469 freeing invalid memtype e8192000-e81a2000 
[   28.655956] glxinfo:1469 freeing invalid memtype e81a2000-e81b2000 
[   28.655969] glxinfo:1469 freeing invalid memtype e81b2000-e81c2000 
[   28.655982] glxinfo:1469 freeing invalid memtype e81c2000-e81d2000 
[   28.655996] glxinfo:1469 freeing invalid memtype e81d2000-e81e2000 
[   28.659640] glxinfo:1469 freeing invalid memtype e81e2000-e81f2000 
[   28.659659] glxinfo:1469 freeing invalid memtype e81f2000-e8202000 
[   28.659672] glxinfo:1469 freeing invalid memtype e8202000-e8212000 
[   28.659685] glxinfo:1469 freeing invalid memtype e8212000-e8222000 
[   28.659699] glxinfo:1469 freeing invalid memtype e8222000-e8232000 
[   28.659715] glxinfo:1469 freeing invalid memtype e8232000-e8242000 
[   28.659729] glxinfo:1469 freeing invalid memtype e8242000-e8252000 
[   28.659742] glxinfo:1469 freeing invalid memtype e8252000-e8262000 
[   28.659756] glxinfo:1469 freeing invalid memtype e8262000-e8272000 
[   28.659769] glxinfo:1469 freeing invalid memtype e8272000-e8282000 
[   28.659783] glxinfo:1469 freeing invalid memtype e8282000-e8292000 
[   28.659796] glxinfo:1469 freeing invalid memtype e8292000-e82a2000 
[   28.659809] glxinfo:1469 freeing invalid memtype e82a2000-e82b2000 
[   28.659823] glxinfo:1469 freeing invalid memtype e82b2000-e82c2000 
[   28.659836] glxinfo:1469 freeing invalid memtype e82c2000-e82d2000 
[   28.659849] glxinfo:1469 freeing invalid memtype e82d2000-e82e2000 
[   28.659863] glxinfo:1469 freeing invalid memtype e82e2000-e82f2000 
[   28.659876] glxinfo:1469 freeing invalid memtype e82f2000-e8302000 
[   37.736111] b43 ssb0:0: firmware: requesting b43/ucode5.fw 
[   37.751043] b43 ssb0:0: firmware: requesting b43-open/ucode5.fw 
[   37.775898] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found 
[   37.775908] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found 
[   37.775913] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website. 
[   79.992045] Clocksource tsc unstable (delta = -200042913 ns) 
root@amelie-laptop:/# 
Je suis aller sur le site précisé... et je l'ai essayé cette commande :/ :

Code : Tout sélectionner

in latest versions of Ubuntu (all flavors) and Debian just need to install the b43-fwcutter package:

sudo apt-get install b43-fwcutter

when you are asked "Fetch and install firmware?" answer "Yes" (just press "Enter) 
Et pourtant, le modèle de la carte est suposée être supportée :

Code : Tout sélectionner

Supported chip types

[...]
bcm4318
PDT_030

Merci.
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

«My bad».........................................

Je faisais un «apt-get» sans même me connecter au net....................

C'est beau maintenant. Wireless work perfectly! C'était bien la commande que tu m'avais dit au tout début :

Code : Tout sélectionner

sudo apt-get install b43-fwcutter
PS : C'est la bonne commande pour Karmic.

Merci.
captnfab

Re: [Ubuntu] Connection Wifi impossible

par captnfab »

Ah, bonne nouvelle ! :)

Eh bien, bon surf alors :)
Vogalen

Re: [Ubuntu] Connection Wifi impossible

par Vogalen »

Re,

Ouais merci! C'est Amélie qui va être contente!

PDT_028
  • Sujets similaires
    Réponses
    Vues
    Dernier message

Revenir à « Réseau sous GNU/Linux »