I have been trying for more than 6 months (on and off) to make the
snd-bt87x module work with an ATI TV Wonder pro on my
knoppmyth system. I have tried many things to make this work including
editing /etc/modprobe.d/alsa-base and /etc/asound.conf. I have also
tried other distro's as well including
>You can force it to load by using the load_all=1 parameter.
>Please tell us if you get any sound.
I have loaded a fresh install of debian etch to try this out. I created a file:
/etc/modprobe.d/snd_bt87x
and added,
options snd_bt87x load_all=1
then,
rmmod snd_bt87x
modprobe snd_bt87x
dmesg
wh
I am still unable to load snd_bt87x properly. I have removed all things OSS from the kernel but it still insist on loading module bt878 unless added to hotplug blacklist. What?, Why?Having finally killed btsound/bt878 (I hope) I load snd_bt87x as such.
# modprobe -v snd_bt87x load_all=1insmod /lib/
I have made some progress loading snd_bt87x on debian.According to this post...http://lists.debian.org/debian-testing/2004/10/msg00054.htmldebian runs both hotplug and discover as default. Alsa-base will add oss modules to hotplug blacklist but discover continues to load oss.
So from a fresh insta