SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi guys. Having got rid of mdk8.2, I'm now suffering with Slack 8.1.
My HP 656c usb printer (works in windows) was not detected during install. Is not detected when I try to install new usb printer.
I think all usb support is loaded on boot. (/dev/usb/lp0 exists). Do I need a separate driver? Sorry, still newbie after 8 months.
I believe there are at least two modules required. They are usb-core and printer. To see if they are loaded, use the command "lsmod" to list the modules. If not loaded, then use "modprobe printer" to load them. That should activate the usb. Now use the "dmesg" command to see if the printer was detected and assigned. Should be at the end of the listing.
Once that is done you will need a filter to print to the printer. CUPS offers a HP DeskJet 600 Series driver that might work well for you. However, CUPS is not part of the Slack install. It is built as a Slack package in the "extras" tree. You will need two packages, CUPS and the ghostscript package "espgs". The later provides the ghostscript for CUPS to use.
I think apsfilter is an alternative to CUPS. But if you were using Mandy then you should be familiar with CUPS.
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
Once the modules are loaded try to send a file to the printer. Ex. cat anytextfile > /dev/usb/lp0 and see if it prints. If it doesn't then the printer is not detected, or some modules aren't loaded. If it worked you can go ahed setting up APSfilter or CUPS.
HTH
-NSKL
Modules are loaded and I've downloaded the cups tarball. There is no read me file, do I make install or what, there are now files scattered in /usr/share and /usr/var ?
I use the /etc/rc.d/rc.local file for all of my additions. it is the simplest place to keep track of things in a central file. Also, it is not very likely to be overwritten by installing a package or something.
Try just running installpkg without any arguments from the directory where you downloaded the package.
Also, I just checked the Slack ftp site and 1.1.16 is available from the current-tree but not for 8.1 extras or the 8.1 patches directory. Make sure the package you have is built for the Slack installation that you have. If you have the current-tree package and are running Slack 8.1, it probably will not work. There are a lot of differences in the current-tree (beta version) than the distributed 8.1 system.
I've downloaded and decompressed the correct cups file. What command is neede to install it? There is no readme file. Files have been installed in /usr/bin, lib, share, doc, sbin and others...Where is the install or config script file?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.