From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 15:38:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF77216A4CE for ; Wed, 21 Jan 2004 15:38:35 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5680143D31 for ; Wed, 21 Jan 2004 15:38:34 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 21 Jan 2004 17:41:59 -0600 Message-ID: <400F0D51.8000004@daleco.biz> Date: Wed, 21 Jan 2004 17:37:53 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Victor L. Davis" References: <20040121233203.GA1489@Amnesiac.localdomain> In-Reply-To: <20040121233203.GA1489@Amnesiac.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Jan 2004 23:41:59.0859 (UTC) FILETIME=[29CE5030:01C3E078] cc: freebsd-questions@freebsd.org Subject: Re: Switching from Linux & need setup advice 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 23:38:35 -0000 Victor L. Davis wrote: > Hello FreeBSD enthusiasts, > What do I need to do or where are the FAQ documents with more > detailed instructions to get CUPS with Gimp Print or the better > FreeBSD solution working and more detail on setting up sound? I'm not > getting /dev/sound/mixer created and need this for Gnome audio to work. > > Thanks, > Vic Davis In 5.x, devfs will create devices for you. However, the GENERIC kernel doesn't have sound support compiled into it. Check your dmesg --- I'm betting you have a "no driver loaded" message near your "multimedia" entry, if such exists. This may be as easy as adding: device pcm to your kernel config and doing "make buildkernel" and "make installkernel" as root from /usr/src. As for CUPS, don't know much about it. I've had a bit of luck with aspsfilter (printing to a new HP 6100 all-in-one), but I stupidly overwrote /etc/printcap during my last mergemaster, and my automagic nightly backup backed it up before I realized I'd done it .... :-( HTH, Kevin Kinsey