public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: rebuilding kernel
       [not found] <Pine.LNX.4.33.0112152017090.2312-100000@h005004cf6187.ne.m ediaone.net>
@  ` Darrell Shandrow
     ` Dave Hunt
                     ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Darrell Shandrow @  UTC (permalink / raw)
  To: speakup

Hi Dave,

There should be no difference in the kernel among Linux 
distributions.  Just go to http://www.kernel.org for the Linux kernel, then 
build and install it from there.  Of course, if you want Speakup, you'll 
need to be sure to patch the Kernel as needed.

Regards.

At 08:22 PM 12/15/2001 -0500, you wrote:
>Where can I find the sources from which the "installation" Redhat 7.2
>kernel was built?  In order to install drivers form my sound card (an
>Aureal 8820), I need to build a kernel with sound "built in", not as a
>module.
>
>-Dave
>
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
   ` rebuilding kernel Darrell Shandrow
@    ` Dave Hunt
       ` Janina Sajka
     ` Gregory Nowak
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 19+ messages in thread
From: Dave Hunt @  UTC (permalink / raw)
  To: speakup


Thanks,

I'm there, now, and about to get 2.4.9 (the same version as in RH 7.2.  
I've attempted to build kernels in the past.  What I ws looking for is 
what choices were in the "make config" for the "out-of-the-box" RH7.2 
kernel.  I know that I'd have to patch Speakup and the key map in, 
assuming I want it.  What, for instance, is Redhat's initialization type?  
I'm prompted to decide between System V and BSD.  How do I figure out what 
Redhat chose to install as modules?

Thanks,


-Dave


 > Hi Dave, > > There should be no 
difference in the kernel among Linux 
> distributions.  Just go to http://www.kernel.org for the Linux kernel, then 
> build and install it from there.  Of course, if you want Speakup, you'll 
> need to be sure to patch the Kernel as needed.
> 
> Regards.
> 
> At 08:22 PM 12/15/2001 -0500, you wrote:
> >Where can I find the sources from which the "installation" Redhat 7.2
> >kernel was built?  In order to install drivers form my sound card (an
> >Aureal 8820), I need to build a kernel with sound "built in", not as a
> >module.
> >
> >-Dave
> >
> >
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
   ` rebuilding kernel Darrell Shandrow
     ` Dave Hunt
@    ` Gregory Nowak
     ` Janina Sajka
       [not found]   ` <Pine.LNX.4.43.0112161028440.3900-100000@toccata.dsl092-170 -083.wdc1.dsl.speakeasy.net>
  3 siblings, 0 replies; 19+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

>From what I heard,
there are supposedly some distros that modify the normal kernel tree.
Greg


On Sat, Dec 15, 2001 at 06:28:45PM -0700, Darrell Shandrow wrote:
> Hi Dave,
> 
> There should be no difference in the kernel among Linux 
> distributions.  Just go to http://www.kernel.org for the Linux kernel, then 
> build and install it from there.  Of course, if you want Speakup, you'll 
> need to be sure to patch the Kernel as needed.
> 
> Regards.
> 
> At 08:22 PM 12/15/2001 -0500, you wrote:
> >Where can I find the sources from which the "installation" Redhat 7.2
> >kernel was built?  In order to install drivers form my sound card (an
> >Aureal 8820), I need to build a kernel with sound "built in", not as a
> >module.
> >
> >-Dave
> >
> >
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
     ` Dave Hunt
@      ` Janina Sajka
  0 siblings, 0 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: speakup

On Sat, 15 Dec 2001, Dave Hunt wrote:

> I've attempted to build kernels in the past.  What I ws looking for is 
> what choices were in the "make config" for the "out-of-the-box" RH7.2 

The default Redhat configs are in /usr/src/linux/configs always.






^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
   ` rebuilding kernel Darrell Shandrow
     ` Dave Hunt
     ` Gregory Nowak
@    ` Janina Sajka
       ` Gregory Nowak
       ` Dave Hunt
       [not found]   ` <Pine.LNX.4.43.0112161028440.3900-100000@toccata.dsl092-170 -083.wdc1.dsl.speakeasy.net>
  3 siblings, 2 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: speakup

