View previous topic :: View next topic |
Author |
Message |
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Thu Oct 20, 2005 4:42 pm Post subject: Sitecom gbit nic doesnt work (SOLVED) |
|
|
i have bought this sitecom gbit nic.. cant get it to work on my gentoo machine
i've got kernel gentoo-sources
lcpsi gives:
0000:00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
i did <*> Realtek 8169 gigabit ethernet support in my kernel
and then i exited, saved the configuration
i ran a make && make modules_install
and then i copied over the kernel
cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r6
after rebooting the card still aint working...
perhaps someone can help me out
thx!
Last edited by PietdeBoer on Thu Oct 20, 2005 7:32 pm; edited 1 time in total |
|
Back to top |
|
|
peaceful Apprentice
Joined: 06 Jun 2003 Posts: 287 Location: Utah
|
Posted: Thu Oct 20, 2005 6:05 pm Post subject: Re: Sitecom gbit nic doesnt work |
|
|
1) Did you have /boot mounted when you copied over the new kernel?
2) Is your grub (or other bootloader) pointing to your new kernel? |
|
Back to top |
|
|
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Thu Oct 20, 2005 6:43 pm Post subject: |
|
|
do i have to mount /boot seperatly?
i did a clean gentoo install.. so i gues its already mounted.. |
|
Back to top |
|
|
peaceful Apprentice
Joined: 06 Jun 2003 Posts: 287 Location: Utah
|
Posted: Thu Oct 20, 2005 6:49 pm Post subject: |
|
|
PietdeBoer wrote: | do i have to mount /boot seperatly?
i did a clean gentoo install.. so i gues its already mounted.. |
If I recall correctly, Gentoo installation docs usually have you set /boot up so that it is not mounted by default.
You can easily check whether or not it is currently mounted by running 'df' and check to see if your boot partition is listed under the mounted filesystems column.
If you copied files to /boot while it was unmounted, WITH IT STILL UNMOUNTED just 'rm -f /boot/*', then mount it with 'mount /boot', then copy your kernel over and proceed as usual. |
|
Back to top |
|
|
PietdeBoer Apprentice
Joined: 20 Oct 2005 Posts: 244 Location: Eindhoven, the Netherlands
|
Posted: Thu Oct 20, 2005 7:32 pm Post subject: solved |
|
|
worked for me thx !! |
|
Back to top |
|
|
|