[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IDE burning



Burning is the best thing on Linux.

Debian standard kernel has all you need as modules so no need to
recompile kernel to get CDRW.

1. make link /dev/cdrom
 # cd /dev; rm -f cdrom ;ln -s scd0 cdrom

2.  In /etc/lilo.conf, add apppend line such as:
# Kernel command line options that apply to all installed images go
# here.  See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in
# the Linux kernel `Documentation' directory.
#
# append=""
append="hdc=ide-scsi apm=on"


3. Add modules in /etc/modules
(My full file here.)
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a #, and everything on the line after them are ignored.
#
# eth0, eth1 (Linksys and Kingston)
tulip
#
# CD-RW drive
ide-scsi
sg
#
# Sound card
es1371
#
# all ip_masq modules
ip_masq_ftp

On Mon, Mar 19, 2001 at 10:40:54PM +0100, Fr?d?ric de Villamil wrote:
> Hello,
> I'm using an IDE mitsumi cr-480te cd burner.
...
> Burning is the last thing I miss to migrate to a 100% GNU/linux debian 
> machine, so help me please =)
> frederic

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki <debian@aokiconsulting.com>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   http://www.aokiconsulting.com/debian/ for FAQ  Cupertino, CA USA  +



Reply to: