On a fresh install of slack 10.2 on a Dell Dimension e310 (using sata.i), the only thing that doesn't work is the network interface. ifconfig says the only one that exists is lo. The network card is intergrated into the motherboard.
Booting into Knoppix 3.9, the network works fine. Is there any way to find out what module knoppix is using for the card so that I can verify that it's including with my slackware kernel? I've ran lsmod in knoppix, but nothing is jumping out as the network interface. Here is the output:
Code:
Module Size Used by
autofs4 18820 1
af_packet 20104 0
reiserfs 232304 0
ext3 124552 0
jbd 65060 1 ext3
e100 34944 0
mii 7808 1 e100
intel_agp 22044 1
agpgart 30512 1 intel_agp
i2c_i801 11276 0
i2c_core 21248 1 i2c_i801
parport_pc 38596 0
parport 33480 1 parport_pc
8250 41692 0
serial_core 21120 1 8250
tsdev 9664 0
evdev 11008 0
usbhid 42176 0
pcmcia 21776 0
yenta_socket 21896 0
rsrc_nonstatic 12160 1 yenta_socket
pcmcia_core 42272 3 pcmcia,yenta_socket,rsrc_nonstatic
video 18308 0
thermal 14984 0
processor 24552 1 thermal
fan 7300 0
container 7296 0
button 7168 0
battery 12420 0
ac 7556 0
genrtc 12060 0
unionfs 109944 1
cloop 18848 1
sbp2 24456 0
ohci1394 33028 0
ieee1394 300600 2 sbp2,ohci1394
usb_storage 63296 0
ub 18332 0
ohci_hcd 21896 0
uhci_hcd 31376 0
ehci_hcd 31752 0
usbcore 101496 7 usbhid,usb_storage,ub,ohci_hcd,uhci_hcd,ehci_hcd