Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 1995 12:52:36 -0800 (PST)
From:      dima@FreeBSD.org (Dima Ruban)
To:        mark@grondar.za (Mark Murray)
Cc:        jhay@mikom.csir.co.za, sos@FreeBSD.org, current@FreeBSD.org, mark@grunt.grondar.za
Subject:   Re: screensaver lkms broken
Message-ID:  <199503032052.MAA01784@freefall.cdrom.com>
In-Reply-To: <199503032033.WAA01464@grunt.grondar.za> from "Mark Murray" at Mar 3, 95 10:33:56 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Murray writes:
> 
> > After the changes to syscons, the screensaver lkm's won't compile anymore.
> > It needs apm_bios.h.
> 
> This is crazy! I saw the change committed _long_ before the two emails
> reporting the error! (The commit mentioned the 'reporters').
> Talk about fast!
> 
> > By the way, how do I get to load these things? I have tried with modload,
> > but it just coredump all the time.
> 
> This happens to me too. "modload <screensaver>.o" dumps on me too.
> "modload <screensaver>" creates null files called "<screensaver>".

# Syscons screen saver
(modstat | grep -q _saver || modload -u -o /tmp/snake_saver_mod -e saver_init -q /lkm/snake_saver_mod.o) > /dev/null 2>&1

it's from my rc.local and it works just fine for me ...

> 
> M
> --
> Mark Murray
> 46 Harvey Rd, Claremont, Cape Town 7700, South Africa
> +27 21 61-3768 GMT+0200
> 

-- dima



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503032052.MAA01784>