i'm sorry for coming back to this but i've tried reading the faq and searching the forum and none of advises i've found there seems to work for me.
so, as most people, i've just installed gentoo and everything's great except for that it can't see the eth0 interface.
- lsmod in livecd didn't return anything that looked like network.
- while compiling the kernel (manually) i've already had the ethernet options marked. anyway, i have a marvell card and did a search for marvell which returned one result. i've marked that, too, as a module. however, after a reboot lsmod shows nothing.
- ifconfig -a apart from lo shows something like this:
Code: Select all
sit0 Link encap:IPv6-in-IPv4
NOARP NTV:1480 Metric:1
(...)Code: Select all
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.41- /etc/init.d/net.eth0 (re)start shows (and this is also shows at boot-time):
Code: Select all
* Starting eth0 [ok]
* bringing up eth0 [ok]
* dhcp [ok]
* eth0 does not exist [!!]- lsmod:
Code: Select all
Module Size Used by
autofs4 16484 0
snd_seq_oss 32384 0
snd_seq_midi_event 6112 1 snd_seq_oss
snd_seq 49744 4 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 48960 0
snd_mixer_oss 17376 1 snd_pcm_oss
snd_via82xx 23040 0
snd_ac97_codec 74648 1 snd_via82xx
snd_pcm 84004 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 21668 2 snd_seq,snd_pcm
snd_page_alloc 7492 2 snd_via82xx,snd_pcm
gameport 3456 1 snd_via82xx
snd_mpu401_uart 6176 1 snd_via82xx
snd_rawmidi 20160 1 snd_mpu401_uart
snd_seq_device 6860 3 snd_seq_oss,snd_seq,snd_rawmidi
snd 47652 11 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 7392 1 snd
ppdev 7620 0
parport_pc 25220 1
lp 9672 0
parport 33064 3 ppdev,parport_pc,lp
sk98lin 170696 1
af_packet 17096 2
button 4816 0
thermal 10792 0
processor 15692 1 thermal
fan 3044 0
ac 3268 0
battery 8132 0
ide_cd 39044 0
loop 12712 0
reiserfs 269332 1
nls_cp850 4480 2
vfat 11488 2
fat 38048 1 vfat
nls_iso8859_1 3680 3
ntfs 214104 1
amd64_agp 9096 1
nvidia_agp 5788 0
agpgart 28712 2 amd64_agp,nvidia_agp
evdev 7552 0
bttv 148432 0
video_buf 17412 1 bttv
firmware_class 7584 1 bttv
i2c_algo_bit 8776 1 bttv
v4l2_common 4608 1 bttv
btcx_risc 3784 1 bttv
i2c_core 18288 2 bttv,i2c_algo_bit
videodev 7360 1 bttv
dm_mod 54172 0
usblp 10848 0
uhci_hcd 30768 0
ehci_hcd 28356 0
ohci_hcd 20200 0
usbcore 110232 5 usblp,uhci_hcd,ehci_hcd,ohci_hcd
rtc 10456 0
sata_vsc 4900 0
sata_via 4580 6
sata_svw 4740 0
sata_sil 5348 0
sata_promise 7236 0
sata_nv 5668 0
BusLogic 79252 0
aic7xxx 205580 0
aha152x 37584 0
a100u2w 9792 0
sg 35328 0
sr_mod 15428 0
cdrom 38784 2 ide_cd,sr_mod
ata_piix 6852 0
sd_mod 15536 8
libata 40676 7 sata_vsc,sata_via,sata_svw,sata_sil,sata_promise,sata_nv,ata_piix
scsi_mod 115456 9 sata_promise,BusLogic,aic7xxx,aha152x,a100u2w,sg,sr_mod,sd_mod,libata
ext3 126952 1
jbd 55224 1 ext3Code: Select all
eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
eth0: network connection up using port A




