From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcsOp?= Roth Subject: USB Printer does not work Date: Fri, 2 Jan 2009 17:50:29 +0100 Message-ID: <20090102175029.70fd5acf@pion.galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:59142 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751839AbZABRKH convert rfc822-to-8bit (ORCPT ); Fri, 2 Jan 2009 12:10:07 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LInX9-0004tf-Ff for kvm@vger.kernel.org; Fri, 02 Jan 2009 17:10:03 +0000 Received: from 155-252-221-213-pool.dsl.fcom.ch ([213.221.252.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 17:10:03 +0000 Received: from lynx by 155-252-221-213-pool.dsl.fcom.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jan 2009 17:10:03 +0000 Sender: kvm-owner@vger.kernel.org List-ID: Hello List, I'm using kvm-82 and I'm trying to attach a HP 1200 per USB to my guest= system (Debian/lenny, 2.6.26-1-amd64). This works so far, the usblp mo= dule is loaded and I get a /dev/usb/lp0. I can print text/plain by catt= ing text to the device.=20 But using CUPS, the device is not detected due to a failing ioctl: # strace /usr/lib/cups/backend/usb 2>&1 | grep error\\\|lp0 -i ... open("/dev/usb/lp0", O_RDWR|O_EXCL) =3D 3 ioctl(3, SNDCTL_DSP_SYNC, 0x7fff90018760) =3D -1 EIO (Input/output e= rror) Specifying the device manually does not work either. On the host system this works without problems. The CPU is an Intel Core2 Quad Q9300. How can I further debug this ? Thanks, andr=C3=A9