Actually there is a little difference inasmuch as Redhat has gone ahead 
and included ext3 as an option with Redhat 7.2. So, if you've gone ext3, 
and you compile a stock kernel from ftp.kernel.org, you will not be able 
to mount your drives with that kernel.
 On Sat, 15 Dec 2001, Darrell 
Shandrow wrote:

> Hi Dave,
> 
> There should be no difference in the kernel among Linux 
> distributions.  Just go to http://www.kernel.org for the Linux kernel, then 
> build and install it from there.  Of course, if you want Speakup, you'll 
> need to be sure to patch the Kernel as needed.
> 
> Regards.
> 
> At 08:22 PM 12/15/2001 -0500, you wrote:
> >Where can I find the sources from which the "installation" Redhat 7.2
> >kernel was built?  In order to install drivers form my sound card (an
> >Aureal 8820), I need to build a kernel with sound "built in", not as a
> >module.
> >
> >-Dave
> >
> >
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
	
				Janina Sajka, Director
				Technology Research and Development
				Governmental Relations Group
				American Foundation for the Blind (AFB)

Email: janina@afb.net		Phone: (202) 408-8175

Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org

Will electronic books surpass print books? Read our white paper,
Surpassing Gutenberg, at http://www.afb.org/ebook.asp

Download a free sample Digital Talking Book edition of Martin Luther
King Jr's inspiring "I Have A Dream" speech at
http://www.afb.org/mlkweb.asp

Learn how to make accessible software at
http://www.afb.org/accessapp.asp



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
     ` Janina Sajka
@      ` Gregory Nowak
       ` Dave Hunt
  1 sibling, 0 replies; 19+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Actually, yes, you will be able to mount the ext3
drives since either 2.4.15 or 2.4.16.
Greg


On Sun, Dec 16, 2001 at 10:30:04AM -0500, Janina Sajka wrote:
> Actually there is a little difference inasmuch as Redhat has gone ahead 
> and included ext3 as an option with Redhat 7.2. So, if you've gone ext3, 
> and you compile a stock kernel from ftp.kernel.org, you will not be able 
> to mount your drives with that kernel.
>  On Sat, 15 Dec 2001, Darrell 
> Shandrow wrote:
> 
> > Hi Dave,
> > 
> > There should be no difference in the kernel among Linux 
> > distributions.  Just go to http://www.kernel.org for the Linux kernel, then 
> > build and install it from there.  Of course, if you want Speakup, you'll 
> > need to be sure to patch the Kernel as needed.
> > 
> > Regards.
> > 
> > At 08:22 PM 12/15/2001 -0500, you wrote:
> > >Where can I find the sources from which the "installation" Redhat 7.2
> > >kernel was built?  In order to install drivers form my sound card (an
> > >Aureal 8820), I need to build a kernel with sound "built in", not as a
> > >module.
> > >
> > >-Dave
> > >
> > >
> > >
> > >_______________________________________________
> > >Speakup mailing list
> > >Speakup@braille.uwo.ca
> > >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> 
> -- 
> 	
> 				Janina Sajka, Director
> 				Technology Research and Development
> 				Governmental Relations Group
> 				American Foundation for the Blind (AFB)
> 
> Email: janina@afb.net		Phone: (202) 408-8175
> 
> Chair, Accessibility SIG
> Open Electronic Book Forum (OEBF)
> http://www.openebook.org
> 
> Will electronic books surpass print books? Read our white paper,
> Surpassing Gutenberg, at http://www.afb.org/ebook.asp
> 
> Download a free sample Digital Talking Book edition of Martin Luther
> King Jr's inspiring "I Have A Dream" speech at
> http://www.afb.org/mlkweb.asp
> 
> Learn how to make accessible software at
> http://www.afb.org/accessapp.asp
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
     ` Janina Sajka
       ` Gregory Nowak
@      ` Dave Hunt
         ` migrating to ext3, was " Gregory Nowak
         ` Geoff Shang
  1 sibling, 2 replies; 19+ messages in thread
From: Dave Hunt @  UTC (permalink / raw)
  To: speakup

Hi,

I do have ext3 support.  When I upgraded this installation from RH7.0 to 
7.2, I let the installer port my ext2 over.  When I build this new 
kernel, I'll be sure to include ex23.

Another query:

does "make modules_install" update "/etc/modules.conf"?  If not, I put 
the aliases in as I configure?  


