LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-26-2006, 10:33 AM   #1
Lier
Member
 
Registered: Jan 2005
Location: Argentina
Distribution: SUSE 9.0, 9.2, 10.0, Slackware 10.2 and slamd64
Posts: 135

Rep: Reputation: 15
I can't configure my cd-dvd recorder as a recorder!!! slamd64


Hi, the last week i've installed slamd64 11(it's a non official distribution of slackware for 64bit proccesors)and it's working great, i could configure everything but my cd-dvd recorder, slamd64 think it's an ordinary cd-rom so, i can't burn any cd-dvd.

I've tried to add the line append="hda=ide-scsi" to the file lilo.conf, but it doen't seems to work.

If run the command: cdrecord -scanbus i get this:

root@lier007:/usr/src/linux# cdrecord -scanbus
Cdrecord-Clone 2.01 (--) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.16.29
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
Linux sg driver version: 3.5.33
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'ATA ' 'HDT722516DLA380 ' 'V43O' Disk
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) *
root@lier007:/usr/src/linux#

Which is not my cd-dvd writer, that's my hard drive(a sata one).

If it helps, my burner is a pionner and i'm using the 2.6.16.29 kernel.

So, what do i have to do to make it work???

Thanks in advance!!!

------------Edit--------------
I think this should be moved to the hardware forum, sorry, my mistake.

Last edited by Lier; 10-26-2006 at 11:05 AM.
 
Old 10-26-2006, 03:54 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Well you do not need the line append="hda=ide-scsi" in lilo in the first place.

What does the command cdrecord dev=ATA -scanbus or cdrecord dev=ATAPI -scanbus show?? Is the CD/DVD recorder and known by the system??? If yes the simply use this device to burn CD media, for example; cdrecord dev=/dev/hdc <something>

To record DVD media use growisofs, examples below;

growisofs -Z /dev/scd0 -R -J /some/files
growisofs -M /dev/scd0 -R -J /more/files
growisofs -Z /dev/scd0=image.iso

Last edited by Lenard; 10-26-2006 at 03:57 PM.
 
Old 10-26-2006, 06:09 PM   #3
Lier
Member
 
Registered: Jan 2005
Location: Argentina
Distribution: SUSE 9.0, 9.2, 10.0, Slackware 10.2 and slamd64
Posts: 135

Original Poster
Rep: Reputation: 15
If i run cdrecord dev=ATA -scanbus this is what i get

root@lier007:/home/lier# cdrecord dev=ATA -scanbus
Cdrecord-Clone 2.01 (--) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.16.29
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
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'.
scsibus0:
0,0,0 0) 'PIONEER ' 'DVD-RW DVR-111D' '1.23' 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) *

and if i run cdrecord dev=ATAPI -scanbus this is what i get

root@lier007:/home/lier# cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (--) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.16.29
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
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) 'PIONEER ' 'DVD-RW DVR-111D' '1.23' 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) *
root@lier007:/home/lier#


The 2 times appears the cd-dvd writer, so i think this is better, but what do i have to do to use the program k3b??? i know that the cd-dvd write it's at /dev/hda, but k3b doesn't seems to recognize it.

I don't have any /dev/scd0 device in /dev folder

THANK A LOT!!!

Last edited by Lier; 10-26-2006 at 06:13 PM.
 
Old 10-26-2006, 09:24 PM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
You know that it is device /dev/hda, so tell k3b about where this device is;

k3b-->Settings-->Configure K3b...-->Devices Add Tab click on the Add Device... button
 
Old 10-26-2006, 11:40 PM   #5
Lier
Member
 
Registered: Jan 2005
Location: Argentina
Distribution: SUSE 9.0, 9.2, 10.0, Slackware 10.2 and slamd64
Posts: 135

Original Poster
Rep: Reputation: 15
A few days ago, i've tried that but didn't work, i get the error: could not find an additional device at /dev/hda, so i ran it from the console so i can get more information but i didn't see anything that could help me; so when i read your post i thought it won't work, so here i was, writing the output of the console when i saw a line who says "k3b: could not open device /dev/hda (Permission denied)", i can't believe that i ignored the last time. So, that was the problem, only a permission problem; i changed the permission and everything seems to work.

Thanks a lot!!!
 
  


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
DVD recorder won't configure in Suse linux 10 bthacker Linux - Software 1 04-18-2006 05:23 PM
CD / DVD Recorder permissions mtbikerj Linux - Software 3 08-23-2005 09:49 AM
DVD and Recorder not working... selassie irie Linux - Newbie 11 06-03-2004 07:33 PM
Combo DVD/Cd recorder LG erickFis Slackware 2 02-27-2004 06:31 AM
Sony DVD Recorder vs RH 80 tolfsen Linux - Hardware 1 02-20-2003 06:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:19 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