From owner-freebsd-multimedia Wed Nov 13 4:14: 4 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C9437B404; Wed, 13 Nov 2002 04:14:02 -0800 (PST) Received: from smtp.wineasy.se (smtp.wineasy.se [195.42.198.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EAD443E3B; Wed, 13 Nov 2002 04:13:53 -0800 (PST) (envelope-from john@veidit.net) Received: from veidit.net (20.130.88.213.host.tele1europe.se [213.88.130.20] (may be forged)) by smtp.wineasy.se with ESMTP id gADCDjx27334; Wed, 13 Nov 2002 13:13:45 +0100 Message-ID: <3DD241F5.5070108@veidit.net> Date: Wed, 13 Nov 2002 13:13:41 +0100 From: John Angelmo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021112 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: Ilya Novoselov Cc: multimedia@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Compaq Evo n115 References: <20021112113548.01313911.john@veidit.net> <3DD1F401.10809@tgngu.tyumen.ru> In-Reply-To: <20021112113548.01313911.john@veidit.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ilya Novoselov wrote: > John Angelmo wrote: > > > This was posted earlier in mobile@FreeBSD.org > > ---- > > Hello > > > > I have a Compaq evo n115, everything seems to be found by > > FreeBSD-Current but the sound dosn't work > > > > This seems to be the important part: > > pcm0: port 0x1850-0x1853,0x1854-0x1857,0x1000-0x10ff > > irq 5 at device 7.5 on pci0 > > > > So that works, but still no sound, but I don't get any error either. > > > This line tells that sound device is detected and working problem, maybe > you just need to adjust mixer with aumix or something? > It seems to be compaq related according to the Linux patch: + + + +/* + * Presario700 workaround + * for Jack Sense/SPDIF Register misetting causing + * no audible output + * by Santiago Nullo 04/05/2002 + */ + +#define AC97_AD1886_JACK_SENSE 0x72 + +static int ad1886_init(struct ac97_codec * codec) +{ + /* from AD1886 Specs */ + codec->codec_write(codec, AC97_AD1886_JACK_SENSE, 0x0010); + return 0; +} + + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message