From owner-freebsd-doc@FreeBSD.ORG Sat Aug 28 13:57:32 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AB6106567A for ; Sat, 28 Aug 2010 13:57:32 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D61A68FC08 for ; Sat, 28 Aug 2010 13:57:31 +0000 (UTC) Received: by qyk4 with SMTP id 4so4233196qyk.13 for ; Sat, 28 Aug 2010 06:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=EtdL95AEa6SYiemO4JVBO8RcerauawG5geIf5QvgScw=; b=I2lFf0t8qIggpPT64f8sjEAUHslOO0n1AfR4wcSq0l58QOSI0HKR3EeLaCsCU/PrbZ JxQaMdrZr//QF0yohmWmvw6doPJ5RW1tZbAaSdM/F6r24n8SM7JOwz29oHxjgPcNEYaA VDlvjgJTcaXl374cxVgwNvtuQQgo1lJAHeOUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=CZ8b+Tx3/f3TmQUl5mwcw537EAPdkPilOJ0C2OnFfXbd2oadR+ZsV5lx8iVZK6OQUd qkYlQgVPseFXitpKn5L4qxMlt976vPSh8M7bKE2O9BjuUrf+GfGC71JFAzq8O7KnZA9G 5yRVwrJ5TSn6tQ//blGlhN3Fu80bEdI8m3mu8= Received: by 10.229.189.211 with SMTP id df19mr1482910qcb.146.1283003851030; Sat, 28 Aug 2010 06:57:31 -0700 (PDT) Received: from schism.local (75.97.128.170.res-cmts.sewb.ptd.net [75.97.128.170]) by mx.google.com with ESMTPS id e6sm5859619qcr.29.2010.08.28.06.57.28 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Aug 2010 06:57:29 -0700 (PDT) Message-ID: <4C7915C7.5080905@gmail.com> Date: Sat, 28 Aug 2010 09:57:27 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: claudiu vasadi References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: doc@freebsd.org Subject: Re: cups article - extra info (if possible) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2010 13:57:32 -0000 Hi Claudiu, On 8/28/10 9:15 AM, claudiu vasadi wrote: > Hello, > > I had to set up a cups server and I followed the freebsd cups > article. > I have a Samsung USB printer and after reading and applying the conditions > mentioned in chapter 3 > (devfs.rules)I > noticed that cups was unable to detect my printer. That, until I > stumble > across a blog that explained the reason. Cups is unable to read the symlink > created from ugen*.* and the permissions on ugen need to be adjusted too. > So, I added "add path 'ugenX.Y' mode 0660 group cups" to my devfs.rules and > I believe this extra info is worth mentioning in the article. > > Please advise if otherwise. > Could you provide the output of 'ls -al /dev/ugen*', your devfs.rules, and a link to the article that mentions this? Cheers, -- Glen Barber