> > BuildRequires: kernel-devel > > $ ls > dm9620.c Makefile > $ make > $ su > # make install > > > poma > > > Ref. > http://marc.info/?l=linux-netdev&m=137173085617601 > Trying this out, it appears that I fail right away: $ make make -C /lib/modules/3.9.9-302.fc19.x86_64/build M=/home/maitra/9620 make[1]: Entering directory `/usr/src/kernels/3.9.9-302.fc19.x86_64' CC [M] /home/maitra/9620/dm9620.o /home/maitra/9620/dm9620.c: In function ‘dm9620_status’: /home/maitra/9620/dm9620.c:725:3: error: implicit declaration of function ‘usbnet_link_change’ [-Werror=implicit-function-declaration] usbnet_link_change(dev, link, 1); ^ cc1: some warnings being treated as errors make[2]: *** [/home/maitra/9620/dm9620.o] Error 1 make[1]: *** [_module_/home/maitra/9620] Error 2 make[1]: Leaving directory `/usr/src/kernels/3.9.9-302.fc19.x86_64' make: *** [default] Error 2 Some searching gets me here: http://www.spinics.net/lists/netdev/msg232521.html OK, so perhaps I need this: /include/linux/usb/usbnet.h So I look at the repos and come up with the following: kcbench-data-3.9-0.1-12.fc19.noarch : Kernel sources from 3.9 to be used by : kcbench Repo : fedora Also, the file is in kernel-devel but the usbnet_link_change is not list. What are my options here? Thanks, Ranjan ____________________________________________________________ FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family! Visit http://www.inbox.com/photosharing to find out more! -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org