Date: Wed, 13 Nov 2002 13:13:41 +0100 From: John Angelmo <john@veidit.net> To: Ilya Novoselov <nullguid@tgngu.tyumen.ru> Cc: multimedia@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Compaq Evo n115 Message-ID: <3DD241F5.5070108@veidit.net> In-Reply-To: <20021112113548.01313911.john@veidit.net> References: <20021112113548.01313911.john@veidit.net> <3DD1F401.10809@tgngu.tyumen.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD241F5.5070108>