Karthik Bhuvanagiri wrote: > 02:00.0 Ethernet controller: Atheros Communications AR8152 v2.0 Fast > Ethernet (rev c1)
Here's your ethernet controller. > *lsmod:* > Module Size Used by > atl1c 36237 0 > > I came to know that atl1c is the driver being used in my host system for the > ethernet card. > > > *Following are the output of lspci and lsmod from LFS system:* > > *lspci:* > 02:00.0 Class 0200: Device 1969:2062 (rev c1) It sees the hardware. > *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. Don't use modules if you can avoid them. There are three Atheros drivers. It looks like you need the Ethernet (1000 Mbit) L1C driver. To be sure, you can select all three Atheros drivers. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
