LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-13-2007, 09:57 PM   #1
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Rep: Reputation: 32
Cannot burn CD/DVD with Fedora 7


I have Fedora 7 installed and it seems that I have problems burning CD/DVD-roms.

Normally I use Gnomebaker, but also have NeroLinux 3.0. NeroLinux has gives the error that it cannot read the device dev/sg0 until /dev/3, GnomeBaker will not see any empty CD-rom in the drive and keeps asking to insert a empty disk.

I use a standard LG GSA-H10L DVD-writer, which is a drive with an pata/ide interface. Needles to say that the drive worked normal in Fedora Core 6 or other Linux distributions.
 
Old 06-14-2007, 01:13 PM   #2
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Quote:
Originally Posted by Dummy-in-Linux
I have Fedora 7 installed and it seems that I have problems burning CD/DVD-roms.

Normally I use Gnomebaker, but also have NeroLinux 3.0. NeroLinux has gives the error that it cannot read the device dev/sg0 until /dev/3, GnomeBaker will not see any empty CD-rom in the drive and keeps asking to insert a empty disk.

I use a standard LG GSA-H10L DVD-writer, which is a drive with an pata/ide interface. Needles to say that the drive worked normal in Fedora Core 6 or other Linux distributions.
I had the same problem. Here's a link to my Wiki page on the fix: http://www.johnson.homelinux.net/index.php/GnomeBaker
 
Old 08-07-2007, 03:20 AM   #3
axelgenus
LQ Newbie
 
Registered: Mar 2006
Location: Italy
Distribution: Ubuntu 10.04
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by Glennzo
I had the same problem. Here's a link to my Wiki page on the fix: http://www.johnson.homelinux.net/index.php/GnomeBaker
I have the same problem but your link leads to a blank page!
 
Old 08-07-2007, 10:06 AM   #4
penguinpages
Member
 
Registered: Apr 2007
Posts: 46

Rep: Reputation: 15
You state that the drive works in other distros. Is this via dual boot or something like Knoppix (good way to test physical burner works)


Also. I am a bit rusty on my shell commands for direct command burning (don't typically work on small systems with DVD) but here is the shell script I ran to write from shell to the DVD device. Try this to eliminate a "GUI" issue.

Quote:
#!/bin/bash
# Version 0.9.1
# Ugly backup script to get backup of pertanant files done
#
curDate=`date +"%y-%m-%d"`
#
printf Current date is $curDate
mkisofs -o /tmp/$curDate.iso /home
printf "Backup is now transformed into ISO format"
printf Now roasting Backup onto CD
growisofs -dvd-compat -Z /dev/dvd=/tmp/$curDate.iso -speed=4
echo Backup is completed successfull! Please lable ejected CD $curDate and take offsite. Have a happy day. |mail -s "Backup is Complete" office@acme.org
printf "Ejecting CD so it can be labeled and new one inserted"
eject
echo "Weekly Backup $curDate complete" >> /var/log/messages
#

The think to validate if that does not work (or simple burn of some other ISO image you have) is to start validation of the CD burning driver stack. (I am not 100% certain of all the dependencies ... so those who know a bit more pipe in on corrections).

Validate:
1) Sym Link:"ls -alh /dev/dvd" (slave IDE in my case)
Quote:
lrwxrwxrwx 1 root root 3 May 12 02:50 /dev/dvd -> hdc
2) Check drive state: "cdrecord -checkdrive"
Quote:
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'TSSTcorp'
Identifikation : 'CD/DVDW SH-S162A'
Revision : 'TS01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R

Now that you know the drive location, that sym links are set and the supported DVD modes that the drive supports you should be able to do test write.
 
Old 08-08-2007, 02:32 AM   #5
axelgenus
LQ Newbie
 
Registered: Mar 2006
Location: Italy
Distribution: Ubuntu 10.04
Posts: 19

