You are not logged in.

#1 2012-01-25 02:22:03

hergex_do
Member
From: Mexico
Registered: 2012-01-25
Posts: 3
Website

[solved] doesn't recognize epson printer

I have been followed the instructions in the arch wiki, first I install CUPS but when I saw that nothing happened, I install cups-usblp package from AUR and it's the same. Here are some information about the printer and some files that I changed.

Epson TX300F (multifunctional)

lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 04b8:0848 Seiko Epson Corp. 
Bus 002 Device 003: ID 04f2:b1d6 Chicony Electronics Co., Ltd 

#/etc/rc.conf

...
MODULES=(usblp)
#MODULES=(!usblp)
...
DAEMONS=(hwclock syslog-ng network netfs crond dbus networkmanager gdm cups)

When I restart the printer
#tail /var/log/messages.log

Jan 24 20:18:35 localhost dhcpcd[737]: wlan0: acknowledged 192.168.1.66 from 192.168.1.254
Jan 24 20:18:35 localhost dhcpcd[737]: wlan0: leased 192.168.1.66 for 86400 seconds
Jan 24 20:19:03 localhost kernel: [ 1557.469364] usb 1-3: USB disconnect, device number 2
Jan 24 20:19:03 localhost kernel: [ 1557.469534] usblp0: removed
Jan 24 20:19:18 localhost kernel: [ 1572.373310] usb 1-3: new high-speed USB device number 3 using ehci_hcd
Jan 24 20:19:18 localhost kernel: [ 1572.511449] usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0848
Jan 24 20:19:19 localhost kernel: [ 1573.852945] usb 1-3: usbfs: interface 1 claimed by usblp while 'usb' sets config #1
Jan 24 20:19:35 localhost dhcpcd[737]: wlan0: renewing lease of 192.168.1.66
Jan 24 20:19:35 localhost dhcpcd[737]: wlan0: acknowledged 192.168.1.66 from 192.168.1.254
Jan 24 20:19:35 localhost dhcpcd[737]: wlan0: leased 192.168.1.66 for 86400 seconds

Thanks for all!!

Last edited by hergex_do (2012-01-27 01:58:49)

Offline

#2 2012-01-25 07:23:04

ploub
Member
Registered: 2007-05-16
Posts: 132

Re: [solved] doesn't recognize epson printer

It's cupsd in your daemons line not cups...

Offline

#3 2012-01-25 21:56:22

hergex_do
Member
From: Mexico
Registered: 2012-01-25
Posts: 3
Website

Re: [solved] doesn't recognize epson printer

Thanks for the answer, I changed it, but It's still not working.  hmm

Offline

#4 2012-01-25 22:38:51

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [solved] doesn't recognize epson printer

Have a look if this helps perhaps.

Offline

#5 2012-01-27 01:58:18

hergex_do
Member
From: Mexico
Registered: 2012-01-25
Posts: 3
Website

Re: [solved] doesn't recognize epson printer

Solved! I decided to uninstall the packages that I had installed. I installed the following packages.

1) pacman -S cups ghostscript gsfonts
2) pacman -S gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters

Also I downloaded and installed the drive for the epson printer in aur:
http://aur.archlinux.org/packages.php?ID=39015

I added a udev rules for the printer in:

/etc/udev/rules.d/10-usbprinter.rules

With the information of the printer.

ATTR{idVendor}=="04b8",ATTR{idProduct}=="0848",MODE:="0660",GROUP:="lp"

You have to create a blacklist for the printer, just like the wiki's said.
https://wiki.archlinux.org/index.php/CUPS

I don't know if it's right, but I also created a nobeep.conf in /etc/modprobe.d/, just like this:

blacklist usblp

reboot the pc and the printer, and that's all!!

THANKS for ALL!!

Offline

Board footer

Powered by FluxBB