[ltp] Fail to burn cd on my T42p
Oren Gross
linux-thinkpad@linux-thinkpad.org
Thu, 23 Jun 2005 13:04:29 +0200
--=-TjDYGKCGt9dognPJcdg0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
I never meant this discussion to be about floppies... to the matter of a
fact, using a floppy is simply not an option for me, (regardless the
reason), as a solution from a company that pushes Linux, this is a very
lousy one!
As for your request, here is my 'uname -a':
$ uname -a
Linux jolie 2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686 i686
i386 GNU/Linux
Matt, as for your reply...
1. I will remove the ide-scsi from my grub
2. What should I do with my fstab? should I change the /dev/hdc
to /dev/scd0?
Oren
Message: 15
From: Matt Graham <danceswithcrows@usa.net>
Organization: Fleabag Discordian Society
To: linux-thinkpad@linux-thinkpad.org
Subject: Re: [ltp] Fail to burn cd on my T42p
Date: Wed, 22 Jun 2005 09:07:03 -0400
Reply-To: linux-thinkpad@linux-thinkpad.org
On Wednesday 22 June 2005 02:31, after a long battle with technology,
Oren Gross wrote:
> I am running FC3 on my IBM ThinkPad
What's the output of "uname -a"? FC3 used a 2.6 kernel AFAIK.
> /dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
> in the grub boot loader I had added hdc=ide-scsi.
Er... something's pretty screwed up here, and I'm really surprised that
nobody else on this mailing list noticed. If you tell the kernel to
use ide-scsi emulation for /dev/hdc , then you'd need to have /dev/scd0
in fstab, *not* /dev/hdc .
Also, this isn't right for 2.6 kernels. You *do not* use ide-scsi
emulation for burning CDs with 2.6 kernels; it doesn't work. If you
try to use ide-scsi emulation, you will get error messages that are
fairly similar to this:
> Track 01: 0 of 84 MB written.cdrecord: Success. write_g1: scsi
> CDB: 2A 00 00 00 00 00 00 00 1F 00 status: 0x2 (CHECK CONDITION)
...so for the 2.6 series, you don't boot with "hdX=ide-scsi", you
don't
load the ide-scsi module, and you use the IDE device directly, with
"cdrecord dev=/dev/hdX [other options]" . This has been discussed in
depth on comp.os.linux.hardware and col.misc.
[massive snip]
I think the firmware upgrade thing that others have mentioned is
barking
up the wrong snake in the grass. I say this because I tried to burn
CDs with ide-scsi emulation turned on under 2.6 kernels twice, and got
errors very similar to the one you posted both times. Burning with the
IDE device directly, OTOH, has worked just fine. HTH,
--
I went to edit my info to change "system administrator type dude" to
"porn star for hire", but all I got was a threat.
--MegaHAL, trained on Netizen's quotes file
There is no Darkness in Eternity/But only Light too dim for us to see
--__--__--
--=-TjDYGKCGt9dognPJcdg0
Content-Type: text/html; charset=utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
I never meant this discussion to be about floppies... to the matter of a fact, using a floppy is simply not an option for me, (regardless the reason), as a solution from a company that pushes Linux, this is a very lousy one!<BR>
<BR>
As for your request, here is my 'uname -a':<BR>
<TT>$ uname -a</TT><BR>
<TT>Linux jolie 2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686 i686 i386 GNU/Linux</TT><BR>
<BR>
Matt, as for your reply...<BR>
1. I will remove the ide-scsi from my grub<BR>
2. What should I do with my fstab? should I change the /dev/hdc to /dev/scd0?<BR>
<BR>
Oren<BR>
<BR>
<TT>Message: 15</TT><BR>
<TT>From: Matt Graham <<A HREF="mailto:danceswithcrows@usa.net">danceswithcrows@usa.net</A>></TT><BR>
<TT>Organization: Fleabag Discordian Society</TT><BR>
<TT>To: <A HREF="mailto:linux-thinkpad@linux-thinkpad.org">linux-thinkpad@linux-thinkpad.org</A></TT><BR>
<TT>Subject: Re: [ltp] Fail to burn cd on my T42p</TT><BR>
<TT>Date: Wed, 22 Jun 2005 09:07:03 -0400</TT><BR>
<TT>Reply-To: <A HREF="mailto:linux-thinkpad@linux-thinkpad.org">linux-thinkpad@linux-thinkpad.org</A></TT><BR>
<BR>
<TT>On Wednesday 22 June 2005 02:31, after a long battle with technology, </TT><BR>
<TT>Oren Gross wrote:</TT><BR>
<TT><FONT COLOR="#737373">> I am running FC3 on my IBM ThinkPad</FONT></TT><BR>
<BR>
<TT>What's the output of "uname -a"? FC3 used a 2.6 kernel AFAIK. </TT><BR>
<BR>
<TT><FONT COLOR="#737373">> /dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0</FONT></TT><BR>
<TT><FONT COLOR="#737373">> in the grub boot loader I had added hdc=ide-scsi.</FONT></TT><BR>
<BR>
<TT>Er... something's pretty screwed up here, and I'm really surprised that </TT><BR>
<TT>nobody else on this mailing list noticed. If you tell the kernel to </TT><BR>
<TT>use ide-scsi emulation for /dev/hdc , then you'd need to have /dev/scd0 </TT><BR>
<TT>in fstab, *not* /dev/hdc .</TT><BR>
<BR>
<TT>Also, this isn't right for 2.6 kernels. You *do not* use ide-scsi </TT><BR>
<TT>emulation for burning CDs with 2.6 kernels; it doesn't work. If you </TT><BR>
<TT>try to use ide-scsi emulation, you will get error messages that are </TT><BR>
<TT>fairly similar to this:</TT><BR>
<BR>
<TT><FONT COLOR="#737373">> Track 01: 0 of 84 MB written.cdrecord: Success. write_g1: scsi</FONT></TT><BR>
<TT><FONT COLOR="#737373">> CDB: 2A 00 00 00 00 00 00 00 1F 00 status: 0x2 (CHECK CONDITION)</FONT></TT><BR>
<BR>
<TT> ...so for the 2.6 series, you don't boot with "hdX=ide-scsi", you don't </TT><BR>
<TT>load the ide-scsi module, and you use the IDE device directly, with </TT><BR>
<TT>"cdrecord dev=/dev/hdX [other options]" . This has been discussed in </TT><BR>
<TT>depth on comp.os.linux.hardware and col.misc.</TT><BR>
<BR>
<TT>[massive snip]</TT><BR>
<BR>
<TT>I think the firmware upgrade thing that others have mentioned is barking </TT><BR>
<TT>up the wrong snake in the grass. I say this because I tried to burn </TT><BR>
<TT>CDs with ide-scsi emulation turned on under 2.6 kernels twice, and got </TT><BR>
<TT>errors very similar to the one you posted both times. Burning with the </TT><BR>
<TT>IDE device directly, OTOH, has worked just fine. HTH,</TT><BR>
<BR>
<TT>-- </TT><BR>
<TT> I went to edit my info to change "system administrator type dude" to</TT><BR>
<TT> "porn star for hire", but all I got was a threat.</TT><BR>
<TT> --MegaHAL, trained on Netizen's quotes file</TT><BR>
<TT>There is no Darkness in Eternity/But only Light too dim for us to see</TT><BR>
<BR>
<TT>--__--__--</TT>
</BODY>
</HTML>
--=-TjDYGKCGt9dognPJcdg0--