From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A43EC13877A for ; Sat, 6 Sep 2014 17:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0171FE0ABE; Sat, 6 Sep 2014 17:38:08 +0000 (UTC) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73422E088F for ; Sat, 6 Sep 2014 17:38:06 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id pn19so15447905lab.4 for ; Sat, 06 Sep 2014 10:38:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qwkkO47g8srWte7+zxGk4uVBSg3r3YsefkxgTuYo1Tg=; b=ULMJjyQ8JNIR8OjH7WLWvozWXRNEblM07tzac3YzGPdG21nJzwI05hGZFN48/+pP9Y UeTvS/+V+iAPkOu1c83d/9gXodsvaSQYrQXTPef2SDWgacWQyA3D+QpJnE8dgH3EI85L r1CRcv7uoxbJOKxR7Y6Icl4NRHI/i/BbUNNkPavMP6grYMtZlbiHcVt288jLw2vggaCh Y4k/XUIMCUmBRvScqTUnWbjpVzTRXPk78The4EW5Mn+ndiddk3DLyUgXIbxa0Y7rzVqD VYnOCn7Ds8/1rq/vjh7zhkV7h3eZywL4Jd2XS6G5yfbN4ddj6NwfzNB5+LItKtlS4+l8 Qg3g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.161.225 with SMTP id xv1mr19124554lab.59.1410025084853; Sat, 06 Sep 2014 10:38:04 -0700 (PDT) Received: by 10.112.14.133 with HTTP; Sat, 6 Sep 2014 10:38:04 -0700 (PDT) In-Reply-To: <20140906185254.21e4862e4508d75af8a152e8@web.de> References: <20140826222945.1e45d909b4bc2d75d03b313e@web.de> <20140904012542.83cc31d88db76a5e1361154d@web.de> <2922539d-4597-4e7c-8b8a-85771d2521d6@email.android.com> <20140906185254.21e4862e4508d75af8a152e8@web.de> Date: Sat, 6 Sep 2014 20:38:04 +0300 Message-ID: Subject: Re: [gentoo-user] USB Problems From: Alexander Kapshuk To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: a80753a4-2207-492a-b1a0-cb0512f0b5cb X-Archives-Hash: 617beb942117d00aacef696dfd3dd219 On Sat, Sep 6, 2014 at 7:52 PM, siefke_listen@web.de wrote: > Hello, > > On Thu, 04 Sep 2014 06:58:54 +0200 "J. Roeleveld" > wrote: > >> >siefke ~ $ cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER >> >CONFIG_USB_PRINTER=m >> >> Change this to 'n'. > > No because cups is compile with -usb and the netbook not see printer. > Dmesg give printer out, but in cups nothing to see in local print > support. > >> >siefke ~ $ equery u cups | grep usb >> >-usb > > > Thank you & Ragards > Silvio > Have you tried this configuration? http://wiki.gentoo.org/wiki/HPLIP For USB printers net-print/cups has to be built with the usb USE flag. This way it makes use of the dev-libs/libusb user space tool which replaces kernel usb printer support (CONFIG_USB_PRINTER). In case of problems you can disable the usb USE flag for net-print/cups and activate the kernel functionality again.