On Tue, 11 Nov 2003 09:20:20 +0100, Palfalvi Richard wrote: > Hi out there! > > I 've got the following problem: I built in a Plextor-CD-Writer in my Desktop-PC > (with Woody on it) but > the machine (kernel) do not recognize it. ... > Module Size Used by Not tainted > ipt_MASQUERADE 1216 1 (autoclean) > ipt_LOG 3136 1 (autoclean) > ipt_state 608 1 (autoclean) > iptable_filter 1728 1 (autoclean) > ip_nat_ftp 2944 0 (unused) > iptable_nat 12660 2 [ipt_MASQUERADE ip_nat_ftp] > ip_conntrack_irc 2496 0 (unused) > ip_conntrack_ftp 3200 0 (unused) > ip_conntrack 12684 4 [ipt_MASQUERADE ipt_state ip_nat_ftp iptable_nat > ip_conntrack_irc ip_conntrack_ftp] > ip_tables 10432 7 [ipt_MASQUERADE ipt_LOG ipt_state iptable_filter > iptable_nat] > parport_pc 25704 1 (autoclean) > lp 6912 0 (autoclean) > sg 24452 0 (unused) > ide-scsi 7488 0 > ne 6368 1 > 3c509 7968 1 > isa-pnp 27432 0 [ne 3c509] > parport 21728 1 [parport_pc lp] ... I think you're missing some module or other. Here's my lsmod: Module Size Used by Tainted: P snd-pcm-oss 39556 1 (autoclean) snd-mixer-oss 13592 1 (autoclean) [snd-pcm-oss] agpgart 21032 3 (autoclean) nvidia 1630080 11 (autoclean) apm 10156 1 (autoclean) snd-cs46xx 70472 2 snd-pcm 60900 0 [snd-pcm-oss snd-cs46xx] snd-timer 14244 0 [snd-pcm] snd-ac97-codec 41368 0 [snd-cs46xx] snd-page-alloc 6356 0 [snd-cs46xx snd-pcm] snd-rawmidi 13312 0 [snd-cs46xx] snd-seq-device 4176 0 [snd-rawmidi] snd 29348 0 [snd-pcm-oss snd-mixer-oss snd-cs46xx snd-pcm snd-timer snd-ac97-codec snd-rawmidi snd-seq-device] soundcore 3652 6 [snd] serial 49828 0 (autoclean) isa-pnp 32560 0 (autoclean) [serial] 8139too 15240 1 (autoclean) mii 2400 0 (autoclean) [8139too] crc32 2880 0 (autoclean) [8139too] sg 28092 0 (unused) ide-scsi 10320 0 ide-cd 32352 0 ide-floppy 14044 0 usb-uhci 23600 0 (unused) dsbr100 4348 0 (unused) usbcore 62572 0 [usb-uhci dsbr100] videodev 6048 1 [dsbr100] sr_mod 15896 0 scsi_mod 58324 3 [sg ide-scsi sr_mod] cdrom 28512 0 [ide-cd sr_mod]
I think you need scsi_mod and sr_mod (someone correct me if I'm wrong). I have also included the relevant bits from dmesg below. ide-cd: ignoring drive hdc hdd: attached ide-cdrom driver. hdd: ATAPI 40X DVD-ROM drive, 256kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.12 hdc: attached ide-scsi driver. scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: PLEXTOR Model: CD-R PX-W1210A Rev: 1.10 Type: CD-ROM ANSI SCSI revision: 02 Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray I think you also need to stick "ide-cd ignore=hdc" in /etc/modutils/aliases too, (and run update-modules after) since your ide-cd modules is loaded before your ide-scsi module. Alternatiely, you can swap the order of ide-scsi and ide-cd in /etc/modules. hope that helps duck -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]