burniso2cd feature request

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

burniso2cd feature request

#1 Post by jcoder24 »

I currently have an external usb cdrom that I was unable to use in puppy prior to MUT. Even the current version of pmount loads the correct modules but doesn't list the cdrom as a device that can be mounted.

Burniso2cd works fine for ide drives but for my usb cd burner it ejects the cd without burning although it says that the process was completed successfully. The command used when trying to burn my cd was cdrecord -data -eject -v speed=4 dev=ATAPI:/dev/scd0 /mnt/home/puppy-unleashed/puppy-1.0.8-mozilla.iso

My requests therefore are that burniso2cd:
1 Load drivers for external usb (and scsi cdrom) before starting (or this can be built into the cdwizard)
2 Test if to use atapi or scsi emulation before starting the burn process.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

I don't have a usb cd drive to test with, which is going to severely restrict what I can do.

But, can you determine a cdrecord executed from the commandline that does work?
What happens if you execute that command without the "ATAPI"?:
cdrecord -data -eject -v speed=4 dev=/dev/scd0 /mnt/home/puppy-unleashed/puppy-1.0.8-mozilla.iso

What do you get if you execute:
cdrecord -scanbus

User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

#3 Post by jcoder24 »

# cdrecord --scanbus
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 J

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#4 Post by BarryK »

Thanks, I think you've given me enough info to fix burniso2cd.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#5 Post by BarryK »

Try this...
Attachments
burniso2cd.gz
(2.21 KiB) Downloaded 426 times

User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

#6 Post by jcoder24 »

It now burns the iso successfully. However, I still have to run mut or pmount first so it can detect the ext. usb cdrom.

This is the output from running burniso2cd

Code: Select all

Now executing:
 cdrecord  -data -eject -v speed=4 dev=ATAPI:0,0,0 /mnt/home/puppy-unleashed/puppy-1.0.8-mozilla.iso
...done
eject: unable to find or open device for: `0,0,0'
It stills ejects the cdrom although it complained.
Attachments
burn2iso1.png
Before running mut or pmount
(8.09 KiB) Downloaded 1792 times
burn2iso2.png
After running mut or pmount
(8.55 KiB) Downloaded 1774 times

Post Reply