Pages : 1
#1 Le 30/01/2008, à 22:10
- neveralone
[RESOLU]wifi sous gusty impossible??
bonjour,
j'ai depuis une semaine installer en double boot gusty sur mon pc portable tout marche super sauf mon wifi. j'ai lu beaucoup de solution ou bidouille a faire pour la reparer mais jusqu'a present aucune n'a fonctionnée.
voici les resultats des commandes qui peuvent etre utile pour pouvoir m'aider :
root@ubuntu:/home/hugo# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:16:36:AE:3D:39
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:10 Base address:0xe000
lo Link encap:Local Loopback
LOOPBACK MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wlan0 Link encap:Ethernet HWaddr 00:1B:2F:38:01:93
inet addr:192.168.1.159 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21b:2fff:fe38:193/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2050 (2.0 KB)
wmaster0 Link encap:UNSPEC HWaddr 00-1B-2F-38-01-93-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)
root@ubuntu:/home/hugo# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"Livebox-D5E0"
Mode:Managed Frequency:2.412 GHz Access Point: 00:16:CE:2D:CE:F6
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key: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@ubuntu:/home/hugo# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
root@ubuntu:/home/hugo# cat /etc/resolv.conf
domain domain.com
nameserver 0.0.0.0
nameserver 0.0.0.0
root@ubuntu:/home/hugo# ifconfig wlan0 up
root@ubuntu:/home/hugo# dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:1b:2f:38:01:93
Sending on LPF/wlan0/00:1b:2f:38:01:93
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
root@ubuntu:/home/hugo#
et j'arrive toujours au meme point.
j'utilise wifi radar pour me connecter car manager network ne peut pas fonction parait il avec mon equipement. ma clé wifi est reconnu automatiquement mais je n'arrive toujour pas a me connecter. je galère enormément. Si quelqu'un peut m'aider je lui en serait reconnaissant .
Merci
Dernière modification par neveralone (Le 04/02/2008, à 15:52)
Hors ligne
#2 Le 30/01/2008, à 22:21
- nonobus
Re : [RESOLU]wifi sous gusty impossible??
Salut,
Bon ta carte est reconnue, elle est associée à ton routeur donc on va essayer ça :
dans un terminal tapes :
sudo chattr +i /etc/resolv.conf
puis
sudo dhclient
@pluche
"La censure épargne les corbeaux et s'acharne sur les colombes" Juvenal
"La tolérance est une vertu qui rend la paix possible" K.Annan
"Pourquoi Windows ? Parce que Linux ou l'inverse peut-être"
Hors ligne
#3 Le 01/02/2008, à 02:24
- Dude_zi'flo
Re : [RESOLU]wifi sous gusty impossible??
hello les gens
Remets ton fichier /etc/resolv.conf, de nouveau accessible avec
sudo chattr -i /etc/resolv.conf
POUR FIXER TES DNS (OpenDNS)
1/ Méthode préconisée:
http://www.opendns.com/start/ubuntu.php
2/ Méthode employée
Le fichier est 'resolv.conf'.(/etc/resolv.conf)
Mets le comme cela et suis la commande pour le rendre incassable par ton DHCP. Sinon, ton DHCP va lui substituer le sien (cad lui-même).
Simplement modifie le nameserver 192.168.1.1 Par l'ip réelle de ton routeur.
nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver 192.168.1.1## IP de ton routeur.A modifier##
nameserver 127.0.0.1
nameserver 0.0.0.0
‣ Le rendre incassable
sudo chattr +i /etc/resolv.conf
‣ Pour lui remettre ses droits d'origine
sudo chattr -i /etc/resolv.conf
‣ Redémarrer le réseau
sudo /etc/init.d/networking restart
‣ Arrêter la carte eth0 {Exemple, si la carte est eth0}
sudo ifdown eth0
‣ Démarrer la carte eth0
sudo ifup eth0
‣ Redemander une IP au DHCP
sudo dhclient eth0
redémarre et poste nous le retour de ces pings {menu→accessoires→terminal}
ping -c6 192.168.1.1 (ou l'ip de ta passerelle)
ping -c6 www.google.com
ping -c6 64.233.169.103
#4 Le 01/02/2008, à 07:52
- willy78
Re : [RESOLU]wifi sous gusty impossible??
retour de:
sudo lshw -C network
lspci
cat /etc/network/interfaces
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#5 Le 02/02/2008, à 10:55
- neveralone
Re : [RESOLU]wifi sous gusty impossible??
Bonjour,
Malheuresement je n'arrive pas a reconfigurer mon reseau lors de :
/etc/init.d/networking restart
* Reconfiguring network interfaces... /etc/network/interfaces:2: misplaced option
ifdown: couldn't read interfaces file "/etc/network/interfaces"
/etc/network/interfaces:2: misplaced option
ifup: couldn't read interfaces file "/etc/network/interfaces"
[fail]
Mon fichier interface est il mal placer? je ne l'ai pourtant pas toucher....
et sinon pour willy78 voici les resultats :
root@ubuntu:/# lshw -C network
*-network
description: Wireless interface
physical id: 1
logical name: wlan0
serial: 00:1b:2f:38:01:93
capabilities: ethernet physical wireless
configuration: broadcast=yes multicast=yes wireless=IEEE 802.11g
root@ubuntu:/# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
05:00.0 VGA compatible controller: nVidia Corporation GeForce Go 7200 (rev a1)
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 01)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
root@ubuntu:/# cat /etc/network/interfaces
auto lo
niface lo inet loopback
voila encore merci a vous.
Hors ligne
#6 Le 02/02/2008, à 12:03
- nonobus
Re : [RESOLU]wifi sous gusty impossible??
tu as bien mis un sudo devant /etc/init.d/networking restart pour avoir les droits root.
@pluche
"La censure épargne les corbeaux et s'acharne sur les colombes" Juvenal
"La tolérance est une vertu qui rend la paix possible" K.Annan
"Pourquoi Windows ? Parce que Linux ou l'inverse peut-être"
Hors ligne
#7 Le 02/02/2008, à 12:05
- neveralone
Re : [RESOLU]wifi sous gusty impossible??
oui enfin je me met en root au depart avec # su puis mot de passe
Hors ligne
#8 Le 02/02/2008, à 18:51
- neveralone
Re : [RESOLU]wifi sous gusty impossible??
Bonsoir s'ayait sa marche....
j'ai juste reinstallé mon OS et reinstallé wifi radar.
Et sa marche... merci a vous.
Hors ligne
#9 Le 02/02/2008, à 19:09
- nonobus
Re : [RESOLU]wifi sous gusty impossible??
Salut,
félicitation !
Met un ptit résolu dans le titre de ton premier post
@pluche
"La censure épargne les corbeaux et s'acharne sur les colombes" Juvenal
"La tolérance est une vertu qui rend la paix possible" K.Annan
"Pourquoi Windows ? Parce que Linux ou l'inverse peut-être"
Hors ligne
Pages : 1