Bug 23134

Summary: Can't install from parallel port CD-ROM drive
Product: [Retired] Red Hat Linux Reporter: Tim Waugh <twaugh>
Component: anacondaAssignee: Brock Organ <borgan>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: Florence Beta-3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-20 21:09:30 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 Tim Waugh 2001-01-02 12:05:26 UTC
The installer seems to be doing the following:

- extract paride
- insmod paride
- rmmod paride
- extract aten
- insmod aten (fails)
- insmod paride
- insmod aten
- rmmod aten paride
(repeat for bpck, etc)
- extract pcd
- insmod pcd (fails)

It _should_ do the following instead:

- extract paride
- insmod paride
- extract aten
- insmod aten
- extract bpck
- insmod bpck
(repeat for other protocols)
- extract pcd
- insmod pcd

I.e. it should load _all_ of the modules, with paride first and pcd last.

Comment 1 Tim Waugh 2001-01-02 12:26:05 UTC
(and actually this is with qa1229.0, not beta1)

Comment 2 Michael Fulbright 2001-01-03 21:21:52 UTC
Assigning to a developer.

Comment 3 Tim Waugh 2001-01-04 17:39:55 UTC
Found the problem: paride.o is not in drivers.img's modules.cgz. :-/

paride.o needs to be in that, and also a line in modules.dep that says:

paride: parport_pc

With those changes, installing from Backpack CD-ROM succeeds.

Comment 4 Tim Waugh 2001-01-10 13:49:21 UTC
This is still broken in beta 2.

There must be something going wrong with dependency resolution for driver disks.  pcd.o is there, but paride.o (which is uses symbols from) just isn't.


Comment 5 Glen Foster 2001-01-11 21:16:45 UTC
This defect is considered MUST-FIX for Florence Gold release

Comment 6 Erik Troan 2001-01-16 23:11:23 UTC
We weren't looping over the dependency resolution when building disks. This
should be fixed now, and I've sent twaugh a driver disk to try w/ beta 2.