Thanks for any help,


-Dave


On Sun, 16 Dec 2001, Janina Sajka 
wrote:

> Actually there is a little difference inasmuch as Redhat has gone ahead 
> and included ext3 as an option with Redhat 7.2. So, if you've gone ext3, 
> and you compile a stock kernel from ftp.kernel.org, you will not be able 
> to mount your drives with that kernel.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
       [not found]   ` <Pine.LNX.4.43.0112161028440.3900-100000@toccata.dsl092-170 -083.wdc1.dsl.speakeasy.net>
@      ` Darrell Shandrow
         ` Janina Sajka
  0 siblings, 1 reply; 19+ messages in thread
From: Darrell Shandrow @  UTC (permalink / raw)
  To: speakup

Hi Janina,

First, thanks for the excellent advice to go ahead and download the 
modified ISO images for RedHat 7.2.  I re-made the boot disk, downloaded 
and burned the modified image files, then installed everything!  Worked 
like a charm; I just wish Speakup could track those menu bars a little 
better...  :-)

Thanks also for the warning about the Kernel.  I guess when it comes to 
RedHat, one had better get the kernel from them, just to be sure you don't 
have trouble...

Thanks.

At 10:30 AM 12/16/2001 -0500, you wrote:
>Actually there is a little difference inasmuch as Redhat has gone ahead
>and included ext3 as an option with Redhat 7.2. So, if you've gone ext3,
>and you compile a stock kernel from ftp.kernel.org, you will not be able
>to mount your drives with that kernel.
>  On Sat, 15 Dec 2001, Darrell
>Shandrow wrote:
>
> > Hi Dave,
> >
> > There should be no difference in the kernel among Linux
> > distributions.  Just go to http://www.kernel.org for the Linux kernel, 
> then
> > build and install it from there.  Of course, if you want Speakup, you'll
> > need to be sure to patch the Kernel as needed.
> >
> > Regards.
> >
> > At 08:22 PM 12/15/2001 -0500, you wrote:
> > >Where can I find the sources from which the "installation" Redhat 7.2
> > >kernel was built?  In order to install drivers form my sound card (an
> > >Aureal 8820), I need to build a kernel with sound "built in", not as a
> > >module.
> > >
> > >-Dave
> > >
> > >
> > >
> > >_______________________________________________
> > >Speakup mailing list
> > >Speakup@braille.uwo.ca
> > >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>--
>
>                                 Janina Sajka, Director
>                                 Technology Research and Development
>                                 Governmental Relations Group
>                                 American Foundation for the Blind (AFB)
>
>Email: janina@afb.net           Phone: (202) 408-8175
>
>Chair, Accessibility SIG
>Open Electronic Book Forum (OEBF)
>http://www.openebook.org
>
>Will electronic books surpass print books? Read our white paper,
>Surpassing Gutenberg, at http://www.afb.org/ebook.asp
>
>Download a free sample Digital Talking Book edition of Martin Luther
>King Jr's inspiring "I Have A Dream" speech at
>http://www.afb.org/mlkweb.asp
>
>Learn how to make accessible software at
>http://www.afb.org/accessapp.asp
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* migrating to ext3, was Re: rebuilding kernel
       ` Dave Hunt
@        ` Gregory Nowak
           ` Yvonne Smith
         ` Geoff Shang
  1 sibling, 1 reply; 19+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

If I have slackware 8.0, and I want
to someday jump on the ext3 band wagon,
then is there a tool of some sort that I can use to convert
my ext2 partitions to ext3?
I know I can always create ext3 on a partition, copy over data from the ext2 partition,
but that's a lot of work.
Greg


On Sun, Dec 16, 2001 at 02:31:40PM -0500, Dave Hunt wrote:
> Hi,
> 
> I do have ext3 support.  When I upgraded this installation from RH7.0 to 
> 7.2, I let the installer port my ext2 over.  When I build this new 
> kernel, I'll be sure to include ex23.
> 
> Another query:
> 
> does "make modules_install" update "/etc/modules.conf"?  If not, I put 
> the aliases in as I configure?  
> 
> 
> Thanks for any help,
> 
> 
> -Dave
> 
> 
> On Sun, 16 Dec 2001, Janina Sajka 
> wrote:
> 
> > Actually there is a little difference inasmuch as Redhat has gone ahead 
> > and included ext3 as an option with Redhat 7.2. So, if you've gone ext3, 
> > and you compile a stock kernel from ftp.kernel.org, you will not be able 
> > to mount your drives with that kernel.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 19+ messages in thread

* migrating to ext3, was Re: rebuilding kernel
         ` migrating to ext3, was " Gregory Nowak
@          ` Yvonne Smith
             ` Adam Myrow
             ` Gregory Nowak
  0 siblings, 2 replies; 19+ messages in thread
From: Yvonne Smith @  UTC (permalink / raw)
  To: speakup

Ok, as someone who hasn't yet converted to ext3, but will as soon as I
upgrade the kernel, there's a couple of things to realise. Firstly, as
far as I know, an ext3 drive can be mounted, even if you don't have
ext3 support in your kernel. You won't get journalling, but other than
that, it'll work just like an ext2 drive.

As for the conversion, I don't know what the programm's called, but
you can convert ext2 partitions to ext3 in place, without touching the
data. That's the main reason, as far as I can see, to use ext3 over
reiser or any of the others, particularly if you don't have anywhere
else to copy the data before converting the drive.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: migrating to ext3, was Re: rebuilding kernel
           ` Yvonne Smith
@            ` Adam Myrow
               ` Thomas Ward
             ` Gregory Nowak
  1 sibling, 1 reply; 19+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: speakup

Assuming your EXT2 partition is on /dev/hda2, it's easy to convert.  Just
type (as root, of course) "tune2fs -j /dev/hda2."  You need to have a
reasonably recent version of tune2fs to do this, but Slackware 8 has one
that is recent enough.  I personally haven't noticed any great difference
with EXT3 over EXT2, but I seldom have a serious crash which is where EXT3
is supposed to really shine.




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
       ` Darrell Shandrow
@        ` Janina Sajka
  0 siblings, 0 replies; 19+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: speakup

Hi, Darrel:

Glad you got the modified iso's from the speakup site. Sure saves work and 
time.

Seems, however, that my advice wasn't fully correct. Someone, don't 
remember who now, posted here about ext3 support being in the generic 
kernel now, as of 2.4.16, as I recall. Also, it's in the newer 2.2.X, 
though I don't track those any longer. 

One more piece of advice that I am very sure is correct! <grin>

There's a wonderful script called up2date that will update your 
installation to the very latest Redhat releases. You need to register your 
system first, and that's only mildly painful. You get to register as many 
systems as you like for free, but you can only have one at a time active 
for free. If you want more than one active at a time, you pay a nominal 
amount. Not bad, imho, for supporting Redhat. <grin>

In any case, registration happens at https://www.rhns.redhat.com

You can, if you wish, manage updates right from that web page, but I 
prefer to do it by hand on my schedule, particular for a portable system 
which is sometimes on a fast broadband connection, and sometimes on a 
modem from overseas. Once you're registered, you can just do this by hand 
by running the up2date command as root. I usually give it as follows:

up2date -u --nox --nosig

The --nox is important to keep the display in character mode. 

 On Sun, 16 Dec 2001, 
Darrell Shandrow wrote:

> Hi Janina,
> 
> First, thanks for the excellent advice to go ahead and download the 
> modified ISO images for RedHat 7.2.  I re-made the boot disk, downloaded 
> and burned the modified image files, then installed everything!  Worked 
> like a charm; I just wish Speakup could track those menu bars a little 
> better...  :-)
> 
> Thanks also for the warning about the Kernel.  I guess when it comes to 
> RedHat, one had better get the kernel from them, just to be sure you don't 
> have trouble...
> 
> Thanks.
> 
> At 10:30 AM 12/16/2001 -0500, you wrote:
> >Actually there is a little difference inasmuch as Redhat has gone ahead
> >and included ext3 as an option with Redhat 7.2. So, if you've gone ext3,
> >and you compile a stock kernel from ftp.kernel.org, you will not be able
> >to mount your drives with that kernel.
> >  On Sat, 15 Dec 2001, Darrell
> >Shandrow wrote:
> >
> > > Hi Dave,
> > >
> > > There should be no difference in the kernel among Linux
> > > distributions.  Just go to http://www.kernel.org for the Linux kernel, 
> > then
> > > build and install it from there.  Of course, if you want Speakup, you'll
> > > need to be sure to patch the Kernel as needed.
> > >
> > > Regards.
> > >
> > > At 08:22 PM 12/15/2001 -0500, you wrote:
> > > >Where can I find the sources from which the "installation" Redhat 7.2
> > > >kernel was built?  In order to install drivers form my sound card (an
> > > >Aureal 8820), I need to build a kernel with sound "built in", not as a
> > > >module.
> > > >
> > > >-Dave
> > > >
> > > >
> > > >
> > > >_______________________________________________
> > > >Speakup mailing list
> > > >Speakup@braille.uwo.ca
> > > >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >--
> >
> >                                 Janina Sajka, Director
> >                                 Technology Research and Development
> >                                 Governmental Relations Group
> >                                 American Foundation for the Blind (AFB)
> >
> >Email: janina@afb.net           Phone: (202) 408-8175
> >
> >Chair, Accessibility SIG
> >Open Electronic Book Forum (OEBF)
> >http://www.openebook.org
> >
> >Will electronic books surpass print books? Read our white paper,
> >Surpassing Gutenberg, at http://www.afb.org/ebook.asp
> >
> >Download a free sample Digital Talking Book edition of Martin Luther
> >King Jr's inspiring "I Have A Dream" speech at
> >http://www.afb.org/mlkweb.asp
> >
> >Learn how to make accessible software at
> >http://www.afb.org/accessapp.asp
> >
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
	
				Janina Sajka, Director
				Technology Research and Development
				Governmental Relations Group
				American Foundation for the Blind (AFB)

Email: janina@afb.net		Phone: (202) 408-8175

Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org

Will electronic books surpass print books? Read our white paper,
Surpassing Gutenberg, at http://www.afb.org/ebook.asp

Download a free sample Digital Talking Book edition of Martin Luther
King Jr's inspiring "I Have A Dream" speech at
http://www.afb.org/mlkweb.asp

Learn how to make accessible software at
http://www.afb.org/accessapp.asp



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: migrating to ext3, was Re: rebuilding kernel
             ` Adam Myrow
