Bug 101934

Summary: AR352 driver isn't installed when installing RHEL 3
Product: Red Hat Enterprise Linux 3 Reporter: Shinya Narahara <naraha_s>
Component: kernelAssignee: Rik van Riel <riel>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-16 23:56:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Shinya Narahara 2003-08-08 10:04:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0; T312461)

Description of problem:
AR352 driver(DAC960.o) isn't installed when installing RHAS3.0.
The driver have already been included in kernel module
(kernel-2.4.21-1.1931.2.349.2.2.ent), So we guess
this is not so difficult to fix, Just add the line below:
0x1069 0x0050 "DAC960"  "Mylex Corporation|AcceleRAID 352..."
into pcitables of anaconda, which is used at installing RHAS3.0.


Version-Release number of selected component (if applicable):
anaconda-9.0.4-3.RHEL, hwdata-0.89-1

How reproducible:
Always

Steps to Reproduce:
1. Connect AR352 RAID Card onto IA64 machine
2. Install RHAS3.0
3.
    

Actual Results:  /etc/modules.conf doesn't have a line:
alias scsi_hostadapter DAC960
and the DAC960.o is not included into initrd automatically.

Expected Results:  /etc/modules.conf has a line:
alias scsi_hostadapter DAC960
and the DAC960.o is included into initrd automatically.

Additional info:

If AR352 connects to system disk, the RHAS can't be
installed...

Comment 1 Jeremy Katz 2003-08-08 14:35:34 UTC
This is because DAC960 is in the kernel-unsupported package.

Comment 2 Jeremy Katz 2003-09-16 23:56:39 UTC
DAC960 has moved back into the main kernel package.