Results 1 to 5 of 5

Thread: Atheros Lan Driver

  1. #1
    Join Date
    2013-Mar
    Posts
    27

    Atheros Lan Driver

    I have Msı GE70 0ND notebook and here is the solution i found for Atheros lan driver :

    my device:
    lspci|grep Ethernet
    03:00.0 Ethernet controller: Atheros Communications Inc. Device e091 (rev 13)
    * download:
    https://www.kernel.org/pub/linux/ker...-28-5-u.tar.gz

    * download alx-patch.txt

    apt-get update && apt-get install -y linux-headers-$(uname -r)
    tar xvf compat-drivers-2013-03-28-5-u.tar.gz
    cd compat-drivers-2013-03-28-5-u
    patch --dry-run -p1 < alx-patch.txt
    patch -p1 < alx-patch.txt
    ./scripts/driver-select alx
    make
    make install
    modprobe alx
    reboot
    Attached Files Attached Files

  2. #2
    Join Date
    2013-Jun
    Posts
    1
    Hello
    I Have a Medion Erazer notebook and have the same Ethernet Controller. I followed your steps but i ran into an error. When i run 'make' i get the error:

    make: *** /lib/modules/3.7-trunk-686-pae/build: No such file or directory. Stop.
    make: *** [modules] Error 2

    Do you have a solution for this?

  3. #3
    thanks for tutorial, all ok. I have copy the file .txt in compat-drivers-2013-03-28-5-u first of patch file

  4. #4
    Join Date
    2014-Jan
    Posts
    1
    I still get the message after the modprobe : FATAL module ALX not found
    I do get a lot of warnings on the make install command (many many entries with warning blablabla, due to loop).

    Is thi smaybe some old stuff which needs to be remoced first?
    How can I start clean all over?

  5. #5
    Join Date
    2013-Dec
    Posts
    3

Similar Threads

  1. qualcomm atheros QCA6174 firmware/driver problems... Please help...
    By zang3tsu98 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-02-23, 18:19
  2. Atheros AR9485 ath9k ( driver )
    By toma in forum General Archive
    Replies: 1
    Last Post: 2013-09-19, 23:56

Posting Permissions

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