Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vcd burning without scsi emulation?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
brosen
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 81

PostPosted: Sat Mar 13, 2004 9:52 am    Post subject: vcd burning without scsi emulation? Reply with quote

Hi,
I want to burn a few (s)vcds but it seems xcdroast isn't able to handle the bin/cue files correctly. Either that, or I'm missing something there.
I tried cdrdao, but that seems to require scsi emulation and a recompile of the kernel (modprobe ide-scsi is ok, pg is not).

So, any other tools out there able to help me, I don't have kde installed btw?

Thanks.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Sat Mar 13, 2004 10:55 am    Post subject: Reply with quote

brosen,

If you use a 2.4 kernel, you need scsi emulation for CD burning. ATAPI may work for you but its flaky.

Under 2.6, ATAPI burnings is supposed to be preferred. For me, it breaks badly unless I use a burn-proof drive, so I've stuck with SCSI emulation.

There is really only one CD burning tool but it has many pretty front ends.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
brosen
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 81

PostPosted: Sun Mar 14, 2004 7:13 am    Post subject: Reply with quote

NeddySeagoon,

thanks for the help. I am running a 2.4, so I guess it's back to recompiling the kernel. Hopefully it'll speed up burning too which is very slow.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Sun Mar 14, 2004 1:26 pm    Post subject: Reply with quote

brosen,

If you already use modules, you can choose the new modules you need and do
Code:
make modules
make modules_install

No need to do the whole kernel. You can only add modules this way. If you say 'Y' rather than 'M' you need to do the whole make dep ... install ... reboot thing.
With modules, they will either be loaded 'on the fly' or with modprobe.

You need the following modules (use lsmod to check):-
Code:
sr_mod
scsi_mod
ide_scsi
sg
sd_mod

and you need to edit your kernel command line to add
Code:
ide-scsi=/dev/hdX
where hdX is your burner.
You will need to reboot once for this to take effect.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
brosen
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2003
Posts: 81

PostPosted: Sun Mar 14, 2004 2:04 pm    Post subject: Reply with quote

Thanks for all your help and suggestions, NeddySeagoon.
Of course, I'd already gone and done a complete recompile of the kernel before I saw you latest post after I found a guide in the tips and tricks section of the forum.

Everything is working fine now thanks, and I get decent speeds burning now too.

Thanks again :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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