Problème de connexion ethernet

Résolu
kalene007 Messages postés 22 Statut Membre -  
mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,

je suis nouveau sur Linux, le problème est que je n'arrive pas a me connecté avec le câble ethernet. J'avais cherchais longtemps déjà pour me connecté en wifi elle étais désactivé,donc peut être que c'est la même chose pour le câble??

merci de me répondre

8 réponses

  1. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Ok donc apparemment il faut compiler le pilote à la main. Voici un lien qui parle de cette carte :
    https://askubuntu.com/questions/165192/how-do-i-install-drivers-for-the-atheros-ar8161-ethernet-controller

    sudo apt-get install build-essential linux-headers-generic linux-headers-'uname -r'
    wget -O- http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 | tar -xj
    cd compat-wireless-2012-07-03-pc
    ./scripts/driver-select alx
    make
    sudo make install
    sudo modprobe alx


    Si tout se passe bien, tu devrais voir ta carte apparaître lorsque tu lances la commande "/sbin/ifconfig -a"

    Bon après, vu que tu utilises un noyau 3.2, je ne sais pas si ça va marcher, mais on peut toujours essayer. Dans l'idée si ça ne marche pas, il faudra chercher des sources adaptées pour un noyau 3.2.

    Bonne chance
    2
  2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Quelle distribution linux utilises-tu ?
    À quoi est connecté ton câble ethernet (une box ?) ?
    Peux-tu taper les commandes suivantes dans un terminal et nous copier coller leur résultat ?
    http://doc.ubuntu-fr.org/terminal

    /sbin/ifconfig -a
    /sbin/route -n


    Bonne chance
    0
  3. kalene007 Messages postés 22 Statut Membre
     
    Bonsoir,
    j'utilise Ubuntu 12.04 et mon câble est connecté à une box numericalble .

    $ /sbin/ifconfig -a
    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
    Packets reçus:8154 erreurs:0 :0 overruns:0 frame:0
    TX packets:8154 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 lg file transmission:0
    Octets reçus:577078 (577.0 KB) Octets transmis:577078 (577.0 KB)

    wlan0 Link encap:Ethernet HWaddr e0:ca:94:e6:9f:31
    inet adr:192.168.0.18 Bcast:192.168.0.255 Masque:255.255.255.0
    adr inet6: fe80::e2ca:94ff:fee6:9f31/64 Scope:Lien
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Packets reçus:504342 erreurs:0 :0 overruns:0 frame:0
    TX packets:220423 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 lg file transmission:1000
    Octets reçus:649230776 (649.2 MB) Octets transmis:21186886 (21.1 MB)

    $ /sbin/route -n
    Table de routage IP du noyau
    Destination Passerelle Genmask Indic Metric Ref Use Iface
    0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
    192.168.0.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
    0
  4. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Effectivement, ta carte ethernet ne semble pas reconnue, par contre ta carte wifi (wlan0) oui. En général c'est plutôt le contraire :-) Peux-tu m'indiquer le modèle de ta carte ethernet, ton noyau, et ta distribution linux (la 3e commande ne marchera pas forcément) ?

    lspci
    uname -a
    cat /etc/lsb-release


    Bonne chance
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. kalene007 Messages postés 22 Statut Membre
     
    Bonsoir,

    Désolé du retard
    $ lspci
    00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
    00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
    00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
    00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Thames XT/GL [Radeon HD 7600M Series]
    01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Turks HDMI Audio [Radeon HD 6000 Series]
    07:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 10)
    08:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)

    $ uname -a
    Linux kalene-sama 3.2.0-32-generic-pae #51-Ubuntu SMP Wed Sep 26 21:54:23 UTC 2012 i686 i686 i386 GNU/Linux

    $ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
    0
  7. kalene007 Messages postés 22 Statut Membre
     
    Malheureusement elle n'apparaît pas =(

    $ /sbin/ifconfig -a
    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
    Packets reçus:314 erreurs:0 :0 overruns:0 frame:0
    TX packets:314 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 lg file transmission:0
    Octets reçus:36186 (36.1 KB) Octets transmis:36186 (36.1 KB)

    wlan0 Link encap:Ethernet HWaddr e0:ca:94:e6:9f:31
    inet adr:192.168.0.18 Bcast:192.168.0.255 Masque:255.255.255.0
    adr inet6: fe80::e2ca:94ff:fee6:9f31/64 Scope:Lien
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Packets reçus:3895 erreurs:0 :0 overruns:0 frame:0
    TX packets:2401 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 lg file transmission:1000
    Octets reçus:2806826 (2.8 MB) Octets transmis:481157 (481.1 KB)
    0
  8. kalene007 Messages postés 22 Statut Membre
     
    Non,c'est bon ça fonctionne!

    Merci de m'avoir aidé
    0
  9. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Parfait, bonne continuation !
    0