You are not logged in.
The card is still good (still working in Windows). lspci shows
Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)When the machine boots, it says
Error: unknown interface in /etc/rc.conf: eth0The /etc/rc.conf is still the same for a long time. What can I do with it?
Thanks.
Offline
Can you post the output of ip addr ??
Edit: Are you using the testing repo? Can you post the output of lsmod as well?
Last edited by ewaller (2012-07-13 03:52:47)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Can you post the output of ip addr ??
Edit: Are you using the testing repo? Can you post the output of lsmod as well?
ip addr shows lo only, no eth0
1: lo: <LOOPBACK,UP,LOWER_UP> mtu ...I'm not using the testing repo. lsmod shows:
ext4
crc16
jbd2
mbcache
sd_mod
pata_acpi
hid_logitech_dj
usbhid
hid
ata_generic
ata_piix
libata
scsi_mod
ehci_hcd
usbcore
usb_commonI used to see a longer list from lsmod.
Offline
The kernel module for your ethernetcard should be "atl1c" if I'm not mistaken. Try autloading that one by adding it to the MODULES array in /etc/rc.conf.
Burninate!
Offline
It should use the atl1e module. Try modprobe it and then restart the network.
Offline