Re: Yehaw!
cd to /usr/src
and run this:
wget http://metalab.unc.edu/pub/Linux/kernel/v2.3/linux-2.3.41.tar.gz
mv linux linux-OLD
mkdir linux-2.3.41
ln -s linux-2.3.41 linux
tar -zxvf linux-2.3.41.tar.gz
cd linux
make menuconfig
(configure the kernel to your liking)
make dep ; make clean ; make bzImage ; make modules ; make modules_install
cd arch/i386/boot
cp bzImage /boot/vmlinuz-2.3.41
cd /
rm vmlinuz
ln -s boot/vmlinuz-2.3.41 vmlinuz
lilo
and reboot. there may be a better way but thats how i do it. check
/etc/lilo.conf to make sure the default kernel is /vmlinuz
nate
On Tue, 1 Feb 2000, Lee Chapelle wrote:
canuck >How do I obtain and install the 2.3 kernel? I am running corel-linux
canuck >
canuck >TIA
canuck >
canuck >----- Original Message -----
canuck >From: Scott Henry <scotty@rahul.net>
canuck >To: <debian-user@lists.debian.org>
canuck >Sent: Tuesday, February 01, 2000 8:30 AM
canuck >Subject: Re: Yehaw!
canuck >
canuck >
canuck >> >>>>> "T" == Tom Pfeifer <mailmisc@snet.net> writes:
canuck >>
canuck >> T> I don't have any USB devices, but as far as I know, there's no USB
canuck >> T> support available in Linux until the 2.4.X kernel gets released, which
canuck >> T> is supposed to be happening within the next few months. If I'm wrong
canuck >> T> about this, I'll get corrected in a hurry here. The 2.3.X development
canuck >> T> kernel, which will become 2.4.X when released, probably has USB support
canuck >> T> now. I think Corel is using 2.2.X which is the current stable kernel.
canuck >>
canuck >> The 2.3 kernels have USB support. Many things are working already. I
canuck >> am using a USB mouse suvvessfully. linux-usb.org keeps up a working
canuck >> backport patch to the latest 2.2 kernels, and my USB mouse (really
canuck >> an Evolution trackball) works under that, too.
canuck >>
canuck >> --
canuck >> More Important Drivel from:
canuck >> Scott Henry <scotty@sgi.com> /\/\/\ http://reality.sgi.com/scotth/
canuck >>
canuck >>
canuck >> --
canuck >> Unsubscribe? mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
canuck >>
canuck >
canuck >
canuck >--
canuck >Unsubscribe? mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
canuck >
----------------------------------------[mailto:aphro@aphroland.org ]--
Vice President Network Operations http://www.firetrail.com/
Firetrail Internet Services Limited http://www.aphroland.org/
Everett, WA 425-348-7336 http://www.linuxpowered.net/
Powered By: http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMP http://yahoo.aphroland.org/
-----------------------------------------[mailto:aphro@netquest.net ]--
9:07am up 165 days, 21:17, 1 user, load average: 1.06, 1.04, 1.06
Reply to: