Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge ipw2200 - using wrong kernel version
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ohman
n00b
n00b


Joined: 15 Oct 2004
Posts: 6

PostPosted: Thu Oct 21, 2004 6:04 pm    Post subject: Emerge ipw2200 - using wrong kernel version Reply with quote

I am using the 2.6.9-ck1 kernel sources, and whenever I do
Code:
FEATURES="-sandbox" ACCEPT_KEYWORDS="~x86" emerge ipw2200
the dependencies compile fine, but when it compiles the ipw2200 source, it seems to reference /lib/modules/2.6.6/build, which doesnt exist.

This is what it gives me:

Code:
make[1]: Leaving directory `/usr/src/linux-2.6.9-ck1'

>>> Install ipw2200-0.12 into /var/tmp/portage/ipw2200-0.12/image/ category net-wireless
make -C /lib/modules/2.6.6/build M=/var/tmp/portage/ipw2200-0.12/work/ipw2200-0.12 MODVERDIR=/var/tmp/portage/ipw2200-0.12/work/ipw2200-0.12 modules
make: *** /lib/modules/2.6.6/build: No such file or directory.  Stop.
make: *** [modules] Error 2

!!! ERROR: net-wireless/ipw2200-0.12 failed.
!!! Function src_install, Line 102, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
thepi
Guru
Guru


Joined: 06 Jan 2004
Posts: 352
Location: Tokyo, Japan

PostPosted: Thu Oct 21, 2004 7:51 pm    Post subject: Reply with quote

Did you notice it says '/lib/modules/2.6.6/'? I guess you forgot to set the /usr/src/linux symlink to your current kernel source version. Try
Code:
rm -r /usr/src/linux && ln -s /usr/src/linux-<version> /usr/src/linux
as root. <version> should be 2.6.9-ck1 in your case, whatever :)

Another thing: you shouldn't use ACCEPT_KEYWORDS="~x86" anymore. It's outdated. Use /etc/portage/package.keywords instead.

pi~
_________________
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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