Momchil Ivanov
2007-Jun-13 18:52 UTC
atapicam and cd-rw problem, no cd0 but acd0 some error
Hi guys, I am running 6-STABLE as of today and I cannot use the CD-RW on my IBM T40 to burn CDs. When I put atapicam_load="YES" in loader.conf or compile it in the kernel I see the following error acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 and no /dev/cd0 is created. I don`t see the above error without atapicam loaded or in kernel. This is not something new, I haven`t been able to get /dev/cd0 since more than a month following 6-STABLE, don`t know if it ever worked on 6 or 6.x, but I certainly cannot get it to work on 6-STABLE. Any help would be appreciated :) I would be happy ot be able to burn CDs. I have acd0: CDRW <TOSHIBA DVD-ROM SD-R9012/1121> at ata1-master UDMA33 and camcontrol shows: <TOSHIBA DVD-ROM SD-R9012 1121> at scbus2 target 0 lun 0 (pass1) Thanks -- PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E ?158A E03D 56DA 3118 168B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070613/351e39ba/attachment.pgp
Bogdan Potishuk
2007-Jun-14 09:44 UTC
atapicam and cd-rw problem, no cd0 but acd0 some error
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Momchil Ivanov said the following on 13.06.2007 21:34:> Hi guys, > > I am running 6-STABLE as of today and I cannot use the CD-RW on my IBM T40 to > burn CDs. When I put atapicam_load="YES" in loader.conf or compile it in the > kernel I see the following error > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 > and no /dev/cd0 is created. I don`t see the above error without atapicam > loaded or in kernel. This is not something new, I haven`t been able to > get /dev/cd0 since more than a month following 6-STABLE, don`t know if it > ever worked on 6 or 6.x, but I certainly cannot get it to work on 6-STABLE. > Any help would be appreciated :) I would be happy ot be able to burn CDs. > > I have acd0: CDRW <TOSHIBA DVD-ROM SD-R9012/1121> at ata1-master UDMA33 > and camcontrol shows: > <TOSHIBA DVD-ROM SD-R9012 1121> at scbus2 target 0 lun 0 (pass1) > > Thanks >Hi. Yes, this is a not new problem. That was discussed. Try find it in this or question maillists or in PRs. Good luck. - -- Regards, Bogdan - --------------------------------------------------------------- KeyID: 0x84B8D5142569D30B Fingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B Keyserver: keyserver.pgp.com - --------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGcQeXhLjVFCVp0wsRCnrSAJ4pTHeR+5URkFgiE4BnIYgHLqd6AwCfTydM WvXeUeOe1W4trQZmBn3KQQM=CHAm -----END PGP SIGNATURE-----
On Wed, 2007-06-13 at 20:34 +0200, Momchil Ivanov wrote:> Hi guys, > > I am running 6-STABLE as of today and I cannot use the CD-RW on my IBM T40 to > burn CDs. When I put atapicam_load="YES" in loader.conf or compile it in the > kernel I see the following error > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 > and no /dev/cd0 is created. I don`t see the above error without atapicam > loaded or in kernel. This is not something new, I haven`t been able to > get /dev/cd0 since more than a month following 6-STABLE, don`t know if it > ever worked on 6 or 6.x, but I certainly cannot get it to work on 6-STABLE. > Any help would be appreciated :) I would be happy ot be able to burn CDs. > > I have acd0: CDRW <TOSHIBA DVD-ROM SD-R9012/1121> at ata1-master UDMA33 > and camcontrol shows: > <TOSHIBA DVD-ROM SD-R9012 1121> at scbus2 target 0 lun 0 (pass1) > > Thanks >The error message is benign - the controller tries to send a command to the device, the device doesn't support it, so you get the error message. That's all, everything else should work. Do you load or compile into your kernel device scbus device cd device atapicam atapicam allows you to access ATAPI devices through the SCSI subsystem, so you must ensure that you have a SCSI subsystem to access them through. Cheers Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070614/66e18504/attachment.pgp
On Thu, Jun 14, 2007 at 12:00:22PM +0000, freebsd-stable-request@freebsd.org wrote:> 13. atapicam and cd-rw problem, no cd0 but acd0 some error > (Momchil Ivanov) > 22. Re: atapicam and cd-rw problem, no cd0 but acd0 some error > (Tom Evans) > ------------------------------ > > Message: 13 > Date: Wed, 13 Jun 2007 20:34:19 +0200 > From: Momchil Ivanov <idiotbg@gmail.com> > Subject: atapicam and cd-rw problem, no cd0 but acd0 some error > > Hi guys, > > I am running 6-STABLE as of today and I cannot use the CD-RW on my IBM T40 to > burn CDs. When I put atapicam_load="YES" in loader.conf or compile it in the > kernel I see the following error > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 > and no /dev/cd0 is created. I don`t see the above error without atapicam > loaded or in kernel. This is not something new, I haven`t been able to > get /dev/cd0 since more than a month following 6-STABLE, don`t know if it > ever worked on 6 or 6.x, but I certainly cannot get it to work on 6-STABLE. > Any help would be appreciated :) I would be happy ot be able to burn CDs. > > I have acd0: CDRW <TOSHIBA DVD-ROM SD-R9012/1121> at ata1-master UDMA33 > and camcontrol shows: > <TOSHIBA DVD-ROM SD-R9012 1121> at scbus2 target 0 lun 0 (pass1) > > Thanks > > ------------------------------ > > Message: 22 > Date: Thu, 14 Jun 2007 11:42:20 +0100 > From: Tom Evans <tevans.uk@googlemail.com> > Subject: Re: atapicam and cd-rw problem, no cd0 but acd0 some error > > The error message is benign - the controller tries to send a command toIf it's benign, then why does this occur with the error message (quoting the OP): "...I haven`t been able to get /dev/cd0 since more than a month following 6-STABLE, don`t know if it ever worked on 6 or 6.x, but I certainly cannot get it to work on 6-STABLE. Any help would be appreciated :) I would be happy ot be able to burn CDs." Which says to me that his drive doesn't work with atapicam in his kernel, and has not worked for at least one month. This was my experience, until I removed atapicam from my kernel. To the OP: I recommend removing atapicam as a device from your kernel config; this remedied the issue for me. I could not use my Plextor, at all, with atapicam as a device in my kernel config. -- In other news, the weather is supposed to be nice in Southern France tomorrow.