Browsing archives for June 26th, 2007

CD Burning In Kernel 2.6.x (IDE)

Debian,Open Source 26 June 2007 View Comments

If you’re still running kernel 2.4.x, to burn a cd you’re forced to use SCSI emulation (under kernel module ide-scsi). But in kernel 2.6.x, it’s easy as 123. We can use ide-cd. Firstly, you’ll need to load it: sudo modprobe ide-cd And to burn a cd, you have to make an iso file. Use apt [...]