Rep: Reputation: 0
Searching on Fedora and Red Hat Wikies I found an alternative solution. It seems like Fedora applies permissions through SElinux. You just need to add a file in /etc/security/console.perms.d which I named 51-custom.perms. Open it and add these simple lines:

Code:
# custom permission definitions
<console>  0660 /dev/sg*     0660 root.disk
Reboot and everything should work!

In few words it simply says SElinux that everyone in the "disk" group can access /dev/sg0, /dev/sg1 and it automatically reset permissions on those devices on login.

Hope it helps!
 
Old 08-17-2007, 01:03 AM   #6
nirmal.bisai
LQ Newbie
 
Registered: Aug 2007
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by axelgenus View Post
Searching on Fedora and Red Hat Wikies I found an alternative solution. It seems like Fedora applies permissions through SElinux. You just need to add a file in /etc/security/console.perms.d which I named 51-custom.perms. Open it and add these simple lines:

Code:
# custom permission definitions
<console>  0660 /dev/sg*     0660 root.disk
Reboot and everything should work!

In few words it simply says SElinux that everyone in the "disk" group can access /dev/sg0, /dev/sg1 and it automatically reset permissions on those devices on login.

Hope it helps!
I have tried but fail. The 51-custom.perms file is not allowed by the firewall. It gives error. Please suggest.
 
Old 08-17-2007, 04:32 AM   #7
howmuchisthefish
LQ Newbie
 
Registered: Aug 2007
Distribution: Fedora Core 7
Posts: 1

Rep: Reputation: 0
Hello

I've just donloaded Nero Linux 3 - trial- (says there it;s released on August the 8th) and it works! Just burnt my first DVD on Linux Fedora Core 7.

If anyone stumbbles across a serial so I can get it to work pass October, I'd really apreciate it.
Thanks
 
Old 08-17-2007, 06:12 AM   #8
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Original Poster
Rep: Reputation: 32
It is really easy to stumble across a serial for Nero 3.0 for Linux just pay US$ 24.99.

http://www.nero.com/eng/NeroLINUX.html
 
Old 08-17-2007, 06:33 AM   #9
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
why don't you use k3b it has been reward to be THE BEST open source burning application!
you only have to set the correct permissions on cdrecorder and cdrdao
chmod 755 /usr/bin/cdrdao
chmod 755 /usr/bin/cdrecord

yum install k3b
 
Old 08-18-2007, 02:45 AM   #10
axelgenus
LQ Newbie
 
Registered: Mar 2006
Location: Italy
Distribution: Ubuntu 10.04
Posts: 19

Rep: Reputation: 0
Question

Quote:
Originally Posted by nirmal.bisai View Post
I have tried but fail. The 51-custom.perms file is not allowed by the firewall. It gives error. Please suggest.
What does it mean "The 51-custom.perms file is not allowed by the firewall"? What error did it give?

Quote:
Originally Posted by odcheck View Post
why don't you use k3b it has been reward to be THE BEST open source burning application!
Yes, you're right. K3b is the best open source burning application out there but the best burning application in general is NeroLinux... no doubt. I'm not making advertisement for Ahead but since I'm using NeroLinux I had no problems burning either CDs or DVDs. Moreover NeroLinux supports BlueRay and LightScribe...

Last edited by axelgenus; 08-18-2007 at 02:48 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
burn bootable DVD from fedora cds saranjothy Linux - Software 5 11-03-2007 05:32 PM
LXer: Howto: Linux write (burn) data to DVD or DVD/RW at shell prompt LXer Syndicated Linux News 0 07-11-2006 04:21 PM
Permission Denied to burn/erase DVD RW with DVD+RW tools themystic Linux - Hardware 2 08-30-2005 12:32 PM
Suse 9.3 DVD ISO How to Burn To DVD saxman101 Linux - Newbie 10 07-08-2005 07:16 PM
How to burn the downloaded Fedora 3 DVD ISO onto DVD yaabaa Linux - Newbie 10 03-14-2005 06:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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