LinuxQuestions.org
Help answer threads with 0 replies.
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
  Search this Thread
Old 01-05-2010, 02:40 PM   #1
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Upgrade hplip-3.9.4b to hplip-3.9.12 (32-bit and 64-bit)


I've got a new HP printer that's not completely supported in hplip-3.9-4b but is in hplip-3.9.12 and I'm wondering if simply changing the version number and commenting-out the diff in the Slackware 13.0 source hplip-SlackBuild file will result in a working HPLIP or do I need to edit the diff to apply the patch to prevent a segfault to version 3.9.12. Doing the above; i.e., changing the version number and commenting-out the diff builds the package and it seems to work properly but before it bites me in the hiney, I thought I'd ask if the diff is necessary for all versions.
 
Old 01-05-2010, 03:47 PM   #2
gapan
Member
 
Registered: Feb 2007
Posts: 378

Rep: Reputation: 163Reputation: 163
I think you're safe without that diff. It would be weird if they hadn't fixed that bug yet. If it works, it works.
 
Old 01-05-2010, 06:28 PM   #3
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
That patch is not needed any more - it has (finally) been applied upstream.
 
Old 01-05-2010, 07:08 PM   #4
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Well, it does work -- even the scanner works (for root only).

Now all I hafta do is figure out how to be able to use xsane as a user and life will be good (already added "me" to the scanner group, trying to finger out the USB permissions thing and I'll get 'er licked).

Thanks for the input.
 
Old 01-06-2010, 11:11 AM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Make sure you add yourself to the "lp" group too.
 
Old 01-07-2010, 10:22 AM   #6
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
I'm happy to report that a Hewlett-Packard Photosmart C4680 (printer, scanner, copier) works 100% with hplip-3.9.12 installed on both Slackware 13.0 32-bit and 64-bit; hplip-3.9.12 is the current version of HPLIP available from HP.

I did need to add myself to the lp and scanner groups in addition to other more-or-less standard groups for the scanner to work with xsane. Thanks to Robby Workman for the lp suggestion. All users on my systems are in these groups (if that matters):
Code:
users lp floppy audio video cdrom plugdev power netdev scanner vboxusers cvsusers
All is well that ends.
 
Old 02-26-2011, 05:52 PM   #7
trillobyte
Member
 
Registered: Apr 2007
Location: USA
Distribution: Slackware, FreeBSD, Trisquel
Posts: 105
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by tronayne View Post
I'm happy to report that a Hewlett-Packard Photosmart C4680 (printer, scanner, copier) works 100% with hplip-3.9.12 installed on both Slackware 13.0 32-bit and 64-bit; hplip-3.9.12 is the current version of HPLIP available from HP.

I did need to add myself to the lp and scanner groups in addition to other more-or-less standard groups for the scanner to work with xsane. Thanks to Robby Workman for the lp suggestion. All users on my systems are in these groups (if that matters):
Code:
users lp floppy audio video cdrom plugdev power netdev scanner vboxusers cvsusers
All is well that ends.
I am currently looking for a new printer/scanner combo. There's an HP printer that has caught my attention, but I would have to update Hplip to the current release. According to this thread it looks like I wont have a problem building the Hplip tarball and running it with the slackbuild script that's provided in sources. My question is, do I have to add myself again to lp scanner groups after building Hplip? I am running slackware 13.1 32bit.
 
Old 02-27-2011, 07:49 AM   #8
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Nope -- if you're already in a group(s) you're going to stay there.

If you grab the HPLIP source directory off the CD-ROM or DVD, copy the tarball into the directory, edit the SlackBuild for the version number and, most likely, that'll be that.

Hope this helps some.
 
1 members found this post helpful.
Old 02-27-2011, 11:12 PM   #9
trillobyte
Member
 
Registered: Apr 2007
Location: USA
Distribution: Slackware, FreeBSD, Trisquel
Posts: 105
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by tronayne View Post
Nope -- if you're already in a group(s) you're going to stay there.

If you grab the HPLIP source directory off the CD-ROM or DVD, copy the tarball into the directory, edit the SlackBuild for the version number and, most likely, that'll be that.

Hope this helps some.
Thanks for the reply and for the help.

Best regards
 
  


Reply


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrade to Slackware 13.0, printer communication error, hplip noviciado Linux - Hardware 5 10-18-2009 01:31 PM
WARNING: hplip on open suse11.0 64-bit causes irreparable damage! Sjonnie48 SUSE / openSUSE 4 11-27-2008 09:59 AM
Can you dist upgrade a 32 bit version of debian to 64 bit? Zaskar Debian 1 03-06-2008 09:50 PM
LXer: Upgrade from 32-bit to 64-bit Fedora Linux without a system reinstall LXer Syndicated Linux News 0 01-11-2008 09:42 PM
hplip on Ubunut 5.10 upgrade shawnbishop Linux - Software 2 08-21-2006 12:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:40 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration