Re: recompile [was cdrecord]

2001-09-17 Thread Gary Dolan
On Mon, Sep 17, 2001 at 07:15:17AM +0200, Robert Waldner wrote:
> 
> >
> >Then in /usr/share/doc/kernel-package there is a README.gz that'll tell
> >you what to do.
> 
> And/or search the list-archive for "make-kpgk", this particular README 
> gave[0] me headaches every time I just wanted to quickly roll a new kernel 
> .
> 
> 0: Subsequently I ended up doing kernel-compiles/-installs on my own
>  again.
> 
> 
I'm glad to hear someone else had the same experience as I.  That
particular README sent me over the edge, and I thought I was just
unable to grasp what was going on.  Since then, probably 20 or
30 kernel compiles later, I happily still compile by hand and
love it.




-- 
Gary Dolan
Debian GNU/Linux 2.2, kernel 2.4.10-pre9
FreeBSD 4.3



Re: recompile [was cdrecord]

2001-09-17 Thread John
On Mon, Sep 17, 2001 at 07:15:17AM +0200, Robert Waldner wrote:
> 
> On Sun, 16 Sep 2001 21:57:23 PDT, John writes:
> >On Sun, Sep 16, 2001 at 08:41:21PM -0700, jjheuring wrote:

> >>
> >apt-get install kernel-package
> >
> >Then in /usr/share/doc/kernel-package there is a README.gz that'll tell
> >you what to do.
> 
> And/or search the list-archive for "make-kpgk", this particular README 
> gave[0] me headaches every time I just wanted to quickly roll a new kernel 
> .
> 
Well, to be honest, I never really read the whole README.  What I found
valuable from the doc was what needed to be installed, then the
quickstart (for those who are impatient):
make xconfig (or menuconfig)
make-kpkg clean
#Epoch:
make-kpkg --revision=3:custom.1.0 kernel_image

I add he epoch, so an apt-get update/upgrade doesn't try to replace my
new kernel

John


-- 
-_-_-_-_-_-_-_-_-_-_-
 Using [Debian] Linux
_-_-_-_-_-_-_-_-_-_-_





pgpS8gkajgFlU.pgp
Description: PGP signature


Re: recompile [was cdrecord]

2001-09-17 Thread Robert Waldner

On Sun, 16 Sep 2001 21:57:23 PDT, John writes:
>On Sun, Sep 16, 2001 at 08:41:21PM -0700, jjheuring wrote:
>>
>> ok part of my problem is that I have 2.2.19pre17-compact kernel. 'cause
>> that's the only image I could get to reconize my nic cards for a net
>> install.  Any way I was able to find the ide-scsi.o module and some
>> others that belong in the scsi dir but could not find the sr_mod.
>> Looking at prior posts I get the impression that i'll have to do a
>> recompile (always wanted to anyway)
>>
>> I'm not finding much info on doing a recompile the Debian way searching
>> google Debian and the list archives.  Will the howto via linuxdoc
>> suffice? Or is there a way to do this with out recompiling?  I think I'm
>> only missing the sr_mod.
>>
>apt-get install kernel-package
>
>Then in /usr/share/doc/kernel-package there is a README.gz that'll tell
>you what to do.

And/or search the list-archive for "make-kpgk", this particular README 
gave[0] me headaches every time I just wanted to quickly roll a new kernel 
.

0: Subsequently I ended up doing kernel-compiles/-installs on my own
 again.

cheers,
&rw
-- 
-- Basically, no matter what you compare spammers
-- to, that object will be insulted.
-- -- Chris Pickett, asr





pgpSOyScwq5QQ.pgp
Description: PGP signature


Re: recompile [was cdrecord]

2001-09-16 Thread John
On Sun, Sep 16, 2001 at 08:41:21PM -0700, jjheuring wrote:
> 
> ok part of my problem is that I have 2.2.19pre17-compact kernel. 'cause
> that's the only image I could get to reconize my nic cards for a net
> install.  Any way I was able to find the ide-scsi.o module and some
> others that belong in the scsi dir but could not find the sr_mod.
> Looking at prior posts I get the impression that i'll have to do a
> recompile (always wanted to anyway)
> 
> I'm not finding much info on doing a recompile the Debian way searching
> google Debian and the list archives.  Will the howto via linuxdoc
> suffice? Or is there a way to do this with out recompiling?  I think I'm
> only missing the sr_mod.
> 
apt-get install kernel-package

Then in /usr/share/doc/kernel-package there is a README.gz that'll tell
you what to do.

John
-- 
-_-_-_-_-_-_-_-_-_-_-
 Using [Debian] Linux
_-_-_-_-_-_-_-_-_-_-_





pgp7zhP10HBnL.pgp
Description: PGP signature


Re: recompile [was cdrecord]

2001-09-16 Thread csj
On Mon, 2001-09-17 at 11:41, jjheuring wrote:

> ok part of my problem is that I have 2.2.19pre17-compact kernel. 'cause
> that's the only image I could get to reconize my nic cards for a net
> install.  Any way I was able to find the ide-scsi.o module and some
> others that belong in the scsi dir but could not find the sr_mod.
> Looking at prior posts I get the impression that i'll have to do a
> recompile (always wanted to anyway)
> 
> I'm not finding much info on doing a recompile the Debian way searching
> google Debian and the list archives.  Will the howto via linuxdoc
> suffice? Or is there a way to do this with out recompiling?  I think I'm
> only missing the sr_mod.
> 
> Thanks again.  Hope the above wasn't too much rambling.

I don't remember using (or specifically invoking) sr_mod in the years
I've been burning CDR's. Why don't you try:

insmod sg

#sg = scsi generic

For compiling kernels the painless way (as far as I'm concerned, anyway)
use "kernel-package"



recompile [was cdrecord]

2001-09-16 Thread jjheuring
On Mon, Sep 17, 2001 at 12:07:32AM +0200, Robert Waldner wrote:
> 
> On Sun, 16 Sep 2001 14:37:21 PDT, jjheuring writes:
> >Linux 2.2.19pre17-compact #1 Mon Apr 2 01:35:19 PDT 2001 i686 unknown
> >ide BTC cdrw
> >
> >just did an 'apt-get install cdrecord'
> >
> >as I understand I should not have to recompile my kernel or edit 
> >lilo.conf
> 
> For IDE-writers you have to have IDE-SCSI-support in your kernel, so 
>  you´ll quite probably will have to roll your own. See the cdrecord-docs 
>  for the IDE-SCSI-bit and search the mailinglist-archives for the 
>  Debian-way of compiling and installing custom kernels (there´s 
>  documentation in /usr/doc/.. somewhere, but that´s at a level of 
>  complexitivity as to be somewhat useless ).


ok part of my problem is that I have 2.2.19pre17-compact kernel. 'cause
that's the only image I could get to reconize my nic cards for a net
install.  Any way I was able to find the ide-scsi.o module and some
others that belong in the scsi dir but could not find the sr_mod.
Looking at prior posts I get the impression that i'll have to do a
recompile (always wanted to anyway)

I'm not finding much info on doing a recompile the Debian way searching
google Debian and the list archives.  Will the howto via linuxdoc
suffice? Or is there a way to do this with out recompiling?  I think I'm
only missing the sr_mod.

Thanks again.  Hope the above wasn't too much rambling.