You are not logged in.
Hi,
i dont know exactly since when but my printer went on strike !
cups recognize it as ip2200 canon, when i print a test page (or a document) it never reache the printer while everything seems ok, nothing in the queue (as if it was ok) and no errors.
nothing in the logs
this printer works ok under ubuntu so this has to be with cups ?
pacman -Syu ok
usb-devices
T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=04a9 ProdID=109f Rev=01.00
S: Manufacturer=Canon
S: Product=iP2200
S: SerialNumber=5047D7
C: #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=2mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=(none)
└──>>lsusb
Bus 005 Device 002: ID 04a9:109f Canon, Inc.
Any clue ?
Last edited by marties (2012-03-28 09:28:50)
Offline
I've encountered several cases where a printer worked fine, but the test page printed nothing.
Try printing a text-file, like /etc/rc.conf to see if the printer responds.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
the whole cups is broken,
at first i tried to print my documents it's facing that bug that i've decided to also try test page with no result.
Offline
the whole cups is broken.
If you are confident that that is it simply uninstall, get rid of all remaining config files (if any) and reinstall.
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
marties wrote:the whole cups is broken.
If you are confident that that is it simply uninstall, get rid of all remaining config files (if any) and reinstall.
thanks but i already tried this but nothing changes.
Offline
That would imply that cups is not broken. What driver are you using? Have you checked localhost:631 in your browser? Have you checked the AUR?
Soooo many questions...
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
That would imply that cups is not broken. What driver are you using? Have you checked localhost:631 in your browser? Have you checked the AUR?
Soooo many questions...
the web interface is working and nothing seems wrong there.
No recent messages on AUR about a problem on this driver.
I'm on a i686 distrib, module usblp is blacklisted
Pilote: Canon iP2200 Ver.2.60 (color, 2-sided printing)
Connexion: usb://Canon/iP2200?serial=5047D7
Défauts: job-sheets=none, none media=iso_a4_210x297mm sides=one-sided
Canon_iP2200 (Idle)
Last edited by marties (2012-03-13 08:34:57)
Offline
Hello,
after Enable full debugging information with
# cupsctl LogLevel=debug2
i noticed an error loading libtiff.so.3 library
libtiff.so.5 is installed, so i made a symlink to it
# ln -s /usr/lib/libtiff.so.5 /usr/lib/libtiff.so.3
don't forget to disable logging
# cupsctl --no-debug-logging
Offline