Bug 55658
| Summary: | firewire disks need edit to rc.sysinit to work at boot | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Seth Vidal <skvidal> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | rudi, rvokal, sunny_chan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-09-05 21:08:46 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
Seth Vidal
2001-11-04 05:20:19 UTC
That's not really a good way to do it; rc.sysinit needs *less* HW init code, not more. Are firewire disks hot-pluggable? do you mean will the system pick them up if they are plugged in? Not so far as I can see. If the firewire controller modules are loaded then yes they normally get picked up - but I can't figure out how to make the ieee1394 and ohci1394 modules get loaded automatically. I'm open to suggestions though. The firewire disk I am using are hot pluggable, with the same problem. /sbin/modprobe sbp2 fails with: /lib/modules/2.4.9-34/kernel/drivers/ieee1394/sbp2.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters /lib/modules/2.4.9-34/kernel/drivers/ieee1394/sbp2.o: insmod /lib/modules/2.4.9-34/kernel/drivers/ieee1394/sbp2.o failed /lib/modules/2.4.9-34/kernel/drivers/ieee1394/sbp2.o: insmod sbp2 failed even with the lines add below module sbp2 ohci1394 in the modules.conf (sbp2 is dependant on ohci1394 even though not in the modules.dep) I use a firewall hard disk box and it is fine, however kudzu doesn't detect my firewire card, and that i have to do modprobe myself. Preferably if we can detect the firewire card in the boot sequence and enable hotplug like usb This is done in the current beta. |