LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   RHEL 4.4 hangs at: Initializing hardware... storage network audioDisabling IRQ #11 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/rhel-4-4-hangs-at-initializing-hardware-storage-network-audiodisabling-irq-11-a-660710/)

CRC123 08-05-2008 04:44 PM

RHEL 4.4 hangs at: Initializing hardware... storage network audioDisabling IRQ #11
 
Hello, this is my first post so please be nice : )

I'm having a problem getting RHEL 4 update 4 booting on Sony SZ-series laptops at work.

Key Points:
1. The OS has been installed onto a USB flash drive
2. It is able to boot on all our other laptops
3. Boot parameters are "nosmp noapic nolapic nomce"

Starting udev completes fine, but then it hangs on this:

Quote:

Initializing hardware... storage network audioDisabling IRQ #11
I think this points towards an IRQ conflict, however Sony's BIOS is a dumbed down version that lacks any useful configuration options.

Anyone had this problem or can offer some guidance?

Thank you.

amani 08-06-2008 10:00 AM

Why are you disabling power management in laptops?

Boot it in verbose mode and provide more details (replace 'quiet' in the kernel line )

CRC123 08-06-2008 01:43 PM

The power management (as well as the other boot parameters) being disabled is a requirement for the software we're using.

Some extra info that may be useful is that if I disable the uhci-hcd(USB 1.0) module from loading, it boots up fine but lacking USB 1.0 support.

Also, quiet is not being used in the boot params.

When I boot into rescue mode off CD and look at the drive, there are no log entries pertaining to the previous "failed" boot. If you want, I can give you the log messages from a boot where I disabled uhci-hcd from loading.

Here is what I copied off the screen after it freezes:
Quote:

...
Attached scsi disk adb at scsi1, channel 0, id 0, lun 0
Loading jbd.ko module
Loading ext3.ko module
Creating root device
Mounting root filesystem
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Switching to new root
SELinux: Disabled at runtime.
SELinux: Unregistering netfilter hooks
INIT: version 2.85 booting
Setting default font (latarcyrheb-sun16): [ OK ]
Welcome to Red Hat Enterprise Linux ES
Press 'I' to enter interactive startup.
Starting udev: [ OK ]
Initializing hardware... storage network audioDisabling IRQ #11
After that it just sits there for a few minutes before it starts spitting out "INIT: cannot execute "/sbin/mingetty"" errors.

Thank you for your reply.

amani 08-06-2008 05:37 PM

try adding "ignore IRQ 11" in /etc/... etc
That is one way of resolving conflicts

CRC123 08-07-2008 10:50 AM

amani, I don't know what file you are referring to, but I have found a "work-around" that will suffice for now:

If I add "irqfixup irqpoll" along side the other boot parameters, it will boot with full USB 1.0 and 2.0 support. The Disabling IRQ #11 error still shows up, but it seems these parameters help the OS get around that problem. Thanks for your help amani.


All times are GMT -5. The time now is 02:09 PM.