From owner-freebsd-questions@FreeBSD.ORG Mon May 28 13:16:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CC5316A46C for ; Mon, 28 May 2007 13:16:19 +0000 (UTC) (envelope-from ascherrer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id F007C13C44B for ; Mon, 28 May 2007 13:16:18 +0000 (UTC) (envelope-from ascherrer@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so1059663wxd for ; Mon, 28 May 2007 06:16:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y/RFxP+znxpXFQaOAzdyweU7bPrGU5KceJXsW7kT5hxTFAUsdPIYqN55ZUFJdLxvoZVeC3rf0QUWTJxVwAkC+GM1ycGAXwWpJBBsEMFOZ9dnUbk5pWjHrHdxPzkNn6BWANEcNG7tFCpyDmcq237hwbW0x3TnFBdPy/3Pb+RPaSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LKmBgp/sN1r+6odnGCKG42zkPF9Ot9k4+cTvkP2KRjI0xUTxvJSjsVslElK8MpjYrNXQ6bubapRhm6vZIiy373Nb+yVfOvvs+1YUa49w1/jxTHTcH7CKlwYgMTmsGrVBl3Ui2Fp94TAN3mLC3p7TYuwnf7PJHD3JNQzK38TVFzc= Received: by 10.90.113.18 with SMTP id l18mr3798993agc.1180358175000; Mon, 28 May 2007 06:16:15 -0700 (PDT) Received: by 10.90.55.3 with HTTP; Mon, 28 May 2007 06:16:14 -0700 (PDT) Message-ID: <5edcbb4c0705280616v756d00bbt9f789985938d473b@mail.gmail.com> Date: Mon, 28 May 2007 15:16:14 +0200 From: "Andreas Scherrer" To: freebsd-questions@freebsd.org In-Reply-To: <465995F5.8000603@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465995F5.8000603@gmail.com> Subject: Re: CUPS on 6.2-RELEASE-p3: USB port busy; will retry in 30 seconds... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 13:16:19 -0000 On 27/05/07, andreas scherrer wrote: > I am trying to get a Samsung ML5000a printer to work on my FreeBSD > 6.2-RELEASE-p3 box. The Machine has a EPIA Mini-ITX board which has *no* > parallel port. > The printer is connected to /dev/unlpt0 > > crw-rw---- 1 root cups 0, 61 May 26 17:18 /dev/unlpt0 > > /var/cache/cups is writable by the cups group: > > drwxrwxr-x 2 root cups 512 Apr 3 21:43 cups > > If I issue 'echo test > /dev/unlpt0' I get > > bash: /dev/unlpt0: Device busy Update: Changing the URI of the printer in printers.conf from usb:/dev/unlpt0 to file:/dev/unlpt0 did not help. The effect is, that cups does not start anymore and i get Unable to open output file "file:/dev/unlpt0" - Device busy. in /var/log/cups/error_log I'm at a loss :( rgds andreas