2 bugs : etc/pcmcia/config and Configure (3.2.6 or older)
Nicolas Turro <[email protected]> Wed, 03 Dec 2003 19:41:54 +0100
| Newsgroups | gmane.linux.pcmcia.devel |
|---|---|
| Message-ID | <[email protected]> |
hi,
I have 2 bugs to report :
first :
When compiling pcmcia-cs on 2.4.23pre9 the Config script looks for
CONFIG_NR_CPU in
the kernel Makefile instead of the .configure (i am using configure
--srctree)
configcheck PCMCIA
if qgrep "^ *SMP *= *1" $LINUX/Makefile ; then
CONFIG_SMP=y
eval `grep "^CONFIG_NR_CPUS=" $AUTOCONF`
else
configcheck SMP
fi
second :
We have a laptop and an old NETGEAR pcmcia board
which is detected as NE2000.
With pcmcia-cs 3.2.6,
only pcmcia_cs module is loaded,
failing due to unresolved symbols.
Those symbols are defined in 8390.
etc/pcmcia/config contains :
device "pcnet_cs"
#class "network" module "net/8390", "pcnet_cs"
class "network" module "pcnet_cs"
With pcmcia-cs 3.1.33,
8390 and then pcmcia_cs are loaded.
etc/pcmcia/config contains :
device "pcnet_cs"
class "network" module "net/8390", "pcnet_cs"
If i uncoment the line
class "network" module "net/8390", "pcnet_cs"
in etc/pcmcia/config 3.2.6, everything works...
So WHY is there a comment ?
Please answer also to my email since i did not suscribe to this list.
Nicolas
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/