Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
e1000 and unresoved symbols
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jensd
n00b
n00b


Joined: 18 Aug 2003
Posts: 1

PostPosted: Mon Aug 18, 2003 6:06 pm    Post subject: e1000 and unresoved symbols Reply with quote

I try to install the e1000 driver, but if I try modprobe I get

unresolved symbol del_timer_sync

I emerged the e1000 package successfully. Did I miss anything during the compilation of my kernel.

Thanks, Jens.
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Tue Aug 19, 2003 7:46 pm    Post subject: Re: e1000 and unresoved symbols Reply with quote

jensd wrote:
I try to install the e1000 driver, but if I try modprobe I get

unresolved symbol del_timer_sync

I emerged the e1000 package successfully. Did I miss anything during the compilation of my kernel.

Thanks, Jens.
maybe you need to rebuild your current modules and kernel again?
Code:
cd /usr/src/linux
mv ./.config ../jensd-config
make mrproper
mv ../jensd-config ./.config
make oldconfig
make dep clean bzImage modules modules_install
emerge net-misc/e1000

then just copy your new kernel to /boot and reboot the system ;)

cheers

SteveB
Back to top
View user's profile Send private message
Tuna
Guru
Guru


Joined: 19 Jul 2002
Posts: 485
Location: Berlin

PostPosted: Wed Aug 20, 2003 8:33 am    Post subject: Reply with quote

if im not mistaken the e1000 module is incorparated into the kernel for quite some time now. maybe you want to try to enable the module directly in the kernel instead of emerging it. it seems like a more convenient way to do it this way.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum