LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Blank CD is not recognized/read/identified (https://www.linuxquestions.org/questions/linux-newbie-8/blank-cd-is-not-recognized-read-identified-941133/)

JungleEyes 04-22-2012 11:31 AM

Blank CD is not recognized/read/identified
 
I am using Mint LXDE 11. After wodim I get


wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0' rwrw-- : 'LITE-ON' 'COMBO SOHC-5235K'
-------------------------------------------------------------------------


Other CD with Data music or anything else works fine, except empty ones. It seems that the drive is keep on restarting/reading it and stops.

I tried to mount but it says no medium.
Code:

mount: no medium found on /dev/sr0
If I use Xfburn it says the drive is empty. Same goes to ImgBurn on wine.

teckk 04-22-2012 12:45 PM

You can't mount a blank CD, it has no filesystem on it. You can't mount an audio CD, same reason.
http://linux.die.net/man/8/mount

Give some more info on what you are doing, or what you are trying to do.

Some examples, use you own parameters.

Burn files to DVD.
Code:

growisofs -use-the-force-luke=tty -Z /dev/sr0 -J -r -speed=8 -dvd-compat -pad -graft-points /path/file /path/file
Make .iso ready to write.
Code:

mkisofs -R -J /path/to/files -o /path/to/output.iso
Burn .iso to DVD.
Code:

growisofs -dvd-compat -speed=8  -use-the-force-luke=tty -Z /dev/sr0=/path/name.iso
Burn .iso to CD.
Code:

wodim  speed=8 -tao dev=/dev/sr0 /path/file.iso
Burn files to CD
Code:

mkisofs -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8
Code:

genisoimage -J -r -pad -graft-points /path/file /path/file | cdrecord dev=1,1,0 speed=8
Write audio CD.
Code:

cdrecord -v dev=/dev/sr0 speed=8 -audio -pad *.wav
Quote:

If I use Xfburn it says the drive is empty. Same goes to ImgBurn on wine.
I don't know what you have going on with them, never use either.

http://linux.die.net/man/1/wodim
http://linux.die.net/man/1/cdrecord
http://linux.die.net/man/1/growisofs
http://dev.man-online.org/man1/xfburn/

JungleEyes 04-22-2012 02:47 PM

1 Attachment(s)
Quote:

Originally Posted by teckk (Post 4659982)
Give some more info on what you are doing, or what you are trying to do.

I am trying to make back up cds for some games.

What happens is when I insert a blank, nothing happens -- I can't find the blank. And when I head to Xfburn to burn a data cd, it says there is no media to burn(check attachment).

Also, I have an .BIN and .CUE files. I want to burn them into my blanks, too.


However, I tried that command and this is what I got:

"Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identification : 'COMBO SOHC-5235K'
Revision : 'LK06'
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 FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Errno: 5 (Input/output error), test unit ready scsi sendcmd: no error
CDB: 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.001s timeout 40s
wodim: No disk / Wrong disk!"

teckk 04-22-2012 08:42 PM

Quote:

However, I tried that command and this is what I got:
What command? Post the commands that you are using.

Where does cdrecord say your drive is?
Code:

cdrecord -checkdrive
or
Code:

wodim -checkdrive
http://www.linuxquestions.org/questi...ut-hal-936155/

http://www.linuxquestions.org/questi...-linux-915624/

Is user in the cdrom or optical media group? Can you burn as root?
http://www.manpagez.com/man/1/groups/

If you can't use the drive then..
Drive is no good
You aren't in the optical group
wrong parameters to wodim
CD media is no good
You did not umount the last disk

Let us know what you find.

JungleEyes 04-23-2012 04:51 AM

Quote:

Originally Posted by teckk (Post 4660270)
What command? Post the commands that you are using.

I used this, and I got that result in the previous post.
Code:

wodim  speed=8 -tao dev=/dev/sr0 /path/file.iso
Quote:

Originally Posted by teckk (Post 4660270)
Where does cdrecord say your drive is?
Code:

cdrecord -checkdrive
or
Code:

wodim -checkdrive


Detected CD-R drive: /dev/cdrw
Using /dev/cdrom of unknown capabilities
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identification : 'COMBO SOHC-5235K'
Revision : 'LK06'
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 FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R


Quote:

Originally Posted by teckk (Post 4660270)
http://www.linuxquestions.org/questi...ut-hal-936155/

http://www.linuxquestions.org/questi...-linux-915624/

Is user in the cdrom or optical media group? Can you burn as root?
http://www.manpagez.com/man/1/groups/


If you can't use the drive then..
Drive is no good
You aren't in the optical group
wrong parameters to wodim
CD media is no good
You did not umount the last disk

Let us know what you find.

-Drive works fine with filled discs. Just not empty disc.
-I will see into that. I get this, though: name adm dialout cdrom plugdev lpadmin admin sambashare
-I am pretty sure that I inserted right paramets. Doesn't hurt to try again.
-CD media are good, and of two different brands.
- Maybe(because I have two files written as Floppy(with arrow) and Floppy0)

I simply want to burn an ISO on a blank disc.
--------------
I did this:


udo wodim -v -dao speed=4 dev=/dev/scd0 /home/name/xubuntu-11.10-desktop-i386.iso
[sudo] password for name:
TOC Type: 1 = CD-ROM
scsidev: '/dev/scd0'
devname: '/dev/scd0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.11
SCSI buffer size: 64512
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identification : 'COMBO SOHC-5235K'
Revision : 'LK06'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x0000 (Reserved/Unknown)
Profile: 0x0010 (DVD-ROM)
Profile: 0x000A (CD-RW)
Profile: 0x0009 (CD-R)
Profile: 0x0008 (CD-ROM)
Profile: 0x0002 (Removable disk)
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
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
FIFO size : 12582912 = 12288 KB
Track 01: data 677 MB
Total size: 777 MB (77:03.65) = 346774 sectors
Lout start: 778 MB (77:05/49) = 346774 sectors
Errno: 5 (Input/output error), test unit ready scsi sendcmd: no error
CDB: 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.001s timeout 200s
wodim: No disk / Wrong disk!

michaelk 04-23-2012 07:31 AM

Is this a dual boot PC and if so does it work another OS?
Just to verify are you are using the correct blank media type i.e. CD-RW or CD-R?

JungleEyes 04-23-2012 01:17 PM

Quote:

Originally Posted by michaelk (Post 4660700)
Is this a dual boot PC and if so does it work another OS?
Just to verify are you are using the correct blank media type i.e. CD-RW or CD-R?

No. It has only one OS. I am using CD-R.

teckk 04-23-2012 07:08 PM

http://kurinchilamp.kurinchilion.com...mand-line.html
https://help.ubuntu.com/community/CdDvd/Burning

A couple of thoughts
Quote:

Detected CD-R drive: /dev/cdrw
Did you try.
Code:

sudo wodim -v -tao speed=4 dev=/dev/cdrw /home/name/xubuntu-11.10-desktop-i386.iso
Also does the drive and media support burning at 4X.
Code:

cdrecord -prcap
or
Code:

wodim -prcap
or maybe for you
Code:

wodim dev='/dev/scd0' -prcap
You may have to have a mention of the drive in your fstab file. I think that I have heard buntu users mention that.

I don't know what you have wrong. Keep looking. Google. Good luck.

JungleEyes 04-24-2012 05:53 AM

It could be just my CD Driver needs cleaning, I believe. I have reconnected the IDE cables and power cables. Same thing. I believe it does not support 4x. Just 6x, but still does not work.


All times are GMT -5. The time now is 04:15 PM.