Re: Kernel source tree for installed kernel, and config file: how to get?

2006-01-04 Thread Wackojacko
Fred Proctor wrote: I still don't know how to build a kernel from source identitical to the kernel binary provided with the Debian netinstall. If anyone knows how to do that, please let me know. --Fred I'm still fairly new to linux but here's what I do. I dont use initrd's now and prefer

Re: Kernel source tree for installed kernel, and config file: how to get?

2006-01-04 Thread Fred Proctor
I gave up on compiling the whole 2.6.14 kernel to get working Intel HDA sound drivers, and instead compiled the sound drivers against the headers in the installed 2.6.12 kernel. This meant fixing some references to new 2.6.14 kernel functions (kzmalloc, kstrdup), which I found and pasted into t

Re: Kernel source tree for installed kernel, and config file: how to get?

2005-12-22 Thread Wim De Smet
On 12/22/05, Wim De Smet <[EMAIL PROTECTED]> wrote: > On 12/22/05, Fred Proctor <[EMAIL PROTECTED]> wrote: > > I have installed Debian Testing via the netinstall, and have a kernel > > 2.6.12-1-386 from Debian testing (etch). I'd like to make some changes > > to the kernel source, namely the device

Re: Kernel source tree for installed kernel, and config file: how to get?

2005-12-22 Thread Wim De Smet
On 12/22/05, Fred Proctor <[EMAIL PROTECTED]> wrote: > I have installed Debian Testing via the netinstall, and have a kernel > 2.6.12-1-386 from Debian testing (etch). I'd like to make some changes > to the kernel source, namely the device driver for my sound chip. I > installed what I thought was

Re: kernel source tree

2004-03-05 Thread Richard Lyons
On Friday 05 March 2004 17:34, CW Harris wrote: > On Fri, Mar 05, 2004 at 09:56:33AM +0100, Richard Lyons wrote: > > On Friday 05 March 2004 01:39, CW Harris wrote: > > > On Thu, Mar 04, 2004 at 09:34:27PM +0100, Richard Lyons wrote: > > > > So you cd /usr/src/linux-2.4.22/, it contains "Makefile"

Re: kernel source tree

2004-03-05 Thread CW Harris
On Fri, Mar 05, 2004 at 09:56:33AM +0100, Richard Lyons wrote: > On Friday 05 March 2004 01:39, CW Harris wrote: > > On Thu, Mar 04, 2004 at 09:34:27PM +0100, Richard Lyons wrote: > > Maybe I'm misunderstanding. You do: > > cd /usr/src/linux-2.4.22 > > make-kpkg modules-image > > > > and

Re: kernel source tree

2004-03-05 Thread Richard Lyons
On Friday 05 March 2004 10:20, David Baron wrote: > On Friday 05 March 2004 03:52, > [EMAIL PROTECTED] > > wrote: > > Maybe I'm misunderstanding.  You do: > > cd /usr/src/linux-2.4.22 > > make-kpkg modules-image > > > > and you get the error: > > > > And yet /usr/src/linux-2.4.22 co

Re: kernel source tree

2004-03-05 Thread Richard Lyons
On Friday 05 March 2004 01:39, CW Harris wrote: > On Thu, Mar 04, 2004 at 09:34:27PM +0100, Richard Lyons wrote: > > On Thursday 04 March 2004 19:40, CW Harris wrote: > > > On Thu, Mar 04, 2004 at 09:47:38AM -0700, Monique Y. Herman wrote: > > > > On 2004-03-04, Richard Lyons penned: [...] > > > >

Re: kernel source tree

2004-03-04 Thread CW Harris
On Thu, Mar 04, 2004 at 09:34:27PM +0100, Richard Lyons wrote: > On Thursday 04 March 2004 19:40, CW Harris wrote: > > On Thu, Mar 04, 2004 at 09:47:38AM -0700, Monique Y. Herman wrote: > > > On 2004-03-04, Richard Lyons penned: > > > > Another really dim question coming up... > > > > > > > > I'm t

Re: kernel source tree

2004-03-04 Thread Richard Lyons
On Thursday 04 March 2004 19:40, CW Harris wrote: > On Thu, Mar 04, 2004 at 09:47:38AM -0700, Monique Y. Herman wrote: > > On 2004-03-04, Richard Lyons penned: > > > Another really dim question coming up... > > > > > > I'm trying to install thinkpad drivers for Debian. Instructions > > > say to unp

Re: kernel source tree

2004-03-04 Thread Richard Lyons
On Thursday 04 March 2004 17:47, Monique Y. Herman wrote: > On 2004-03-04, Richard Lyons penned: > > Another really dim question coming up... > > > > I'm trying to install thinkpad drivers for Debian. Instructions say > > to unpack the thinkpad.tar.gz (no problem there) and then to "cd to > > the r

Re: kernel source tree

2004-03-04 Thread CW Harris
On Thu, Mar 04, 2004 at 09:47:38AM -0700, Monique Y. Herman wrote: > On 2004-03-04, Richard Lyons penned: > > Another really dim question coming up... > > > > I'm trying to install thinkpad drivers for Debian. Instructions say to > > unpack the thinkpad.tar.gz (no problem there) and then to "cd to

Re: kernel source tree

2004-03-04 Thread Monique Y. Herman
On 2004-03-04, Richard Lyons penned: > Another really dim question coming up... > > I'm trying to install thinkpad drivers for Debian. Instructions say to > unpack the thinkpad.tar.gz (no problem there) and then to "cd to the > root of the source tree for the kernel for which you want to compile