On Sun, 2002-06-23 at 15:46, Max Moritz Sievers wrote: > Hello, > I want to emulate SCSI for my IDE-CD-burner. > I compiled Linux with SCSI support for CD-ROMs and generic devices an I > enabled SCSI emulation. > I read that I have to add > »append="hdx=ide-scsi hdy=ide-scsi"« > to /etc/lilo.conf in »Start Lilo global Section«. > But I use GRUB so I edited my /boot/grub/menu.lst in this way: > »kernel (hd0,4)/boot/vmlinuz-2.2.20 root=/dev/hdc5 append="hda=ide-scsi > hdb=ide-scsi"« (in one line) > But after rebooting I have no (real) SCSI emulation: > bert:~#cat /var/log/kern.log > Jun 23 21:17:50 bert kernel: hda: PLEXTOR CD-R PX-W4012A, ATAPI CDROM drive > Jun 23 21:17:50 bert kernel: hdb: _NEC DV-5800B, ATAPI CDROM drive > Jun 23 21:17:50 bert kernel: hda: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache > Jun 23 21:17:50 bert kernel: Uniform CD-ROM driver Revision: 3.11 > Jun 23 21:17:50 bert kernel: hdb: ATAPI 48X DVD-ROM drive, 512kB Cache > Jun 23 21:17:50 bert kernel: scsi0 : SCSI host adapter emulation for IDE > ATAPI devices > Jun 23 21:17:50 bert kernel: scsi : 1 host. > Jun 23 21:17:50 bert kernel: scsi : detected total. > > How can I enable SCSI emulation with GRUB? > Max, Neither append nor quotes are not used with grub. Just use hdx=ide-scsi after root=/dev/hdx. -- Neal Registered Linux User # 159445 Libranet 2.0/ext3, XFce, Athlon800 desktop Libranet 2.0/ext3, XFcd, Toshiba 2140XCDS laptop
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]