On Wed, May 08, 2002 at 10:35:05PM -0700, Edward Kleckner wrote: > I have been running a version of woody from Feb 28, 2002 on a 686 > machine using the 2.2.19 kernel that was installed from a potato cdrom > set and then the software was updated from another cdrom set to > woody. Everything was working fine for many days, but xcdroast > complained about cdrecord not working since it needed a 2.4 kernel.
For some reason, cdrecord needs to be compiled under the same kernel
version as it is going to be running under.
It's quite easy to recompile cdrecord under a 2.2 kernel:
$ cd /tmp
$ apt-get source cdrecord
$ cd cdrecord-*
# Check the build-depends in /debian/control, and install any
# missing packages
$ fakeroot debian/rules binary
and install the resulting deb...
> So finally tonight I did an apt-get install kernel-2.4.17-686 and that
> went fine and is what I'm using now. HOWEVER, when I try to access the
> cdrom drive I get the following in dmesg:
>
> [dmesg snipped and left to the ide-scsi experts]
--
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
I'm currently out trying to find myself. If I should get back before I
return, please keep me here.
pgpRc7blzeb82.pgp
Description: PGP signature

