Re: [newbie] cdredord trouble

2004-12-08 Thread Tom Brinkman
On Tuesday 07 December 2004 01:47 pm, Vegard Lundby Rekaa wrote:
  On Tuesday 07 December 2004 04:50 am, Vegard Lundby Rekaa 
wrote:
  Also, typing cdrecord -scanbus gives this result
 
  Try 'cdrecord dev=ATA -scanbus'


 Heres the result of cdrecord dev=ATA -scanbus:

 [EMAIL PROTECTED] vegard]$ cdrecord dev=ATA -scanbus
 Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C)

 scsibus1:
 1,0,0   100) 'LITE-ON ' 'LTR-48126S  ' '2QS5'
 Removable CD-ROM 1,1,0   101) '' '' '' NON CCS Disk

  1,0,0   100) 'LITE-ON ' 'LTR-48126S  ' '2QS5' Removable
 CD-ROM is my burner (hdc) . Although it says nothing about my
 cd-reader (hdd) Sony CDU5211

 Feeling pretty clueless!!
 Regards Vegard

 I should have asked last time, what Mandrake version?

 No idea about 'NON CCS Disk'.  Try looking around here,
http://www.google.com/linux?hl=enlr=ie=ISO-8859-1q=NON+CCS+DiskbtnG=Google+Search

 What does 'cdrecord dev=ATA:1,0,0 -checkdrive'  return? 

 You might also try it for your CDrom, dev=ATA:1,1,0
-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] cdredord trouble

2004-12-08 Thread Vegard Lundby Rekaa
  I should have asked last time, what Mandrake version?

  No idea about 'NON CCS Disk'.  Try looking around here,
 http://www.google.com/linux?hl=enlr=ie=ISO-8859-1q=NON+CCS+DiskbtnG=Google+Search

  What does 'cdrecord dev=ATA:1,0,0 -checkdrive'  return?

  You might also try it for your CDrom, dev=ATA:1,1,0
 --
   Tom Brinkman Corpus Christi, Texas
Proud to be an American



hello again.

I should have told you the first time.. sorry. Running mdk10.0 with kernel
2.6.3-7mdk.
It seems like hdd is the problem. But I can not say what is wrong. The
commands you gave me are below.

Thanks for helping!!!
Best regards from Vegard


'cdrecord dev=ATA:1,0,0 -checkdrive'  gives this result:

[EMAIL PROTECTED] vegard]$ cdrecord dev=ATA:1,0,0 -checkdrive
Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schi lling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to
[EMAIL PROTECTED].
Note: The author of cdrecord should not be bothered with problems in this
versio n.
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version
(warly-Mandrak elinux-scsi-linux-sg '@(#)scsi-linux-sg.c   1.81
04/04/18 Copyright 1997 J. Schilling').
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'LITE-ON '
Identifikation : 'LTR-48126S  '
Revision   : '2QS5'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R

'cdrecord dev=ATA:1,1,0 -checkdrive'gave this result:

[EMAIL PROTECTED] vegard]$ cdrecord dev=ATA:1,1,0 -checkdrive
Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schi lling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to
[EMAIL PROTECTED].
Note: The author of cdrecord should not be bothered with problems in this
versio n.
scsidev: 'ATA:1,1,0'
devname: 'ATA'
scsibus: 1 target: 1 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version
(warly-Mandrak elinux-scsi-linux-sg '@(#)scsi-linux-sg.c   1.81
04/04/18 Copyright 1997 J. Schilling').
cdrecord: Cannot do inquiry for CD/DVD-Recorder.
cdrecord: Success. test unit ready: scsi sendcmd: no error
CDB:  00 00 00 00 00 00
status: 0x4 (CONDITION MET/GOOD)
cmd finished after 5.471s timeout 40s
cdrecord: The unit seems to be hung and needs power cycling.
[EMAIL PROTECTED] vegard]$





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] cdredord trouble

