Σε ένα παλιό pc, εγκατέστησα το ubuntu 14.04 (πριν είχα Win XP) και στις ρυθμίσεις ήχου, δεν εντοπίζεται από το σύστημα η κάρτα ήχου (HDA Intel)
παρά μόνο εμφανίζει μια "Εικονική έξοδο" και δεν έχω καθόλου ήχο
Spoiler: show
Οι πληροφορίες από το alsa-info.sh είναι εδώ
- Κώδικας: Επιλογή όλων
!!################################
!!ALSA Information Script v 0.4.64
!!################################
!!Script ran on: Wed May 20 09:36:33 UTC 2015
!!Linux Distribution
!!------------------
Ubuntu 14.04.2 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.2 LTS" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
!!DMI Information
!!---------------
Manufacturer:
Product Name:
Product Version:
Firmware Version: 6.00 PG
!!Kernel Information
!!------------------
Kernel release: 3.16.0-37-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
SMP Enabled: Yes
!!ALSA Version
!!------------
Driver version:
Library version: 1.0.29
Utilities version: 1.0.27.2
!!Loaded ALSA modules
!!-------------------
!!Sound Servers on this system
!!----------------------------
Pulseaudio:
Installed - Yes (/usr/bin/pulseaudio)
Running - Yes
!!Soundcards recognised by ALSA
!!-----------------------------
!!PCI Soundcards installed in the system
!!--------------------------------------
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 05)
!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!-------------------------------------------------------
00:1b.0 0403: 8086:2668 (rev 05)
Subsystem: 17f2:2668
!!Modprobe options (Sound related)
!!--------------------------------
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_usb_audio: index=-2
snd_usb_caiaq: index=-2
snd_usb_ua101: index=-2
snd_usb_us122l: index=-2
snd_usb_usx2y: index=-2
snd_cmipci: mpu_port=0x330 fm_port=0x388
snd_pcsp: index=-2
snd_usb_audio: index=-2
snd_hda_intel: model=auto
!!Loaded sound module options
!!---------------------------
!!ALSA Device nodes
!!-----------------
crw-rw---- 1 root audio 116, 1 May 20 12:31 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 May 20 12:31 /dev/snd/timer
!!Aplay/Arecord output
!!--------------------
APLAY
aplay: device_list:268: no soundcards found...
ARECORD
arecord: device_list:268: no soundcards found...
!!Amixer output
!!-------------
!!Alsactl output
!!--------------
--startcollapse--
--endcollapse--
!!All Loaded Modules
!!------------------
Module
ctr
ccm
bnep
rfcomm
bluetooth
arc4
6lowpan_iphc
radeon
ath9k_htc
ath9k_common
ath9k_hw
ath
mac80211
ttm
drm_kms_helper
cfg80211
drm
i2c_algo_bit
ns558
serio_raw
gameport
lpc_ich
shpchp
mac_hid
binfmt_misc
parport_pc
ppdev
lp
parport
hid_generic
usbhid
hid
skge
pata_acpi
floppy
!!ALSA/HDA dmesg
!!--------------
προσπάθησα να εγκαταστήσω ένα driver της Realtek για το codec που έχει η κάρτα μου (ALC880) αλλά μου βγάζει αυτό το error:
- Κώδικας: Επιλογή όλων
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-37-generic'
CC [M] /home/sakis/alsa/acore/hrtimer.o
CC [M] /home/sakis/alsa/acore/hwdep.o
CC [M] /home/sakis/alsa/acore/memory_wrapper.o
CC [M] /home/sakis/alsa/acore/memalloc.o
CC [M] /home/sakis/alsa/acore/sgbuf.o
CC [M] /home/sakis/alsa/acore/pcm.o
CC [M] /home/sakis/alsa/acore/pcm_native.o
/home/sakis/alsa/acore/pcm_native.c: In function ‘snd_pcm_file_fd’:
/home/sakis/alsa/acore/pcm_native.c:1647:2: error: implicit declaration of function ‘fget_light’ [-Werror=implicit-function-declaration]
file = fget_light(fd, fput_needed);
^
/home/sakis/alsa/acore/pcm_native.c:1647:7: warning: assignment makes pointer from integer without a cast [enabled by default]
file = fget_light(fd, fput_needed);
^
/home/sakis/alsa/acore/pcm_native.c: In function ‘snd_pcm_lib_mmap_iomem’:
/home/sakis/alsa/acore/pcm_native.c:3453:26: warning: unused variable ‘runtime’ [-Wunused-variable]
struct snd_pcm_runtime *runtime = substream->runtime;;
^
cc1: some warnings being treated as errors
make[3]: *** [/home/sakis/alsa/acore/pcm_native.o] Error 1
make[2]: *** [/home/sakis/alsa/acore] Error 2
make[1]: *** [_module_/home/sakis/alsa] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-37-generic'
make: *** [compile] Error 2
Επίσης προσπάθησα να εγκαταστήσω τον 1.0.9 alsa driver, αλλά μου βγάζει αυτό το error:
- Κώδικας: Επιλογή όλων
checking for kernel version... The file /lib/modules/3.16.0-37-generic/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/3.16.0-37-generic/build).
root@sakis:/home/sakis/alsa-driver-1.0.9# make install
rm -f /snd*.*o /persist.o /isapnp.o
make[1]: Entering directory `/home/sakis/alsa-driver-1.0.9/acore'
Makefile:6: /home/sakis/alsa-driver-1.0.9/Makefile.conf: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
make[1]: *** No rule to make target `/home/sakis/alsa-driver-1.0.9/Makefile.conf'. Stop.
make[1]: Leaving directory `/home/sakis/alsa-driver-1.0.9/acore'
make: *** [install-modules] Error 1
Προφανώς αυτά τα error μου λένε ακριβώς τι πρέπει να κάνω, αλλά εγώ τα βλέπω κινέζικα, μιας και οι γνώσεις μου είναι μηδαμινές!

Αν κάποιος έχει τον χρόνο & την υπομονή να με βοηθήσει να βγάλω άκρη, θα του ήμουν υπόχρεος.
Ευχαριστώ!