LinuxQuestions.org
Help answer threads with 0 replies.
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 06-05-2003, 09:59 PM   #1
NOT_Skeletor
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Rep: Reputation: 0
Yet another CD-burner problem


Okay. Read over every post on this site I could find, and still no dice.
CD-Burner is installed as a slave on IDE0
running 'dmesg' shows that this is indeed hdb
I updated grub to include ide=scsi as I was supposed to
I then went into fstab, and knocked out the old CD-ROM that used to be there. Here is a copy of my fstab file:

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 /swap swap defaults 0 0
/dev/sg0 /mnt/cdrw iso9660 noauto,owner,kudzu,ro 0 0

I have tried (oh how I have tried) every conceivable permutation and combination. Excecuting ln -l /dev/sr0 gave nothing, so I thought it must be on sg0: no dice
tried on sr0: no dice

cdrecord -scanbus tells me its 0,0,0 so it actually finds it. When I start, it says "no mount point", "unexpected filesystem type" and "mount point 0 does not exist"

I have SCSI support compiled into the kernel.

Every program I run trying to make a CD says I either do not have permission (while running as root, even), or merrily goes along and says it is burning, while never actually turning the LED on the drive on (and taking about an eighth of second to burn a 300MB file)

Oh great ones, why can I not get this to work? What am I missing? Do I have to set hb0=scsi in grub.conf, or am I pointing it (dev/sr0) to the wrong place? How do I know where the right place is? (dmesg also, once, gave the proper place as being sr0, BTW)
Please help.
 
Old 06-05-2003, 10:09 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Try creating /dev/cdrw like this

ln -sf /dev/scd0 /dev/cdrw

Change in fstab:

/dev/cdrw /mnt/cdrw iso9660 noauto,owner,kudzu,ro 0 0

Does it work now?

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
 
Old 06-05-2003, 10:48 PM   #3
NOT_Skeletor
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Original Poster
Rep: Reputation: 0
No dice. I did what you said, and the same problems come up.
I get "unmountable block" and "/dev/cdrw is not a mouint point" etc
I tried to chnage target devices to sr0 (no permission), sg0 (doesn't work), scd0 (doesn't exist), etc.
I also followed the link you gave and tried setting "iso9660" to "auto" and that also brought another error saying "you must specify file system type".

cdrecord -scanbus gives:

scsibus0:
0,0,0 0) 'HL-DT-ST' 'CD-RW GCE-8520B ' '1.00' Removable CD-ROM

Any other clues?
 
Old 06-05-2003, 10:54 PM   #4
NOT_Skeletor
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Original Poster
Rep: Reputation: 0
You did it!
I have been using the same burning program (cdrbq), and it kept failing.
On a hunch, I tried simpleCDRX, and it worked just ducky.
Thank you very much for your help.
 
Old 06-05-2003, 11:08 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I don't understand those error messages you are getting. Can you paste the exact output of the xterminal into your browser and use the code tags? Swipe the text with the left mouse button down and middle click to paste.

Some questions:

Does the directory mount point (/mnt/cdrw) exist?

Is hdb=ide-scsi in the kernel line in the Linux stanza of your /boot/grub/grub.conf?

As root command lsmod

Make sure these modules are loaded:
sr_mod
ide-scsi
scsi_mod

If not, you need to load the modules

The bible for setting up burners is the CD Writing HOWTO.
 
  


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
problem with cd-burner... help! legacy Linux - Hardware 3 01-08-2005 09:48 PM
DVD-Burner and possible problem minm Linux - Software 5 12-20-2004 02:20 PM
Nautilus CD burner on RH 9.0 - Problem the_rydster Linux - Software 1 11-11-2003 02:56 PM
Burner problem in SuSE 8.2 jolphil Linux - Distributions 1 06-20-2003 10:13 AM
CD Burner problem techplex Linux - Newbie 4 06-29-2002 02:42 PM

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

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