$ cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (i586-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
       0,0,0     0) 'MATSHITA' 'CD-ROM CR-588   ' 'LS15' Removable
       CD-ROM 0,1,0     1) *
       0,2,0     2) *
       0,3,0     3) *
       0,4,0     4) *
       0,5,0     5) *
       0,6,0     6) *
       0,7,0     7) *

The CD-ROM is there but CD Writer get lost !




Stephen,


I believe you are mixing apples and oranges.  There are two
possibilities:

1) Use ATAPI support - no SCSI emulation, no 'hdd=ide=scsi' in grub/lilo
2) Use SCSI emulation support - SCSI emulation,
'hdc=ide=scsi hdd=ide=scsi'

By using the line 'hdd=ide=scsi', you have removed hdd from visibility
as an ATAPI device, so of course it doesn't appear which you issue
'cdrecord -scanbus dev=ATAPI'.

Whether or not you can use option 1) depends on how recent your 2.4
kernel is, or it's cool on 2.6, You appear to have an appropriate
version of cdrecord. Apparently, even the latest versions of cdrdao
with work with ATAPI support



Hi Collins,


I tried both advice. Sorry, non of them work in my case. CDWriter could not be detected.

# modprobe ide-scsi
no printout

# cat /etc/modules.autoload.d/kernel-2.4
An empty file

# lsmod
Module Size Used by Tainted: GF
snd-pcm-oss 34756 0 (autoclean) (unused)
snd-mixer-oss 10992 0 (autoclean) [snd-pcm-oss]
floppy 47036 0 (autoclean)
ppp_synctty 5792 0 (unused)
ppp_async 7264 1
ppp_generic 14748 3 [ppp_synctty ppp_async]
slhc 4848 0 [ppp_generic]
8139too 14152 2
mii 2160 0 [8139too]
snd-emu10k1 57684 0
snd-pcm 53632 0 [snd-pcm-oss snd-emu10k1]
snd-timer 12644 0 [snd-pcm]
snd-util-mem 1184 0 [snd-emu10k1]
snd-rawmidi 12448 0 [snd-emu10k1]
snd-page-alloc 5748 0 [snd-emu10k1 snd-pcm]
snd-ac97-codec 35992 0 [snd-emu10k1]
snd-seq-device 3776 0 [snd-emu10k1 snd-rawmidi]
snd-hwdep 4672 0 [snd-emu10k1]
snd 28260 0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-util-mem snd-rawmidi snd-ac97-codec snd-seq-device snd-hwdep]
soundcore 3364 6 [snd]
usb-storage 55608 0 (unused)
hid 12468 0 (unused)
usb-ohci 17152 0 (unused)
usbcore 55264 1 [usb-storage hid usb-ohci]


# uname -r
2.4.20-gentoo-r7

Thanks

B.R.
Stephen

P.S. I feel the keystroke response being a little bid slow. On typing this email the character takes a while to appear on the screen after keying in. Any adjustment can I make?

--
[EMAIL PROTECTED] mailing list



Reply via email to