LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-07-2004, 11:40 AM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Cd burning with K3B on Fedora 2 or3


Using kde/k3b in user or root have problems of burning cd's.
Using Gnome/cdwriter user or root , burns cd's with no problems.
K3b keeps saying it has problems with cdrecord.
What's gives, is Redhat up to their old way's of tormenting us Kde users ?

Jim
 
Old 11-07-2004, 05:37 PM   #2
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
What does k3b say exactly?
 
Old 11-07-2004, 06:00 PM   #3
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
I was having the same difficulty and have been jumping from KDE to Gnome for my burning needs.I am slowly resolving the problem as I learn more.I ran " cdrecord -scanbus " from a terminal and it showed my cd-writer but it was not enabled for writing.I can't recall exactly how I enabled it but someone here will.I also went to K3b and checked my preferences and along the way I went to a site with a good tute on using K3b___http://fedoranews.org/mweber/. After making one tick mark in a box I was off and running.
 
Old 11-07-2004, 06:24 PM   #4
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
We should not mix problems here. That most recent Fedora Core 2 update kernel 2.6.8-1.521 disables CD burners is something else. It's a kernel security feature which will be fixed in a future FC2 update. Meanwhile you either need to become root or try the newer kernel from the updates-testing repository for FC2.
 
Old 11-18-2004, 09:55 PM   #5
rhythmsection
LQ Newbie
 
Registered: Nov 2004
Distribution: Fedora Core 2/Fedora Core 3
Posts: 16

Rep: Reputation: 0
workaround?

Does anyone know of a work around for the cd burning problem associated with
the FC2 2.6.8 kernel? (no matter how ugly)
 
Old 11-19-2004, 01:56 AM   #6
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Have you tried the most recent FC2 update kernel yet? kernel-2.6.9-1.3_FC2
 
Old 11-19-2004, 03:26 AM   #7
blaroe
Member
 
Registered: Jun 2003
Location: Surrey, England
Distribution: Ubuntu Edgy
Posts: 67

Rep: Reputation: 15
Re: Cd burning with K3B on Fedora 2 or3

Quote:
Originally posted by mickeyboa
Using kde/k3b in user or root have problems of burning cd's.
Using Gnome/cdwriter user or root , burns cd's with no problems.
K3b keeps saying it has problems with cdrecord.
What's gives, is Redhat up to their old way's of tormenting us Kde users ?

Jim
Go to the K3B web site for info on this. It doesn't have to do with Fedora per se, but with the 2.6 kernel. The authors of K3B are aware of the issue,

bl
 
Old 11-19-2004, 09:15 AM   #8
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
There is no SCSI emulation for ATAPI (IDE) connected CD/DVD devices in FC2 (kernel 2.6).

This is why you have to scan for ATAPI burners with:
Code:
cdrecord dev=ATAPI: -scanbus
and select it with
Code:
cdrecord dev=ATAPI:x,y,z ...
Linus Torvalds comment
Quote:
The "somebody" strongly felt that ide-scsi was not just ugly but _evil_, and that the syntax and usage of "cdrecord" was absolutely stupid.

That somebody was me.

ide-scsi has always been broken. You should not use it, and indeed there was never any good reason for it existing AT ALL. But because of a broken interface to cdrecord, cdrecord historically only wanted to touch SCSI devices. Ergo, a silly emulation layer that wasn't really worth it.

The fact that nobody has bothered to fix ide-scsi seems to be a result of nobody _wanting_ to really fix it.

So don't use it. Or if you do use it, send the fixes over.
K3B News
Quote:
Do not use Kernel 2.6.8

A patch that was introduced into the kernel shortly before the 2.6.8 release makes K3b and also the dvd+rw-tools unusable on Linux (unless run as root but that is not recommended). The very important GET CONFIGURATION MMC command is rejected by the kernel for reasons I cannot see and writing commands like MODE SELECT also fail (K3b cannot detect CD writers without it) even when the device is opened O_RDWR. Until this issue has been solved I strongly recommend to stick to kernel version 2.6.7.

Update: The kernel guys are currently fixing the problem so the next kernel release should work again.

Update 2: The problem is NOT fixed in 2.6.8.1

Update 3: Be aware that kernel 2.6.8 also contains the memory leak which makes it impossible to write audio cds, even as root.
Quote:
Does anyone know of a work around for the cd burning problem associated with
the FC2 2.6.8 kernel? (no matter how ugly)
Code:
su -
Password:
k3b


