[tulip] Can't get Accton EN1207 to work in 100MBit

Donald Becker becker@scyld.com
Wed, 12 Sep 2001 13:59:25 -0400 (EDT)


On Wed, 12 Sep 2001, Marcus Blomenkamp wrote:

> Date: Wed, 12 Sep 2001 18:39:28 +0200
> From: Marcus Blomenkamp <MBlomenkamp@t-online.de>
> To: Donald Becker <becker@scyld.com>
> Cc: tulip@scyld.com
> Subject: Re: [tulip] Can't get Accton EN1207 to work in 100MBit
> 
> Am Mittwoch, 12. September 2001 17:57 schrieb Donald Becker:
> > Does the board work with the v0.92 driver series?
> 
> Don't know - cant' load the module because 'depmod -ae' shows:
> 
> [root@zwiebel net]# depmod -ae
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.9/kernel/drivers/net/pci-scan.o
> depmod:         apm_register_callback
> depmod:         apm_unregister_callback
> 
> i have apm support in my kernel (no module), but I cannot find the string 
> 'apm_register_callback' in the source (*.c + *.h) of 2.4.9 :-(

Replace all occurences of
#if defined(CONFIG_APM)
and
#ifdef CONFIG_APM
with
#if defined(CONFIG_APM)  &&  LINUX_VERSION_CODE < 0x20400 
 
The power management interface changed in 2.4, but continued to use the
same CONFIG_APM flag.

Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Second Generation Beowulf Clusters
Annapolis MD 21403			410-990-9993