Operating System - Linux
1827807 Members
3013 Online
109969 Solutions
New Discussion

ASR Lockup Detected by System ROM

 
SOLVED
Go to solution
Wayne Marsh_1
Occasional Advisor

ASR Lockup Detected by System ROM

350 G3. Current Firmware & software revisions (TBC). Customer complains of daily restart..

error = "ASR Lockup Detected by System ROM"
(casm device driver alerted)

No pattern to time of occurrence

OS = RH8

Any one seen this one before please?

Cheers

5 REPLIES 5
Jerome Henry
Honored Contributor

Re: ASR Lockup Detected by System ROM

Wayne Marsh_1
Occasional Advisor

Re: ASR Lockup Detected by System ROM

Ok We'll run hardware diagnostics, outage permitting

Thx
Stuart Browne
Honored Contributor
Solution

Re: ASR Lockup Detected by System ROM

You wouldn't happen to be using the 'tg3' driver for your network card would you, and not have updated the kernel after installing the OS?

There are bugs int he 'tg3' driver of which cause a system under load to restart periodically. We witnessed this on a machine in another country (fun to diagnose! really!).

Solution: Stop using the 'tg3' driver, and use 'bcm5700' instead.

This should just be a case of modifying /etc/modules.conf, changing the 'alias eth0 tg3' line to 'alias eth0 bcm5700', and restarting. (ok, could get away with:

service network stop
rmmod tg3
service network start

but if you can stop network, you may as well restart *shrug*. And if you are connecting via a network, it's just easier!).

hope this helps...
One long-haired git at your service...
Kerry Koppert
New Member

Re: ASR Lockup Detected by System ROM

Yes the machine is using the tg3 ethernet driver, although it could hardly be described as being under load. I'll try the other driver you specify and see if this makes a diference.
Kerry Koppert
New Member

Re: ASR Lockup Detected by System ROM

Well replacing the tg3 driver with the bcm5700 driver seems to have fixed the problem. Well spotted sir.