2004-12-08 Thread Tom Brinkman
On Wednesday 08 December 2004 10:20 am, Vegard Lundby Rekaa wrote:
   I should have asked last time, what Mandrake version?
 
   No idea about 'NON CCS Disk'.  Try looking around here,
  http://www.google.com/linux?hl=enlr=ie=ISO-8859-1q=NON+CCS
 +DiskbtnG=Google+Search
 
   What does 'cdrecord dev=ATA:1,0,0 -checkdrive'  return?
 
   You might also try it for your CDrom, dev=ATA:1,1,0

 hello again.

 I should have told you the first time.. sorry. Running mdk10.0
 with kernel 2.6.3-7mdk.
 It seems like hdd is the problem. But I can not say what is
 wrong. The commands you gave me are below.

 Thanks for helping!!!
 Best regards from Vegard


 'cdrecord dev=ATA:1,0,0 -checkdrive'  gives this result:

 [EMAIL PROTECTED] vegard]$ cdrecord dev=ATA:1,0,0 -checkdrive
 Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C)

 Vendor_info: 'LITE-ON '
 Identifikation : 'LTR-48126S  '
 Revision   : '2QS5'
 Device seems to be: Generic mmc CD-RW.
 Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
 Driver flags   : MMC-3 SWABAUDIO BURNFREE FORCESPEED
 Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16
 RAW/R96P RAW/R96R

 Seems like your burner is ready to go. I can't help with 
GUI's cause I don't use them, but on the CL just specify your 
burner as   dev=ATA:1,0,0 10.x uses ATA, not ide-scsi

EG to burn an .iso
cdrecord -v -eject driveropts=burnfree speed=16 dev=ATA:1,0,0 -dao 
name_of.iso

If you've got an .iso handy, test the above but with the 
-dummy option added (see below).  You'll need to put in a blank 
CDr, but -dummy will prevent writing anything to it.

   If you don't have an .iso handy, make one.
mkisofs -r -o cd_image /path/to/a/dir/with_suitable_data_files

   Then try, 
cdrecord -v -eject driveropts=burnfree speed=24 dev=ATA:1,0,0 
-data -dummy cd_image

(in the above examples adjust speed= to 1/2 your burners rating)

 'cdrecord dev=ATA:1,1,0 -checkdrive'gave this result:

 [EMAIL PROTECTED] vegard]$ cdrecord dev=ATA:1,1,0 -checkdrive
 Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C)

 cdrecord: Cannot do inquiry for CD/DVD-Recorder.
 cdrecord: Success. test unit ready: scsi sendcmd: no error
 CDB:  00 00 00 00 00 00
 status: 0x4 (CONDITION MET/GOOD)
 cmd finished after 5.471s timeout 40s
 cdrecord: The unit seems to be hung and needs power cycling.

  I dunno.
-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] cdredord trouble

2004-12-07 Thread Tom Brinkman
On Tuesday 07 December 2004 04:50 am, Vegard Lundby Rekaa wrote:
 Also, typing cdrecord -scanbus gives this result

Try 'cdrecord dev=ATA -scanbus'

-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] cdredord trouble

2004-12-07 Thread Vegard Lundby Rekaa
 On Tuesday 07 December 2004 04:50 am, Vegard Lundby Rekaa wrote:
 Also, typing cdrecord -scanbus gives this result

 Try 'cdrecord dev=ATA -scanbus'

 --
   Tom Brinkman Corpus Christi, Texas
Proud to be an American


Heres the result of cdrecord dev=ATA -scanbus:

[EMAIL PROTECTED] vegard]$ cdrecord dev=ATA -scanbus
Cdrecord-Clone 2.01a28-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to
[EMAIL PROTECTED].
Note: The author of cdrecord should not be bothered with problems in this
version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version
(warly-Mandrakelinux-scsi-linux-sg '@(#)scsi-linux-sg.c   1.81
04/04/18 Copyright 1997 J. Schilling').
scsibus1:
1,0,0   100) 'LITE-ON ' 'LTR-48126S  ' '2QS5' Removable CD-ROM
1,1,0   101) '' '' '' NON CCS Disk
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *


 1,0,0   100) 'LITE-ON ' 'LTR-48126S  ' '2QS5' Removable CD-ROM is my
burner (hdc) . Although it says nothing about my cd-reader (hdd) Sony
CDU5211

Feeling pretty clueless!!
Regards Vegard



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com