Re: [2.4.22-pre7] speedtouch.o unresolved symbols

From: Duncan Sands (baldrick@wanadoo.fr)
Date: Fri Jul 25 2003 - 09:43:31 EST


On Friday 25 July 2003 16:26, Valdis.Kletnieks@vt.edu wrote:
> On Fri, 25 Jul 2003 08:55:24 +0200, Duncan Sands <baldrick@wanadoo.fr> said:
> > On Thursday 24 July 2003 22:20, koraq@xs4all.nl wrote:
> > > /lib/modules/2.4.22-pre7/kernel/drivers/usb/speedtch.o depmod:
> > > shutdown_atm_dev_R0b9b1467
> > > depmod: atm_charge_Rf874f17b
> > > depmod: atm_dev_register_Rc23701a4
> > > make: *** [_modinst_post] Error 1
> >
> > You need to enable ATM support (CONFIG_ATM). To do this, you
> > need to enable support for experimental code (CONFIG_EXPERIMENTAL).
>
> Also, the Speedtouch driver appears to be missing a #ifdef CONFIG_ATM or
> two?

>From drivers/usb/Config.in

   if [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; then
      dep_tristate ' Alcatel Speedtouch USB support' CONFIG_USB_SPEEDTOUCH $CONFIG_ATM $CONFIG_USB
   fi

Now the question is: why is this not enough?

Duncan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:25 EST