On Friday 03 July 2009 07:37:59 you wrote:
At Thu, 2 Jul 2009 19:37:43 +0200,
Andreas Nüßlein wrote:
On Thursday 02 July 2009 15:15:34 you wrote:
At Thu, 2 Jul 2009 12:54:47 +0200,
Andreas Nüßlein wrote:
but i can't get any sound eventhough all channels are unmuted and turned up to 100.
i also aplay -Dfoo file.wav again, where foo = default,front,surround40,.... , but i always get: aplay: main:608: audio open error: Invalid argument
The error is strange. Did you build with --enable-dynamic-minors configure option?
Otherwise the codec registers look OK.
hmmm.. well whenever i really build this manually ( ./configure --with- cards=hda-intel && make && sudo make install) i can't load the modules, because i get: [ 1526.091642] snd: Unknown symbol unregister_sound_special [ 1526.092374] snd: Unknown symbol register_sound_special_device
so i finally figured out, the problem with "Unknown symbol unregister_sound_special": the ebuild always used "--without-oss". as soon as i applied that to my manual ./configure i was able to load the modules. however now dmesg throws some errors - i attached them to this mail. i'm a little confused why there's still my build-dir in the errors,