Page 1 of 9 123 ... LastLast
Results 1 to 10 of 86

Thread: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b0)

  1. #1
    Join Date
    Apr 2008
    Beans
    6

    Exclamation 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b0)

    Hi all

    I am having problems with my ethernet port on both Hardy and Gutsy:

    It says "Unknown device" on both:

    02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b0)

    I did a bit of research and it seems Attansic where bought by Atheros. Ubuntu lists the card as Attansic and Windows Vista lists it as Attansic.

    I am guessing the Attansic network drivers are not included in gutsy or hardy. The only linux drivers i could find where:
    http://support.asus.com/download/dow...model=P5KPL-CM

    But the files seem to be corrupt:

    Can anyone help, i will pay !!!

    I have included the output from:

    ifconfig -a
    lspci -vvnn
    dmesg


    ifconfig -a

    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:16436 Metric:1
    RX packets:1532 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1532 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:76600 (74.8 KB) TX bytes:76600 (74.8 KB)

    wlan0 Link encap:Ethernet HWaddr 00:1d:e0:84:8f:9f
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 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:0 (0.0 B) TX bytes:0 (0.0 B)

    wmaster0 Link encap:UNSPEC HWaddr 00-1D-E0-84-8F-9F-00-00-00-00-00-00-00-00-00-00
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 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:0 (0.0 B) TX bytes:0 (0.0 B)



    lspci -vvnn

    02:00.0 Ethernet controller [0200]: Attansic Technology Corp. Unknown device [1969:1026] (rev b0)
    Subsystem: Acer Incorporated [ALI] Unknown device [1025:0145]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 5
    Region 0: Memory at f6000000 (64-bit, non-prefetchable) [size=256K]
    Region 2: I/O ports at 3000 [size=128]
    Capabilities: <access denied>



    dmesg as attachment
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    I am guessing the Attansic network drivers are not included in gutsy or hardy. The only linux drivers i could find where:
    http://support.asus.com/download/dow...model=P5KPL-CM

    But the files seem to be corrupt:
    What errors are you encountering? With a bit of work, I was able to get the Makefile to make without error.
    Code:
    KBUILD_NOPEDANTIC=1 make
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Aug 2006
    Location
    UK
    Beans
    105
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    Quote Originally Posted by chili555 View Post
    What errors are you encountering? With a bit of work, I was able to get the Makefile to make without error.
    Code:
    KBUILD_NOPEDANTIC=1 make
    Which version of the drivers are you building and on which release?

    I've been trying to build the Atheros drivers for the Attansic L1 (l1-linux-v1.2.40.2) and while the KBUILD_NOPEDANTIC option gets past the CFLAGS check, there seem to be some kernel changes between 2.6.22 and 2.6.24 (i.e. Gutsy to Hardy) which stop the driver building.

    Code:
    at_main.c:367: error: implicit declaration of function 'SET_MODUILE_OWNER'

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

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    Do you have the headers and 'build-essential' installed? I tried the file the original poster quoted and got:
    Code:
    chili@LAPTOP60:~/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src$ KBUILD_NOPEDANTIC=1 make
    make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/chili/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
    As you can see by the kernel version, I am running Hardy.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Aug 2006
    Location
    UK
    Beans
    105
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    Quote Originally Posted by chili555 View Post
    Do you have the headers and 'build-essential' installed? I tried the file the original poster quoted and got:
    Code:
    chili@LAPTOP60:~/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src$ KBUILD_NOPEDANTIC=1 make
    make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/chili/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
    As you can see by the kernel version, I am running Hardy.
    Yes to the headers and yes to build-essential.

    Looking at the output, you're using a different driver though. Where is that one from?

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    http://dlsvr03.asus.com/pub/ASUS/mb/...nuxDrivers.zip

    Essentially, where the original poster referred. I don't have this card, however I, and future searchers, will be excited to know if it works.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Apr 2008
    Beans
    6

    Solved !!!

    Hi Guys

    Thank you, thank you so much !!!

    I have got it working !!!

    Ok first the network card is Atheros(R) AR8121/AR8113 PCI-E

    Ok these are the steps i followed to get it working!

    1) I installed ubuntu hardy 64bit, i has build-essential package installed
    2) Then i downloaded the linux driver from: http://support.asus.com/download/dow...model=P5KPL-CM
    (as per my original post)
    3) I then transfered the driver via usb stick to my laptop and unpacked the zip. (Actually i unpacked it on windows first as it has a .rar file that i could not unpack on linux Then i packed it up again on windows).
    4) cd into <HOME_DIR>/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src
    5) then i ran: sudo KBUILD_NOPEDANTIC=1 make
    6) then i ran: sudo KBUILD_NOPEDANTIC=1 make install
    7) that worked and put a driver in /lib/modules/2.6.24-16-generic/kernel/drivers/net/atl1e/at1le.ko
    8 ) i cd into that director and i run: sudo insmod ./atl1e.ko

    That is it !!! it worked as soon as i plugged in network card.

    Thank you all so much !!!! I hope this helps everyone else

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    Glad it's working. Good job and thanks for posting so the searchers can learn from your experience.
    it has a .rar file that i could not unpack on linux
    Code:
    sudo apt-get install unrar
    unrar e your_file.rar
    Good luck and have fun!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Apr 2008
    Beans
    6

    Re: Solved !!!

    Note i currently have ubuntu 32 bit not 64 bit but the same instructions still work.

  10. #10
    Join Date
    May 2008
    Beans
    12

    Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

    same problem solved on a acer 6920G-814G32Bn

    thank you
    Last edited by tuxfire; May 25th, 2008 at 05:33 PM.

Page 1 of 9 123 ... LastLast

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
  •