Ilya Novoselov wrote:

John Angelmo wrote:

> This was posted earlier in [EMAIL PROTECTED]
> ----
> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to