On Wed, May 30, 2001 at 09:52:23AM +0200, Ronnie Arosa wrote:
> [root@lago char]# modprobe ppdev
> /lib/modules/2.4.2-2/kernel/drivers/char/ppdev.o: init_module:
> Input/output error
Looking through the source, it seems like this is getting tripped:
if (devfs_register_chrdev (PP_MAJOR, CHRDEV, &pp_fops)) {
printk (KERN_WARNING CHRDEV ": unable to get major %d\n",
PP_MAJOR);
return -EIO;
}
Is that what it says in 'dmesg'?
I don't know why that would happen. Did you have devfs enabled, or
not (it should work either way)?
Tim.
*/
-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --
This archive was generated by hypermail 2b29 : Wed May 30 2001 - 04:37:54 EDT