From: Burkhard K. <bu...@bu...> - 2000-10-03 22:14:40
|
Alexander Zimmermann > Hello, > > 3) 2.4.0-SMP > kernel modules compile, but there're unresolved symbols when loading > them and I don't know which module to install instead of > parport_probe. With 2.4 kernels the probe function went into the lowlevel parport module (i.e. parport_pc). The parport_probe module no longer exists. At the moment the modules have to be loaded by hand. I hope this will be resolved with the use of the new parport_register_driver interface. For now you have to load parport, parport_pc, ieee12844 and ieee12844pp manually - using this sequence. Burkhard -- Burkhard Kohl bu...@bu... |