LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware64 13.1 Attansic NIC problem - Dell Inspiron R17(N7010) (https://www.linuxquestions.org/questions/slackware-14/slackware64-13-1-attansic-nic-problem-dell-inspiron-r17-n7010-852433/)

soviet 12-26-2010 05:54 AM

Slackware64 13.1 Attansic NIC problem - Dell Inspiron R17(N7010)
 
Hi all,
Just installed slackware64 13.1 and there is no ethernet device...

lspci:
Ethernet controller: Attansic Technology Corp. Device 2060 (rev c1)

Can anyone help me with this?
Thanks in advance.

andrewthomas 12-26-2010 07:28 AM

Check your kernel .config for

Code:

CONFIG_EXPERIMENTAL=y
CONFIG_NETDEVICES=y
CONFIG_NETDEV_1000=y
CONFIG_ATL1=y
CONFIG_ATL1E=y
CONFIG_ATL1C=y


soviet 12-26-2010 08:07 AM

Here thay are...
CONFIG_EXPERIMENTAL=y
CONFIG_NETDEVICES=y
CONFIG_NETDEV_1000=y
CONFIG_ATL1=m
CONFIG_ATL1E=m
CONFIG_ATL1C=m

andrewthomas 12-26-2010 10:06 AM

It shouldn't make a difference, but it wouldn't hurt to compile them into the kernel.

soviet 12-26-2010 04:47 PM

Thanks a lot andrew.
Can you describe me the process how to do it.
I guess that I need to recompile the kernel but how to do it?

disturbed1 12-26-2010 04:56 PM

Check the BIOS. These laptops have Windows centric key codes to enable/disable different functions. You might have to either disable the key completely, or designate it to a service you won't need.

Atheros does provide Linux drivers. http://partner.atheros.com/Drivers.aspx

andrewthomas 12-26-2010 06:41 PM

Quote:

Originally Posted by soviet (Post 4203652)
Thanks a lot andrew.
Can you describe me the process how to do it.
I guess that I need to recompile the kernel but how to do it?

Here is a good link. You can ignore the gentoo specific parts, but on the whole it is pretty simple. Just make sure to copy your current kernel config file from /boot to .config in the directory that you are building and alter the .config (using make menuconfig) to choose * instead of m for your network adapter.


for x86
http://www.gentoo.org/doc/en/handboo...&chap=7#manual

or x86_64
http://www.gentoo.org/doc/en/handboo...ap=7#doc_chap3

soviet 12-26-2010 07:10 PM

I tried BIOS way but no success, and now I have problem with atheros drivers...
First problem was error during unpacking drivers - solved using gunzip and then tar xvf archive...
Second problem was missing autoconf.h when I try to make install
After that problem was CFLAGS... replace CFLAGS with EXTRA_CFLAGS...
I tried to solve last one with KBUILD_NOPEDANTIC=1 make install but some other errors occurs
So I wonder if I made mistake copying autoconf.h from kernel source location... or something else...

soviet 12-26-2010 07:43 PM

Update to Slackware64-current solved all my problems.
Thank you all for your help.

Regards.


All times are GMT -5. The time now is 06:16 PM.