Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: cant compile drivers for atheros ar8151

  1. #21
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: cant compile drivers for atheros ar8151

    What we have here is a textbook perfect, oh so sweet example of a successful DHCP transaction for your wireless. It tells us nothing about the ethernet.

    Please turn off the wireless with the airplane mode switch. Hook up a known working ethernet cable to the computer and the router. Next, run:
    Code:
    sudo service network-manager stop
    sudo dhclient enp4s0
    cat /var/log/syslog | grep dhclient | tail -n10
    Let's see what the ethernet isn't doing as expected.

  2. #22
    Join Date
    Feb 2019
    Beans
    14

    Re: cant compile drivers for atheros ar8151

    thanks for the help so far

    Code:
    georgevaio@Georgevaio:~$ cat /var/log/syslog | grep dhclient | tail -n10
    Feb 23 22:14:44 Georgevaio dhclient[6367]: bound to 192.168.0.24 -- renewal in 1766 seconds.
    Feb 23 22:16:01 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 3 (xid=0x97791352)
    Feb 23 22:16:04 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 6 (xid=0x97791352)
    Feb 23 22:16:10 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 6 (xid=0x97791352)
    Feb 23 22:16:16 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 9 (xid=0x97791352)
    Feb 23 22:16:25 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 8 (xid=0x97791352)
    Feb 23 22:16:33 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 8 (xid=0x97791352)
    Feb 23 22:16:41 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 11 (xid=0x97791352)
    Feb 23 22:16:52 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 17 (xid=0x97791352)
    Feb 23 22:17:09 Georgevaio dhclient[6726]: DHCPDISCOVER on enp4s0 to 255.255.255.255 port 67 interval 10 (xid=0x97791352)
    georgevaio@Georgevaio:~$

  3. #23
    Join Date
    Feb 2019
    Beans
    14

    Re: cant compile drivers for atheros ar8151

    what can i do now?

  4. #24
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,043
    Distro
    Ubuntu Development Release

    Re: cant compile drivers for atheros ar8151

    I'm sorry, but we see nothing wrong and therefore fixable. I can offer no explanation as to why the ethernet won't work perfectly.

    If your wireless is working well, I'd just use it and compromise. Otherwise, I'd look into any number of alternative devices such as USB ethernet adapters.

    I am confident that if Jeremy or the other networking gurus on this forum had any other suggestions, they would have pointed out anything I had overlooked. They are very good about that!

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •