View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 06:27 AM
E. Charters
 
Posts: n/a
Default Re: problem with my atapi device

Just guessing but you may need to read the CD-Writing-HOWTO
very carefully where it applies to ide-scsi modules
such as sg and sr_mod and ide-scsi and their order of loading.

Particularly pre-install options in modules.conf That is
where you put the options outlined in 2.1 of the HOWTO.

If your writer is usb it may not be supported.

EC<:-}

myardbenoit@gmail.com wrote:
> Hello dudes,
>
> I'm invoking the power of usenet in order to help me fixing a quite
> annoying problem : i can't use burn CD with my cd driver. Yeah i know,
> what a common issue, but you're kinda of my last chance..
>
> First of all, i've to say that, Slackware is such a great distro, and
> untill now, everything was just perfect.
>
> As you probably assumed, it's an ATAPI device, and i'm running kernel
> 2.4.29, it's the standard kernel (called bare.i).
>
> I gave the kernel the 'hdc=ide-scsi' option (using GRUB) and I can see
> it in dmesg's output, i also know that the ide-scsi module is loaded,
> but i can't burn anything..
>
> And for information, i read somewhere that i have to load sr_mod, but
> modprobe can't find it ! (normal behavior with bare.i ?)
>
>


Kernel command line: root=/dev/hda1 hdc=ide-scsi
> ide_setup: hdc=ide-scsi
> Initializing CPU#0
> Detected 731.470 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 1458.17 BogoMIPS
> Memory: 190888k/196544k available (1831k kernel code, 5268k reserved,
> 607k data, 120k init, 0k highmem)
> PCI: Using IRQ router VIA [1106/0596] at 00:02.0
> VP_IDE: IDE controller at PCI slot 00:02.1
> VP_IDE: chipset revision 16
> VP_IDE: not 100% native mode: will probe irqs later
> VP_IDE: VIA vt82c596b (rev 22) IDE UDMA66 controller on pci00:02.1
> ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hdaMA, hdbMA
> ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdcMA, hddio


hdc: CREATIVE CD-RW RW4424E, ATAPI CD/DVD-ROM drive

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15

hda: attached ide-disk driver.
hda: host protected area => 1
hda: 39102336 sectors (20020 MB) w/512KiB Cache, CHS=2434/255/63,
UDMA(66)
hdb: attached ide-disk driver.
hdb: host protected area => 1
hdb: 30064608 sectors (15393 MB) w/2048KiB Cache, CHS=1871/255/63,
UDMA(66)

> Partition check:
> hda: hda1 hda2
> hdb: hdb1


SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

ah -ha!


> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> Vendor: CREATIVE Model: CD-RW RW4424E Rev: 1.12
> Type: CD-ROM ANSI SCSI revision: 02
> Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
> sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
> Uniform CD-ROM driver Revision: 3.12
> I'm really sorry, it was pretty long...
>
> cdrecord -scanbus finds my device (but why is it 0,0,0 and why is my
> usb bus listed ?) :
>
> Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 JГ¶rg
> Schilling
> Linux sg driver version: 3.1.25
> Using libscg version 'schily-0.8'.
> scsibus0:
> 0,0,0 0) 'CREATIVE' 'CD-RW RW4424E ' '1.12' 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) *
> scsibus1:
> 1,0,0 100) ' ' 'USB DISK 20X ' '1.00' Removable
> Disk
> 1,1,0 101) *
> 1,2,0 102) *
> 1,3,0 103) *
> 1,4,0 104) *
> 1,5,0 105) *
> 1,6,0 106) *
> 1,7,0 107) *
>


Reply With Quote