Bug 16596
Summary: | Riptide sound cards do not work in 2.6.32 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Gary James (garyjames82) |
Component: | Sound(ALSA) | Assignee: | Takashi Iwai (tiwai) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | garyjames82, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://bugs.archlinux.org/task/19787 | ||
Kernel Version: | 2.6.32 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Fix detection of riptide firmware |
Description
Gary James
2010-08-15 16:00:38 UTC
Does the patch below help? Created attachment 27452 [details]
Fix detection of riptide firmware
One patch and kernel recompile later. Result. Perfect Thank you very much. Output of /dev/snd gary@reddwarf ~ $ uname -a Linux reddwarf 2.6.32-lts #1 SMP Sun Aug 15 19:40:38 BST 2010 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux gary@reddwarf ~ $ ls -l /dev/snd total 0 drwxr-xr-x 2 root root 60 Aug 15 20:05 by-path crw-rw---- 1 root audio 116, 8 Aug 15 20:05 controlC0 crw-rw---- 1 root audio 116, 4 Aug 15 20:05 hwC0D0 crw-rw---- 1 root audio 116, 5 Aug 15 20:05 midiC0D0 crw-rw---- 1 root audio 116, 7 Aug 15 20:05 pcmC0D0c crw-rw---- 1 root audio 116, 6 Aug 15 20:25 pcmC0D0p crw-rw---- 1 root audio 116, 3 Aug 15 20:05 seq crw-rw---- 1 root audio 116, 2 Aug 15 20:05 timer gary@reddwarf ~ $ Thanks for testing. I applied the patch now to sound git tree with Cc to stable kernel. |