Link to home
Start Free TrialLog in
Avatar of gautamm
gautamm

asked on

Printer not recognised in Redhat 6.1

I have a HP Deskjet 200 printer. I had previously installed Redhat 5.0 (Linux 2.0) - the printer configuration was a part of the setup and I did not have any problems. I have recently installed (not upgraded) Redhat 6.1 (Linux 2.2) and the printer configuration was not a part of the installation. I then logged in as root and ran the printtool command. The problem is that printtool fails to autodetect my printer. How do I set up the printer manually? Is there another way?

PS. The printer works fine in Win95.
Avatar of t2pp
t2pp

Change your printer definition from /dev/lp1 to /dev/lp0. This changed in the 2.2 kernel. Check /etc/printcap for this.
Avatar of gautamm

ASKER

could you please be more specific - the printcap file is setup by the printtool utility - my question is how do I do it without it? (or with it - if there is a workaround)
Can you see lp=/dev/lp1 in your /etc/printcap? If so, change it to lp=/dev/lp0.
Avatar of gautamm

ASKER

There are absolutely no entries in the printcap file. I don't know what to do!
ASKER CERTIFIED SOLUTION
Avatar of jforman
jforman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gautamm

ASKER

Oh boy, that is some work! I have never done anything like that, I feel the toughest parts are going to be the configuration and the post-build work. Could you give me a few pointers - or possibly mail me the .config file.