On Fri, Nov 30, 2001 at 10:23:33AM +1100, DaZZa wrote: > However, I get the following when I attempt to insmod ppa > > [path_to_module]/ppa.o: unresolved symbol parport_unregister_device > [path_to_module]/ppa.o: unresolved symbol parport_enumerate > > etc etc - without the path stuff, the other unresolved symbols are > > parport_register_device > parport_claim > parport_release
These symbols are all defined in parport.o. Maybe your module dependencies are screwed up; try running `depmod -A' before installing ppa. Cheers, John -- whois [EMAIL PROTECTED] GPG key id: 0xD59C360F -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