@              ` Thomas Ward
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Ward @  UTC (permalink / raw)
  To: speakup

Hi, I've been using ext3 and it is certainly worth the update. For one
reason I've tried crashing the drive by shutting down from the power switch,
an act that would normally damage the fs, and ext3 didn't have any problems.
I've also noticed a slight increase in access time, and stability. Ext3 was
worth the upgrade for me.




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: migrating to ext3, was Re: rebuilding kernel
           ` Yvonne Smith
             ` Adam Myrow
@            ` Gregory Nowak
  1 sibling, 0 replies; 19+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Thanks, very cute.
Does anyone out there know the name of this conversion tool, and where it
could be downloaded from?

Also, I have seen several references to journaling in various docs.
Please forgive my ignorence, but what is journaling in the
filesystem sense of course?
Greg


On Mon, Dec 17, 2001 at 08:24:53AM +1100, Yvonne Smith wrote:
> Ok, as someone who hasn't yet converted to ext3, but will as soon as I
> upgrade the kernel, there's a couple of things to realise. Firstly, as
> far as I know, an ext3 drive can be mounted, even if you don't have
> ext3 support in your kernel. You won't get journalling, but other than
> that, it'll work just like an ext2 drive.
> 
> As for the conversion, I don't know what the programm's called, but
> you can convert ext2 partitions to ext3 in place, without touching the
> data. That's the main reason, as far as I can see, to use ext3 over
> reiser or any of the others, particularly if you don't have anywhere
> else to copy the data before converting the drive.
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
       ` Dave Hunt
         ` migrating to ext3, was " Gregory Nowak
@        ` Geoff Shang
           ` Dave Hunt
  1 sibling, 1 reply; 19+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

On Sun, 16 Dec 2001, Dave Hunt wrote:

> Another query:
>
> does "make modules_install" update "/etc/modules.conf"?  If not, I put
> the aliases in as I configure?

No, it doesn't.  Since the modules specified in that file aren't (or
shouldn't be) version specific, you should only have to edit this file (or
the files under /etc/modutils, depending on your distribution), only when
you're adding them for the first time.  And depending on what they are, you
might not have to do it at all.

