Re: Compiling new kernel modules

2003-01-16 Thread David Z Maze
Alex Malinovich <[EMAIL PROTECTED]> writes: > I've been rolling my own kernel using make-kpkg and the other wonderful > tools we Debianites have at our disposal for over a year now, yet > something just occured to me. Is it possible to compile individual > kernel modules outside of the actual kern

Re: Compiling new kernel modules

2003-01-15 Thread Russell
Alex Malinovich wrote: I've been rolling my own kernel using make-kpkg and the other wonderful tools we Debianites have at our disposal for over a year now, yet something just occured to me. Is it possible to compile individual kernel modules outside of the actual kernel compilation? I still have

Re: Compiling New Kernel

2000-05-12 Thread Hartmut Figge
Sean 'Shaleh' Perry wrote: > procps has what you need. To get the versions 2.2.15 wants, you need to > upgrade your system to debian 2.2 (potato). potato is currently frozen and in not necessarily. on my system: ii procps 2.0.6-6The /proc file system utilities. ii util-linux

RE: Compiling New Kernel

2000-05-12 Thread Sean 'Shaleh' Perry
> > package dselect version recommended version > == == > Procps 1.2.9-3 2.0.3 > Util-linux 2.9g-6 2.9z > > I have updated my dselect packages list, and it appears that no newer > versions are available. Do I ne

Re: bin86 missing (was Re: compiling new kernel)

2000-03-09 Thread muggles
well, some people ( myself included ) rarely if ever use dselect and should not be bound to do so just get this "standard" package installed. i've compiled enough kernels and done enough installs and could argue that i myself would install this package by rote but that has yet to be the case and

RE: bin86 missing (was Re: compiling new kernel)

2000-03-08 Thread Bryan Scaringe
First thing I did after my install was remove all unused packages that didn't cause dselect to have kittens. bin86 was one of them. found that out quick enough. The second thing I tried to do after install was recompile he kernel. Bryan > I can't understand how so many people seem to "lose" bi

bin86 missing (was Re: compiling new kernel)

2000-03-08 Thread David Wright
Quoting Nick Barron ([EMAIL PROTECTED]): > ok, so we everyone is clear > > i am trying to get the make bzImage command to write this > > /usr/src/linux-2.2.x/arch/i386/boot/bzImage > > but it doesn't, it gives me an error > > make[1]: as86: Command not found > make[1]: *** [bbootsect.o] Error

Re: compiling new kernel

2000-03-08 Thread Matthew Dalton
He means: Nick Barron wrote: > second, translate this into english please: > > #dpkg -S as86 as the root user (# prompt) run the command 'dpkg -S as86' > bin86: /usr/share/doc/bin86/examples/as86_encap > bin86: /usr/bin/as86 > bin86: /usr/share/man/man1/as86.1.gz This is the output of the dpk

Re: compiling new kernel

2000-03-08 Thread ethan mindlace fremen
Nick Barron wrote: > > ok first off, it is 'I heard Beavis say' not said u nerd! > > second, translate this into english please: > > #dpkg -S as86 > bin86: /usr/share/doc/bin86/examples/as86_encap > bin86: /usr/bin/as86 > bin86: /usr/share/man/man1/as86.1.gz > > pretend I am a newbie, which i a

Re: compiling new kernel

2000-03-08 Thread Chanop Silpa-Anan
Once upon a time, I heard Nick Barron say > ok first off, it is 'I heard Beavis say' not said u nerd! Terribly sorry for my bad English, I hope that I get it right this time! > second, translate this into english please: I'm not sure whether I could translate this into a good English or not. > #

Re: compiling new kernel

2000-03-08 Thread Nick Barron
ok first off, it is 'I heard Beavis say' not said u nerd! second, translate this into english please: #dpkg -S as86 bin86: /usr/share/doc/bin86/examples/as86_encap bin86: /usr/bin/as86 bin86: /usr/share/man/man1/as86.1.gz pretend I am a newbie, which i am.please don't tell anybody! how would

Re: compiling new kernel

2000-03-07 Thread Marshal Wong
486/33 8MB 2.0.36 > "Daniel" == Daniel Reuter <[EMAIL PROTECTED]> writes: > Hello there, On 7 Mar 2000, Marshal Wong wrote: >> If I may inquire, why are you trying to compile a 2.2.x kernel >> for a i386? That's going to hurt. I compiled a 2.0.x kernel >> on my old 486 and

Re: compiling new kernel

2000-03-07 Thread Daniel Reuter
Hello there, On 7 Mar 2000, Marshal Wong wrote: > If I may inquire, why are you trying to compile a 2.2.x kernel for a > i386? That's going to hurt. I compiled a 2.0.x kernel on my old 486 > and it took over 5 hours! What kind of kernel did you compile, and on what kind of machine? I compil

Re: compiling new kernel

2000-03-07 Thread Bob Nielsen
You are missing the assembler. Install bin86. On Mon, Mar 06, 2000 at 03:55:08PM -0800, Beavis wrote: > i am trying to compile the kernel 2.2.14 on to my i386 machine > please help if u can, thnakx > > update: > > after doing make bzImage, it starts to compile, which takes about 10 mins or > so

Re: compiling new kernel

2000-03-07 Thread Bob Nielsen
On Mon, Mar 06, 2000 at 03:18:52PM -0800, Beavis wrote: > this is what i am doing: > > > >Once that is all done and you choose "Exit" and save your config file, you > must >run make dep followed by make clean. And now the fun begins, type make > >bzImage to build your kernel. This will take awhil

Re: compiling new kernel

2000-03-07 Thread Marshal Wong
> "Beavis" == Beavis <[EMAIL PROTECTED]> writes: > i am trying to compile the kernel 2.2.14 on to my i386 machine > please help if u can, thnakx > update: > after doing make bzImage, it starts to compile, which takes > about 10 mins or so right. then at the end it say

Re: compiling new kernel

2000-03-07 Thread Chanop Silpa-Anan
Once upon a time, I heard Beavis said > as86 -0 -a -o bbootsect.o bbootsect.s > make[1]: as86: Command not found > make[1]: *** [bbootsect.o] Error 127 > make[1]: Leaving directory '/usr/src/linux-2.2.14/arch/i386/boot' > make: *** [bzImage] Error 2 > > > > >

Re: compiling new kernel

2000-03-07 Thread John Leget
Ughh, just run an additional command ( after youve installed bin86 re previous email) make install does the work of copying and running lilo at the end. Id suggest you modify "/etc/lilo.conf" to also point to a known working kernel and have a resue disk and maybe even a boot disk handy. Th

Re: compiling new kernel

2000-03-07 Thread John Leget
Youre missing a package on your system ( Well what do you know im actually learning this stuff ) did a "dpkg -S as86" you need to install the "bin86" package cheers Beavis wrote: > i am trying to compile the kernel 2.2.14 on to my i386 machine > please help if u can, thnakx > > update: > > a

Re: compiling new kernel

2000-03-07 Thread Andrei Ivanov
> i am trying to compile the kernel 2.2.14 on to my i386 machine > please help if u can, thnakx > > update: > > after doing make bzImage, it starts to compile, which takes about 10 mins or > so right. > then at the end it says: > > as86 -0 -a -o bbootsect.o bbootsect.s > make[1]: as86: Command