Re: cdrecord -scanbus -> not working

2003-01-30 Thread Jonah Sherman
On Thu, Jan 30, 2003 at 05:12:13PM -0200, Marcelo Chiapparini wrote:
> On 25.01.2003 19:33 Jonah Sherman wrote:
> >> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel
> >2.4.18bf
> >> thanks.
> >[snip]
> >> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> >> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> >> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> >> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> >> Uniform CD-ROM driver Revision: 3.12
> >> 
> >
> >You need ide-scsi emulation to use an IDE CDRW drive.  Add
> >SCSI(CONFIG_SCSI), SCSI Generic(CONFIG_CHR_DEV_SG), and SCSI
> >CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE
> >Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
> >append="hdb=ide-scsi"
> 
> Is it really necessary the SCSI Generic(CONFIG_CHR_DEV_SG) option above?
>

Yes. Read the IDE-SCSI help notes - "In order to do this, say Y here
and to "SCSI support" and "SCSI generic support", below".



msg27487/pgp0.pgp
Description: PGP signature


Re: cdrecord -scanbus -> not working

2003-01-30 Thread David Z Maze
Marcelo Chiapparini <[EMAIL PROTECTED]> writes:

> On 25.01.2003 19:33 Jonah Sherman wrote:
>> You need ide-scsi emulation to use an IDE CDRW drive.  Add
>> SCSI(CONFIG_SCSI), SCSI Generic(CONFIG_CHR_DEV_SG), and SCSI
>> CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE
>> Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
>> append="hdb=ide-scsi"
>
> Is it really necessary the SCSI Generic(CONFIG_CHR_DEV_SG) option above?

Yes, you need it to write to CDs even if you have real SCSI hardware.
(And also to rip CDs using cdparanoia, if you're in an IDE-SCSI
world.)  That list looks right to me.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus -> not working

2003-01-30 Thread Marcelo Chiapparini
Hello!

On 25.01.2003 19:33 Jonah Sherman wrote:

> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel
2.4.18bf
> thanks.
[snip]
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> 

You need ide-scsi emulation to use an IDE CDRW drive.  Add
SCSI(CONFIG_SCSI), SCSI Generic(CONFIG_CHR_DEV_SG), and SCSI
CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE
Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
append="hdb=ide-scsi"


Is it really necessary the SCSI Generic(CONFIG_CHR_DEV_SG) option above?

TIA

Marcelo

--
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord -scanbus -> not working

2003-01-25 Thread David Z Maze
cmustard <[EMAIL PROTECTED]> writes:
> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel 2.4.18bf
> thanks.

> 
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> 

You need to use IDE-SCSI emulation for CD burners to work.  You
probably want to go back and read the CD-Writing HOWTO again (from
http://tldp.org/ if you don't have the HOWTOs installed locally); it
explains how all of this works.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus -> not working

2003-01-25 Thread Emma Jane Hogbin
On Sat, Jan 25, 2003 at 07:38:53AM -0500, cmustard wrote:
> cdrecord: No such file or directory. Cannot open SCSI driver.

My problem was that the burner was actually ide-scsi. My burner was seen
in the dmesg, but I didn't have the right modules loaded. Can you look for
the following modules with lsmod?

ide-scsi
sg
sr_mod
ide-cd
loop
scsi_mod
iso9660
joliet
This list is from:
http://homepage.tinet.ie/~mjconry/cdrw_help.html

I have only the following because the rest are compiled directly into the
kernel (which I recompiled this week--big fat pat on the back to me):
sg
sr_mod
loop

I'm also running cdrecord 2.0 (this might be because I'm using unstable).

emma :)

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus -> not working

2003-01-25 Thread Ron Johnson
On Sat, 2003-01-25 at 06:38, cmustard wrote:
> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel 2.4.18bf
> thanks.
> 
> # su root
> # password:
> # cdrecord -scanbus 
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
> # which cdrecord
> # /usr/bin/cdrecord
>  
> 
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> 

Do you have the needed modules loaded?  lsmod should tell you.

-- 
+---+
| Ron Johnson, Jr.mailto:[EMAIL PROTECTED]  |
| Jefferson, LA  USA  http://members.cox.net/ron.l.johnson  |
|   |
| "Fear the Penguin!!"  |
+---+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus -> not working

2003-01-25 Thread Bob Proulx
cmustard wrote:
> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel 2.4.18bf
> thanks.

Yes.  You did not load up ide-scsi.

> # su root
> # password:
> # cdrecord -scanbus 
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
> # which cdrecord
> # /usr/bin/cdrecord
>  
> 
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12

All I see are ide targets, no scsi targets.

This gets discussed many times on the list.  I posted one myself not
terribly long ago.

  http://lists.debian.org/debian-user/2002/debian-user-200212/msg04993.html

Bob



msg26236/pgp0.pgp
Description: PGP signature


Re: cdrecord -scanbus -> not working

2003-01-25 Thread Charlie Imbusch
On Sat, 25 Jan 2003 22:00:09 +0100, cmustard wrote:

> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel
> 2.4.18bf thanks.

Because you forgot to read the manual which says that you should add a
line like

append="hdb=ide-scsi"(lilo)

into your bootmanger configuration file.

Charlie

--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: cdrecord -scanbus -> not working

2003-01-25 Thread Jonah Sherman
> Any ideas why `cdrecord` is not working for me. Debian Woody, kernel 2.4.18bf
> thanks.
[snip]
> hdb: R/RW 4x4x24, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=1092/240/63
> hdb: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
> Uniform CD-ROM driver Revision: 3.12
> 

You need ide-scsi emulation to use an IDE CDRW drive.  Add SCSI(CONFIG_SCSI), SCSI 
Generic(CONFIG_CHR_DEV_SG), and SCSI CDRom(CONFIG_BLK_DEV_SR), and SCSI IDE 
Emulation(CONFIG_BLK_DEV_IDESCSI) to your kernel, then add:
append="hdb=ide-scsi"

Your cdrom drive will now be /dev/scd0 instead of /dev/hdb, and cdrecord will work.



msg26232/pgp0.pgp
Description: PGP signature