On Sun, Sep 04, 2011 at 10:17:56PM +0530, Karthik Bhuvanagiri wrote:
> Hi,
> 
> *Following are the output of lspci and lsmod from my host system (Ubuntu
> 11.04)*
> 
 [ snipping some of this ... ]
> *lspci:*
> 02:00.0 Ethernet controller: Atheros Communications AR8152 v2.0 Fast
> Ethernet (rev c1)
> 
> *lsmod:*
> atl1c                  36237  0
> 
> I came to know that atl1c is the driver being used in my host system for the
> ethernet card.
> 
correct
> 
> *Following are the output of lspci and lsmod from LFS system:*
> 
> *lspci:*
> 02:00.0 Class 0200: Device 1969:2062 (rev c1)
 yep.  You might want to use -v or -vv with lspci in the future.
> 
> *lsmod:*
> Module                  Size  Used by
> 
> I surprise that lsmod didnot show up any modules. I don't know why? I built
> Atheros Fast ethernet driver as module.
> 
> 
> Regards,
> Karthik Bhuvanagiri

 There are several variants of the Atheros driver.  You need
CONFIG_ATL1C [ been there when I got my new server, identified ATL1C
from systemrescuecd, but selected ATL1 :-( ]  Looking at menuconfig
in a recent kernel:

< >   Atheros/Attansic L1 Gigabit Ethernet support
< >   Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)
< >   Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)

 The ATL1C is EXPERIMENTAL, so in the 'General setup' options you
will need to select:

[*] Prompt for development and/or incomplete code/drivers

otherwise you won't be offered experimental things.
HTH

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to