On Thu, 13 Sep 2007, Clemens Ladisch wrote:

> leegold wrote:
>> On Wed, 12 Sep 2007 18:38:23 +0200, "Clemens Ladisch"
>> <[EMAIL PROTECTED]> said:
>>> You didn't say that you're using the latest driver version,
>>> so please download the alsa-driver-1.0.15rcX package from
>>> <http://www.alsa-project.org/>, unpack it, go into the
>>> alsa-driver-1.0.5rcX directory, run "./configure", run "make",
>>> then, as root, run "make install-modules".
>>> (This requires that the kernel source or at least the kernel
>>> headers package of your distribution is installed.)

I do not know if they have fixed the old problem in the make file. In 14.0
the script cleans out all of the snd-*.o files from
/lib/modules/<version>/kernel but not the .k0 files which are now more
usual in kernel module trees. This means that there is a danger thatold
module files are left which completely messes up module loading. 
Check to make sure that there are no snd-*.ko files

find /lib/modules/<version>/kernel -name 'snd-*.ko'
(alsa tends to use the .o form not the .ko)


>>
>> Ubuntu 7.04: I installed *exactly* according to:
>>
>> https://help.ubuntu.com/community/HdaIntelSoundHowto
>>
>> but:
>>
>> [EMAIL PROTECTED]:~$ aplay --version
>> aplay: version 1.0.15rc1 by Jaroslav Kysela <[EMAIL PROTECTED]>
>
> This indicates that the alsa-utils package is installed.
>
>> [EMAIL PROTECTED]:~$ aplay -l
>> aplay: device_list:205: no soundcards found...
>> [EMAIL PROTECTED]:~$ sudo modprobe snd-cmi8788
>> FATAL: Module snd_cmi8788 not found.

did you do depmod after installing the new packages?

>
> The alsa-driver package isn't.
>
> Was there any error message when running configure or make?
> (If so, it should be in the last few lines of output.)
>
>> Additionally  many documents say to look at:  /proc/asound/cards
>>
>> But I have no asound dir.

That says that alsa was never loaded.

>
> This means that no sound driver is currently loaded.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to