On Sat, 2004-09-25 at 12:34, Peter Van den Wildenbergh wrote: > Hi Gang : > > Got a new toy with SCSI drives (RAID 0) and an IDE CD-RW. > Installed and patched with the latest SuSE 9.1 > > Now when I do : > > cdrecord -scanbus I don't see my IDE CDrw. > <output stripped> > scsibus2: > 2,6,0 206) 'SEAGATE ' 'DAT DAT72-052' 'A060' Removable Tape > scsibus3: > 3,0,0 300) 'MegaRAID' 'LD0 RAID1 34680R' '350O' Disk > 3,6,0 306) 'SDR ' 'GEM318P ' '1 ' Processor > (I don't see scsibus0 and scsibus1... shouldn't I?) > > when I try to burn a cd (I assume it is -dev=0,0,0) > I get this : > bigrock:~ # cdrecord -dev=0,0,0 /iso.iso > cdrecord: Asuming -tao mode. > scsibus: 0 target: 0 lun: 0 > Linux sg driver version: 3.5.30 > cdrecord: Warning Linux Bus mapping botch. > cdrecord: No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver. > > bigrock:/dev # ls sg* > sg0 sg1 sg10 sg11 sg12 sg13 sg14 sg15 sg2 sg3 sg4 sg5 sg6 sg7 sg8 sg9 > > So they are there > > I googled for it and it has something to do with the ide-scsi bridge > I altered /boot/grub/menu.lst and added hda=ide-scsi : > kernel (hd0,1)/vmlinuz root=/dev/sda3 vga=0x317 splash=silent desktop > resume=/dev/sda5 hda=ide-scsi showopts > > But it still doesn't burn :-( > > Somebody knows what the ### is going wrong? > > Thanks > > Peter
Hi Peter, Where abouts on your IDE config is the CDrw attached? For example, if it's master on the second IDE, what does cat /proc/ide/ide1/hdc/model say? Maybe even back up a step further - what about dmesg | grep hd ? Do you see it listed there? Curtis _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

