Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Nov 27, 2013

HowTo: Install Epson L110 in Fedora

Step 1: download Epson L110 driver on Epson's official website (you need to press the accept button to see all available files) http://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=SG&CTI=4&PRN=L350%20Series&OSC=LX

Step 2: select your system architechture (download only .rpm files)

Step 3: open your terminal

Step 4: su -

Step 5: cd Downloads (or wherever you placed your downloaded files)

Step 6: yum localinstall your-downloaded-file.rpm
(ex. yum localinstall epson-inkjet-printer-201207w-1.0.0-1lsb3.2.x86_64.rpm)

Step 7: tada! your Epson Printer Driver is now installed! You can now see the Epson L110 driver when you are installing your printer!

** Notes **
You need to install the driver for the printer to work properly, before I used Epson NX100 driver on an Epson L100 printer and it works fine, if you used the same driver on the L110, when you are printing a document, it will simply feed and eject your paper for many many times, maybe infinite!

If somehow you cannot download from the link above, leave a comment and your email and i'll email to you a copy of the files, both i486 and x86_64

Oct 22, 2013

HowTo: Install gphoto2 in windows 7

Step1:
download these files
libusb-win32
http://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/

gphoto2

https://code.google.com/p/scan-manager/downloads/detail?name=gphoto-2.4.14-win32-build2.zip&can=2&q=

Step2: 

extract both files and put them in drive c:\
-plug-in your camera and turn it on
-open the folder C:\libusb-win32-bin-1.2.6.0\libusb-win32-bin-1.2.6.0\bin
-double click on inf-wizard
-select your camera on the list
-press install button
-press done

Step3:
-open command prompt and type the following
cd c:\gphoto-2.4.14-win32-build2\win32

(Choose between Step4a or Step4b)

Step4a:
set CAMLIBS=./camlibs
set IOLIBS=./iolibs
gphoto2.exe

Step4b:

gphoto2.bat

Step5:

gphoto2.exe --auto-detect

*your camera should be detected by gphoto2*