Thank you so much for finding that!

But... no good -- am I doing it wrong?  Tried it multiple ways:

root@vs01 ~ # echo "109e 0878" > /sys/bus/pci/drivers/snd_bt87x/new_id
-su: echo: write error: Invalid argument

root@vs01 ~ # echo "109e 0878 aa00 1460" > 
/sys/bus/pci/drivers/snd_bt87x/new_id
-su: echo: write error: Invalid argument

root@vs01 ~ # echo "109e 0878 aa00 1460 0480 ffff" > 
/sys/bus/pci/drivers/snd_bt87x/new_id
-su: echo: write error: Invalid argument


Thanks again,
Eric

PS - Numbers are from this.  I wouldn't be at all shocked if I was 
misunderstanding something.

root@vs01 ~ # lspci -vnnmm -d 109e:0878
Slot:   03:00.1
Class:  Multimedia controller [0480]
Vendor: Brooktree Corporation [109e]
Device: Bt878 Audio Capture [0878]
SVendor:        Unknown vendor [aa00]
SDevice:        Device [1460]
Rev:    11

Slot:   03:01.1
Class:  Multimedia controller [0480]
Vendor: Brooktree Corporation [109e]
Device: Bt878 Audio Capture [0878]
SVendor:        Unknown vendor [aa01]
SDevice:        Device [1461]
Rev:    11

Slot:   03:02.1
Class:  Multimedia controller [0480]
Vendor: Brooktree Corporation [109e]
Device: Bt878 Audio Capture [0878]
SVendor:        Unknown vendor [aa02]
SDevice:        Device [1462]
Rev:    11

Slot:   03:03.1
Class:  Multimedia controller [0480]
Vendor: Brooktree Corporation [109e]
Device: Bt878 Audio Capture [0878]
SVendor:        Unknown vendor [aa03]
SDevice:        Device [1463]
Rev:    11


On 02/25/2013 01:08 AM, Clemens Ladisch wrote:
> E. Westbrook wrote:
>> The snd-bt87x module loads successfully, but nothing for it shows up in 
>> "arecord -l" and /proc/asound/cards.
>>
>> I'm loading snd-bt87x with the module parameters "index=4 id=bttv 
>> load_all=1".
> Apparently, commit e9f66d9b9ce0 (ALSA: pci: clean up using
> module_pci_driver()) broke the load_all parameter.
>
> Try adding your card's four device IDs to the new_id sys file:
> <http://www.kernel.org/doc/Documentation/ABI/testing/sysfs-bus-pci>
>
>
> Regards,
> Clemens

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to