nightflier: ifconfig eth0 up results:
root:# ifconfig eth0 up
eth0: ERROR while getting interface flags: No such device
hata_ph: I checked the bios and the miniPCI entry shows enabled. I'm not sure what log you want me to to check in /var/log as there seem to to be several. Is it the boot.log I should inspect? In any case what should I look for specifically, that something failed, or was loaded successfully?
lsmod results:root:# lsmod
Module Size Used by
eepro100 27664 0
mii 5504 1 eepro100
freq_table 4768 0
snd_seq_dummy 3716 0
snd_seq_oss 32128 0
snd_seq_midi_event 7168 1 snd_seq_oss
snd_seq 48720 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7692 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 38048 0
snd_mixer_oss 15232 1 snd_pcm_oss
serio_raw 6276 0
snd_maestro3 21540 2
snd_ac97_codec 98084 1 snd_maestro3
ac97_bus 2944 1 snd_ac97_codec
snd_pcm 69764 3 snd_pcm_oss,snd_maestro3,snd_ac97_codec
snd_timer 19972 2 snd_seq,snd_pcm
snd_page_alloc 8712 1 snd_pcm
snd 45796 14 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_maestro3,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7008 1 snd
i2c_piix4 8332 0
i2c_core 20992 1 i2c_piix4
shpchp 30228 0
intel_agp 22164 1
pci_hotplug 28616 1 shpchp
agpgart 28108 1 intel_agp
joydev 9152 0
evdev 8704 0
ifconfig -a Resultsroot:# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:804 errors:0 dropped:0 overruns:0 frame:0
TX packets:804 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:40200 (39.2 KiB) TX bytes:40200 (39.2 KiB)
also modinfo Results:filename: /lib/modules/2.6.22.14/kernel/drivers/net/eepro100.ko
license: GPL
description: Intel i82557/i82558/i82559 PCI EtherExpressPro driver
author: Maintainer: Andrey V. Savochkin <
saw@saw.sw.com.sg>
alias: pci:v00008086d00005201sv*sd*bc*sc*i*
alias: pci:v00008086d00005200sv*sd*bc*sc*i*
alias: pci:v00008086d0000245Dsv*sd*bc*sc*i*
alias: pci:v00008086d00002459sv*sd*bc*sc*i*
alias: pci:v00008086d00002449sv*sd*bc*sc*i*
alias: pci:v00008086d00001227sv*sd*bc*sc*i*
alias: pci:v00008086d00001059sv*sd*bc*sc*i*
alias: pci:v00008086d00001050sv*sd*bc*sc*i*
alias: pci:v00008086d0000103Esv*sd*bc*sc*i*
alias: pci:v00008086d0000103Dsv*sd*bc*sc*i*
alias: pci:v00008086d0000103Csv*sd*bc*sc*i*
alias: pci:v00008086d0000103Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000103Asv*sd*bc*sc*i*
alias: pci:v00008086d00001039sv*sd*bc*sc*i*
alias: pci:v00008086d00001038sv*sd*bc*sc*i*
alias: pci:v00008086d00001037sv*sd*bc*sc*i*
alias: pci:v00008086d00001036sv*sd*bc*sc*i*
alias: pci:v00008086d00001035sv*sd*bc*sc*i*
alias: pci:v00008086d00001034sv*sd*bc*sc*i*
alias: pci:v00008086d00001033sv*sd*bc*sc*i*
alias: pci:v00008086d00001032sv*sd*bc*sc*i*
alias: pci:v00008086d00001031sv*sd*bc*sc*i*
alias: pci:v00008086d00001030sv*sd*bc*sc*i*
alias: pci:v00008086d00001029sv*sd*bc*sc*i*
alias: pci:v00008086d00001209sv*sd*bc*sc*i*
alias: pci:v00008086d00001229sv*sd*bc*sc*i*
depends: mii
vermagic: 2.6.22.14 SMP preempt mod_unload 586
parm: use_io:int
parm: debug:debug level (0-6) (int)
parm: options:Bits 0-3: transceiver type, bit 4: full duplex, bit 5: 100Mbps (array of int)
parm: full_duplex:full duplex setting(s) (1) (array of int)
parm: congenb:Enable congestion control (1) (int)
parm: txfifo:Tx FIFO threshold in 4 byte units, (0-15) (int)
parm: rxfifo:Rx FIFO threshold in 4 byte units, (0-15) (int)
parm: txdmacount:Tx DMA burst length; 128 - disable (0-128) (int)
parm: rxdmacount:Rx DMA burst length; 128 - disable (0-128) (int)
parm: rx_copybreak:copy breakpoint for copy-only-tiny-frames (int)
parm: max_interrupt_work:maximum events handled per interrupt (int)