Friday, March 23, 2007

Debian Linux
I am currently testing a card that is known to work in debian sarge linux. My installer is a debian sarge kernel 2.4. I have to upgrade it to kernel 2.6. I used apt-get to do this.

apt-get install kernel-image-2.6.8-3-686 (686 is the architecture needed)

Also, I need the kernel source and to get this, I typed in


cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.8-3.tar.bz2
tar xjf linux-2.6.8-3.tar.bz2

No comments: