View previous topic :: View next topic |
Author |
Message |
msb21 n00b
Joined: 24 Aug 2002 Posts: 47
|
Posted: Sat Aug 24, 2002 2:25 am Post subject: NIC modules support |
|
|
I just installed gentoo on an older box. I have two NICs that both use the tulip modules (they are PCI NICs). I have the modules installed as modules to the mics but modprobe returns an error stating that the module can not be loaded there was an error. I check the path that the kernel is looking for and the tulip module has been installed.
Any ideas?
Thanks msb |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Aug 24, 2002 2:44 am Post subject: |
|
|
The actual error message would help. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
msb21 n00b
Joined: 24 Aug 2002 Posts: 47
|
Posted: Sat Aug 24, 2002 2:56 am Post subject: |
|
|
Sorry here is the error message
/lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/tulip/tulip.o:unresolved symbol del_timer_sync
/lib/modules/2.4.19-gentoo-r7/kernel/drivers/net/tulip/tulip.o module load failed
Thanks! |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Aug 24, 2002 3:53 am Post subject: |
|
|
Can you try turning SMP support off, assuming it's on? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
msb21 n00b
Joined: 24 Aug 2002 Posts: 47
|
Posted: Sat Aug 24, 2002 3:57 am Post subject: |
|
|
You are correct that SMP has been compiled into the kernel. I tried to compile without this but the compile failed. Any ideas on that one? |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Sat Aug 24, 2002 4:07 am Post subject: |
|
|
Code: | $ cd /usr/src/linux
$ cp .config ~/
$ make mrproper
$ cp ~/.config ./ |
... and then start the kernel compile process "make dep && ...etc" after that. If it still doesn't work, please post the compilation error. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
msb21 n00b
Joined: 24 Aug 2002 Posts: 47
|
Posted: Sat Aug 24, 2002 2:55 pm Post subject: |
|
|
Thanks, that solved the problem! |
|
Back to top |
|
|
|