Re: on debugging loadable modules...

Bjorn Ekwall (bj0rn@blox.se)
Thu, 14 Mar 1996 23:09:01 +0100 (MET)


>
> > at this level to /var/adm/module.log or whatever. Basically
> > the printk looks like this:
> >
> > smc_ultra_module: Loading image at base vaddr 0xdeadbeef
>
> Put it in /proc instead, save cluttering up logs

There's "ksyms -m" available as well...
(ksyms is created by "ln /sbin/insmod /sbin/ksyms" by make install)

Bjorn