View previous topic :: View next topic |
Author |
Message |
ohman n00b
Joined: 15 Oct 2004 Posts: 6
|
Posted: Thu Oct 21, 2004 6:04 pm Post subject: Emerge ipw2200 - using wrong kernel version |
|
|
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 |
|
|
thepi Guru
Joined: 06 Jan 2004 Posts: 352 Location: Tokyo, Japan
|
Posted: Thu Oct 21, 2004 7:51 pm Post subject: |
|
|
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 |
|
|
|
|
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
|
|