Unfortunately , I choke on the first step - setting up the internet connection
ifconfig gives out no info about eth*, so I think gentoo mini-CD doesn't detect my ethernet card.
lspci gives this:
Code: Select all
08:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev10)Code: Select all
vender ID: 0x1969
device ID: 0x10a1
Code: Select all
3.8.13-gentoo I searched the kernel source : include/linux/pci_ids.h
and found
Code: Select all
#define PCI_VENDOR_ID_ATTANSIC 0x1969Code: Select all
#define PCI_DEVICE_ID_* 0x10a1 Code: Select all
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATTANSIC, 0x10a1,
quirk_msi_intx_disable_qca_bug); So what driver or what workaround should I use to make my install process going on ?


