Problem with mol on 7024-E30

Samuel Rydh mol-general@lists.maconlinux.org
Mon, 14 Oct 2002 21:37:50 +0200 (MEST)


> mol-general-admin@lists.maconlinux.org wrote on 11.10.2002 19:31:34:
>
> See my earlier post (sorry for the s/mime crap in there, that must've
> been  why I got no replies ;)
>
> Oct 14 13:40:46 43p kernel: Call backtrace:
> Oct 14 13:40:46 43p kernel: CC1BD0AC CC1BD30C CC1BD5E8 C0005A9C 0FE5D944
>  1000706C 10002C4C
> Oct 14 13:40:46 43p kernel: 0FDFC680 00000000
> Warning (Oops_read): Code line not seen, dumping what data is available
>
> Trace; cc1bd0ac <[mol]do_prom_copy_node+98/2c8>
> Trace; cc1bd30c <[mol]prom_copy_node+30/c8>
> Trace; cc1bd5e8 <[mol]sys_macos_multiplexer+244/444>
> Trace; c0005a9c <ret_from_syscall_1+0/b4>
...

> The last function seen (do_prom_copy_node) is from src/kmod/Linux/misc.c
>  and indeed seems to deal with copying the OF device tree.
>
> I'm very anxious the get mol working on this machine, is there anything
> more I can do to help troubleshooting this?
> PS. ksymoops reports some symbol mismatches and missing symbols, are
> they  something to worry about?

This is definitely due to the copying of the non-existent OF
device tree (I appreciate the symbolic backtrace, thanks).

Fixing this is trivial. I just poured half a cup of coffee
into my laptop though, so at moment I don't have ease
access to the source. I'll push a fix if/when the keyboard
starts to function properly again... So far I have recovered
the use of most keys but the 'fn' key seems to be stuck in the
down position and the alt key has turned into a mouse button :-).

In the meantime, you could probably fix the problem by commenting
out a line in main/src/prom.c (probably in prom_init()). As an
alternative, you could make the function in src/kmod/Linux/misc.c
which is used to copy device tree nodes return NULL.

Cheers,

/Samuel