Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xfburn failure [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Ric95
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2007
Posts: 94
Location: Alberta Can.

PostPosted: Wed Mar 17, 2010 3:33 am    Post subject: xfburn failure [Solved] Reply with quote

I just emerged xfburn and on every try it fails.
Preferences show the correct device.
FIFO buffer fills, the device buffer creeps up to 100%, then it halts with an error window.
Here is the full text from terminal: (burning 1.55GB data onto a 4.3 GB disc)
Quote:
ric@localhost ~ $ xfburn
** Message: Thunar-VFS not available, using default implementation
** Message: Using HAL
** Message: Using gstreamer transcoder.
** (xfburn:2510): WARNING **: [FATAL] 131357: SCSI error on write(656,16): [5 21 00] Lba out of range (0)

What can fix this?
_________________
Corporations are not like people. They don't need rights as people do, they only need an even playing field on which to compete.


Last edited by Ric95 on Thu Mar 18, 2010 12:34 am; edited 1 time in total
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Wed Mar 17, 2010 10:38 am    Post subject: Reply with quote

I googled a little, sounds interesting :)

Possible reasons:
1. bad media (tried a different CD/DVD-R)?
2. 1.55GB should fit onto the DVD-R, is it a DVD-R or CD-R or DVD-RAM?
3. cables, firmware on the burner, is it an external one via usb?
4. check your kernel config, in the device driver for scsi is cdrom supported and or sata section enable dma default?
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Wed Mar 17, 2010 11:49 am    Post subject: Reply with quote

And as a last resort you could try to install thunar to provide the thunar-vfs.
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Wed Mar 17, 2010 12:00 pm    Post subject: Reply with quote

Oh sorry :)

Anyway, if you do not want to use thunar, I use xcdroast as an independent cd burn gui.
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Ric95
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2007
Posts: 94
Location: Alberta Can.

PostPosted: Wed Mar 17, 2010 12:43 pm    Post subject: Reply with quote

Thanks guys.
A little more research shows a few people having trouble with the newer version of xfburn. Its under development, I guess if it works, it works.
I like apps that aren't too dependent on gnome or kde, I do use thunar, so I'll check out thunar-vfs and xcdroast.
_________________
Corporations are not like people. They don't need rights as people do, they only need an even playing field on which to compete.
Back to top
View user's profile Send private message
Ric95
Tux's lil' helper
Tux's lil' helper


Joined: 10 Apr 2007
Posts: 94
Location: Alberta Can.

PostPosted: Thu Mar 18, 2010 12:33 am    Post subject: Reply with quote

xcdroast had gui trouble.
It turned out that emerging cdrtools enabled xfburn to do the job :)
Its wierd that xfburn didn't list cdrtools as a dependency. Maybe it assumed I would have already installed it??
Oh well. Thanks guys, this is solved :)
_________________
Corporations are not like people. They don't need rights as people do, they only need an even playing field on which to compete.
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Thu Mar 18, 2010 6:31 am    Post subject: Reply with quote

Ric95 wrote:
xcdroast had gui trouble.
It turned out that emerging cdrtools enabled xfburn to do the job :)
Its wierd that xfburn didn't list cdrtools as a dependency. Maybe it assumed I would have already installed it??
Oh well. Thanks guys, this is solved :)


Yeah, that's an error in the ebuild. Thanks for posting the solution :)
Back to top
View user's profile Send private message
96140
Retired Dev
Retired Dev


Joined: 23 Jan 2005
Posts: 1324

PostPosted: Thu Mar 18, 2010 7:23 am    Post subject: Reply with quote

--

Last edited by 96140 on Wed Sep 11, 2013 8:42 am; edited 1 time in total
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Thu Mar 18, 2010 8:05 am    Post subject: Reply with quote

nightmorph wrote:
It's not a bug in the ebuild. Xfburn requires [uri link=http://libburnia-project.org]libburn[/url], which is a separate burning library + utilities. Some apps use cdrecord or cdrkit, and some use libburn/libisofs. There is a virtual package for apps that can use cdrecord or cdrkit, since those are drop-in compatible. However, libburn's code is different from both of those. It's not as easy to replace.


So? Then how do you explain the fact that xfburn fails with libburn but works with cdrtools? I (a total n00b) would just think that the libburn backend is broken, and that the ebuild should be changed to use the virtual for cdrtools/cdrkit as a backend. Because it seems that xfburn prefers cdrtools over libburn (same for brasero, in which the libburn backend has to be explicitly activated through gconf). I know, this is a so called 'bad practice' for a distribution, because this needs to be fixed in the code, but that should not bother the user unless he insists xfburn to use the libburn backend. The user just doesn't want to figure out which combination of burning backends works, whenever one is broken it should not be used by default.

Or am I totally missing the point here? :? :? :?
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6145
Location: Dallas area

PostPosted: Thu Mar 18, 2010 11:51 am    Post subject: Reply with quote

nightmorph wrote:
It's not a bug in the ebuild. Xfburn requires [uri link=http://libburnia-project.org]libburn[/url], which is a separate burning library + utilities. Some apps use cdrecord or cdrkit, and some use libburn/libisofs. There is a virtual package for apps that can use cdrecord or cdrkit, since those are drop-in compatible. However, libburn's code is different from both of those. It's not as easy to replace.


I'm using app-cdr/cdrkit with virtual/cdrtools and libburn-0.7.8 and xfburn-0.4.3 works fine for me (sata dvd burner)
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum