From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 16 08:39:21 2013 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B31E043E for ; Tue, 16 Apr 2013 08:39:21 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 77E9484D for ; Tue, 16 Apr 2013 08:39:20 +0000 (UTC) Received: from mail.bitfrost.no (mail.bitfrost.no [46.29.221.36]) by mta.bitpro.no (Postfix) with ESMTP id 730047A131; Tue, 16 Apr 2013 10:39:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bitfrost.no Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanspetter) by mail.bitfrost.no (Postfix) with ESMTPSA id 66D6820CCD; Tue, 16 Apr 2013 10:39:17 +0200 (CEST) Message-ID: <516D0E8E.20807@bitfrost.no> Date: Tue, 16 Apr 2013 10:40:46 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S MIME-Version: 1.0 To: Joshua Isom Subject: Re: USB Printer quirks References: <5169DFFB.4030101@gmail.com> <516BD94F.7030507@bitfrost.no> <516C5FC0.9060507@gmail.com> In-Reply-To: <516C5FC0.9060507@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 08:39:21 -0000 On 04/15/13 22:14, Joshua Isom wrote: > On 4/15/2013 5:41 AM, Hans Petter Selasky wrote: >> Hi, >> >> What does dmesg say about your printer. >> >> Is cups hooked up the correct /dev/uxxx device ? >> >> --HPS > > Here's what I got the last time I plugged it in. > > Apr 13 07:38:17 jri root: Unknown USB device: vendor 0x040a product > 0x4043 bus uhub7 > Apr 13 07:38:17 jri kernel: ugen8.2: at usbus8 > Apr 13 07:38:17 jri kernel: ulpt0: on usbus8 > Apr 13 07:38:17 jri kernel: ulpt0: using bi-directional mode > Apr 13 07:38:17 jri kernel: umass0: on usbus8 > Apr 13 07:38:17 jri kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 > Apr 13 07:38:17 jri kernel: umass0:14:0:-1: Attached to scbus14 > Apr 13 07:38:17 jri kernel: (da0:umass-sim0:0:0:0): got CAM status 0x50 > Apr 13 07:38:17 jri kernel: (da0:umass-sim0:0:0:0): fatal error, failed > to attach to device > Apr 13 07:38:17 jri kernel: (da0:umass-sim0:0:0:0): lost device - 0 > outstanding, 4 refs > Apr 13 07:38:17 jri kernel: (da0:umass-sim0:0:0:0): removing device entry > > The umass is probably for the card reader, I've never tried it with > FreeBSD. Cups would sometimes work, at most I'd be able to print one > document/test and then it'd hang. I would actually have to power cycle > the printer to try again. I think it was a problem reading from usb. > What I'm really curious about is why it would work properly in a linux > jail and not on FreeBSD. The closest hint I have is a kernel message > "linux: pid 8781 (usb): ioctl fd=5, cmd=0x604 ('^F',4) is not implemented". Hi, What software are you using to print? --HPS