Guillaume Cottenceau wrote:
> 
> Randy welch <[EMAIL PROTECTED]> writes:
> 
> > It doesn't seem as if the ide-scsi module is loaded at boot time.  I
> > can't see my CD-RW drive until I manually load the module.
> >
> > Kernel:
> >
> > 2.2.15-4mdksmp #1 SMP Wed May 10 14:35:15
> >
> > CD-RW drive is a HP 8210 on /dev/hdd.
> >
> > This is a stock kernel.
> 
> strangely enough, on my machine which has an HP 8210i on /dev/hdd, the
> necessary links are done in conf.modules thus i can for example "cdrecord
> -scanbus" with success
> 
Here is what conf.modules has:

alias scsi_hostadapter1 ide-scsi
alias sound es1371
post-install usb-storage modprobe usbkbd; modprobe keybdev
alias scsi_hostadapter aic7xxx
alias eth0 3c59x
alias parport_lowlevel parport_pc
alias eth1 3c59x
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
alias block-major-11 scsi_hostadapter
alias usb-interface usb-uhci
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
post-install supermount modprobe scsi_hostadapter ; modprobe
scsi_hostadapter1

Here is what cdrecord has to say:

[root@kcinpc etc]# cdrecord -scanbus
Cdrecord 1.8.1 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg
Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) *
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) 'iomega  ' 'jaz 1GB         ' 'H.72' Removable Disk
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

Here is what cdrecord -scanbus says after insmod ide-scsi

[root@kcinpc /etc]# cdrecord -scanbus
Cdrecord 1.8.1 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg
Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) *
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) 'iomega  ' 'jaz 1GB         ' 'H.72' Removable Disk
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) 'HP      ' 'CD-Writer+ 8200 ' '1.0f' Removable
CD-ROM
        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) *

> however i cannot mount media, presumeably there is a wrong alias to a
> block-major in conf.modules
> 
> have you looked into your conf.modules and diagnosed something?
>
There doesn't seem to be anything obvious...

(I typically have built into the kernel the scsi stuff and the network
card items, I have enough modules available for ipchains and VMWare )

-randy

Reply via email to