Bonjour, je poste aujourd’hui car j’ai un problème de connexion à internet.
J’utilise le cable ETHERNET qui sort du boitier CPL fourni avec la FREEBOX (ma FREEBOX est dans une autre pièce).
L’icône en haut à droite de mon écran semble montrer (ci j’ai bien compris), qu’un réseau est bien détecté. Cette icône est un triangle jaune contenant un point d’interrogation, qui masque en partie un souris. Ci-joint le l’image de mon icône
Je n’arrive pas néanmoins à faire aboutir cette GRRRRRRR connexion.
Je joint différentes sorties qui peuvent peut-être aider à comprendre le pb.
/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 212.27.54.252 212.27.53.252
lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 645xx (rev 03)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 14)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
00:08.0 Communication controller: Intel Corporation 536EP Data Fax Modem
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
ifup eth0
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
ifconfig[code]
eth1 Link encap:Ethernet HWaddr 00:10:dc:e4:75:cf
inet adr:169.254.70.225 Bcast:169.254.255.255 Masque:255.255.0.0
adr inet6: fe80::210:dcff:fee4:75cf/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66 errors:0 dropped:0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:7243 (7.0 KiB) TX bytes:20060 (19.5 KiB)
Interruption:19 Adresse de base:0xec00
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
RX packets:364 errors:0 dropped:0 overruns:0 frame:0
TX packets:364 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:82961 (81.0 KiB) TX bytes:82961 (81.0 KiB)
[/code]
/etc/init.d/networking restart
Running ./networking restart is deprecated because it may not enable again some interfaces ... (warning).
Reconfiguring network interfaces...done.
j’ai fait des networking restart parce que j’ai essayé de modifier des choses dans le fichier interfaces, mais rien ne se passe. D’ailleurs je ne comprends pas grand chose non plus !
Voilà, si quelqu’un a des éléments de réponse !