Hello Christian Schnobrich (<[EMAIL PROTECTED]>) wrote:
> my syslog shows many comlaints from modprobe, "Can't locate module > char-major-6" -- every 32 seconds, as it seems. > > Some googling told me that char-major-6 is somehow related to the PC > parallel port. Now, I have nothing whatsoever connected to my parallel > port. Yes, seems that is used for parallel ports. You can use ls -l /dev | grep ' 6,' to list all devices with major 6. > How can I find out which process requests modprobe to load c-m-6, so > that I can perhaps make it stop? Either load the module for parallel port support, or, if you don't want it to be loaded, add alias char-major-6 off to your /etc/modutils/aliases and run update-modules. best regards Andreas Janssen -- Andreas Janssen [EMAIL PROTECTED] PGP-Key-ID: 0xDC801674 Registered Linux User #267976 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]