Boby
 
Old 11-19-2004, 12:30 PM   #9
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Actually, you would simply use cdrecord -dev=/dev/cdwriter ...
 
Old 11-19-2004, 01:00 PM   #10
rhythmsection
LQ Newbie
 
Registered: Nov 2004
Distribution: Fedora Core 2/Fedora Core 3
Posts: 16

Rep: Reputation: 0
Thanks for your reply....

A little more background....I run fedora core 2. I am unable to burn CD's as a regular user, and must become root to do so. Obviously, this is not a good practice, and should be unnecessary.

I searched the posting at this site and have tried the following:

-updated cdrecord and cdrdao.
-manually going in and setting the setuid and setgid
bits on these two files (a practice I don't really like)
-running the latest k3b (0.11.17).
-I have searched but am unable to find the file k3bsetup2 anywhere on my harddrive, as was suggested in earlier posts.
I attempted to run k3bsetup using the kcmshell and get
session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. There is no facility under the menu /settings in the gui itself for modifying permissions

About the only thing that was suggested in earlier posts is that I haven't done is use a different kernel, which, to me, seems unnecessary. If something is having permission issues, I'd like to find the 'rc' file the controls it, and change it. If there is some file (or device) that needs elevated privileges, I'd like to identify that, and do it a smart way.

Thanks for any help
 
Old 11-19-2004, 02:04 PM   #11
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
rhythmsection,

please read my earlier reply, and don't ignore the other replies either. The CD writing problem in Linux 2.6.8 is by design. It is the result of a security fix which takes away the ability to send arbitrary raw commands.

Please get the most recent kernel for FC2: kernel-2.6.9-1.3_FC2

And please downgrade k3b to the version from FC2 Updates. Else you're missing patches.

k3bsetup2 is not included, because it is not needed. This is mentioned in the FC2 release notes, too.
 
Old 11-19-2004, 05:17 PM   #12
jolly1701
Member
 
Registered: Nov 2003
Location: England, UK.
Distribution: SuSE 10
Posts: 126

Rep: Reputation: 15
i stopped useing K3B for all the problems that have been listed above
i installed xcdroast which seems to do all i want for burning cd's...
 
Old 11-19-2004, 10:49 PM   #13
rhythmsection
LQ Newbie
 
Registered: Nov 2004
Distribution: Fedora Core 2/Fedora Core 3
Posts: 16

Rep: Reputation: 0
jolly1701,

I got xcdroast, but get the following error when I attempt to blank a cd
'cdrecord: Cannot allocate memory. Cannot get SCSI I/O buffer.'

DId you run into this? I set the setuid and setgid bits on cdrecord, but did not help

Thanks
 
Old 11-19-2004, 11:13 PM   #14
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Whether k3b or xcdroast, both depend on cdrecord and are affected by kernel 2.6.8.

Quote:
I set the setuid and setgid bits on cdrecord, but did not help
Setting those bits is not necessary anyway.
 
Old 11-19-2004, 11:23 PM   #15
rhythmsection
LQ Newbie
 
Registered: Nov 2004
Distribution: Fedora Core 2/Fedora Core 3
Posts: 16

Rep: Reputation: 0
misc,

Guess I'll do without for a while (I can use our Mac to burn CDs - I can scp files from my linux box to our Mac).

I don't really want to upgrade the kernel
right now, since I don't want to discover any "new features" that break other things I have working - one of which is
nvidia has a kernel module for 3D acceleration for my kernel version.

As versitile as linux (and especially Fedora) is, it's suprising that the only solution to this problem is
a kernel upgrade, as opposed to an adjustment to a configuration somewhere.

thanks for your help
 
  


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
Will k3b convert mp3's to wavs for burning audio cds? And prob with k3b 0.11 Alvis Linux - Software 5 08-02-2007 07:38 AM
Burning with k3b herve2001 Slackware 5 11-08-2005 09:42 PM
K3b not burning! cerberus3 Linux - Software 2 05-07-2005 08:18 AM
K3B Burning issues under Fedora Core 3 chenu Linux - Software 0 01-12-2005 06:05 PM
CD burning with K3B JJPMR52 Linux - Newbie 4 06-30-2003 07:16 PM

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

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