From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 04:01:42 2005 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 235AA16A4CE for ; Wed, 19 Jan 2005 04:01:42 +0000 (GMT) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8993343D6B for ; Wed, 19 Jan 2005 04:01:41 +0000 (GMT) (envelope-from syncman@optusnet.com.au) Received: from [192.168.0.7] (c211-30-63-111.belrs1.nsw.optusnet.com.au [211.30.63.111]) (authenticated bits=0)j0J41auJ018564; Wed, 19 Jan 2005 15:01:40 +1100 Message-ID: <41EE7732.4040807@optusnet.com.au> Date: Wed, 19 Jan 2005 15:05:22 +0000 From: Andrew Sinclair User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050116 X-Accept-Language: en-us, en MIME-Version: 1.0 To: semin@mail2000.com.tw References: <1106106183.34440.semin@mail2000.com.tw> In-Reply-To: <1106106183.34440.semin@mail2000.com.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Audio works... and then died ? 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, 19 Jan 2005 04:01:42 -0000 semin@NZ wrote: >Hi there, > > I've got a Laptop (Compaq Presario 2166) with Conxant audio chip. I used to activate the audio with sound.ko and snd_t4dwave.ko when I use FreeBSD 5.1 without any (I suppose so) problem. I downloaded 5.3 several days ago. What happened to me is when I loaded those sound modules (not add into kernel yet), it work. When I start X.org, the sound module didn't work suddenly. The sound disappered even the modules were loaded properly. > > I tried to add sound modules into my kernel then make, install and reboot, and found ...it still keep dumbness!! I'm definitely sure snd_ko and snd_t4dwave.ko are the correct ones. What on earth might go wrong? > > > Are you using KDE? If so, KDE would be loading 'artsd' at startup, which is its daemon for sharing the same sound board among multiple KDE applications. Problem is, while that is running, the sound board is no longer available for non-KDE applications. Quick fix: $ killall artsd; mplayer / realplay / whatever Keep in touch. - Andrew Sinclair