I'm using Ubuntu 9.04 (Jaunty Jackalope). I recently downloaded (on dialup) the ISO of 9.10 (Karmic Koala). And I can't get it to burn.
I've used several GUI programs, including GnomeBaker, and the one that's installed by default. I don't remember the name of it at the moment, and it's currently uninstalled. I did manage to make five or six coasters.
A little bit of googling taught me that Ubuntu is using a fork of cdrtools, known as cdrkit. Cdrkit includes something called "wodim," which is a fork of "cdrecord." Cdrkit, and wodim, are, according to numerous posts I've read online, notoriously buggy. So, I uninstalled them, all the front ends that rely on them, and downloaded the source-code to cdrtools, and installed them from scratch. That all went well.
But as I'm now trying to use cdrecord, I'm pulling out my hair.
Here's what happend when I tried to "scanbus" the situation.
#/opt/schily/bin/cdrecord -scanbus
/opt/schily/bin/cdrecord: Warning: Running on Linux-2.6.28-16-generic
/opt/schily/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/opt/schily/bin/cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
/opt/schily/bin/cdrecord: Permission denied. Cannot open '/dev/sg0'. Cannot open SCSI driver.
/opt/schily/bin/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
/opt/schily/bin/cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Do I really need to drop back to a 2.4 kernel to get this program to work. That seems weird.
Then I tried this.
# /opt/schily/bin/cdrecord -dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
/opt/schily/bin/cdrecord: Warning: Running on Linux-2.6.28-16-generic
/opt/schily/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/opt/schily/bin/cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
/opt/schily/bin/cdrecord: No such file or directory. Cannot open SCSI driver.
/opt/schily/bin/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
/opt/schily/bin/cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
And I get similar results when I forget the whole "scanbus" thing and plug in what I think are valid device parameters (0,0,0), and try to burn the iso, but I keep getting "no such file or directory" or "permission denied" errors
It's so late that it's getting early, so I'm probably not thinking straight.
But I don't get the whole "permission denied" things, as I'm logged in as root.
But has anyone burned a CD ISO on Ubuntu 9.04, and if so, how did you do it?
Thanks.