Re: Subject=Re: cdrecord --scanbus

2004-10-30 Thread Tong
Thanks, Eric, that's really clear things up for me.

Nice weekend...





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



Re: Subject=Re: cdrecord --scanbus

2004-10-29 Thread Tong
On Thu, 28 Oct 2004 15:02:48 -0700, Eric Gaumer wrote:

 # cdrecord -scanbus dev=ATAPI
 Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
 Schilling
 NOTE: this version of cdrecord is an inofficial (modified) release of
 cdrecord
   and thus may have bugs that are not present in the original version.
   Please send bug reports and support requests to
 [EMAIL PROTECTED].
   The original author should not be bothered with problems of this
 version.
 
 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related Linux kernel interface code seems to be unmaintained.
 Warning: There is absolutely NO DMA, operations thus are slow.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4480B' 'C104' Removable CD-ROM
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *
 #
 
 In KDE, the CDROM is device /dev/hde, NOT read-only, mount point
 /media/cdrom0.
 K3B works fine.
 
 THANKS any further help.  - John
 
 
 There you have it... use dev=ATAPI:0,0,0 in your cdrecord command.

About this ATAPI interface. Anybody can give some comment on reliability
and speed? I read the following warning then switched to ide-scsi because
at least ide-scsi is actively maintained. I didn't want to hung onto a
dead-end module...

 Warning: The related Linux kernel interface code seems to be unmaintained.
 Warning: There is absolutely NO DMA, operations thus are slow.




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



Re: Subject=Re: cdrecord --scanbus

2004-10-29 Thread Eric Gaumer
On Fri, 2004-10-29 at 17:27 -0400, Tong wrote:
 On Thu, 28 Oct 2004 15:02:48 -0700, Eric Gaumer wrote:
 
  # cdrecord -scanbus dev=ATAPI
  Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
  Schilling
  NOTE: this version of cdrecord is an inofficial (modified) release of
  cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to
  [EMAIL PROTECTED].
The original author should not be bothered with problems of this
  version.
  
  scsidev: 'ATAPI'
  devname: 'ATAPI'
  scsibus: -2 target: -2 lun: -2
  Warning: Using ATA Packet interface.
  Warning: The related Linux kernel interface code seems to be unmaintained.
  Warning: There is absolutely NO DMA, operations thus are slow.
  Using libscg version 'schily-0.8'.
  scsibus0:
  0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4480B' 'C104' Removable CD-ROM
  0,1,0 1) *
  0,2,0 2) *
  0,3,0 3) *
  0,4,0 4) *
  0,5,0 5) *
  0,6,0 6) *
  0,7,0 7) *
  #
  
  In KDE, the CDROM is device /dev/hde, NOT read-only, mount point
  /media/cdrom0.
  K3B works fine.
  
  THANKS any further help.  - John
  
  
  There you have it... use dev=ATAPI:0,0,0 in your cdrecord command.
 
 About this ATAPI interface. Anybody can give some comment on reliability
 and speed? I read the following warning then switched to ide-scsi because
 at least ide-scsi is actively maintained. I didn't want to hung onto a
 dead-end module...
 
  Warning: The related Linux kernel interface code seems to be unmaintained.
  Warning: There is absolutely NO DMA, operations thus are slow.
 

This is just Jorg trying to make everyone believe he knows more about
kernels than Linus. The ATA interface is recommended over SCSI emulation
by kernel developers. Search the kernel mailing list archives and you'll
see pages of discussions about this. SCSI emulation is deprecated.

-- 
Eric Gaumer [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Subject=Re: cdrecord --scanbus

2004-10-28 Thread John Fleming
- Original Message - 
From: [KS] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 28, 2004 2:17 PM
Subject: Subject=Re: cdrecord --scanbus


 Check your CD/DVD drives using

 $cdrecord -scanbus dev=ATAPI

# cdrecord -scanbus dev=ATAPI
Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to
[EMAIL PROTECTED].
  The original author should not be bothered with problems of this
version.

scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4480B' 'C104' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
#

In KDE, the CDROM is device /dev/hde, NOT read-only, mount point
/media/cdrom0.
K3B works fine.

THANKS any further help.  - John


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



Re: Subject=Re: cdrecord --scanbus

2004-10-28 Thread Eric Gaumer
On Thu, 2004-10-28 at 16:34 -0500, John Fleming wrote:
 - Original Message - 
 From: [KS] [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, October 28, 2004 2:17 PM
 Subject: Subject=Re: cdrecord --scanbus
 
 
  Check your CD/DVD drives using
 
  $cdrecord -scanbus dev=ATAPI
 
 # cdrecord -scanbus dev=ATAPI
 Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
 Schilling
 NOTE: this version of cdrecord is an inofficial (modified) release of
 cdrecord
   and thus may have bugs that are not present in the original version.
   Please send bug reports and support requests to
 [EMAIL PROTECTED].
   The original author should not be bothered with problems of this
 version.
 
 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related Linux kernel interface code seems to be unmaintained.
 Warning: There is absolutely NO DMA, operations thus are slow.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4480B' 'C104' Removable CD-ROM
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *
 #
 
 In KDE, the CDROM is device /dev/hde, NOT read-only, mount point
 /media/cdrom0.
 K3B works fine.
 
 THANKS any further help.  - John
 

There you have it... use dev=ATAPI:0,0,0 in your cdrecord command.


-- 
Eric Gaumer [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Subject=Re: cdrecord --scanbus

2004-10-28 Thread John Fleming

- Original Message -
From: Eric Gaumer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 28, 2004 5:02 PM
Subject: Re: Subject=Re: cdrecord --scanbus

 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.

There you have it... use dev=ATAPI:0,0,0 in your cdrecord command.

Many thanks Eric and KS!

So what does cdrecord assume if dev= is not specified?  I didn't need to
specify when I used Sid (now using Sarge).

- John



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



Re: Subject=Re: cdrecord --scanbus

2004-10-28 Thread Vijaya S
i have gnome installed ...
kernel is 2.4.22
my /etc/fstab reads as
cat /etc/fstab
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/hda1   /   ext3defaults,errors=remount-ro 0   1
/dev/hda2   /home   ext3defaults0   2
/dev/hda5   /usrext3defaults0   2
/dev/hda6   noneswapsw  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/hdc   /media/cdrom0  iso9660 ro,user,noauto,exec 0   0

dmesg | grep ATAPI
hdc: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
sh-2.05b#

is my fstab entires right?
Any suggestions pls
Regards
Vijaya


John Fleming wrote:

 - Original Message -
 From: [KS] [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, October 28, 2004 2:17 PM
 Subject: Subject=Re: cdrecord --scanbus

  Check your CD/DVD drives using
 
  $cdrecord -scanbus dev=ATAPI

 # cdrecord -scanbus dev=ATAPI
 Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
 Schilling
 NOTE: this version of cdrecord is an inofficial (modified) release of
 cdrecord
   and thus may have bugs that are not present in the original version.
   Please send bug reports and support requests to
 [EMAIL PROTECTED].
   The original author should not be bothered with problems of this
 version.

 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related Linux kernel interface code seems to be unmaintained.
 Warning: There is absolutely NO DMA, operations thus are slow.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4480B' 'C104' Removable CD-ROM
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *
 #

 In KDE, the CDROM is device /dev/hde, NOT read-only, mount point
 /media/cdrom0.
 K3B works fine.

 THANKS any further help.  - John

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


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