FIXED: audio cdrom broken in 2.2 kernels???

1999-11-11 Thread Rob Mahurin
One of my friends reminded me that hdparm works on ATAPI drives too. It turns out that the CD-ROM was going to sleep and not waking up properly. hdparm -S 0 /dev/cdrom fixed the problem. Will I break anything by adding this to /etc/init.d/bootmisc.sh? Rob -- How many priests are needed for a

Re: FIXED: audio cdrom broken in 2.2 kernels???

1999-11-11 Thread Jean-Yves BARBIER
On Wed, Nov 10, 1999 at 07:48:12PM -0500, Rob Mahurin wrote: One of my friends reminded me that hdparm works on ATAPI drives too. It turns out that the CD-ROM was going to sleep and not waking up properly. hdparm -S 0 /dev/cdrom fixed the problem. Will I break anything by adding this to