LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-13-2005, 10:42 PM   #1
kira
Member
 
Registered: Dec 2004
Distribution: redhat linux
Posts: 88

Rep: Reputation: 15
how to make my cd-rw working correctly


i have a sony cd-rw (ide) connect up on my redhat linux. but it just be treated as a generic cd-rom without the ability of cd burning. plsease show me the way how to fix this issue,thanks in advance.
 
Old 05-13-2005, 10:56 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
What kernel are you using? If you're using the outdated 2.4 kernel series, you'd need scsi emulation for ide (scsi-ide) to burn.
 
Old 05-14-2005, 10:06 PM   #3
kira
Member
 
Registered: Dec 2004
Distribution: redhat linux
Posts: 88

Original Poster
Rep: Reputation: 15
i am using kernel 2.6.10. how i can get cd-rw working,thanks.
 
Old 05-15-2005, 04:57 AM   #4
Filmoscope
LQ Newbie
 
Registered: May 2005
Location: Kazakhstan
Distribution: Mandrake usually
Posts: 13

Rep: Reputation: 0
Just google linux cd-rw
for example
http://www.lugatgt.org/articles/cd_burning/
 
Old 05-15-2005, 09:50 PM   #5
kira
Member
 
Registered: Dec 2004
Distribution: redhat linux
Posts: 88

Original Poster
Rep: Reputation: 15
whether scsi emulation is need to linux running on kernel 2.6.10?
 
Old 05-15-2005, 10:04 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
You do not need scsi emulation for 2.6.10.
 
Old 05-16-2005, 04:20 AM   #7
kira
Member
 
Registered: Dec 2004
Distribution: redhat linux
Posts: 88

Original Poster
Rep: Reputation: 15
thanks all , i recorded cd with xcdroast but failed at all. it seems there havent been any data writed on cd after finished processing.
below is the mesg:

Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD dev= "ATAPI:0,1,0" gracetime=2 fs=4096k driveropts=burnfree,noforcespeed -v -useinfo speed=12 -dao -dummy -eject -pad -text -data "/tmp/cd-burn/track-01.iso" ...

scsidev: 'ATAPI:0,1,0'
devname: 'ATAPI'
scsibus: 0 target: 1 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
pregap1: -1
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
TOC Type: 1 = CD-ROM
Using libscg version 'schily-0.7'
Driveropts: 'burnfree,noforcespeed'
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'SONY '
Identifikation : 'CD-RW CRX230ED '
Revision : '4YS1'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R 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
Drive buf size : 1419264 = 1386 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 238 MB padsize: 30 KB
Total size: 274 MB (27:10.28) = 122271 sectors
Lout start: 274 MB (27:12/21) = 122271 sectors
Current Secsize: 2048
ATIP info from disk:
Indicated writing power: 5
Is not unrestricted
Is not erasable
Disk sub type: Medium Type A, high Beta category (A+) (3)
ATIP start of lead in: -11634 (97:26/66)
ATIP start of lead out: 359846 (79:59/71)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 3
Manufacturer: CMC Magnetics Corporation
Blocks total: 359846 Blocks current: 359846 Blocks remaining: 237575
Forcespeed is OFF.
Starting to write CD/DVD at speed 12 in dummy SAO mode for single session.
Waiting for reader process to fill input buffer ...
input buffer ready.
BURN-Free is ON.
Sending CUE sheet...
SAO startsec: -11634
Writing lead-in...
Lead-in write time: 15.368s
Writing pregap for track 1 at -150
Starting new track at sector: 0

Track 01: writing 30 KB of pad data.
Track 01: Total bytes read/written: 250380288/250411008 (122271 sectors).
Writing time: 151.496s
Average write speed 12.0x.
Min drive buffer fill was 94%
Fixating...
WARNING: Some drives don't like fixation in dummy mode.
Fixating time: 8.267s
BURN-Free was never needed.
cdrecord: fifo had 3944 puts and 3944 gets.
cdrecord: fifo was 0 times empty and 3863 times full, min fill was 96%.
 
Old 05-16-2005, 09:21 PM   #8
kira
Member
 
Registered: Dec 2004
Distribution: redhat linux
Posts: 88

Original Poster
Rep: Reputation: 15
i got this significant info from xcdroast.org:

Linux Kernel 2.6.8 broke CD-Writing:
I had several reports that the last 2.6.x kernel broke CD-Writing using the ATAPI driver. Don't update if you want to continue to use X-CD-Roast, or switch back to SCSI-emulation.

cdrecord works well for me now. you just replaces dev=scsi with
dev=/dev/hdc (if your cd-rw connect up on hdc) then enjoy.
may help,thanks again.
 
Old 05-16-2005, 09:27 PM   #9
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
FYI, I use 2.6.11 with no problems burning cds through k3b without ide-scsi.
 
  


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
inittab not working correctly with X qtran2 Red Hat 2 06-13-2005 02:58 AM
FireFox - Have I installed it correctly, how can I make a 'shortcut'? nutnut Linux - Software 17 02-20-2005 12:56 PM
How to make Chinese characters display correctly in Gentoo? fossilet Linux - Distributions 4 10-31-2004 08:21 AM
installpkg not working correctly Addict3dtoX Linux - Software 13 09-22-2004 04:31 PM
dmesg not working correctly?? zLinuxz Linux - General 4 05-05-2002 09:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:04 AM.

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