Re: CONFIG_PARPORT_PC ??
On Wed, 29 Sep 2004 22:52:10 -0400
"Mark D. Hansen" <m.hansen23@verizon.net> 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
Reply to: