The only SCSI device you have on your system is the CDRW drive that ide-scsi
is emulating as a SCSI device.  I have 1 other SCSI device in addition
to trying to run ide-scsi on my CDRW drive - for a total of TWO SCSI
devices.  After booting without trying to load ide-scsi for hdd, I'd
like for someone to look at the following info:
====================================================================
Here are the relevant parts from 'dmesg':
VP_IDE: IDE controller on PCI bus 00 dev 89
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci00:11.1
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:DMA
hda: IC35L040AVER07-0, ATA DISK drive
hdb: ASUS CD-S500/A, ATAPI CD/DVD-ROM drive
hdc: IC35L040AVER07-0, ATA DISK drive
hdd: SONY CD-RW CRX145E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=5005/255/63, UDMA(100)
hdc: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=79780/16/63, UDMA(100)
ide-floppy driver 0.99.newide
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 >
 hdc: hdc1 hdc2 hdc3
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 198k freed
VFS: Mounted root (ext2 filesystem).
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
3ware Storage Controller device driver for Linux v1.02.00.020.
scsi0 : Found a 3ware Storage Controller at 0xe800, IRQ: 10, P-chip:
5.7
scsi0 : 3ware Storage Controller
  Vendor: 3ware     Model: 3w-xxxx           Rev: 1.0
  Type:   Direct-Access                      ANSI SCSI revision: 00
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 160832256 512-byte hdwr sectors (82346 MB)
 sda: sda1 sda2 sda3 sda4
=======================================================================
Here are the contents of /proc/scsi:
[root@localhost root]# cd /proc/scsi
[root@localhost scsi]# ls -l
total 0
dr-xr-xr-x    2 root     root            0 Sep  4 00:00 3w-xxxx
-r--r--r--    1 root     root            0 Sep  4 00:00 scsi
root@localhost scsi]# cat scsi
Attached devices: 
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: 3ware    Model: 3w-xxxx          Rev: 1.0 
  Type:   Direct-Access                    ANSI SCSI revision: ffffffff
=======================================================================
Here are the results of 'lsmod':
[root@localhost scsi]# lsmod
Module                  Size  Used by    Not tainted
binfmt_misc             7460   1 
autofs                 11940   0  (autoclean) (unused)
tulip                  43264   1 
ide-cd                 30304   0  (autoclean)
cdrom                  32064   0  (autoclean) [ide-cd]
usb-uhci               24452   0  (unused)
usbcore                71968   1  [usb-uhci]
ext3                   67296   5 
jbd                    49528   5  [ext3]
3w-xxxx                32160   2 
sd_mod                 12960   4 
scsi_mod              109392   2  [3w-xxxx sd_mod]
=======================================================================
Here are the contents of /etc/modules.conf:
[root@localhost scsi]# cat /etc/modules.conf
alias parport_lowlevel parport_pc
alias eth0 tulip
options ide-cd ignore=hdd
alias scsi_hostadapter 3w-xxxx
alias hdd ide-scsi
alias usb-controller usb-uhci
=======================================================================
Here are the contents of /etc/grub.conf:
[root@localhost scsi]# cat /etc/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,4)
#          kernel /vmlinuz-version ro root=/dev/hda6
#          initrd /initrd-version.img
#boot=/dev/hda
default=4
timeout=10
splashimage=(hd0,4)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-10.02-SEP-2002)
        root (hd0,4)
        kernel /vmlinuz-2.4.18-10.02-SEP-2002 ro root=/dev/hda6
        initrd /initrd-2.4.18-10.02-SEP-2002.img
title Red Hat Linux (2.4.18-10)
        root (hd0,4)
        kernel /vmlinuz-2.4.18-10 ro root=/dev/hda6
        initrd /initrd-2.4.18-10.img
title Red Hat Linux (2.4.18-3)
        root (hd0,4)
        kernel /vmlinuz-2.4.18-3 ro root=/dev/hda6
        initrd /initrd-2.4.18-3.img
