APM in 2.4.18

Stephen Rothwell sfr at canb.auug.org.au
Wed May 1 12:43:36 EST 2002


Hi Michael,

On Wed, 1 May 2002 12:36:11 +1000 Michael Still <mikal at stillhq.com> wrote:
>
> This is stock 2.4.18 from kernel.org. To confirm it's the right one (I'm
> very sure, but what they hey), I'll recompile from scratch and reinstall
> it and give it another try.

The reason I asked is because the start of the apm driver init routine
looks like this:

        if (apm_info.bios.version == 0) {
                printk(KERN_INFO "apm: BIOS not found.\n");
                return -ENODEV;
        }
        printk(KERN_INFO
                "apm: BIOS version %d.%d Flags 0x%02x (Driver version %s)\n",
                ((apm_info.bios.version >> 8) & 0xff),
                (apm_info.bios.version & 0xff),
                apm_info.bios.flags,
                driver_version);

So if the driver is present, you must get one of these two messages ...

> Any other hints?

Sorry, not yet.

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/




More information about the linux mailing list