LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Another Kernel Question (https://www.linuxquestions.org/questions/debian-26/another-kernel-question-569098/)

nomb 07-13-2007 12:48 PM

Another Kernel Question
 
I tried to install the .22 kernel from the repo that was posted for me in another thread. However I can't seem to get the headers installed. I need the headers to be able to get my ipw3945 wifi card working.

Everytime I try to install the headers it complains about missing dependecies and when I try to install the dependencies like the .22 kbuild file it said it was broken. Can anyone help me or show me and example aptitude command to get the newer kernels and headers?

Thanks,

nomb

Junior Hacker 07-13-2007 10:02 PM

Add this section to your /etc/apt/sources.list, the commented lines are the commands to issue to get the gpg key for this repository (without the hash of course (#)).
Code:

##################################
##### Kernel Archive Builder #####
##################################
#gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 29F335B3
#gpg --armor --export 29F335B3 | apt-key add -
deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main

Then do an "apt-get update" before trying again to install the headers.


All times are GMT -5. The time now is 10:37 PM.