View previous topic :: View next topic |
Author |
Message |
clacker
Joined: 07 Jun 2006 Posts: 4
|
Posted: Wed Jun 07, 2006 4:11 pm Post subject: cdrecord tricks |
|
|
I was having some problems trying to use cdrecord in dsl-n because it works slightly differently than the cdrecord in dsl does. First of all, you need to run it as root. The second things was the CD drives didn't appear when I ran [b]sudo cdrecord -scanbus[/b]. At first I wrote off making CDs in dsl-n, but then I read elsewhere that you can look at the output from [b]dmesg[/b] to find your drives.
[b]dmesg | grep "CD"[/b]
Mine show up as ATAPI drives, so I could find there numbers using:
[b]sudo cdrecord dev=ATA -scanbus[/b]
Then I was able to record my iso using
[b]sudo cdrecord -v dev=ATA:0,1,0 myimage.iso[/b]
the numbers (0,1,0) that you will need may be different. Look at the output to cdrecord -scanbus for the correct ones. |
|
Back to top |
|
|
cbagger01
Joined: 21 Apr 2006 Posts: 27
|
Posted: Wed Jun 07, 2006 9:27 pm Post subject: |
|
|
Good Tip
Thanks. |
|
Back to top |
|
|
Winter Knight
Joined: 29 May 2006 Posts: 65
|
Posted: Fri Jun 16, 2006 7:34 am Post subject: Thank you |
|
|
When I read the topic of this post I said to myself, "cdrecord doesn't work in dsl-n!" But I tried your trick, and it works. Thank you. |
|
Back to top |
|
|
zigzag125
Joined: 12 Jul 2006 Posts: 4
|
Posted: Wed Jul 12, 2006 6:52 am Post subject: |
|
|
i didnt get it to work which really sucks because i need to figure out how to burn a iso of windows for my computer
my cd burner is a liteon
i've read elsewhere that this device might not be compatible with cdrecord |
|
Back to top |
|
|
ke4nt
Joined: 02 May 2006 Posts: 13
|
Posted: Wed Jul 12, 2006 3:44 pm Post subject: |
|
|
My liteon DVD burner works fine with cdrecord.
Changing mindset over to the ATA: code in cdrecord was
the hurdle I had to figure/find out about, even in the larger distros.
73
ke4nt |
|
Back to top |
|
|
zigzag125
Joined: 12 Jul 2006 Posts: 4
|
Posted: Thu Jul 13, 2006 3:42 am Post subject: |
|
|
i got it to work, but i wasnt able to get my cdrom detected when i had dsl-n installed on my hard drive but when i run it off the cd my cdrom is detected just fine
any ideas why? |
|
Back to top |
|
|
stade
Joined: 04 Aug 2006 Posts: 3
|
Posted: Fri Aug 04, 2006 6:32 pm Post subject: |
|
|
i did not know thank you ! |
|
Back to top |
|
|
|