With any luck you took the full-install and HPLIP is already on your system.
Try to open this link cPanelŽ in your browser with the printer plugged in and turned on. This opens the CUPS interface that should detect your printer.
What could be a problem on your box is that the CUPS and/or HPLIP services aren't turned on. You can check with this command: Code: ls -l /etc/rc.d/ | grep hplip ; ls -l /etc/rc.d/ | grep cups
It should lead to output like this:
-rwxr-xr-x 1 root root 4777 2007-06-10 07:14 rc.hplip*
-rwxr-xr-x 1 root root 4548 2007-05-09 23:28 rc.cups*
Note the 'x' in this string: "-rwxr-xr-x" stands for executable. If you don't have an 'x'in that string you can add it (as root): Code: chmod +x /etc/rc.d/rc.hplip /etc/rc.d/rc.cups
Now start both services (/etc/rc.d/rc.hplip start) and you're all set.
__________________
Can't tell an OS by it's GUI
|