Results 1 to 3 of 3
Hello,
I'm trying to set-up my Epson printer on my PC running on CentOS but have not had much success. May I please ask for some help on what should ...
- 05-05-2010 #1
Help Setting Up Epson Stylus C43SX on CentOS
Hello,
I'm trying to set-up my Epson printer on my PC running on CentOS but have not had much success. May I please ask for some help on what should I be doing please?
Thanks again!
- 05-05-2010 #2
I just recently set up an Epson Stylus under Arch. If only I wrote down what exactly I did.

In general, you can find the driver for your printer model here.
You need to download the source code, compile and install it.
You also needs cups installed. Once the cups daemon is running and the driver is installed, go to http://localhost:631/ then Adding Printers and Classes and then Add Printer, and your printer should be listed to add.
- 05-06-2010 #3
Hello and thank you reed9,
I started to work on it kinda got lost in the process.
Hope you can make something out of these outputsCode:Password: [root@localhost ~]# rpm -i '/home/jun/Desktop/pips-sc43s-cups-2.6.2-2.i386.rpm' error: Failed dependencies: libgdk-1.2.so.0 is needed by pips-sc43s-cups-2.6.2-2.i386 libglib-1.2.so.0 is needed by pips-sc43s-cups-2.6.2-2.i386 libgmodule-1.2.so.0 is needed by pips-sc43s-cups-2.6.2-2.i386 libgtk-1.2.so.0 is needed by pips-sc43s-cups-2.6.2-2.i386 [root@localhost ~]# yum install libgdk-1.2.so.0 libglib-1.2.so.0 libgmodule-1.2.so.0 libgtk-1.2.so.0 Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * addons: mirror.pscigrid.gov.ph * base: mirror.aarnet.edu.au * extras: centos.mirror.aussiehq.net.au * rpmforge: apt.sw.be * updates: mirror.aarnet.edu.au Setting up Install Process Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. The program yum-complete-transaction is found in the yum-utils package. --> Running transaction check ---> Package glib.i386 1:1.2.10-20.el5 set to be updated ---> Package gtk+.i386 1:1.2.10-56.el5 set to be updated --> Processing Dependency: gdk-pixbuf >= 0.18.0 for package: gtk+ --> Running transaction check ---> Package gdk-pixbuf.i386 1:0.22.0-25.el5 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: glib i386 1:1.2.10-20.el5 base 137 k gtk+ i386 1:1.2.10-56.el5 base 923 k Installing for dependencies: gdk-pixbuf i386 1:0.22.0-25.el5 base 231 k Transaction Summary ================================================================================ Install 3 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 1.3 M Is this ok [y/N]: y Downloading Packages: (1/3): glib-1.2.10-20.el5.i386.rpm | 137 kB 00:10 (2/3): gdk-pixbuf-0.22.0-25.el5.i386.rpm | 231 kB 00:16 (3/3): gtk+-1.2.10-56.el5.i386.rpm | 923 kB 00:52 -------------------------------------------------------------------------------- Total 15 kB/s | 1.3 MB 01:27 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : glib 1/3 Installing : gtk+ 2/3 Installing : gdk-pixbuf 3/3 Installed: glib.i386 1:1.2.10-20.el5 gtk+.i386 1:1.2.10-56.el5 Dependency Installed: gdk-pixbuf.i386 1:0.22.0-25.el5 Complete! [root@localhost ~]# yum install gcc libjpeg libjpeg-devel libpng libpng-devel libtiff libtiff-devel zlib zlib-devel Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * addons: mirror.primusdatacentre.com.au * base: ftp.monash.edu.au * extras: ftp.monash.edu.au * rpmforge: apt.sw.be * updates: mirror.aarnet.edu.au Setting up Install Process Package gcc-4.1.2-46.el5_4.2.i386 already installed and latest version Package libjpeg-6b-37.i386 already installed and latest version Package 2:libpng-1.2.10-7.1.el5_3.2.i386 already installed and latest version Package libtiff-3.8.2-7.el5_3.4.i386 already installed and latest version Package zlib-1.2.3-3.i386 already installed and latest version Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. The program yum-complete-transaction is found in the yum-utils package. --> Running transaction check ---> Package libjpeg-devel.i386 0:6b-37 set to be updated ---> Package libpng-devel.i386 2:1.2.10-7.1.el5_3.2 set to be updated ---> Package libtiff-devel.i386 0:3.8.2-7.el5_3.4 set to be updated ---> Package zlib-devel.i386 0:1.2.3-3 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: libjpeg-devel i386 6b-37 base 105 k libpng-devel i386 2:1.2.10-7.1.el5_3.2 base 181 k libtiff-devel i386 3.8.2-7.el5_3.4 base 465 k zlib-devel i386 1.2.3-3 base 101 k Transaction Summary ================================================================================ Install 4 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 852 k Is this ok [y/N]: y Downloading Packages: (1/4): zlib-devel-1.2.3-3.i386.rpm | 101 kB 00:16 (2/4): libjpeg-devel-6b-37.i386.rpm | 105 kB 00:12 (3/4): libpng-devel-1.2.10-7.1.el5_3.2.i386.rpm | 181 kB 00:17 (4/4): libtiff-devel-3.8.2-7.el5_3.4.i386.rpm | 465 kB 00:34 -------------------------------------------------------------------------------- Total 10 kB/s | 852 kB 01:24 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : zlib-devel 1/4 Installing : libtiff-devel 2/4 Installing : libjpeg-devel 3/4 Installing : libpng-devel 4/4 Installed: libjpeg-devel.i386 0:6b-37 libpng-devel.i386 2:1.2.10-7.1.el5_3.2 libtiff-devel.i386 0:3.8.2-7.el5_3.4 zlib-devel.i386 0:1.2.3-3 Complete! [root@localhost ~]# CUPS -bash: CUPS: command not found [root@localhost ~]# cups -bash: cups: command not found [root@localhost ~]#
thanks


Reply With Quote
