LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-31-2010, 03:41 PM   #16
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143

Quote:
If you mean the never-ending-after-reaching-99%-complete thing, it seems to be solved indeed.
I haven't had this kind of problem anymore with K3B in Slack 13.1, though I prefer burning ISO images via CLI.
 
Old 05-31-2010, 03:45 PM   #17
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Quote:
I download the source for k3b and recompile using src2pkg. This way allows k3b to take advantage of various libraries that are not included with stock Slackware.
To mlangdn: Did you use any flag/option to build k3b from source?
 
Old 05-31-2010, 08:08 PM   #18
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by gauchao View Post
To mlangdn: Did you use any flag/option to build k3b from source?
... and which libraries?
 
Old 05-31-2010, 08:48 PM   #19
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Stuff like ffmpeg, libdvdread, libdvdcss, etc. K3b will find these on a build from source. The options are already in the CMakeLists.txt.
I just use:

Code:
src2pkg k3b-xxx.bz2
All the options from CMakeLists are compiled in. You can't get that with stock Slackware. None of those libraries are included. After I was done, I popped in a Martina McBride DVD and k3b recognized the dvd and was ready for ripping or copying. I use it to make backups to preserve the originals.
 
1 members found this post helpful.
Old 06-01-2010, 03:05 AM   #20
linq
Member
 
Registered: May 2010
Location: Russia
Distribution: Slackware 1.0,...64-14.2..
Posts: 48

Rep: Reputation: 4
Quote:
Originally Posted by pokipoki08 View Post
Maybe a warning not to use k3b for burning is in order.
Can anyone tell for sure it's the k3b problem, not cdrecord/growisofs ?
 
Old 06-03-2010, 05:46 PM   #21
pokipoki08
Member
 
Registered: Mar 2009
Posts: 76

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by mlangdn View Post
Stuff like ffmpeg, libdvdread, libdvdcss, etc. K3b will find these on a build from source. The options are already in the CMakeLists.txt.
I just use:

Code:
src2pkg k3b-xxx.bz2
All the options from CMakeLists are compiled in. You can't get that with stock Slackware. None of those libraries are included. After I was done, I popped in a Martina McBride DVD and k3b recognized the dvd and was ready for ripping or copying. I use it to make backups to preserve the originals.
There were some errors when I tried to compile.

Quote:
bash-4.1# src2pkg k3b-1.91.0rc2.tar.bz2
Found source archive: k3b-1.91.0rc2.tar.bz2
Creating working directories:
PKG_DIR=/tmp/k3b-1.91.0rc2-x86_64-1
SRC_DIR=/tmp/k3b-1.91.0rc2-src-1
Unpacking source archive - Done
Correcting source permissions - Done
Checking for patches - None found
Found 'cmake' configuration - Configuring using:
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=Release -DLOCALSTATE_INSTALL_DIR=/var -DSYSCONF_INSTALL_DIR=/etc
Compiling sources - Using: 'make'
ERROR! Compiling source code has failed.
This usually happens because of missing libraries, or
badly written Makefiles or configure scripts.
Sorry! No Dependency or Requirements information found.
I tried this (see below) to exclude ffmpeg, and it worked.

Quote:
src2pkg -CWD -e='-DK3B_BUILD_FFMPEG_DECODER_PLUGIN=OFF' k3b-1.91.0rc2.tar.bz2

Last edited by pokipoki08; 06-03-2010 at 05:47 PM.
 
Old 06-03-2010, 06:02 PM   #22
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
i'm using k3b provided in 13.1 and it works fine here
i have been burning CD/DVDs without any problem at all
 
Old 06-04-2010, 01:56 AM   #23
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
I compiled k3b-1.92.Orc2.bz2 without errors. I used ffmpeg from Alien Bob's repository.
 
Old 06-04-2010, 07:52 AM   #24
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by zordrak View Post
DVD:
growisofs -dvd-compat -Z /dev/dvd=/home/foo/image.iso
CD:
cdrecord -dao dev=7,0,0 /home/foo/image.iso
I gave up trying to trust K3B not to coaster images.
I just wanted to mention that you can also use cdrecord to burn DVD iso images. I burned the Slackware 13.1 64bit DVD using cdrecord.
 
1 members found this post helpful.
Old 06-04-2010, 08:21 AM   #25
linq
Member
 
Registered: May 2010
Location: Russia
Distribution: Slackware 1.0,...64-14.2..
Posts: 48

Rep: Reputation: 4
Quote:
Originally Posted by linq View Post
Well, I'm now going to install Slackware64 13.1 on the new PC, will see if the issue is really fixed.
I can now tell that my first DVD-write using k3b from Slackware64 13.1, freshly installed on the new PC with default settings was perfect.
And fast, mere 4.5 min !
 
Old 09-01-2010, 09:32 PM   #26
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Rep: Reputation: 51
My experience has been the exact opposite. Worked great in 13.0, upgraded to 13.1, can't write anymore.
 
Old 09-01-2010, 11:34 PM   #27
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by JamesGT View Post
My experience has been the exact opposite. Worked great in 13.0, upgraded to 13.1, can't write anymore.
Just curious: did you install the upgrade to K3b in the /patches directory of your favorite mirror?

From the changelog:

Quote:
Mon Jun 28 18:56:29 UTC 2010
patches/packages/k3b-2.0.0-i486-1_slack13.1.txz: Upgraded.
It's not too late to get the stable k3b release into Slackware 13.1, right?
I've not had a problem so far ripping CDs, but I haven't tried anything with DVDs yet.

Regards,
 
Old 09-02-2010, 09:19 AM   #28
linq
Member
 
Registered: May 2010
Location: Russia
Distribution: Slackware 1.0,...64-14.2..
Posts: 48

Rep: Reputation: 4
Quote:
Originally Posted by JamesGT View Post
My experience has been the exact opposite. Worked great in 13.0, upgraded to 13.1, can't write anymore.
Are you sure ? This is VERY strange as problems with k3b in 13.0 (KDE4) are known and were discussed extensively. Did yo try low speed or kde3-compat (from 'extra') ?
 
Old 09-03-2010, 11:42 PM   #29
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Rep: Reputation: 51
I have installed the patch.

So far, I've tried the following.

Burning a DVD Video to a DVD-R, does not work. It says the format is incompatible.
Burning a DVD Video to a DVD+R, is working...but I would barely. I'm averaging 0.5x burning speed. Burning a full DVD has taken 1 hour and 23 minutes to get to 88% so far. I don't know if it will work when I pull it out and try it though.
Burning data to a DVD-R, does not work at all.
Burning data to a DVD+R is great. Burned a full disk in 20 minutes(2.4x speed).

In Slackware64, 13.0, I burned literally hundreds of DVD video type DVDs to DVD-R and it only took 15-20 minutes per disk. Now it seems DVD-R can't be written as DVD-Video, or data, disks with K3B.

Interestingly, while burning the software, and hardware, buffer do not stay pinned at 100% anymore when burning to a DVD+R, they are both going up and down like crazy. Burning data, both buffers stay at 100%.

Last edited by JamesGT; 09-04-2010 at 12:09 AM. Reason: New info.
 
Old 09-04-2010, 08:10 AM   #30
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Do you have access to another optical drive to swap out and try? It could be an optical drive going south.
 
  


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
Bug in 8.04, fixed in 8.10 - How to get fixed in 8.04 which is LTS? taylorkh Ubuntu 4 02-28-2009 05:17 PM
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
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 10:36 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