USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Brasero Burning
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications
View previous topic :: View next topic  
Author Message
ghostdawg
Member


Joined: 27 Dec 2024
Posts: 130
Location: MO

PostPosted: Thu Jan 01, 2024 3:11 pm    Post subject: Brasero Burning Reply with quote

Happy New Year to all and I hope it be a safe one.

I was trying to burn an iso file to a dvd+ disc using Brasero and everything seems to be going good until time to click the 'burn' button, but it is greyed out. No matter which iso I choose, the burn button always greyed out.

Does anybody else have this problem with Brasero? I'm doing this with Debian.

Thnx.



_________________
Debian 64 - Sourcemage - Fedora 10
Back to top
View user's profile Send private message
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jan 01, 2024 3:56 pm    Post subject: Reply with quote

In Brasero with Fedora my burn buttons weren't greyed out, but every time I tried to burn, it would fail before it actually started burning, regardless of WHAT I was trying to burn. I gave up and installed k3b and removed the garbage pail that is Brasero, despite it requiring all KDE packages. Haven't had an issue burning since then though.

Just went to show me how far behind k3b most of the other gui burning tools are.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
eriefisher
Jr. Member


Joined: 12 Jul 2024
Posts: 89

PostPosted: Thu Jan 01, 2024 5:20 pm    Post subject: Reply with quote

There have been a lot of reports about Brasero problems. I don't know that they got it figured out yet. I would try another app such as Gnomebaker, K3B or even Xfburn which is shaping up nicely. Xfburn is taking a lot of it's design from K3B.


Back to top
View user's profile Send private message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Thu Jan 01, 2024 6:49 pm    Post subject: Reply with quote

You can't beat k3b. The only other burning utility for Linux I liked was XCDRoast. Anybody remember that one? Smile



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jan 01, 2024 6:59 pm    Post subject: Reply with quote

I do. I attempted to use it early in my linux days. I never really figured out how to get it working right. But then, I coudln't figure out anythng back then.

eriefisher wrote:
There have been a lot of reports about Brasero problems. I don't know that they got it figured out yet. I would try another app such as Gnomebaker, K3B or even Xfburn which is shaping up nicely. Xfburn is taking a lot of it's design from K3B.


wow, I just went to find some screenshots of xfburn...you're right. Looks almost exactly like k3b!! Might have to try it out sometime.



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Thu Jan 01, 2024 7:23 pm    Post subject: K3B is my favorite burner too Reply with quote

