Re: Building Kernel for Sound

1998-06-08 Thread Ed Cogburn
Doug Thistlethwaite wrote: > > Ed Cogburn wrote: > > > Doug Thistlethwaite wrote: > > > > > > Ok, I removed the .config file and ran make menuconfig... This worked fine > > > > > > I ran make-kpkg and got the following error: > > > > > > s.o ipc/ipc.o net/network.a \ > > > fs/filesystems.

Re: Building Kernel for Sound

1998-06-07 Thread Doug Thistlethwaite
Ed Cogburn wrote: > Doug Thistlethwaite wrote: > > > > Ok, I removed the .config file and ran make menuconfig... This worked fine > > > > I ran make-kpkg and got the following error: > > > > s.o ipc/ipc.o net/network.a \ > > fs/filesystems.a \ > > drivers/block/block.a drivers/char

Re: Building Kernel for Sound

1998-06-07 Thread Ed Cogburn
Doug Thistlethwaite wrote: > > Ok, I removed the .config file and ran make menuconfig... This worked fine > > I ran make-kpkg and got the following error: > > s.o ipc/ipc.o net/network.a \ > fs/filesystems.a \ > drivers/block/block.a drivers/char/char.a drivers/net/net.a > drive

Re: Building Kernel for Sound

1998-06-07 Thread Doug Thistlethwaite
Ok, I removed the .config file and ran make menuconfig... This worked fine I ran make-kpkg and got the following error: s.o ipc/ipc.o net/network.a \ fs/filesystems.a \ drivers/block/block.a drivers/char/char.a drivers/net/net.a drivers/pci/pci.a \ /usr/src/kernel-source

Re: Building Kernel for Sound

1998-06-07 Thread Michael Beattie
On Sat, 6 Jun 1998, Doug Thistlethwaite wrote: > Hello, > > I have a soundblaster card I wanted to get working under my bo system. > My system is currently running 2.0.33 so I downloaded the source so I > could make a version with the sound blaster support. > > Here is what I did > > 1. make me

Re: Building Kernel for Sound

1998-06-06 Thread Bob Nielsen
On Sat, 6 Jun 1998, Doug Thistlethwaite wrote: > Ok, I have the right package now. > > I looked at the make-kpkg man file and its a lot more complicated then I had > hoped > :) > > I ran make-kpkg and it just made the files again as I had before. > > I probably changed a ton of things in the .

Re: Building Kernel for Sound

1998-06-06 Thread Ian Keith Setford
Yo- > What is the easiest way for me to take the kernel I am currently using (the > default one) and add the soundblaster support. Or if there isn't an easy way, > what > order of steps should I use to make a kernel? Do you have x-windows running? If so, run 'make xconfig' in your kernel source

Re: Building Kernel for Sound

1998-06-06 Thread Doug Thistlethwaite
Ok, I have the right package now. I looked at the make-kpkg man file and its a lot more complicated then I had hoped :) I ran make-kpkg and it just made the files again as I had before. I probably changed a ton of things in the .config file while I was messing things up with the stuff I was do

Re: Building Kernel for Sound

1998-06-06 Thread Bob Nielsen
On Sat, 6 Jun 1998, Doug Thistlethwaite wrote: > Hello, > > I have a soundblaster card I wanted to get working under my bo system. > My system is currently running 2.0.33 so I downloaded the source so I > could make a version with the sound blaster support. > > Here is what I did > > 1. make me

Re: Building Kernel for Sound

1998-06-06 Thread Noel Yap
Doug Thistlethwaite wrote: > > Thanks for the input George, > > I have looked all through the bo archive (using dselect) for a package called > make-kpkg. I do not see one on my mirror by that name. That should be `kernel-package'. It should be in the `misc' section, IIRC. Noel -- transfer,

Re: Building Kernel for Sound

1998-06-06 Thread stephen . p . ryan
On 6 Jun, Doug Thistlethwaite wrote: > Thanks for the input George, > > I have looked all through the bo archive (using dselect) for a package called > make-kpkg. I do not see one on my mirror by that name. ^ Try kernel-package instead. The program to run (after you have installed

Re: Building Kernel for Sound

1998-06-06 Thread M.C. Vernon
> Thanks for the input George, > > I have looked all through the bo archive (using dselect) for a package called > make-kpkg. I do not see one on my mirror by that name. The package is called kernel-package. HTH, Matthew -- Elen sila lumenn' omentielvo Steward-elect of the Cambridge Tolkie

Re: Building Kernel for Sound

1998-06-06 Thread Doug Thistlethwaite
Thanks for the input George, I have looked all through the bo archive (using dselect) for a package called make-kpkg. I do not see one on my mirror by that name. Doug G Kapetanios wrote: > Try the make-kpkg package. > Then make menuconfig > make-kpkg --revision (version nunber) buildpackage i

Re: Building Kernel for Sound

1998-06-06 Thread G. Kapetanios
Try the make-kpkg package. Then make menuconfig make-kpkg --revision (version nunber) buildpackage in /usr/src/linux and dpkg -i kernel-imagedeb and you are done It is much simpler than the standard procedure George --