On Tuesday 24 October 2006 2:37 am, Toralf Förster wrote: > drivers/built-in.o: In function `usbnet_set_settings': > : undefined reference to `mii_ethtool_sset' > drivers/built-in.o: In function `usbnet_get_settings': > : undefined reference to `mii_ethtool_gset' > drivers/built-in.o: In function `usbnet_get_link': > : undefined reference to `mii_link_ok' > drivers/built-in.o: In function `usbnet_nway_reset': > : undefined reference to `mii_nway_restart' > make: *** [.tmp_vmlinux1] Error 1
The patch generalizing the Ethernet/MII hooks would seem to be missing some #ifdef CONFIG_MII so those calls aren't compiled/linked without MII being available, and adding a "select MII" in Kconfig for USB_NET_MCS7830. Feel like putting the patch together? Obviously, manually configuring MII should work too ... but that should not be needed with your kernel config. - Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel