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 31/07/2007, à 21:00

orkerone

WL-534 Problème de connection Wifi

Bonjour à tous, j'utilise un laptop avec Feisty dessus, et j'avais promis à un pote que Ubuntu, je branche sa clé wifi et hop je suis connecté. Pas du tout. Il m'a prêté sa clé, une Sitecom WL-534, pour se connecter sur un réseau Wifi public, Ubuntu reconnaît la clé, et trouve deux connections sans fil, wlan0 et wmaster0, les deux par défaut en mode itinérant (?). Sur wlan0, quand je désactive le mode itinérant, je peux séléctionner un réseau Sitecom avec un 0 affiché à côté, dans le champ "nom du réseau ESSID" ou un truc dans le genre.

Je viens de survoler la doc, d'après ce que j'ai compris, il faut que j'installe un pilote réseau spécifique récupérable sur le Net, pour pouvoir installer le Net...Cherchez l'erreur.

Est ce que j'ai la chance de me tromper ?

Hors ligne

#2 Le 31/07/2007, à 21:23

safe93

Re : WL-534 Problème de connection Wifi

bonsoir

Peux tu nous poster le retour des commandes suivantes:

cat /etc/lsb-release
lsusb
lspci
sudo lshw -C network
iwconfig
ifconfig
iwlist scan
cat  /etc/network/interfaces

Quelques liens Wifi:
http://doc.ubuntu-fr.org/materiel/wifi/liste_carte
http://doc.ubuntu-fr.org/wifi
http://doc.ubuntu-fr.org/wpa

Bon courage et @ ++

NB: Pense à utiliser les balises de mise en page pour tes futurs msg...sinon ce sera illisible. (elles sont au dessus des smileys quand tu rédiges un post).

#3 Le 01/08/2007, à 18:16

orkerone

Re : WL-534 Problème de connection Wifi

Enjoy hmm :

cat /etc/lsb-release

steph@steph-laptop:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu 
DISTRIB_RELEASE=7.04 
DISTRIB_CODENAME=feisty 
DISTRIB_DESCRIPTION="Ubuntu 7.04"

lsusb

steph@steph-laptop:~$ lsusb 
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 0df6:9712 Sitecom Europe B.V. 
Bus 001 Device 001: ID 0000:0000

lspci

steph@steph-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: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 (rev 02) 
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02) 
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] 
02:04.0 Communication controller: Agere Systems LT WinModem (rev 02) 
02:06.0 CardBus bridge: Texas Instruments PCI1420 
02:06.1 CardBus bridge: Texas Instruments PCI1420 
02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VM (KM) Ethernet Controller (rev 42) 
02:0e.0 USB Controller: NEC Corporation USB (rev 41) 
02:0e.1 USB Controller: NEC Corporation USB (rev 41) 
02:0e.2 USB Controller: NEC Corporation USB 2.0 (rev 02)

sudo lshw -C network

steph@steph-laptop:~$ sudo lshw -C network 
Password: 
  *-network               
       description: 3C589D 
       product: TP/BNC LAN Card Ver. 2a 
       vendor: 3Com Corporation 
       physical id: 0 
       version: 000002 
       slot: Socket 0 
       resources: irq:3 
  *-network 
       description: Ethernet interface 
       product: 82801CAM (ICH3) PRO/100 VM (KM) Ethernet Controller 
       vendor: Intel Corporation 
       physical id: 8 
       bus info: pci@02:08.0 
       logical name: eth1 
       version: 42 
       serial: 00:08:02:94:bf:bf 
       size: 10MB/s 
       capacity: 100MB/s 
       width: 32 bits 
       clock: 33MHz 
       capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation 
       configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.17-k2-NAPI duplex=half firmware=N/A latency=66 link=no maxlatency=56 mingnt=8 multicast=yes port=MII speed=10MB/s 
       resources: iomemory:40100000-40100fff ioport:2400-243f irq:10 
  *-network:0 
       description: Wireless interface 
       physical id: 2 
       logical name: wlan0 
       serial: 00:0c:f6:21:e5:07 
       capabilities: ethernet physical wireless 
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11g 
  *-network:1 
       description: Ethernet interface 
       physical id: 3 
       logical name: eth2 
       serial: 00:60:08:de:9a:7f 
       capabilities: ethernet physical 
       configuration: broadcast=yes driver=3c589_cs driverversion=1.162-ac multicast=yes

iwconfig

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

eth1      no wireless extensions. 

wmaster0  IEEE 802.11g  Frequency:2.412 GHz  
          RTS thr:off   Fragment thr=2346 B   
          
wlan0     IEEE 802.11g  ESSID:"Sitecom"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          RTS thr:off   Fragment thr=2346 B   
          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 

eth2      no wireless extensions.

ifconfig

steph@steph-laptop:~$ ifconfig 
eth1      Lien encap:Ethernet  HWaddr 00:08:02:94:BF:BF  
          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) 

eth2      Lien encap:Ethernet  HWaddr 00:60:08:DE:9A:7F  
          adr inet6: fe80::260:8ff:fede:9a7f/64 Scope:Lien 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1 
          Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:5 
          collisions:0 lg file transmission:1000 
          Octets reçus:0 (0.0 b) Octets transmis:468 (468.0 b) 
          Interruption:3 Adresse de base:0x300 

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

wlan0     Lien encap:Ethernet  HWaddr 00:0C:F6:21:E5:07  
          adr inet6: fe80::20c:f6ff:fe21:e507/64 Scope:Lien 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1 
          Packets reçus:0 erreurs:0 :0 overruns:0 frame:0 
          TX packets:26 errors:0 dropped:0 overruns:0 carrier:0 
          collisions:0 lg file transmission:0 
          Octets reçus:0 (0.0 b) Octets transmis:5604 (5.4 KiB) 

wlan0:ava Lien encap:Ethernet  HWaddr 00:0C:F6:21:E5:07  
          inet adr:169.254.6.19  Bcast:169.254.255.255  Masque:255.255.0.0 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1 

wmaster0  Lien encap:UNSPEC  HWaddr 00-0C-F6-21-E5-07-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)

iwlist scan

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

eth1      Interface doesn't support scanning. 

wmaster0  Failed to read scan data : Operation not supported 

wlan0     No scan results 
eth2      Interface doesn't support scanning.

cat  /etc/network/interfaces

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


iface eth0 inet dhcp 


iface eth1 inet static 
address 192.168.0.50 
netmask 255.0.0.0 
gateway 192.168.0.254 


auto ath0 
iface ath0 inet dhcp 

iface rausb0 inet dhcp 
wireless-essid Livebox-e7f4 
wireless-key 4a:a2:77:ca:c7:ec:25:6e:91:64:54:94:4a 

auto rausb0 

auto eth0 










iface eth2 inet dhcp 





auto dsl-provider 
iface dsl-provider inet ppp 
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf 
provider dsl-provider 



iface wlan0 inet dhcp 
wireless-essid Sitecom 

auto wlan0 

iface wmaster0 inet dhcp 
wireless-essid Sitecom

**parti prendre un aspirine**

Dernière modification par orkerone (Le 01/08/2007, à 18:17)

Hors ligne

#4 Le 01/08/2007, à 20:45

safe93

Re : WL-534 Problème de connection Wifi

Jette un oeil à ce thread