=======================================================================
Results of 'cdrecord -scanbus':
[root@localhost scsi]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
        0,0,0     0) '3ware   ' '3w-xxxx         ' '1.0' Disk
        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) *
=======================================================================
Here is what happens when I run 'insmod -v ide-scsi':
scsi: aborting command due to timeout : pid 231, scsi1, channel 0, id
0, lun 0, Inquiry 00 00 00 ff 00

This results in the system locking up.
As you can see, I have a 3Ware 6000 series IDE-RAID controller card that
is handled as a SCSI device.  Maybe there is a certain order in which
the SCSI modules (scsi_mod/sd_mod for the 3Ware card and ide-scsi for
the CDRW) need to be loaded?
So far everyone has given me good ideas, and I think we're getting closer
to a fix.
Thanks everybody!

--
Sean Staats


---- Oleg Goldshmidt <[EMAIL PROTECTED]> wrote:
> Sean Staats <[EMAIL PROTECTED]> writes:
> 
> > I have a system with a regular CDROM drive (hdb) AND a CDRW drive
> (hdd).
> > To get RH7.3 to install, I had to type "linux hdd=ide-scsi" 
> 
> I also have a computer with a CD-ROM (hdb) and a CD-R/RW (hdd), just
> like yours. I did a clean 7.3 install on it (a hard drive with 7.2
> on
> it went bust, so I got a new one), didn't use any boot options, didn't
> muck around with modules, everything, including CD writer worked out
> of the box, with kernels 2.4.18-3 and 2.4.18-10. It worked just fine
> with RH7.2, as well.
> 
> FWIW:
> 
> hda: IC35L040AVVN07-0, ATA DISK drive
> hdb: FX4824T, ATAPI CD/DVD-ROM drive
> hdc: IBM-DTTA-350840, ATA DISK drive
> hdd: RICOH CD-R/RW MP7120A, ATAPI CD/DVD-ROM drive
> 
> $ cat /etc/modules.conf
> alias parport_lowlevel parport_pc
> alias eth0 3c59x
> alias usb-controller usb-uhci
> alias sound-slot-0 sb
> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null
> 2>&1 || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null
> 2>&1 || :
> alias synth0 awe_wave
> 
> $ /sbin/lsmod
> Module                  Size  Used by    Tainted: P  
> sg                     33924   0 (autoclean)
> sr_mod                 16536   0 (autoclean)
> sb                      9088   0 (autoclean)
> sb_lib                 40096   0 (autoclean) [sb]
> uart401                 7872   0 (autoclean) [sb_lib]
> sound                  70860   0 (autoclean) [sb_lib uart401]
> soundcore               6404   5 (autoclean) [sb_lib sound]
> tdfx                   37592   1
> agpgart                39424   0 (unused)
> binfmt_misc             7364   1
> autofs                 11684   0 (autoclean) (unused)
> 3c59x                  28520   1
> ide-scsi                9536   0
> scsi_mod              107648   3 [sg sr_mod ide-scsi]
> ide-cd                 30208   0
> cdrom                  32000   0 [sr_mod ide-cd]
> usb-uhci               24420   0 (unused)
> usbcore                71552   1 [usb-uhci]
> ext3                   66464   5
> jbd                    48952   5 [ext3]
> 
> $ su -c "cdrecord -scanbus"
> Password: 
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> Linux sg driver version: 3.1.24
> Using libscg version 'schily-0.5'
> scsibus0:
>         0,0,0     0) 'RICOH   ' 'CD-R/RW MP7120A ' '1.20' 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) *
> 
> Hope it helps,
> 
> -- 
> Oleg Goldshmidt | [EMAIL PROTECTED] 
> =================================================================
> "... Of theoretical physics and programming, programming embodied 
> the greater intellectual challenge." [E.W.Dijkstra, 1930 - 2002.]
> 
> 
> 
> _______________________________________________
> Redhat-install-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
>  



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to