LinuxQuestions.org
Visit Jeremy's Blog.
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 01-04-2012, 06:44 PM   #1
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
Blog Entries: 4

Rep: Reputation: 283Reputation: 283Reputation: 283
k3b and bluray burning


Tried to burn my first bluray today and k3b will let me add files but then keeps telling me to insert empty or appendable medium. I've burned dvd's fine with the same drive so I know my drive works.
The diskinfo in k3b says its an empty BD-R so it looks like it should work.
I thought maybe a root folder limit so I made a new folder and put everything in it but no go.
 
Old 01-05-2012, 11:17 AM   #2
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
I've never been able to make anything but frisbess with k3b. I use cdrecord from the command line.
 
Old 01-08-2012, 01:34 PM   #3
salemboot
Member
 
Registered: Mar 2007
Location: America
Distribution: Linux
Posts: 161

Rep: Reputation: 36
K3b

Try getting the latest version. Maybe their beta.
Not to deter you but Nero would probably be a better idea.

from their website:
Nero Linux 4 is the only application to offer blue laser data burning support, including support for Blu-ray Disc.
http://www.nero.com/enu/linux4.html

They usually give you 30 days or so.
 
Old 01-20-2012, 07:34 PM   #4
Carl.Spackler
LQ Newbie
 
Registered: Jan 2012
Location: Cincinnati, Ohio
Distribution: Ubuntu
Posts: 1

Rep: Reputation: Disabled
I had the same problem. Downloaded Nero Linux and problem solved. Works very well. Only $20 to buy after the trial is up.

Thanks salemboot.
 
Old 01-21-2012, 07:18 PM   #5
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,644

Rep: Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953Reputation: 7953
From the K3b Handbook:

Quote:
Chapter 1. Introduction

If you have used a burning program such as Nero under Windows, K3b will feel
quite familiar.

Featuring a simple, yet powerful graphical interface, K3b provides various options
for burning a CD, DVD, or BD (Blu-ray disc). Various types of optical projects are
supported including (but not limited to) audio and data, video projects for DVD and
VCD, as well as multi-session and mixed-mode discs. K3b also has the ability to
erase re-writeable media and can perform more complicated tasks such as
audiovisual encoding and decoding.
 
Old 01-23-2012, 08:09 PM   #6
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488

Original Poster
Blog Entries: 4

Rep: Reputation: 283Reputation: 283Reputation: 283
Slack came with the latest 2.0.2 and it sees the drive and blank BDR but then asks for an empty medium when it comes time to write.
 
Old 01-29-2014, 01:39 PM   #7
MartinOC
LQ Newbie
 
Registered: Jan 2014
Location: California
Distribution: Fedora Mint Ubuntu CentOS Debian
Posts: 1

Rep: Reputation: Disabled
I haven't used Slack in years but use other distros.

In Fedora k3b will write to blue-ray as a user if you reset the blank disk permission after insertion. For example:
sudo chmod -R 777 /dev/sr0

Mint and Ubuntu have similar work arounds for setting the right permissions for a user level burner to see a writeabe blank disk in k3b.

See:
http://ubuntuforums.org/showthread.php?t=2047399

For a better work around. It is posted on an Ubuntu board but it worked on Fedora and should work on Slack.

The essence of the problem is cdrecord used by many open source burner programs under the hood was forked and the version distributed with most Distros has imperfect support for Blu-Ray. The thread presents a number of ways around this by obtaining or compiling the working version from source. I choose the latter solution and have much improved Blu-Ray support.

Last edited by MartinOC; 01-29-2014 at 03:57 PM. Reason: Update
 
Old 01-29-2014, 07:45 PM   #8
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,281

Rep: Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413Reputation: 1413
There is another solution, install wine and download ImgBurn - freewware. I have used it and works just fine
 
Old 01-29-2014, 09:48 PM   #9
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 312

Rep: Reputation: 51
This is what I do to burn BD-R. All command line.

Code:
dd if=/dev/zero of=file.iso bs=1M count=18900
mkudffs --vid=BDRTITLE file.iso 
mkdir /mnt/loop 
mount -o loop -t udf file.iso /mnt/loop 
cp files_to_burn /mnt/loop 
umount /mnt/loop
growisofs -speed 4 -Z /dev/dvd=file.iso
This works well for files over 4gb.
 
Old 01-29-2014, 10:04 PM   #10
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
Blog Entries: 15

Rep: Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120
Xfburn works fairly well. Not sure, but I think Robby has a build up in his repository.

http://rlworkman.net/pkgs/14.1/x86_64/

K3b doesn't work all that well. I know it has a few problems with things like dual-layer disks.

Last edited by ReaperX7; 01-29-2014 at 10:06 PM.
 
Old 01-29-2014, 11:29 PM   #11
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849

Rep: Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909Reputation: 1909
never tested with dual layer dvds, but CD/DVD burning/copying works well here
 
Old 01-29-2014, 11:58 PM   #12
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
Burning anything on my Slackware 14.0 k3b works just fine...well, except that even though I have the settings at 2GB for manual burning, when I burn to BD-R usually at about 25% burned/full it's going at its best at ~35MB/second but suddenly starts to drain of the RAM until it gets to zero and starts to use the hardware RAM. Sometimes at around 70%-75% it will come back up and be fast again, most times it doesn't. It's still 'fast', but not as fast as when it's not using the hardware RAM (hopefully that all made sense).

All-in-all I can burn a BD-R of 23GB in about 20 minutes. All the other mediums work fine and have no problem with the drain of RAM (but don't burn anywhere near as fast as a BD-R either!).
 
Old 01-31-2014, 08:08 PM   #13
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 312

Rep: Reputation: 51
I had good luck with k3b with Slackware64 13.0, 13.1 I had issues, 13.37 I had issues and with 14 I never tried. I just continued to burn BD-Rs, DVD-Rs with the command line, it's always worked.
 
Old 02-01-2014, 12:26 PM   #14
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,171

Rep: Reputation: Disabled
Not had any problems burning BD-R disks here, either under 13.37 or 14.0 (not upgraded to 14.1 yet). Have you set up K3b correctly? Let it reset the permissions for the other software it invokes. Since its only a front end for cdrecord et al, it shouldn't be any different from using the command line.

I currently have two BD capable drives - an LG in my main (Slackware) machine, and a Pioneer in another machine running Mageia 3. K3B burns anything fine in both. The only thing it doesn't seem to want to do is erase BD-RW disks. I don't know why.

--
Pete
 
  


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
Burning in K3B ?? mickeyboa Fedora 4 11-11-2008 09:18 AM
K3B Burning mickeyboa Fedora 5 11-06-2007 10:56 AM
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

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

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