pcm0: <Intel 82801BA (ICH2)> port 0xef00-0xef3f,0xe800-0xe8ff irq 9 at device 31.5 on pci0
pcm0: measured ac97 link rate at 44061 Hz
--
-Alfred Perlstein [alf...@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
You can set a sysctl to set the ac97 link rate. I don't recall offhand what
it is (hw.snd.pcm0.ac97rate?) - "sysctl -a | grep ac97" will find it.
There is a calibration test in the ich code since various mfrs do funny things
with the clock. I'd be interested to know what boot -v output is and what
ac97 link rate works. This is the second box reported failing on this
recently.
- Orion
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
/usr/src/sys/sys % sysctl -a | grep ac97
ac97 2 1K 1K 2 16,256
hw.snd.pcm0.ac97rate: 44061
I can get you boot -v later.
--
-Alfred Perlstein [alf...@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
This makes it sound almost perfect:
sysctl hw.snd.pcm0.ac97rate=55000
the default 44061 is bad.
--
-Alfred Perlstein [alf...@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
I thought this was because it's the CD sample rate...
-- Terry
What about 56000? Our Dells seem to use it. I'm not sure what is so magic
about it. Maybe they wanted to cater for modems on the ac97 channel.
John
--
John Hay -- John...@icomtek.csir.co.za / jh...@FreeBSD.org
That sounds fine also, basically if i go lower then it sounds sped
up, higher and it sounds slow.
-Alfred