LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-15-2004, 07:07 PM   #16
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244

Try cdrecord -dev=ATA -scanbus to see if cdrecord finds any devices on the normal ide bus not the scsi device. Then if it does find the device you should be able to use the dev=ATA:0,0,0 or dev=ATA:0,1,0 whichever it is you want to use as the device when burning instead of the dev=0,0,0 or dev=0,1,0 you would normally use when using the ide-scsi.
 
Old 08-15-2004, 07:35 PM   #17
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by HappyTux
Try cdrecord -dev=ATA -scanbus to see if cdrecord finds any devices on the normal ide bus not the scsi device. Then if it does find the device you should be able to use the dev=ATA:0,0,0 or dev=ATA:0,1,0 whichever it is you want to use as the device when burning instead of the dev=0,0,0 or dev=0,1,0 you would normally use when using the ide-scsi.
thank you for quick reply....here is output for 2.6.7 kernel using above suggestion...
Code:
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 <cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of 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'.
scsibus1:
        1,0,0   100) 'MITSUMI ' 'CR-48XATE       ' '1.0F' Removable CD-ROM
        1,1,0   101) 'LITEON  ' 'DVD-ROM LTD163  ' 'GH5K' Removable CD-ROM
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *
again thank you so much....now what do i do..sorry to be of bother...but i find documentation on this matter quick confusing..
 
Old 08-15-2004, 08:09 PM   #18
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by utanja
thank you for quick reply....here is output for 2.6.7 kernel using above suggestion...
Code:
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 <cdrtools@packages.debian.org>.
      The original author should not be bothered with problems of 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'.
scsibus1:
        1,0,0   100) 'MITSUMI ' 'CR-48XATE       ' '1.0F' Removable CD-ROM
        1,1,0   101) 'LITEON  ' 'DVD-ROM LTD163  ' 'GH5K' Removable CD-ROM
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *
again thank you so much....now what do i do..sorry to be of bother...but i find documentation on this matter quick confusing..

Your not the only one I figure it out most times either through trial and error or having read the correct information online somewhere else unless the maker of the docs has actually went out of their way to make them human readable or provided some decent example commands. For your output above I am assuming that the burner is the mitsumi so you would use dev=ATA:1,0,0 in a cdrecord command so try something like this cdrecord -dummy -v -eject speed=8 dev=ATA:1,0,0 some_file_to_burn.iso and it should do a test burn at 8x speed and eject after finishing telling you what it is doing (-v). You may want to look into using a front end burning application like K3b or Xcdroast to make things easier.
 
Old 08-15-2004, 09:18 PM   #19
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
thank you so much steve.....

finally i have it working......was only thing other than ALSA i have trouble installing with in debian. ..
 
Old 08-15-2004, 09:46 PM   #20
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by utanja
thank you so much steve.....

finally i have it working......was only thing other than ALSA i have trouble installing with in debian. ..
Your welcome. Are you still having problems with the alsa? If so I see from your earlier post that you are running a 2.6 kernel so all you is install the packages alsa-base and alsa-utils then run the alsa-config as root and it should detect your card(s) and give you a list of cards in the system choose the one you want to use if there is more than one. Then make sure that you as normal user in a console window use the alsamixer to unmute the Master and PCM volumes and put them at about 75% then exit the mixer with the ESC key and the default levels should be saved and used on the next reboot.
 
Old 08-16-2004, 05:25 AM   #21
cryptwizard
Member
 
Registered: Aug 2004
Location: Sydney, Australia
Distribution: Debian Squeeze
Posts: 49

Rep: Reputation: 15
yes, k3b is an excellent program,
make sure you get the binary package, becuase to compile from source you will need this mighty large package called qt.
according to the kernel 2.6.x config ide-scsi is no longer needed to burn cds with cdrecord versions after whatever
 
Old 09-16-2004, 03:44 AM   #22
robertmulyk
LQ Newbie
 
Registered: Jul 2004
Posts: 1

Rep: Reputation: 0
Angry

This is the output I recived when executing command cdrecord -scanbus.

Can anyone advise on what I have done wrong?

cdrecord -scanbus
Cdrecord-Clone 2.01a27-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 <warly@mandrakesoft.com>.
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 (schily - Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schilling').
scsibus1:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
1,0,0 100) 'LG ' 'CD-ROM CRD-8483B' '1.02' Removable CD-ROM
1,1,0 101) 'HP ' 'CD-Writer+ 9100c' 'H2,1' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
 
Old 09-21-2004, 09:44 AM   #23
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
If you are looking for a good gnome-cd-burner look for Gnome Baker... I am using it now. It is really good. A bit like K3B. Still needs a lot of work but is fully functional.

Cheers,
kamstrup
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cdrecord CrEsPo Slackware 7 05-01-2005 12:16 PM
cdrecord help thick_guy_9 Slackware 4 02-17-2005 11:57 PM
cdrecord Pedroski Linux - Software 4 02-20-2004 11:15 AM
cdrecord help shanenin Linux - Software 1 11-23-2003 08:51 PM
cdrecord.. ramsees Linux - Software 2 08-07-2003 03:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration