On Wed, 29 Sep 2004 22:52:10 -0400 "Mark D. Hansen" <[EMAIL PROTECTED]> wrote:
> Another installation config question. I'm installing VMware > Workstation for Linux and it "requires that the parallel port PC-style > hardware option (CONFIG_PARPORT_PC) be built and loaded as a kernel > module (that is, it must be set to m when the kernel is compiled)." > > Can anyone tell me how to determine if this is the case or not? Do a 'uname -r' to see which kernel version you are using, then issue the following command where <kernel_ver> is replaced by the output of the uname -r command. find /lib/modules/<kernel_ver>/ -iname "parport_pc*" HTH, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]