Comment 7 for bug 887309

Revision history for this message
David Garcia Rojo (ouioui51) wrote :

Hi,

I've found something on alsa bugtrack
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250

the card is not recognized because the pci express card has a different PCI subsystem id:

.subsystem = 0x42011102 for pci
and
.subsystem = 0x40071102 for pcie

I've tried to rebuild alsa-source with module-assistant but:
1. build failed with this error: erreur fatale: linux/smp_lock.h : Aucun fichier ou dossier de ce type
2. even if I could build it,it seems that m-a dowload and unpack systematicaly the sources. So I cannot edit emu10k1_main.c

Can you fix alsa package please?
If not, can you help me find the way to patch alsa sources on my system?
I've googled for tutorials but I didn't find help to do that for the moment.

Thank you for help.