[linux-audio-user] snd-hdsp+cardbus+M6807 notebook=distortion -- FIXED!

Daniel Ritz daniel.ritz at gmx.ch
Sun Apr 18 03:44:19 BST 2004


could you guys test the attaches script after the card is inserted and the
hdsp driver loaded? it adjusts latency timers to 255 (the PCI latency
timer of the bridge, the cardbus latency timer of the bridge, the pci latency
timer of the hdsp is already set to 255 by the driver).

just to be sure that's not the problem.

ico, i'm know it works for you with 0x04 at 0xc9, but please try anyway.

oh and please use a 2.6.5 kernel.

-daniel


#!/bin/sh

# set lateny timers for the bridges
CB=`lspci | grep CardBus | cut -d" " -f1`
for i in $CB; do
	echo "setting latency timer for CB $i"
	setpci -s $i 0x0d.b=0xff > /dev/null
	setpci -s $i 0x1b.b=0xff > /dev/null

	# for EnE only, others should ignore it
	setpci -s $i 0xc9.b=0x06 > /dev/null
done





More information about the linux-pcmcia mailing list