LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-23-2004, 05:08 PM   #1
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Rep: Reputation: 15
CD Writer Gnome Toaster 1.0Beta6 for Fedora Core 1.0 on Dell Inspiron 1100


Hi I am trying to set up my CD writer program GnomeToaster on Fedora on my Dell Inspiron 1100. When I try to clear my CD it says
Error Tryingi to open /dev/scd0 exclusively ... retrying in 1 second.
several times...
Then
bailing out.

I'm not sure what I need to put under preferences...any suggestions? Also when I try to move files to burned on to the CD it just tells me error. Again any suggestions?
 
Old 01-23-2004, 08:51 PM   #2
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
Do you have anything else reading /dev/scd0 ?
 
Old 01-23-2004, 09:54 PM   #3
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
I have no idea...how would I check that?
 
Old 01-23-2004, 10:01 PM   #4
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
Mebbe you went to check all is well and you did a cd to /dev/scd0
'Cause if something else is reading the same file you can't get an exclusive lock.

Just a guess, but it's happened to me more than once.
 
Old 01-24-2004, 01:08 PM   #5
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
Hi- it tells me that /dev/scd0 is not a directory. So I went to use vi editor on scd0 and it tells me it's not a file. what is it?
 
Old 01-25-2004, 03:31 AM   #6
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
Are you automounting the CD?
Then be sure to "umount" the cdrom after you insert the blank one.

Hope this helps,
alar
 
Old 01-25-2004, 11:40 PM   #7
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
I umounted my cdrom and tried to burn a cd....again to no avail.
 
Old 01-25-2004, 11:55 PM   #8
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
same error?
Error Tryingi to open /dev/scd0 exclusively ... retrying in 1 second.
 
Old 01-26-2004, 12:09 AM   #9
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
yup!
 
Old 01-26-2004, 12:22 AM   #10
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
I'm not sure.
Maybe you could look at your /etc/fstab and see if /dev/scd0 is the right name for
your CD.
???
Are there any other error messages?

You could also check out:
http://www.xcdroast.org/manual/createaudio.html
 
Old 01-26-2004, 10:26 AM   #11
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
This is what fstab looks like...
Label= / / ext3 defaults 1 1
none /dev/pts devpts gid-5, mode=620 0 0
none /proc proc defaults 0 0
none /dev /shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto, owner, kudzu, ro 0 0
/dev/sda1 /mnt/camera vfat defaults, user, noauto 0 0

does this help? I don't see an scd0
 
Old 01-26-2004, 02:57 PM   #12
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
It looks to me like an operation is looking for /dev/scd0
but the actual name is /dev/cdrom

How are you unmounting the CD?
umount /dev/cdrom ?

Is there a way to change that in preferences?
Do you have the program source?

Or maybe you could change the CD label in the fstab settings...
Not sure if that will break something else though
 
Old 01-26-2004, 03:18 PM   #13
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Original Poster
Rep: Reputation: 15
i am doing a umount /mnt/cdrom. but i am doing it through a GUI icon and not the terminal.
 
Old 01-26-2004, 03:25 PM   #14
alar
Member
 
Registered: Sep 2003
Location: Canada
Distribution: Fedora 30
Posts: 341

Rep: Reputation: 37
You'll either have to tell GnomeToaster to look for /dev/cdrom
or change /dev/cdrom to /dev/scd0

Then you won't get: Error Trying to open /dev/scd0 exclusively ... retrying in 1 second.
 
Old 02-29-2004, 10:25 PM   #15
shassouneh
Member
 
Registered: Apr 2001
Location: Cheney, WA
Distribution: SuSE Linux Professional 9.2
Posts: 556

Rep: Reputation: 30
soft linking

You might want to create a soft link from /dev/cdrecorder (or /dev/cdrom) to your ide-scsi /dev/scd0

That way whenever the program looks for /dev/scd0 it automatically gets redirected to the right device.

Also, mess around with the program configuration and see if it has a feature to scan your SCSI and/or IDE-SCSI bus.
 
  


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
CDROM problems Dell Inspiron 1100 Fedora Core 1.0 cddesjar Linux - Hardware 3 07-02-2004 03:24 AM
/dev/cdrom problems with Fedora Core on Dell Inspiron 1100 cddesjar Linux - General 2 06-11-2004 12:55 PM
ACPI Patch for BIOS 25 Dell Inspiron 1100 w/ Fedora Core 1.0 cddesjar Linux - Laptop and Netbook 4 02-19-2004 07:18 PM
ACPI Patch for BIOS 25 Dell Inspiron 1100 w/ Fedora Core 1.0 cddesjar Linux - Laptop and Netbook 0 01-22-2004 09:36 PM
Broadcom V.92 MDC Modem for Dell Inspiron 1100 not being recognized by Fedora Core 1. cddesjar Linux - Laptop and Netbook 0 01-22-2004 11:31 AM

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

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