From owner-freebsd-questions@FreeBSD.ORG Wed Sep 9 22:52:11 2009 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35D43106566C for ; Wed, 9 Sep 2009 22:52:11 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id B8D898FC19 for ; Wed, 9 Sep 2009 22:52:10 +0000 (UTC) Received: by bwz2 with SMTP id 2so2018006bwz.43 for ; Wed, 09 Sep 2009 15:52:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gzL34BA/7kTKXnCgg+ZLwNtou2q8tCPxUZOgXezWILw=; b=i27JVYf4J7JoHSIXMQcZ13XQt40LPoYmDUve3oDY+LUy/e6sARtmpDikFMbOphZFLJ 2d/zLg0rOSduTI0Te+UAdslV8+mS3mRpWFTUqm831ZtPsKefZMmKSUp8Wm8Aal9f1QdU bhQX5eNMtxlE7IFGvwSZMd5n9a4a+Bdy5A/Mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oUkz5bPofoiUkwhgPaySs5sNdEHFgFbZ6BKJC4tRgvuRSxAD0I7A2UiJXbQ0gWexQW tkgOEkpAClOfTvtSjjkSRL2PSc2R9B9z7ACVVRpvnX+bF3/4CD4Seg7L2xLOwlgH2LtW Vi5UFsfHR0kMhCjhtR657CzsbAi7sv8hf1gOg= MIME-Version: 1.0 Received: by 10.223.54.15 with SMTP id o15mr747362fag.96.1252536729712; Wed, 09 Sep 2009 15:52:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Sep 2009 18:52:09 -0400 Message-ID: <4ad871310909091552l1a5bf8ddi4d11d46ad1d269b5@mail.gmail.com> From: Glen Barber To: =?KOI8-R?B?4czFy9PFyiDtycjByszP18ne?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-questions@freebsd.org Subject: Re: Sound in FreeBSD 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: Wed, 09 Sep 2009 22:52:11 -0000 Hi. 2009/9/9 =E1=CC=C5=CB=D3=C5=CA =ED=C9=C8=C1=CA=CC=CF=D7=C9=DE : > I want play *.mp3 in to FreeBSD > > My system data > uname -a: > =9A6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008 =9A = =9A root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC =9Ai386 > > my sound driver: > =9A =9Asnd_hda > > =9A =9A$ cat /dev/sndstat > =9A =9AFreeBSD Audio Driver (newpcm) > =9A =9AInstalled devices: > =9A =9Apcm0: at memory 0x= f3020000 irq 22 kld snd_hda =9A [20071129_0050] (1p/1r/1v channels duplex d= efault) > pcm1: at memory 0xf10100= 00 irq 17 kld snd_hda [20071129_0050] (mixer only) > > my steps for auto load : > =9A1 ee /boot/loader.conf > =9A =9A#Sound Driver > =9A =9Asnd_hda_load=3D"YES" (man snd_hda) > =9A2 reboot > =9A3 login > =9A4 kldstat > =9A =9Aresult kldstat: > Id Refs Address =9A =9ASize =9A =9A Name > =9A1 =9A =9A7 0xc0400000 7c89e8 =9A kernel > =9A2 =9A =9A1 0xc0bc9000 5c894 =9A =9Aacpi.ko > =9A3 =9A =9A1 0xc8dcc000 2000 =9A =9A fire_saver.ko > =9A4 =9A =9A1 0xc948a000 12000 =9A =9Asnd_hda.ko > =9A5 =9A =9A1 0xc949c000 1d000 =9A =9Asound.ko > > sound driver was loader > > I run X server: startx > =9Aand....... the sound is not present > > Next i press Ctrl+Alt+Backspace (down X) > > Manually I do an unloading and loading > =9A $ kldunload snd_hda > =9A $ kldload snd_hda > > After these actions all works > > Why the such occurs > Thanks > > What is the output of mixer(8) before and after X is started? Also, what window manager / desktop environment are you using? --=20 Glen Barber