LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   printer install problem under SW10.2 (https://www.linuxquestions.org/questions/slackware-14/printer-install-problem-under-sw10-2-a-367553/)

lestoil 09-27-2005 01:34 PM

printer install problem under SW10.2
 
A few days ago I made fresh install with test2.6i kernel and later installed modules and source pkges for the kernel. And gratefully nvidia driver works finally. But the parallel port printer wont install. Lsmod shows lp0 not used then parport used by lp0. modrobe didn't help and editting /etc/rc.c/rc.modules to have sbin/modprobe parallel port printer support made no difference either.
Any ideas pls? Thanx.

gbonvehi 09-27-2005 01:55 PM

What printing system do you want to use, CUPS? If so, check if it's running: ps -A | grep cups
If nothing shows up run: sh /etc/rc.d/rc.cups
Then access with a browser to: http://127.0.0.1:631 and configure it.

-X- 09-27-2005 02:26 PM

oops, just saw you've done this. sorry.... I'm going to look at 10.2. Let you know if I see anything.

====================================================
Not sure about 10.2 but previous version doesn't have PP open. Edit /etc/rc.d/rc.modules. Look for something like this;
#### PC parallel port support ###
and this;
#### Parallel printer support ###
and this;
### Parallel port IP ###

I'm not going to post the entire script unless you need it, but uncomment what you need to. Don't uncomment the comments. Then as root;
/etc/rc.d/rc.modules

lestoil 09-27-2005 02:27 PM

printer
 
yes cups is running and install thru localhost:630 also fails. Thanx again.

lestoil 09-27-2005 03:34 PM

printer setup
 
Unlike in any previous SLW install I had to uncomment /sbin/parport_pc line in /etc/rc.d/rc.modules. Now lsmod show parport used by lp,parport_pc. KDE control center printer setup now lists parallel port lp0 as available and test page prints. Thanx for ideas.


All times are GMT -5. The time now is 10:30 AM.