LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-17-2007, 06:54 PM   #1
Eric B
LQ Newbie
 
Registered: Feb 2007
Location: Ottawa, Ontario. Canada.
Distribution: Ubuntu 804
Posts: 4

Rep: Reputation: 0
Attansic Network Card


Hi folks
i am new to Linux so please excuse any mistakes.
I am looking for help on Connecting to the internet via Linux.
Have installed Fedora 6 (with some help from a friend) but we could not get my Attansic tech L1 gigabit card recognized by FC6.
So any advice would be appreciated.
Thanks
Eric B
 
Old 02-17-2007, 06:56 PM   #2
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
There is a community driver at

This is the community project to maintain and develop the Linux kernel driver for the Attansic L1 gigabit ethernet adapter.
http://sourceforge.net/projects/atl1
 
Old 02-17-2007, 08:58 PM   #3
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Make sure you have the kernel-devel package installed.

yum install kernel-devel

Download atl1-2.0.7-linux-2.6.19-standalone.tar.gz from the sourceforge project mentioned by bosewicht. Put the file in your home directory and do this:
Code:
tar xzvf atl1-2.0.7-linux-2.6.19-standalone.tar.gz
cd atl1-2.0.7-linux-2.6.19
su -c 'make install'
su -c '/usr/sbin/system-config-network'
When the network config gui comes up, populate it with your network particulars.
 
Old 02-18-2007, 09:08 AM   #4
Eric B
LQ Newbie
 
Registered: Feb 2007
Location: Ottawa, Ontario. Canada.
Distribution: Ubuntu 804
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Eric B
Hi folks
i am new to Linux so please excuse any mistakes.
I am looking for help on Connecting to the internet via Linux.
Have installed Fedora 6 (with some help from a friend) but we could not get my Attansic tech L1 gigabit card recognized by FC6.
So any advice would be appreciated.
Thanks
Eric B

Thanks so much for this info guys.
I have downloaded and will comment later as being a newbe it will get done when there are no distractions.
I have no doubt you will all get more questions as I get into Linux but I will endeavor to search FAQ's before doing so.

Regards
Eric B
 
Old 02-25-2007, 10:13 AM   #5
paramo
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Rep: Reputation: 0
Attansic L1 Gigabit ethernet

All,

I have an ASUS P5L-MX motherboard in my new PC which I want to be Linux only..! Fed up with MS bloatware... anyway...!

I followed the instructions in this thread and the ones in the README test file with the tar from sourceforge.net.

When I run the 'make install' part there is a screen of errors and some okay messages (okay I should have saved them).

I am trying to install Centos 4.3 86_64 (because I have the CD's)


Here are my questions which might help me:

[1] If the process is successful should I see Attansic listed in the network cards in network configuration?

[2] I made (most probably) the wrong assumption that because I included developer tool which lists kernel-devel in packages I should be okay? (guess I could do a rpm -q????)

[3] I ran the command as root, on the assumption you need root privileges to do this... right/wrong?

[4] Any other hints tips or help greatly appreciated.

Thanks
David
 
Old 02-25-2007, 05:27 PM   #6
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Quote:
[1] If the process is successful should I see Attansic listed in the network cards in network configuration?
Yes, if the process is successful.

Quote:
[2] I made (most probably) the wrong assumption that because I included developer tool which lists kernel-devel in packages I should be okay? (guess I could do a rpm -q????)
Not quite sure what you're saying/asking here. You need the kernel-devel package installed.

Quote:
[3] I ran the command as root, on the assumption you need root privileges to do this... right/wrong?
Yes, you need to be root when you run "make install" because the install writes files to /lib/modules/...

Quote:
[4] Any other hints tips or help greatly appreciated.
What distro are you running? What kernel version are you running? What atl1 driver version are you trying to build? Please post the error messages if possible.
 
Old 02-26-2007, 06:05 AM   #7
paramo
LQ Newbie
 
Registered: Sep 2006
Posts: 4

Rep: Reputation: 0
attansic l1 ethernet card

Hi,

Below is some more information:

[1] The Distro is Centos 4.3 (86_64) and the kernel version is 2.6.9-34.ELsmp

[2] Yes, the kernel-devel-2.6.9-34.EL is listed when I type rpm -q kernel-devel

[3] The version of the driver is the download link from here: http://sourceforge.net/projects/atl1
which looks like it is atl1-2.0.7

[4] Here is the bottom part of the error message which is huge:

/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2333: error: syntax error before "pm_message_t"
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2334: warning: function declaration isn't a prototype
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function `atl1_suspend':
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2335: error: `pdev' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2337: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2339: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2354: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2354: error: `false' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2366: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2369: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2385: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2386: error: `PCI_D3hot' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2387: error: `PCI_D3cold' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2389: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2394: error: too few arguments to function `pci_save_state'
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function `atl1_resume':
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2409: error: too few arguments to function `pci_restore_state'
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2412: error: `PCI_D3hot' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2413: error: `PCI_D3cold' undeclared (first use in this function)
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2415: error: dereferencing pointer to incomplete type
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c: At top level:
/root/atl1-2.0.7-linux-2.6.20/atl1.h:276: error: storage size of `hw' isn't known
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2058: warning: 'atl1_tx_timeout_task' defined but not used
/root/atl1-2.0.7-linux-2.6.20/atl1_main.c:2073: warning: 'atl1_link_chg_task' defined but not used
make[3]: *** [/root/atl1-2.0.7-linux-2.6.20/atl1_main.o] Error 1
make[2]: *** [_module_/root/atl1-2.0.7-linux-2.6.20] Error 2
make[1]: *** [modules] Error 2
make: *** [default] Error 2

How do I pipe the complete list of errors to a file when I run the command [sudo make install] as per the instructions in the README file.

Thanks
David
 
Old 02-26-2007, 06:11 AM   #8
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
atl1 2.0.7 is for kernel 2.6.19 or 2.6.20. It is incompatible with kernel 2.6.9.

Get the vendor version of the driver at ftp://ftp.hogchain.net/pub/linux/attansic/vendor_driver

Read the Attansic stuff at http://www.hogchain.net for problems you might encounter (and some solutions) with the vendor driver.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
Linux and Network card compatbility, will any network card work ? MrMark Linux - Networking 6 02-12-2007 08:17 PM
linux shuts down built in network card then windows tells me network card is unplugge lesmoxhaybaker SUSE / openSUSE 8 08-29-2006 05:10 PM
3c905C network card in docking station. Cannot activate network device eth0. pathelms Linux - Networking 4 04-12-2006 02:55 PM
network card issue (the card itself no network problem) Youri Linux - Hardware 2 01-23-2006 08:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration