[driverloader] driverloader 2.09 and kernel 2.6.10-rc1

Max relf at unn.ac.ru
Mon Oct 25 21:35:49 EDT 2004


Driverloader 2.09 cannot be used under kernel 2.6.10-rc1.
First off, compilation reports the following problems:

/usr/lib/driverloader/modules/dldrpci.c: In function `dldrpci_suspend':
/usr/lib/driverloader/modules/dldrpci.c:71: error: too many arguments to function `pci_save_state'
/usr/lib/driverloader/modules/dldrpci.c: In function `dldrpci_resume':
/usr/lib/driverloader/modules/dldrpci.c:94: error: too many arguments to function `pci_restore_state'
/usr/lib/driverloader/modules/dldrpci.c: In function `dldrpci_probe':
/usr/lib/driverloader/modules/dldrpci.c:222: error: too many arguments to function `pci_restore_state'

After removing extra arguments from pci_save_state()/pci_restore_state() calls the compilation succedes.
But compiled 'driverloader' module rejects to load because of unknown symbols:

driverloader: Unknown symbol __usb_reset_device
driverloader: Unknown symbol irq_exit

Max



More information about the driverloader mailing list