From owner-freebsd-stable@FreeBSD.ORG Mon Jan 10 16:19:45 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B83D16A4CE for ; Mon, 10 Jan 2005 16:19:45 +0000 (GMT) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC37143D48 for ; Mon, 10 Jan 2005 16:19:44 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) j0AGJhB3096170 for ; Mon, 10 Jan 2005 17:19:43 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 6045462DA; Mon, 10 Jan 2005 17:20:06 +0100 (CET) Date: Mon, 10 Jan 2005 17:20:06 +0100 From: Roland Smith To: freebsd-stable@freebsd.org Message-ID: <20050110162006.GA71325@slackbox.xs4all.nl> Mail-Followup-To: freebsd-stable@freebsd.org References: <200501100749.13769.jonathan@fosburgh.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <200501100749.13769.jonathan@fosburgh.org> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! Organization: Me, organized? X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: SOund not working on new motherboard X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 16:19:45 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 10, 2005 at 07:49:09AM -0600, Jonathan Fosburgh wrote: > This weekend I upgraded my aging P-III machine to a newAMD Athlon 64 > system. I am running FreeBSD/i386 5.3-STABLE. This onboard sound on > my motherboard (ECS 755-A2) probes and the pcm driver loads, but I do > not get sound. I receive the following error: >=20 > Jan 9 04:27:06 gw kernel: pcm0: ac97 link rate calibration timed out aft= er=20 > 1006794 us >=20 > I have not been able to locate that error message.=20 You can find it in /usr/src/sys/dev/sound/pci/ich.c, in the function ich_calibrate. The error ir reported because two subsequent readings from a register return the same value. Maybe the assumption that subsequent reads from that specific register should be different is invalid. > This is what cat /dev/sndstat says: >=20 > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xe000, 0xe100 irq 18 bufsz 16384 kld snd_ich > (1p/1r/0v channels duplex default) >=20 > Any suggestions on what I should do or should I install my old soundcard? If you're into shotgun debugging you could try returning the default value immediately from ich_calibrate, and see if it works. :-) If you have another working soundcard, I'd plug that in, and disable the onboard sound in the bios. Roland --=20 R.F. Smith /"\ ASCII Ribbon Campaign r s m i t h @ x s 4 a l l . n l \ / No HTML/RTF in e-mail http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail public key: http://www.keyserver.net / \ Respect for open standards --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB4qs2EnfvsMMhpyURAgzHAJ41S7Z0nFPwEoYVh3ILQ+SNDDxjDQCffp4o 0olJIZaIp0JsThOgVinsb7Q= =I6iL -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--