LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 03-05-2007, 04:59 AM   #31
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,440

Rep: Reputation: 74

To play DVD: "mplayer dvd://"

If it complains about not being able to find the dvd device, try (adjust it if needed): "mplayer -dvd-device /dev/cdrom dvd://"

You can also go straight to play a given title, for example "dvd://2" for second title.

Sorry, no idea about fax, never used/needed that.
 
Old 04-30-2007, 12:33 AM   #32
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Well, gentlemen, here we are over 2 months later and the problem remains the same. I went to scan something last night, as user, and Kooka wouldn't work. I thought about it for a moment, logged off, and signed on as root. Kooka came to life. So, I did the scan and was it ever SLOW. When finished, the format I wanted to save it in wasn't available, so I booted to XP and did it there.
Today I uninstalled hplip and installed the latest version 1.7.3 (?) from linuxpackages.org.
Nothing changed. Same as it has always been. The printer driver works with CUPS, but when I run hp-setup, using all the advice I've received in this thread, I still get the error message, that hp-setup cannot find any hp devices installed on the system.
I'm getting real tired of this nonsense. Why does nearly everything with Linux have to be like pulling teeth?
Anyway, I've looked, but haven't found another scanning software package. Does anyone know of scanning software that will work with Slackware 11, kernal 2.6.18 and KDE 3.5.6 (that I don't have configure, make, make install, etc., etc, etc.).
Thanks.
 
Old 04-30-2007, 12:48 AM   #33
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 10,999
Blog Entries: 2

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
Did you un-install hpijs ? You should or it will interfere and give you that "hp-setup cannot find any hp devices installed on the system"

Oh, and forgot to ask (and I don't see it here anywhere) ... what printer do you have ? It might be an important piece of info.

I use xsane for scanning ... it cames with Slackware 11.0.
 
Old 04-30-2007, 01:01 AM   #34
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by H_TeXMeX_H
Did you un-install hpijs ? You should or it will interfere and give you that "hp-setup cannot find any hp devices installed on the system"

Oh, and forgot to ask (and I don't see it here anywhere) ... what printer do you have ? It might be an important piece of info.

I use xsane for scanning ... it cames with Slackware 11.0.
Did I uninstall hpijs? Yes.
Printer is a HP DeskJet 940c, but that shouldn't have anything to do with it.
xsane is installed, according to the package manager, but it looks like I will have to manually add it to the KDE program menu.
I'll give it a try.
Thanks.
 
Old 04-30-2007, 02:41 AM   #35
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
OK. Xsane looks like it will to the job after some tweaking. Currently it is turning the image, a document on white paper, pink, but I can probably adjust that.
However, it, like Kooka, only will run as root. How do I get it to run as user?
Many Thanks.
 
Old 04-30-2007, 04:04 AM   #36
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,440

Rep: Reputation: 74
There is a group called "scanner". Dunno if it helps maybe try to add your user to that group (edit /etc/group and add your user at the end of the "scanner"-line.
 
Old 04-30-2007, 06:35 AM   #37
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
I don't know which package you're using now, but you might want to check where your sane libs are. If they are in /usr/local/lib, then try copying them over to /usr/lib/sane, and then run 'ldconfig' as root.

cp /usr/local/lib/libsane-hpiao* /usr/lib/sane/

ldconfig
 
Old 04-30-2007, 09:38 AM   #38
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware 13.37
Posts: 546

Rep: Reputation: 49
The Slackware 11.0 /testing and the LinuxPackages packages both work fine on my machine. Haven't tried to compile the -current package yet. Just remember to remove the hpijs package before installing any of them.

I'm using a Deskjet 5940 - drivers not included with hpijs (had to download them from Linuxprinting.org) but with included with hplip.

You may need to uninstall the printer under CUPS, as hplip _may_ not recognise the existing printer configuration.

EDIT: you shouldn't need to add yourself to the scanner group if your printer is not a multi-function one

Last edited by Eternal_Newbie; 04-30-2007 at 09:43 AM.
 
Old 04-30-2007, 01:46 PM   #39
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by titopoquito
There is a group called "scanner". Dunno if it helps maybe try to add your user to that group (edit /etc/group and add your user at the end of the "scanner"-line.
That did it! Many Thanks!
Is there such a simple trick for e-fax and RPPPPoEk?
I've changed the permissions on /dev/tty/0 many times as it is the only way e-fax can open the port and see the modem. Each time I log back on I have to change the permissions again to get e-fax to work.
I've NEVER, regardless of how many files I've changed permissions on, been able to start or stop RPPPPoEK as user. I end up opening a terminal windows and su to root and run the line commmand.
If anyone knows a solution, it would be greatly appreciated.
Thanks.
 
Old 04-30-2007, 02:37 PM   #40
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 10,999
Blog Entries: 2

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
Here's the printer page for that printer:
http://openprinting.org/show_printer...P-DeskJet_940C

Remove all traces of previous hplip and hpijs installs and try this again, and make sure your exact printer model is available, and you select it:
http://www.linuxquestions.org/questi...02#post2645802

I have no other ideas.

Last edited by H_TeXMeX_H; 04-30-2007 at 02:38 PM.
 
Old 04-30-2007, 02:58 PM   #41
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
cwizarddone. I have just read this in some efax docs.

For efax to operate correctly, the user must have write permission to
the /var/lock directory, and to the serial port to which the fax modem
is connected. In most distributions, the uucp group has write
permission for these: if this applies to your distribution, the
easiest approach is to make users members of the uucp group.


So perhaps adding yourself to the 'uucp' group will solve it. Who knows.
 
Old 04-30-2007, 08:46 PM   #42
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by simcox1
So perhaps adding yourself to the 'uucp' group will solve it. Who knows.
That did it!
Thank you very much!!!
 
Old 05-19-2007, 05:27 PM   #43
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by H_TeXMeX_H
I use xsane for scanning ... it cames with Slackware 11.0.
I've tried it, Xsane, and it works, but......it leaves a lot to be desired.
SLOW!
I could scan 3 pages maybe 4, in XP using HP's software, in the time it takes to scan one page using Xsane.

B&W.
I've read thought the docs, but don't see how to make a simple B&W copy. Maybe I don't understand the choices, but I've wasted a lot of ink trying the "negative" options.

Color.
It, Xsane, gives everything, including B&W print on white paper a dirty yellow cast. Scanned a photo of nice looking light yellow building the other day, but after Xsane scanned it, it was a dirty mud yellow looking building.

Any tips on how to overcome these problems?

What brought all this up, was I went and installed the latest hplip the other day. Unstalled the printer, etc., and started from scratch and the result were the same as they have always been, "No HP devices found."
I've given up on hplip. KDE can find the printer and Xsane can find the scanner, so I guess that is the way it going to have to be.
Thanks, again.
 
Old 05-19-2007, 05:52 PM   #44
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 10,999
Blog Entries: 2

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
On xsane you may want to reduce the resolution of the scan. I think default is 75 dpi ... which is quite fast. Of course, if you want better quality go with 300 or 600, but they will take longer and generate much larger files.

Did you remember to restart the machine. For some reason a restart is needed in order for it to work properly. I have no idea why, but that's what I have to do or it doesn't find the printer.
 
Old 05-20-2007, 01:08 AM   #45
cwizardone
Senior Member
 
Registered: Feb 2007
Distribution: Slackware64 'current' + "True Multilib."
Posts: 1,325

Original Poster
Rep: Reputation: 86
Quote:
Originally Posted by H_TeXMeX_H
On xsane you may want to reduce the resolution of the scan. I think default is 75 dpi ... which is quite fast. Of course, if you want better quality go with 300 or 600, but they will take longer and generate much larger files.

Did you remember to restart the machine. For some reason a restart is needed in order for it to work properly. I have no idea why, but that's what I have to do or it doesn't find the printer.
Even at 75 dpi it is MUCH SLOWER than the HP scanning software running under XP. I have found that to get a good quality copy of whatever I'm scanning I have to use at least 200 dpi.
It has no trouble finding the printer.
Thanks.
 
  


Reply

Tags
fax, hplip, printing


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get install dependency problems with hplip software and kde install for Agnula maybi7 Linux - Software 1 02-03-2007 06:16 PM
Hplip Intallation noorudin Suse/Novell 16 03-03-2006 04:48 AM
Hplip thoyyib Linux - Hardware 1 12-01-2005 01:35 PM
unable to install hplip-0.9.6 on my OpenSuse adityavpratap Suse/Novell 5 11-24-2005 12:05 AM
HP 7310 All-in-One & HPLIP install problem. nadaclue Linux - Hardware 0 03-06-2005 11:23 AM


All times are GMT -5. The time now is 12:46 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration