LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-10-2019, 08:56 PM   #1
X-Hombre
LQ Newbie
 
Registered: Jun 2019
Posts: 2

Rep: Reputation: Disabled
Question K3b Audio CD Burning error?


Ive been trying to burn an audio disk using a CD-R with K3b and keep getting an error message.

Here is my Debug:
Quote:
Devices
-----------------------
HL-DT-ST DVD-RAM GH82N KU02 (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite, Layer Jump] [%7]

System
-----------------------
K3b Version: 17.12.3
KDE Version: 5.44.0
Qt Version: 5.9.5
Kernel: 4.18.0-21-generic

Used versions
-----------------------
cdrecord: 1.1.11

cdrecord
-----------------------
/usr/bin/wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
/usr/bin/wodim: Resource temporarily unavailable. Cannot get mmap for 12587008 Bytes on /dev/zero.
Text len: 738
TOC Type: 0 = CD-DA

cdrecord command:
-----------------------
/usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=40 -sao driveropts=burnfree textfile=/tmp/k3b.nS2504 -useinfo -audio /tmp/k3b_audio_0_01.inf /tmp/k3b_audio_0_02.inf /tmp/k3b_audio_0_03.inf /tmp/k3b_audio_0_04.inf /tmp/k3b_audio_0_05.inf /tmp/k3b_audio_0_06.inf /tmp/k3b_audio_0_07.inf /tmp/k3b_audio_0_08.inf /tmp/k3b_audio_0_09.inf /tmp/k3b_audio_0_10.inf /tmp/k3b_audio_0_11.inf /tmp/k3b_audio_0_12.inf /tmp/k3b_audio_0_13.inf /tmp/k3b_audio_0_14.inf /tmp/k3b_audio_0_15.inf
What am I missing?

Also not to sound like a total newbie but this is the first time I have posted to a forum for linux so any pointers are appreciated.
 
Old 06-11-2019, 09:32 AM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,145
Blog Entries: 6

Rep: Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832Reputation: 1832
I haven't used K3B for a decade or so.
Quote:
Ive been trying to burn an audio disk using a CD-R with K3b
Code:
/usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=40 -sao driveropts=burnfree textfile=/tmp/k3b.nS2504 -useinfo -audio
Are you sure that you can burn at speed=40?

From my notes I have, for a dir of .wav files.
Code:
cdrecord -v dev=/dev/sr0 speed=8 -audio -pad *.wav
I think that you can dry run that to test. So that you don't waste a bunch of optical media. -dummy

Something like
Code:
cdrecord -v dev=/dev/sr0 speed=8 -audio -pad -dummy <files>
As far as I know, you can't make an .iso out of files to burn to an audio CD later. It's tracks, not a file system.

I think that cdparanoia will copy tracks. Then you can use those tracks to make a audio CD.
Code:
pacman -Si cdparanoia
...
Name            : cdparanoia
Version         : 10.2-7
Description     : Compact Disc Digital Audio extraction tool

URL             : http://www.xiph.org/paranoia/

Depends On      : glibc

Download Size   : 68.48 KiB
Installed Size  : 175.00 KiB
I think that cdrdao can do that too.
Code:
pacman -Si cdrdao
...
Name            : cdrdao
Version         : 1.2.4-1
Description     : Records audio/data CD-Rs in disk-at-once (DAO) mode

URL             : http://cdrdao.sourceforge.net/

Depends On      : gcc-libs  lame  libmad  libvorbis  libao

Download Size   : 277.23 KiB
Installed Size  : 1419.00 KiB
https://www.linuxquestions.org/quest...ith-dd-670913/
 
Old 06-11-2019, 02:51 PM   #3
X-Hombre
LQ Newbie
 
Registered: Jun 2019
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thanks for the reply teckk!

I used your suggestions to do some more research, turns out its a bug with Ubuntu 18.04 but I did find a work around for it.
Here it is:

Quote:
sudo chmod 4711 /usr/bin/cdrdao
sudo chmod 4711 /usr/bin/wodim
sudo chmod 0755 /usr/bin/growisofs
 
  


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 freezes when burning audio cd's, using kernel 2.6.8.1 emf Linux - Software 1 11-09-2004 12:49 AM
mp3 support for k3b audio CD burning dumb_nooby Linux - Newbie 7 10-22-2004 04:51 PM
k3b / cdrecord burning audio, How to ignore Media Capability? moskito01 Linux - Software 1 07-13-2004 06:29 PM
burning wmas to audio cds in k3b aaket504 Linux - Software 0 05-11-2004 08:48 PM

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

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