LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-25-2024, 10:54 PM   #1
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
K3b problems


K3b thinks there is a blank CD disc in the drive when there is not. At first, I thought it was the drive, and I went and bought a new one. I still have the same problem - except now I can actually write to the disk sometimes. Both CD and DVD projects are being written. However, on the CD audio project, it said the medium was too small for the project after selecting one 4:48 minute song. It actually burned the Slackware-current iso which seems to be fine. I got Brasero from sbo to burn the CD audio project.

I still think my old ASUS writer was bad for DVD burning since it went through the motions but only the title was burned to the disk, no data. Brasero works fine, but I wish I knew what happened to K3b.
 
Old 03-26-2024, 12:38 AM   #2
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Slackware leaves the permissions on the underlying programs standard.

This can cause problems with K3b. There is dialog within K3b which you can use to change the permissions on those programs to be fully compatible with K3b:

Settings -> Programs -> Permissions

You'll need to know the root password. After changing those, you might get better results. You should also ensure that your user is in the "cdrom" group.
 
Old 03-26-2024, 07:05 AM   #3
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Original Poster
Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by rkelsen View Post
Slackware leaves the permissions on the underlying programs standard.

This can cause problems with K3b. There is dialog within K3b which you can use to change the permissions on those programs to be fully compatible with K3b:

Settings -> Programs -> Permissions

You'll need to know the root password. After changing those, you might get better results. You should also ensure that your user is in the "cdrom" group.
Thanks for the reply. At least it is not in the zero replies email now.

I've been running Slackware64-current since its inception. I have a clean install of Slackware64-current on a separate partition. I have burned hundreds, if not thousands of cds and dvds. If I don't understand permissions by now, I never will. The behavior is the same on both installs, which tells me that it is more than likely a software problem.

I'll keep looking. Will probably try another distro with KDE and see what happens.

Last edited by mlangdn; 03-26-2024 at 07:09 AM.
 
Old 03-26-2024, 07:56 AM   #4
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Original Poster
Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
I just booted to my clean install of current. I issued slackpkg update, then slackpkg install-new, slackware clean-system, slackpkg upgrade-all. I then opened k3b just for the fun of it, and k3b says there is an empty cd-r in the bay. when I click on it, the specs for the disk are all zero.

I then inserted a dvd+r in the drive, opened k3b and it displays correctly. It also reads the correct specs for the empty disc. After removal, it still says there is an empty dvd+r disc, but the specs for the disc are gone.

I closed k3b, then reopened, and the empty cd-r is back. k3b is borked somewhere.
 
Old 03-26-2024, 09:18 AM   #5
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Have you previously done the following, as root, and included the user in the cdrom group?

Quote:
#chown root:cdrom /usr/bin/cdrecord /usr/bin/cdrdao
#chmod 4750 /usr/bin/cdrecord /usr/bin/cdrdao
 
Old 03-26-2024, 03:38 PM   #6
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Original Poster
Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by gauchao View Post
Have you previously done the following, as root, and included the user in the cdrom group?
Yes. Maybe the question should be simpler.
Why has something that has always worked, stop working as of about a week or so ago? I thought it was the writer, so I bought a new one. Same result.

Maybe k3b needs a rebuild.....
 
Old 03-26-2024, 04:37 PM   #7
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Have you put the suid bit on /usr/bin/cdrecord and /usr/bin/cdrdao as suggested?

These are required. They're off by default on a fresh installation.
 
Old 03-26-2024, 06:36 PM   #8
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,066

Rep: Reputation: 147Reputation: 147
You might also want to change permissions/ownership on some other optical disc (OD, CD, DVD, BD) programs as instructed by an earlier Slackware (13.n, 14.n?) README.TXT. K3B has been really buggy lately... not just on Slackware but KDE Neon GNU/Linux itself, earlier this or last year, K3B wouldn't detect any drives (others reported this also)... it was an actual critical bug in K3B itself... this may have been fixed, but for a while I just had to use cdrtools & growisofs on command-line instead...

Last edited by dchmelik; 03-26-2024 at 06:37 PM.
 
1 members found this post helpful.
Old 03-27-2024, 06:33 AM   #9
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Original Poster
Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Does anyone have a theory as to why k3b says there is an empty cd-r, with all specs of the non-existent media at zero when the tray is closed and empty? I can insert an empty dvd in the tray and it specs it out perfectly. I burned the current Slackware iso with no problem.

I can't write an audio cd because it says the media is too small. Zero would absolutely be too small. Of course, the blank cd-r problem is the original complaint in the original post.

I am currently searching for the permission(s) to insert blank cd-r media into the tray.

Brasero is what I used for the audio project.

Last edited by mlangdn; 03-27-2024 at 06:34 AM.
 
  


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
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
K3B Error: K3b did not find a suitable writer. JockVSJock Slackware 17 03-22-2007 08:41 PM
FC3 - K3b not recognizing mp3s w/ k3b-mp3 installed! Forezt Linux - Software 2 07-25-2006 05:43 PM
2.6.3 + KDE 3.2 + K3b 0.11.4 = PROBLEMS (K3b) svarreby Slackware 2 02-08-2005 09:16 PM
problems installing k3b-mp3 for FC3 and k3b-0.11.18 Rockgod2099 Linux - Software 8 01-09-2005 06:38 PM

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

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