From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Velten_Sp=E4gele?= Subject: USB in domU - usblp: probe of 1-2:1.0 failed with error -5 Date: Fri, 09 Mar 2007 20:51:34 +0100 Message-ID: <45F1BAC6.8080202@tegger.de> References: <459061E1.6060209@tegger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <459061E1.6060209@tegger.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, i ried to install a networkprinter, with USB, so i start to hide the USB in dom0 and include it in domU, compile a new kernel with pci and usb include so that :/# lspci 0000:00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02) :/# seem to be working. But /var/log/messages show this: Mar 9 20:10:32 MLDONKEY kernel: usb 1-2: USB disconnect, address 2 Mar 9 20:10:57 MLDONKEY kernel: usb 1-2: new full speed USB device using uhci_hcd and address 3 Mar 9 20:10:57 MLDONKEY kernel: usb 1-2: configuration #1 chosen from 1 choice Mar 9 20:10:57 MLDONKEY kernel: usblp: probe of 1-2:1.0 failed with error -5 Mar 9 20:35:47 MLDONKEY -- MARK -- How can I get USB in domU working ?