Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old April 27th, 2008   #1
pdelahun
First Cup of Ubuntu
 
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
File Type: zip dmesg.zip (10.4 KB, 39 views)
pdelahun is offline   Reply With Quote
Old April 27th, 2008   #2
chili555
Ubuntu addict and loving it
 
chili555's Avatar
 
Join Date: Aug 2005
Location: South Carolina, USA
Beans: 3,580
Ubuntu 9.10 Karmic Koala
Send a message via AIM to chili555
Re: 02:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b

Quote:
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
__________________
Registered Linux User #374501
Fabricati diem, pvnc
chili555 is online now   Reply With Quote
Old April 28th, 2008   #3
brundles
A Carafe of Ubuntu
 
Join Date: Aug 2006
Location: UK
Beans: 97
Ubuntu 8.10 Intrepid Ibex
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'
brundles is offline   Reply With Quote
Old April 28th, 2008   #4
chili555
Ubuntu addict and loving it
 
chili555's Avatar
 
Join Date: Aug 2005
Location: South Carolina, USA
Beans: 3,580
Ubuntu 9.10 Karmic Koala
Send a message via AIM to chili555
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.
__________________
Registered Linux User #374501
Fabricati diem, pvnc
chili555 is online now   Reply With Quote
Old April 28th, 2008   #5
brundles
A Carafe of Ubuntu
 
Join Date: Aug 2006
Location: UK
Beans: 97
Ubuntu 8.10 Intrepid Ibex
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?
brundles is offline   Reply With Quote
Old April 28th, 2008   #6
chili555
Ubuntu addict and loving it
 
chili555's Avatar
 
Join Date: Aug 2005
Location: South Carolina, USA
Beans: 3,580
Ubuntu 9.10 Karmic Koala
Send a message via AIM to chili555
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.
__________________
Registered Linux User #374501
Fabricati diem, pvnc
chili555 is online now   Reply With Quote
Old April 28th, 2008   #7
pdelahun
First Cup of Ubuntu
 
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
pdelahun is offline   Reply With Quote
Old April 28th, 2008   #8
chili555
Ubuntu addict and loving it
 
chili555's Avatar
 
Join Date: Aug 2005
Location: South Carolina, USA
Beans: 3,580
Ubuntu 9.10 Karmic Koala
Send a message via AIM to chili555
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.
Quote:
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!
__________________
Registered Linux User #374501
Fabricati diem, pvnc
chili555 is online now   Reply With Quote
Old May 25th, 2008   #9
pdelahun
First Cup of Ubuntu
 
Join Date: Apr 2008
Beans: 6
Re: Solved !!!

Note i currently have ubuntu 32 bit not 64 bit but the same instructions still work.
pdelahun is offline   Reply With Quote
Old May 25th, 2008   #10
tuxfire
First Cup of Ubuntu
 
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 12:33 PM..
tuxfire is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:35 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry