Re: How to compile kernel to add NTFS support?

2002-07-27 Thread C. Linus Hicks
Sorry, I left one thing out... Please note the addition of item number 14. Also, to be on the safe side (otherwise you may have to reinstall) you may want to edit the Makefile in /usr/src/linux- to create a kernel with a different name from the one supplied by RedHat. You can change the EXTRAVER

Re: How to compile kernel to add NTFS support?

2002-07-26 Thread C. Linus Hicks
On Fri, 2002-07-26 at 16:26, alexis Vasquez wrote: > I posted this before. they answer me RTFM.. I'm a > newbie and I wold like read the manuals but I don't > have it.. I'm not connected to internet. only have > installation cds. even can't find the howtos.. > > I installed RHL7.3 over a W2K in

Re: How to compile kernel to add NTFS support?

2002-07-26 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-Jul-2002/22:26 +0200, alexis Vasquez <[EMAIL PROTECTED]> wrote: >I posted this before. they answer me RTFM.. I'm a >newbie and I wold like read the manuals but I don't >have it.. I'm not connected to internet. only have >installation cds. even

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Kjetil Tjensvold
I've found 1 error. I had not checked for the right processor. So now it boot half the way. The reason for compiling the native 2.4.7-10 kernel in redhat 7.2 was to enable bridging. --- Devon <[EMAIL PROTECTED]> skrev: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday 13 April

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Kjetil Tjensvold
I found one failure. I'd haven't checked for the right processor. But there are more faults. Now it boot half way. --- Keith Morse <[EMAIL PROTECTED]> skrev: > On Sun, 14 Apr 2002, Kjetil Tjensvold wrote: > > > I figured it out and have enabled bridging, but > > now the system won't boot. > > O

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Keith Morse
On Sun, 14 Apr 2002, Kjetil Tjensvold wrote: > I figured it out and have enabled bridging, but > now the system won't boot. > Or it take incredable long time to reboot. Seems that > it hang after Loading Linux > UncompressingOk.booting the kernel. > _ > Now it has been in

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 13 April 2002 10:31 pm, Kjetil Tjensvold wrote: > I figured it out and have enabled bridging, but > now the system won't boot. > Or it take incredable long time to reboot. Seems that > it hang after Loading Linux > Unco

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Kjetil Tjensvold
I figured it out and have enabled bridging, but now the system won't boot. Or it take incredable long time to reboot. Seems that it hang after Loading Linux UncompressingOk.booting the kernel. _ Now it has been in that state for half an hour. How long must I wait??? ---

Re: How to compile the kernel with bridging enabled?

2002-04-13 Thread Keith Morse
On Sat, 13 Apr 2002, Kjetil Tjensvold wrote: > Hi. > How do I compile a redhat 2.4.7-10 kernel with > bridging enabled? > Highly recommended reading. http://www.redhat.com/mirrors/LDP/HOWTO/Kernel-HOWTO.html and assuming you've installed the kernel source, please take a look at; /usr/src

Re: how to compile just one module?

2001-01-31 Thread Michael Jinks
Peter Peltonen wrote: > Umm, about that 'make dep', what does it actually do? [warning: armchair expert making stuff up] The kernel is full of lots of code that only gets referenced if it's needed. Whenever you change any of the config parameters (as listed in the top-level .config file, which

Re: how to compile just one module?

2001-01-31 Thread Statux
dep stands for dependencies. It just sorta maps out what needs what... similar to the modules.dep file in the installed modules directory On Wed, 31 Jan 2001, Peter Peltonen wrote: > "Michael R. Jinks" wrote: > > > > I think you have to do a 'make dep' first. > > > > Something that I think I've

Re: how to compile just one module?

2001-01-31 Thread Peter Peltonen
"Michael R. Jinks" wrote: > > I think you have to do a 'make dep' first. > > Something that I think I've done before: after the dep, cd to the dir. > where the module's code lives and just type 'make' there. Should make a > module. Then copy to the appropriate place in your /lib/modules/`uname

Re: how to compile just one module?

2001-01-30 Thread Michael R. Jinks
I think you have to do a 'make dep' first. Something that I think I've done before: after the dep, cd to the dir. where the module's code lives and just type 'make' there. Should make a module. Then copy to the appropriate place in your /lib/modules/`uname -r`/ directory. Or since it doesn't t

Re: how to compile ide-scsi module?

2001-01-03 Thread Uncle Meat
On 04-Jan-2001 christopher j bottaro opined: > i'm not using a redhat kernel anymore, i had to recompile the kernel to > get > my athlon working properly. isn't there some option to turn on when i > do > "make menuconfig" to compile the ide-scsi module when i do "make > modules"? > thanks.

Re: how to compile ide-scsi module?

2001-01-03 Thread Leonard den Ottolander
Hi Chris, Best thing to do is to read the CD-Writing-HOWTO. > i'm not using a redhat kernel anymore, i had to recompile the kernel to get my > athlon working properly. isn't there some option to turn on when i do "make > menuconfig" to compile the ide-scsi module when i do "mak

Re: how to compile ide-scsi module?

2001-01-03 Thread christopher j bottaro
i'm not using a redhat kernel anymore, i had to recompile the kernel to get my athlon working properly. isn't there some option to turn on when i do "make menuconfig" to compile the ide-scsi module when i do "make modules"? thanks. > If you are already using a redhat kernel you should be OK,

Re: how to compile ide-scsi module?

2001-01-01 Thread Ray Curtis
Sorry meant to put: append="hdx=ide-scsi" -- Ray Curtis Unix Programmer/Consultant Curtis Consulting mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray ___

Re: how to compile ide-scsi module?

2001-01-01 Thread Ray Curtis
> "cjb" == christopher j bottaro <[EMAIL PROTECTED]> writes: cjb> hello, cjb> i got an ide cd burner and i need the ide-scsi module to use it. what option cjb> do i turn on when i do make menuconfig when compiling the kernel? i've been cjb> looking and can't find it... cjb> thanks, cjb> c

RE: How to compile

1998-03-14 Thread Hoe-Teck Wee
You'd have to tell us what are the errors you get. Make sure you've the necessary libraries installed. May need the updated libc6 or ldconfig listed at www.redhat.com/errata/ too if you're using redhat 5.0. A LSM, if i'm not wrong, refers to a linux software map and is merely a listing of th

RE: How to compile

1998-03-14 Thread Dave Wreski
> I download a file named "amp-0.7.3.tgz", > I extracted it , but I don't know how to complie it. > the readme file says " > do :edit Makefile > make > mv amp usr/local/bin > amp" > I typed "make" ,and it reported many errors.and it