Jump to content

parallel port


Jas
 Share

Recommended Posts

yesterday i was screwing around with vmware and it kept saying /dev/parport0 was being used by something else, so i just removed parport0 from /dev

problem is, now when i rebooted its still not there :help:

what do i do to make it redetect it?

 

[moved back to Hardware by spinynorman - sorry :)]

Link to comment
Share on other sites

Open a console, su to root and run:

 

# mknod -m 666 /dev/parport0 c 99 0

 

That should create the device file which is what the mknod command is for.

 

Alternative, if your running mandrake/mandriva - rerun the installation and select the "Upgrade" option. Don't select any new packages. Your hardware should be redected and configured.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...