Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 23rd January 2008, 12:02 PM
pmad Offline
Registered User
 
Join Date: Jan 2008
Posts: 1
Post FC8 HP LaserJet M1005 MFP installation -step-by-step-

1. PRINTER INSTALLATION
go to the page http://foo2xqx.rkkda.com/
and install driver as described.
(You should do this because driver included in Fedora 8 distribution do not work)


2. SCANNER INSTALLATION
(there is probably many ways to do this (maybe easier) I describe this procedure because it work for me

first install all needed packages if not installed
Code:
#  yum install sane-backends sane-backends-libs sane-backends-devel sane-frontends libsane-hpaio usbutils


now you should have all SANE packages installed but you scanner will not work because it is not included in supported hardware in this SANE release
you can check this (remember connect you HP LaserJet M1005 MFP and turn it on)
write command
Code:
#    sane-find-scanner
it should produce the long message including line: “found USB scanner (vendor=0x03f0, product=0x3b17) at libusb:001:002”
next you should write command
Code:
#   scanimage -L
and you should get message starting with : No scanners were identified ....

It means you scanner is properly connected and wisible in system but not recognized by this release of SANE

So – go with modification your SANE installation

in you home directory create temporary directory for sane backends source eg. sane_cvs
open console window and go to this directory
Code:
#   cd sane_cvs
copy last sane backends source tree from SANE CVS repository
Code:
#   cvs -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane login
when asked for password just hit enter
Code:
#   cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane co sane-backends
when something goes wrong check firewall settings
if everything is ok, you should have subdirectory sane-backends in you sane_cvs directory
Code:
#  cd  sane-backends
#  su
write root password and compile with commands
Code:
#   ./configure
#   make
#   make install
now you should do manual modifications of your files

as root change names of listed directories (old_name ----> new_name)
(I do this by running konqueror from console as root)
/etc/sane.d ----> /etc/sane.d_old
/usr/lib/sane ----> /usr/lib/sane_old

as root do symbolic links (I do this by running konqueror from console as root – just drag folders from one konqueror window to another and select "Link here"):
/usr/local/etc/sane.d ---> /etc/sane.d
/usr/local/lib/sane ---> /usr/lib/sane

now time to do last thing go with konqueror (as root) and look at directory
/usr/local/bin
select all files connected with SANE (about 4 files eg. sane-find-scanner, sane-config)
(sane-config is most important file in this case)

open new konqueror window (as root) and go to directory /usr/bin
create symbolic links by overwrite original files in /usr/bin directory (of course you can rename or backup original files)
Anyway, in directory /usr/bin you should have not original sane connected files (eg. sane-find-scanner, sane-config) but only links to sane connected files from /usr/local/bin directory.

now – some checks
check if the file hpljm1005.so exists in directory /usr/lib/sane
check if the file hpljm1005.conf exists in directory /usr/local/etc/sane.d
if not - create it.

check if the file hpljm1005.conf in directory /usr/local/etc/sane.d includes following text
Code:
# HPLJM1005
usb 0x03f0 0x3b17
device auto
if no – paste it there.

now run command:
Code:
#  scanimage -L
you scanner should be listed now
Now you can use it - eg. you can run GIMP and select "acquire image from scanner"
__________________
Piotr Madanecki
Reply With Quote
 

Tags
fc8, installation, laserjet, m1005, mfp, stepbystep

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Step by step installation guide of fedora 8 64bit on text mode m4rkgh0st Installation and Live Media 6 4th March 2009 07:37 AM
Step by step installation of HP printer... Omnicloud Using Fedora 21 23rd July 2008 01:35 PM
HOW-TO: WUSB11 Ver. 2.6 - installation guide for FC3 (step by step) Grey_Fox Guides & Solutions (No Questions) 3 4th July 2005 03:41 PM


Current GMT-time: 14:18 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat