On Wed, 2007-04-18 at 23:23 +0200, Stefan Reinauer wrote:
> * roger <[EMAIL PROTECTED]> [070418 22:26]:
> > I induced the hang with loading l440gx and then using flashrom.
> > 
> > I then unloaded l440gx and retried executing flashrom which hung.
>  
> could you report the problem to david woodhouse, the author of the
> driver?


I found the source of the clock hanging.

It occurred when modprobing l440gx.ko

# cat /sys/devices/system/clocksource/clocksource0/current_clocksource
acpi_pm <-- Problem is here.  tsc clocksource is choosen on my tyan
1832dl

To solve:
# echo "tsc" \
> /sys/devices/system/clocksource/clocksource0/current_clocksource

Clock shows it's running now.

Your tip about the timing/timer helped a lot.


--
Roger
http://www.eskimo.com/~roger/index.html
Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61

Thu Apr 19 00:44:57 PDT 2007


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to