LinuxQuestions.org
Help answer threads with 0 replies.
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 09-22-2005, 10:02 AM   #1
igorc
Member
 
Registered: May 2005
Location: Sydney, Australia
Distribution: Ubuntu 5.04, Debian 3.1
Posts: 74

Rep: Reputation: 15
CDRW/DVD recognozed as cdrom only


Hi all,

I have problem with my QSI CDRW/DVD combo drive on kernel 2.6.11.9. It's recognized as CDROM only and I can't burn any cd's with k3b or cdrecord. The cdrecord -scanbus commsnd findes the drive on the scsi bus and it's reported as CDRW/DVD drive and the device is /dev/sdc with 666 permitions.
When I boot in the old 2.6.6 kernel everithing works fine and I can't figure why because I can't find any differences in the drive configurations (it is the same config in the both kernels). Both kernels have SCSI emulation of IDE ATAPI drives enabled and everithing and all messages for the drive on booting (in dmesg) are the same.
Any ideas?
 
Old 09-22-2005, 12:56 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,145
Blog Entries: 6

Rep: Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832
Post your fstab to see if you are mounting it read only.
You may also need to run K3B as root to get access to the drive.

/etc/fstab
 
Old 09-25-2005, 08:49 AM   #3
igorc
Member
 
Registered: May 2005
Location: Sydney, Australia
Distribution: Ubuntu 5.04, Debian 3.1
Posts: 74

Original Poster
Rep: Reputation: 15
Hi,

Thank you for the replay. I looked in the /etc/fstab file and the cdrom is mounted ro, but this should not be a problem because the drive works fine in kernel 2.6.6 which came with my Knoppix 3.4 (Debian testing/unstable) distribution. The problem I have is in 2.6.11.9 kernel which I compiled by my self. Maybe I missed something in the kernel compilation?
 
Old 09-28-2005, 11:56 AM   #4
igorc
Member
 
Registered: May 2005
Location: Sydney, Australia
Distribution: Ubuntu 5.04, Debian 3.1
Posts: 74

Original Poster
Rep: Reputation: 15
Update...

Hi,

This is what I get when I try co burn cd's:


root@linux:/home/igorc# cdrecord -checkdrive
Cdrecord-Clone 2.01a27 (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: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.5.32
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities :
Vendor_info : 'QSI '
Identifikation : 'CDRW/DVD SBW242U'
Revision : 'UX33'
Device seems to be: Generic mmc2 DVD-ROM.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
root@linux:/home/igorc# cdrecord -dummy dev=0,0,0
cdrecord: No tracks specified. Need at least one.
Usage: cdrecord [options] track1...trackn

Use cdrecord -help
to get a list of valid options.

Use cdrecord blank=help
to get a list of valid blanking options.

Use cdrecord dev=b,t,l driveropts=help -checkdrive
to get a list of drive specific options.

Use cdrecord dev=help
to get a list of possible SCSI transport specifiers.

root@linux:/home/igorc# cdrecord -dummy dev=0,0,0 /home/igorc/zzz.pl
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01a27 (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: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.5.32
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities :
Vendor_info : 'QSI '
Identifikation : 'CDRW/DVD SBW242U'
Revision : 'UX33'
Device seems to be: Generic mmc2 DVD-ROM.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Starting to write CD/DVD at speed 24 in dummy TAO mode for single session.
Last chance to quit, starting dummy write 0 seconds. Operation starts.

WARNING: padding up to secsize.
cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 05 77 54 00 00 01 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 04 00 00 00 00 0A 00 00 00 00 08 03 00 00
Sense Key: 0x4 Hardware Error, Segment 0
Sense Code: 0x08 Qual 0x03 (logical unit communication crc error (ultra-dma/32)) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 35.147s timeout 40s
write track data: error after 0 bytes
cdrecord: A write error occured.
cdrecord: Please properly read the error message above.
root@linux:/home/igorc#



Also I get error: Cannot send SCSI cmd via ioctl, when I try to burn empty disc.

Maybe this will help to find the problem?
 
  


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
Play DVD on CDRW/DVD Combo Drive?? halo14 Linux - Laptop and Netbook 13 09-21-2004 09:21 AM
replaced cdrom with dvd/cdrw on my laptop blacksunshine Linux - Hardware 3 06-06-2004 12:23 AM
no cdrom/cdrw and modem subh Debian 2 12-22-2003 07:01 AM
re: how do I mount my cdrom-which is a cdrw ergo_sum Linux - Hardware 10 11-01-2003 04:37 AM
cdrom/cdrw/dvd mount problems (again!!) moodles Slackware 11 07-14-2003 07:45 PM

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

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