Results 1 to 3 of 3

Thread: ethernet connection not working

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Beans
    1

    ethernet connection not working

    My ethernet Atheros AR8162 Fast Ethernet(rev 10)

    Ubuntu version is 12.04 64bit

    I followed these steps

    apt-get upgrade

    Downloaded compat-wireless-2012-05-10.tar.bz2

    executed bunzip2 to unzip tar file

    tar -xvf compat-wireless-2012-05-10.tar

    scripts/driver-select atl1c
    Processing new driver-select request...
    Backup exists: Makefile.bk
    Backup exists: Makefile.bk
    Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
    Backup exists: drivers/net/ethernet/atheros/Makefile.bk
    Backup exists: Makefile.bk
    Backup exists: Makefile.bk
    Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
    root@ps-Inspiron-5420:~/compat-wireless-2012-05-10#

    make
    make -C /lib/modules/3.2.0-25-generic/build M=/root/compat-wireless-2012-05-10 modules
    make[1]: Entering directory `/lib/modules/3.2.0-25-generic/build'
    make[1]: *** No rule to make target `modules'. Stop.
    make[1]: Leaving directory `/lib/modules/3.2.0-25-generic/build'
    make: *** [modules] Error 2


    Please help

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: ethernet connection not working

    Hi try:
    Code:
    sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential dkms
    then try to compile again.
    Thanks

  3. #3
    Join Date
    Aug 2006
    Beans
    31

    Re: ethernet connection not working

    Quote Originally Posted by pkm2112 View Post
    My ethernet Atheros AR8162 Fast Ethernet(rev 10)

    Ubuntu version is 12.04 64bit

    I followed these steps

    apt-get upgrade

    Downloaded compat-wireless-2012-05-10.tar.bz2
    Try compat-wireless-2012-02-28-p

    ./scripts/driver-select alx

    make

    sudo make install

    reboot and plug in your wire network

Tags for this Thread

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
  •