Linux version 3.5.0-46-generic / kbuntu
I tried to configure the sound card with the Phenon Control module of the KDE desktop but this is not possible, since there is no sound hardware shown in the menu.
I performed the following steps to resolve the problem :
Code:
lshw :
Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: irq:41 memory:f0100000-f0103fff
Code:
cat /proc/asound/cards :
0 snd_hda_intel
Code:
alsa reload :
Unloading ALSA sound driver modules: snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-seq-device
snd-hda-intel snd-hda-codec-realtek snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer.
Loading ALSA sound driver modules: snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-seq-device
snd-hda-intel snd-hda-codec-realtek snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer.
In my opinion the sound-card should work but doesn't.
Maybe someone can help me.