web-dev-qa-db-fra.com

Aucune connexion réseau après l'installation de 16.04LTS

Sur une nouvelle installation dual boot win7/16.04LTS. Internet fonctionne bien sous Windows mais je n’ai pas de connexion filaire ou sans fil sur Ubuntu. Il serait juste d'essayer de se connecter pour toujours. Je ne peux pas cingler google, et je ne peux même pas me connecter à mon routeur via le navigateur à 192.168.0.1

J'ai donc ajouté ceci au/etc/network/interface

auto enp5s0
iface enp5s0 inet static
address 192.168.0.105
netmask 255.255.255.0
gateway 192.168.0.1
dns‐nameservers 8.8.8.8 8.8.4.4

Ensuite, il montre une adresse IP et j'ai couru ces

ifconfig =

enp5s0    Link encap:Ethernet  HWaddr 74:d4:35:9f:13:bd  
          inet addr:192.168.0.105  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::76d4:35ff:fe9f:13bd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1 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:78 (78.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:673 errors:0 dropped:0 overruns:0 frame:0
          TX packets:673 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:52344 (52.3 KB)  TX bytes:52344 (52.3 KB)

lshw -class network =

 *-network               
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: 06
       serial: 74:d4:35:9f:13:bd
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.0.105 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
       resources: irq:27 ioport:b000(size=256) memory:fe100000-fe100fff memory:da100000-da103fff

iwconfig =

enp5s0    no wireless extensions.

lo        no wireless extensions.

lien ip =

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 74:d4:35:9f:13:bd brd ff:ff:ff:ff:ff:ff

Toute aide serait grandement appréciée, merci

1
Mike Schnell

Le problème était que mon adaptateur Ethernet n'était pas piloté du tout. J’ai trouvé que le site realtek ne proposait que des pilotes pour les noyaux Linux 3.x ou plus anciens; j’ai donc installé 14.04, puis le pilote et son en ligne.

1
Mike Schnell