WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Activate parallel port?  (Read 3564 times)

Offline Zweitaktmotor

  • Newbie
  • *
  • Posts: 16
Activate parallel port?
« on: March 31, 2011, 07:36:32 AM »
I installed CUPS1311 and it successfully communicates with a network printer I have. How do I make it work with a parallel printer?

I read something in another recent thread about mod polling and enabling parallel_pc, but have no idea how to do it.


Many thanks!

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Activate parallel port?
« Reply #1 on: March 31, 2011, 10:13:19 AM »
Try this...
Code: [Select]
sudo modprobe lp

Confirm it is loaded with this...
Code: [Select]
lsmod | grep lp
   

Offline Zweitaktmotor

  • Newbie
  • *
  • Posts: 16
Re: Activate parallel port?
« Reply #2 on: March 31, 2011, 12:06:41 PM »
Thank you, it worked. :D