Geoff.




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
         ` Geoff Shang
@          ` Dave Hunt
             ` Thomas Ward
  0 siblings, 1 reply; 19+ messages in thread
From: Dave Hunt @  UTC (permalink / raw)
  To: speakup

Thanks for answering; now, I'm hopelessly confused.

-Dave
On Mon, 17 Dec 2001, 
Geoff Shang wrote:

> On Sun, 16 Dec 2001, Dave Hunt wrote:
> 
> > Another query:
> >
> > does "make modules_install" update "/etc/modules.conf"?  If not, I put
> > the aliases in as I configure?
> 
> No, it doesn't.  Since the modules specified in that file aren't (or
> shouldn't be) version specific, you should only have to edit this file (or
> the files under /etc/modutils, depending on your distribution), only when
> you're adding them for the first time.  And depending on what they are, you
> might not have to do it at all.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
           ` Dave Hunt
@            ` Thomas Ward
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Ward @  UTC (permalink / raw)
  To: speakup

Dave what is to be confused? Typically, when updating the kernel and kernel
modules I don't have to edit the /etc/modules.conf.
The reason is that the modprobe line probes for the module that matches the
kernel.
Merely build the new modules and install them, and they should work on
restart.


----- Original Message -----
From: Dave Hunt <wx1g@mediaone.net>
To: <speakup@braille.uwo.ca>
Sent: Sunday, December 16, 2001 10:37 PM
Subject: Re: rebuilding kernel


> Thanks for answering; now, I'm hopelessly confused.
>
> -Dave
> On Mon, 17 Dec 2001,
> Geoff Shang wrote:
>
> > On Sun, 16 Dec 2001, Dave Hunt wrote:
> >
> > > Another query:
> > >
> > > does "make modules_install" update "/etc/modules.conf"?  If not, I put
> > > the aliases in as I configure?
> >
> > No, it doesn't.  Since the modules specified in that file aren't (or
> > shouldn't be) version specific, you should only have to edit this file
(or
> > the files under /etc/modutils, depending on your distribution), only
when
> > you're adding them for the first time.  And depending on what they are,
you
> > might not have to do it at all.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: rebuilding kernel
   Dave Hunt
@  ` Thomas Ward
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Ward @  UTC (permalink / raw)
  To: speakup

Hi, usually the kernel source package is on cd 2 of the Red Hat
distribution.

It will be something like kernel-source-version.i386.rpm

However, if you are going to build your own kernel you might as well hit Red
Hat's web site and get the new kernel source and header packages for your
Linux version.


----- Original Message -----
From: Dave Hunt <wx1g@mediaone.net>
To: <speakup@braille.uwo.ca>
Sent: Saturday, December 15, 2001 8:22 PM
Subject: rebuilding kernel


> Where can I find the sources from which the "installation" Redhat 7.2
> kernel was built?  In order to install drivers form my sound card (an
> Aureal 8820), I need to build a kernel with sound "built in", not as a
> module.
>
> -Dave
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 19+ messages in thread

* rebuilding kernel
@  Dave Hunt
   ` Thomas Ward
  0 siblings, 1 reply; 19+ messages in thread
From: Dave Hunt @  UTC (permalink / raw)
  To: speakup

Where can I find the sources from which the "installation" Redhat 7.2 
kernel was built?  In order to install drivers form my sound card (an 
Aureal 8820), I need to build a kernel with sound "built in", not as a 
module.  

-Dave




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.33.0112152017090.2312-100000@h005004cf6187.ne.m ediaone.net>
 ` rebuilding kernel Darrell Shandrow
   ` Dave Hunt
     ` Janina Sajka
   ` Gregory Nowak
   ` Janina Sajka
     ` Gregory Nowak
     ` Dave Hunt
       ` migrating to ext3, was " Gregory Nowak
         ` Yvonne Smith
           ` Adam Myrow
             ` Thomas Ward
           ` Gregory Nowak
       ` Geoff Shang
         ` Dave Hunt
           ` Thomas Ward
     [not found]   ` <Pine.LNX.4.43.0112161028440.3900-100000@toccata.dsl092-170 -083.wdc1.dsl.speakeasy.net>
     ` Darrell Shandrow
       ` Janina Sajka
 Dave Hunt
 ` Thomas Ward

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).