RE: newbie kernel help

2002-03-11 Thread Paul Hamm
, March 10, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: newbie kernel help Kind of an embarrasing question here. I'm trying to modify/optimize the stock kernel that shipped with redhat; I've used up2date to get the kernel to 2.4.9-31 (i think that's the latest) but i'd lik

RE: newbie kernel help

2002-03-11 Thread PRASADSL
may be use the full path of modprobe at the command prompt -Original Message- From: Tom Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 7:47 PM To: '[EMAIL PROTECTED]' Subject: RE: newbie kernel help Caleb Chaplin wrote: > Any suggestions? > >

RE: newbie kernel help

2002-03-11 Thread Tom Wilson
Caleb Chaplin wrote: > Any suggestions? > > p.s., the modprobe command returned "command not found", which seems a > bit odd. You have to run modprobe as the root user. Do 'su -', enter your root password then try to modprobe something. --Tom Wilson __

Re: newbie kernel help

2002-03-10 Thread Gregg DeLong
Try this: Download and install the src rpm, it will go in /usr/src itself Down and dirty cd to /usr/src/linux-2.4.9-31 make mrproper make xconfig make dep make bzImage make modules make modules_install Garf [EMAIL PROTECTED] On Sunday 10 March 2002 05:59 pm, you wrote: > Heh, ok here

Re: newbie kernel help

2002-03-10 Thread Caleb Chaplin
Heh, ok here's the thing. I'm in no rush to get my other machine setup as router/server/firewall/juijitsu-master quite yet (though that's the idea for later on); hence my mention of looking at different modem modules. Firstly, I'd just like to compile a fresh kernel from scratch to get out some

Re: newbie kernel help

2002-03-10 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Caleb Chaplin wrote: >However after digging around and looking at various kernel howtos I'm >stuck early on; each one mentions that I should begin with the source in >/usr/src/linux (or wherever) but that folder is empty on my machine - >I've got not

newbie kernel help

2002-03-10 Thread Caleb Chaplin
Kind of an embarrasing question here. I'm trying to modify/optimize the stock kernel that shipped with redhat; I've used up2date to get the kernel to 2.4.9-31 (i think that's the latest) but i'd like to make some small changes - and generally learn more about some of the kernel options. However