Considering that K3B was the one app that finally got me away from using command line cdrecord (which has since been superseded anyway by another app, wodim, if I remember correctly, I agree. K3B is, at times, the reason that I will run KDE rather than something else on a given day. I have found xfburn to work well, as a few of you have. I may have done one or two burns in the past with either Brasero or GNOME Baker, but frankly, I like the K3B interface. Very little guess work, and it makes the right choices, unless I specifically want to do something, like run in DAO mode and cut the speed, which I can easily do with it. K3B is what brought me away from the command line, and it came at a time when they were moving from the dev 0,1,0 convention to the /dev specs typically used today. Either way, if they change their mind five times about where things are, K3B takes care of those details for me and it works, so it remains my favorite ISO image burning program.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
pbharris
Member


Joined: 02 Jul 2024
Posts: 320
Location: chicago

PostPosted: Thu Jan 01, 2024 7:27 pm    Post subject: Reply with quote

ah this is what i use at command line:

make a dvd video w/ vob structure:
growisofs -Z /dev/hdb -dvd-video /di/with/AUDIO_VIDEO/
To burn an ISO of a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Make a data DVD from files:
growisofs -M /dev/dvd -R -J /more/files
Also use for non-dvd:
cdrecord -dev 0,1,0 speed=4 discname.iso


Back to top
View user's profile Send private message AIM Address Yahoo Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Thu Jan 01, 2024 8:07 pm    Post subject: Reply with quote

pbharris wrote:
ah this is what i use at command line:

make a dvd video w/ vob structure:
growisofs -Z /dev/hdb -dvd-video /di/with/AUDIO_VIDEO/
To burn an ISO of a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Make a data DVD from files:
growisofs -M /dev/dvd -R -J /more/files
Also use for non-dvd:
cdrecord -dev 0,1,0 speed=4 discname.iso


I like clicky. Smile Smile



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
masinick
Linux Guru


Joined: 03 Apr 2024
Posts: 8615
Location: Concord, NH

PostPosted: Thu Jan 01, 2024 8:28 pm    Post subject: Good old cdrecord command Reply with quote

pbharris wrote:
ah this is what i use at command line:

make a dvd video w/ vob structure:
growisofs -Z /dev/hdb -dvd-video /di/with/AUDIO_VIDEO/
To burn an ISO of a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Make a data DVD from files:
growisofs -M /dev/dvd -R -J /more/files
Also use for non-dvd:
cdrecord -dev 0,1,0 speed=4 discname.iso


I used to use
Code:
cdrecord -dev 0,1,0 speed=4 discname.iso
all the time for ISO images. Until I got my newer systems I did not have a DVD burner, only a DVD reader, and by that time, I was using k3b.



_________________
Brian Masinick
Distros: SimplyMEPIS
sidux - no CAPS!, antiX, Debian
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Thu Jan 01, 2024 9:08 pm    Post subject: Reply with quote

XCDRoast was just a graphical frontend for cdrecord, IIRC.



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3


Last edited by lynch on Fri Jan 02, 2024 2:10 am; edited 1 time in total
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Fri Jan 02, 2024 1:07 am    Post subject: Reply with quote

Quote:
TkDVD

TkDVD is a GUI for dvd+rw-tools and cdrecord/cdrkit. It allows burning DVD+R/RW, -R/RW, and CD-R/RW discs easily.


Quote:
TkDVD is a GUI to dvd+rw-tools and cdrecord. It allows burnning CDs and DVDs easily.

Features:

* View the current command line that will be used to burn the CD/DVD
* Burn CD/DVD from iso images
* Create ISO images from files and CD/DVD
* CD/DVD Copy
* Can overburn CD/DVD
* Support multi session CD/DVD
* Add/delete/exclude file/directories and show current used space
* Can keep directory structure
* Options to choose iso9660 filesystem extension (like Joliet or RockRidge extensions)
* Prevent burning if used space > DVD+R/RW capacity
* Show output of growisofs/mkisofs to view burned % and estimated remaining time


http://freshmeat.net/projects/tkdvd/

http://regis.damongeot.free.fr/tkdvd/



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6670
Location: Central Montana

PostPosted: Fri Jan 02, 2024 4:08 am    Post subject: Reply with quote

I've never tried Brasero, used K3b a couple of times and didn't like it, I prefer the CLI to the GUI's. That way I don't have to load KDE/Gnome libs and such Razz ....... you can blame crouse, Germ, sidux and others for that ...... once they got me started, I never turned back to GUI's Wink

USALUG Tutorial and How To INDEX page Clik Wink

Check out these USALUG threads -
How To Check MD5sums On A Linux ISO Clik Wink
Checklist before burning your Linux CD Clik Wink
Burning ISOs- The Command Line Way Clik Wink
Creating an ISO file from a CD -- Via The Command Line Clik Wink


sidux CLI tutorials here Clik Wink



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
Lord.DragonFly.of.Dawn
Advanced Member


Joined: 18 Jul 2024
Posts: 607
Location: South Portland, Maine, USA, Earth, Sol System

PostPosted: Fri Jan 02, 2024 4:33 am    Post subject: Reply with quote

For most things Nautilus serves me well for burning data cds and DVDs. serpentine for audio cds. cdrecord/wodim and growisofs also have their places for me.

But if i'm doing anything exotic i still turn to k3b

now if only they could rewrite it so that it didn't depend on so much of the KDE libraries.



_________________
ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)

PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
Back to top
View user's profile Send private message Visit poster's website
ghostdawg
Member


Joined: 27 Dec 2024
Posts: 130
Location: MO

PostPosted: Fri Jan 02, 2024 5:23 am    Post subject: Reply with quote

Thanks for the replies. I did end up using xfburn. It's part of XFCE and a little more lightweight than K3B. I know k3b is one of the best around but I just hate getting all the other kde libs installed.

Thnx.



_________________
Debian 64 - Sourcemage - Fedora 10
Back to top
View user's profile Send private message
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Tue Mar 31, 2024 3:01 am    Post subject: Reply with quote

NeroLinux, NeroLinux, NeroLinux.

Oh, did I mention NeroLinux?



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse