Salut merci à tous ceux qui m’ont aidé à régler mon pb d’entrée de grub.Maintenant je reviens à mon pb originel qui était mon abscence de connéxion réseau.Je refais donc un nouveau post l’ancien étant “Pas de réseau après 1ère install” pour ceux que ça intérésserait.Je vais donc tout reprendre à zéro en étant clair, sans prose et sans captures d’écran 
voilà en gros le pb : une fois debian lancé et le bureau totalement chargé ma connexion fonctionne 1 ou 2mn (c’est suffisant pour de petites maj que je fait immédiatement-j’en ai fait 8 puis 2 avec aptitude).Si j’attends par ex 5mn je ne peux plus le faire.Pareil pour aller sur le web.J’ai éssayé plusieurs fois.Autrement dit la connéxion se désactive au bout de 2-3mn.Comme j’avais posté sur ce pb je vais donné les retours de commandes qu’on m’avait demandé ou que j’ai fait moi-même c’est à dire dans l’ordre:
lsmod | grep 8169 , dmesg | grep -i , ifconfig eth0 , route -n ,
ping -c 4 192.168.1.254 , ping google.fr ,cat /etc/resolv.conf ,
cat /etc/network/interfaces , cat /etc/NetworkManager/NetworkManager.conf
C’est partiiii ![]()
[code]root@cracotte:~# lsmod | grep 8169
r8169 36840 0
mii 3210 1 r8169
[/code]
root@cracotte:~# dmesg | grep -i
eth
[ 0.548582] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.549499]
r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc90000672000, 50:e5:49:56:b1:56, XID 0c900800 IRQ 26
[ 8.896909]
r8169 0000:02:00.0: eth0: link down
[ 8.896917]
r8169 0000:02:00.0: eth0: link down
[ 8.897381]
ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.297113]
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.141319]
r8169 0000:02:00.0: eth0: link up
[ 12.141762]
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 22.204014]
eth0: no IPv6 routers present
[ 142.112095]
r8169 0000:02:00.0: eth0: link up
[ 334.080105]
r8169 0000:02:00.0: eth0: link up
[ 450.828095]
r8169 0000:02:00.0: eth0: link up
[ 749.624111]
r8169 0000:02:00.0: eth0: link up
[ 1044.632110]
r8169 0000:02:00.0: eth0: link up
[ 1180.072104]
r8169 0000:02:00.0: eth0: link up
[ 1333.672112]
r8169 0000:02:00.0: eth0: link up
[ 1415.668138]
r8169 0000:02:00.0: eth0: link up
[ 1416.688116]
r8169 0000:02:00.0: eth0: link up
[ 1418.012107]
r8169 0000:02:00.0: eth0: link up
[ 1755.536110]
r8169 0000:02:00.0: eth0: link up
[code]root@cracotte:~# ifconfig
eth0
Link encap:Ethernet HWaddr 50:e5:49:56:b1:56
inet adr:192.168.1.2 Bcast:192.168.1.255
Masque:255.255.255.0
adr inet6: fe80::52e5:49ff:fe56:b156/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:441 errors:0 dropped:441 overruns:0 frame:441
TX packets:523 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:51210 (50.0 KiB) TX bytes:68337 (66.7 KiB)
Interruption:26 Adresse de base:0x2000
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:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:2352 (2.2 KiB) TX bytes:2352 (2.2 KiB)
[/code]
root@cracotte:~# route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
[code]root@cracotte:~# ping -c 4 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
64 bytes from 192.168.1.254: icmp_req=1 ttl=64 time=0.424 ms
64 bytes from 192.168.1.254: icmp_req=2 ttl=64 time=0.303 ms
64 bytes from 192.168.1.254: icmp_req=3 ttl=64 time=0.292 ms
64 bytes from 192.168.1.254: icmp_req=4 ttl=64 time=0.368 ms
— 192.168.1.254 ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 2998ms
rtt min/avg/max/mdev = 0.292/0.346/0.424/0.057 ms
[/code]
[code]root@cracotte:~# ping www.google.fr
ping: unknown host www.google.fr
[/code]
[code]root@cracotte:~# cat /etc/resolv.conf
Generated by NetworkManager
domain home
search home
nameserver 192.168.1.254
[/code]
[code]root@cracotte:~# cat /etc/network/interfaces
This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
#NetworkManager
#iface eth0 inet dhcp
[/code]
[code]root@cracotte:~# cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[/code]