Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

...κάρτες ήχου / προβλήματα ήχου
Κανόνες Δ. Συζήτησης
Έχετε κάποιο πρόβλημα με την κάρτα ήχου; Θέλετε βοήθεια; Τότε ακολουθήστε τα παρακάτω βήματα για να εξαχθούν
τεχνικές πληροφορίες από την κάρτα ήχου που έχετε, ώστε να μπορέσουμε να βοηθήσουμε!
viewtopic.php?f=9&t=7242

Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό m1tS0S » 20 Μάιος 2015, 13:33

Καλησπέρα φίλοι μου, έχω το εξής πρόβλημα:
Σε ένα παλιό 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 μου λένε ακριβώς τι πρέπει να κάνω, αλλά εγώ τα βλέπω κινέζικα, μιας και οι γνώσεις μου είναι μηδαμινές! :silent:
Αν κάποιος έχει τον χρόνο & την υπομονή να με βοηθήσει να βγάλω άκρη, θα του ήμουν υπόχρεος.
Ευχαριστώ!
1 Γνώσεις Linux: Πρώτα βήματα ┃ Προγραμματισμού: Καθόλου ┃ Αγγλικών: Ικανοποιητικό
2 Ubuntu 14.04 trusty 3.16.0-37-generic 32bit (el_GR.UTF-8, Unity ubuntu), Ubuntu 3.16.0-30-generic
3 Intel Pentium 4 CPU 3.20GHz ‖ RAM 2018 MiB ‖ Grantsdale -
4 Advanced Micro Devices, Inc. [AMD/ATI] RV410 [Radeon X700] [1002:5e4d] {radeon}
5 wlan0: 0cf3:9271 Atheros AR9271 802.11n ⋮ eth0: Marvell 88E8001 Gigabit Ethernet Controller [11ab:4320] (rev 13)
m1tS0S
babeTUX
babeTUX
 
Δημοσιεύσεις: 3
Εγγραφή: 18 Μάιος 2015, 15:24
Εκτύπωση

Re: Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό dim.mendrinos » 20 Μάιος 2015, 13:53

Υπάρχει πάντα ένα μικρό πρόβλημα με την συγκεκριμένη κάρτα ήχου.
Τσέκαρε:
https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

http://www.alsa-project.org/db/?f=cc4df ... 7b59265092
Information Technology , Programmer
Now: Hellenic Telecommunications Organization S.A.
Past: Ass. Administrator at AUEB.
PC-
Cpu: Amd Phenom II 1090T x6Cores, RAM: 8GB ddr3 , VGA : GeForce GTX 460 PSU: CoolMaster 700W HDD: 500gb WD green. HDD2: 1Tb WD red
Software: Dual Boot, Windows 8.1 - Ubuntu 64bit
Laptop: Macbook Pro 15.1 (2010) , Software: Mac OSX Lion
Άβαταρ μέλους
dim.mendrinos
Ubuntistas
Ubuntistas
 
Δημοσιεύσεις: 31
Εγγραφή: 20 Μάιος 2015, 13:35
Τοποθεσία: Athens
Εκτύπωση

Re: Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό m1tS0S » 20 Μάιος 2015, 16:37

Το έχω εγκαταστήσει ήδη το DKMS, αλλά το πρόβλημα παραμένει.
Αναβάθμισα τον kernel στην έκδοση 4.1.0-040100rc2-generic και τώρα στο dmseg του alsa-info μου εμφανίζει αυτό:
Κώδικας: Επιλογή όλων
!!ALSA/HDA dmesg
!!--------------

[ 17.087781] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[ 17.313441] snd_hda_intel 0000:00:1b.0: no codecs initialized
[ 17.350640] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested
--
[ 425.382779] mpu401 00:07: disabled
[ 425.905294] snd_hda_intel 0000:00:1b.0: no codecs initialized
[ 425.947082] mpu401 00:07: activated
1 Γνώσεις Linux: Πρώτα βήματα ┃ Προγραμματισμού: Καθόλου ┃ Αγγλικών: Ικανοποιητικό
2 Ubuntu 14.04 trusty 3.16.0-37-generic 32bit (el_GR.UTF-8, Unity ubuntu), Ubuntu 3.16.0-30-generic
3 Intel Pentium 4 CPU 3.20GHz ‖ RAM 2018 MiB ‖ Grantsdale -
4 Advanced Micro Devices, Inc. [AMD/ATI] RV410 [Radeon X700] [1002:5e4d] {radeon}
5 wlan0: 0cf3:9271 Atheros AR9271 802.11n ⋮ eth0: Marvell 88E8001 Gigabit Ethernet Controller [11ab:4320] (rev 13)
m1tS0S
babeTUX
babeTUX
 
Δημοσιεύσεις: 3
Εγγραφή: 18 Μάιος 2015, 15:24
Εκτύπωση

Re: Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό dim.mendrinos » 20 Μάιος 2015, 17:14

Δοκίμασε να αφαιρέσεις το codec μέσα από bios.
Επίσης μπορείς να δοκιμάσεις να πας στο modprobe.d directory να δημιουργήσεις το αρχείο sound.conf
και να βάλεις την παρακάτω γραμμή
Κώδικας: Επιλογή όλων
options snd_hda_intel probe_only=0,1


Αυτά όλα δοκιμαστικά.
Reboot και βλέπεις.
Information Technology , Programmer
Now: Hellenic Telecommunications Organization S.A.
Past: Ass. Administrator at AUEB.
PC-
Cpu: Amd Phenom II 1090T x6Cores, RAM: 8GB ddr3 , VGA : GeForce GTX 460 PSU: CoolMaster 700W HDD: 500gb WD green. HDD2: 1Tb WD red
Software: Dual Boot, Windows 8.1 - Ubuntu 64bit
Laptop: Macbook Pro 15.1 (2010) , Software: Mac OSX Lion
Άβαταρ μέλους
dim.mendrinos
Ubuntistas
Ubuntistas
 
Δημοσιεύσεις: 31
Εγγραφή: 20 Μάιος 2015, 13:35
Τοποθεσία: Athens
Εκτύπωση

Re: Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό m1tS0S » 21 Μάιος 2015, 16:14

Απενεργοποίησα το codec και το ενεργοποίησα ξανά από το BIOS και πλέον στο alsa-info την βλέπει κανονικά την κάρτα μου, αλλά στις ρυθμίσεις ήχου δεν έχει επιλογή και εξακολουθεί να μου εμφανίζει μόνο την εικονική έξοδο....

Κώδικας: Επιλογή όλων
!!################################
!!ALSA Information Script v 0.4.64
!!################################

!!Script ran on: Thu May 21 13:03:56 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: 4.1.0-040100rc2-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
SMP Enabled: Yes


!!ALSA Version
!!------------

Driver version: k4.1.0-040100rc2-generic
Library version: 1.0.29
Utilities version: 1.0.27.2


!!Loaded ALSA modules
!!-------------------

snd_hda_intel
snd_mpu401


!!Sound Servers on this system
!!----------------------------

Pulseaudio:
Installed - Yes (/usr/bin/pulseaudio)
Running - Yes


!!Soundcards recognised by ALSA
!!-----------------------------

0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfdff8000 irq 25
1 [UART ]: MPU-401 UART - MPU-401 UART
MPU-401 UART at 0x290, irq 10


!!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


!!Loaded sound module options
!!---------------------------

!!Module: snd_hda_intel
align_buffer_size : -1
bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
beep_mode : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : -1
id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
power_save : 0
power_save_controller : Y
probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
single_cmd : N
snoop : -1

!!Module: snd_mpu401
enable : Y,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : -2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2
irq : 10,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535
pnp : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
port : 656,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
uart_enter : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y


!!HDA-Intel Codec information
!!---------------------------
--startcollapse--

Codec: Realtek ALC880
Address: 2
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x10ec0880
Subsystem Id: 0x08800000
Revision Id: 0x90500
No Modem Function Group found
Default PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
State of AFG node 0x01:
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0x411: Stereo
Converter: stream=0, channel=0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Node 0x03 [Audio Output] wcaps 0x411: Stereo
Converter: stream=0, channel=0
PCM:
rates [0x560]: 44100 48000 96000 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Node 0x04 [Audio Output] wcaps 0x411: Stereo
Converter: stream=0, channel=0
PCM:
rates [0x160]: 44100 48000 96000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Node 0x05 [Audio Output] wcaps 0x411: Stereo
Converter: stream=0, channel=0
PCM:
rates [0x160]: 44100 48000 96000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
Converter: stream=0, channel=0
Digital:
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x160]: 44100 48000 96000
bits [0x1e]: 16 20 24 32
formats [0x1]: PCM
Node 0x07 [Audio Input] wcaps 0x10051b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
Amp-In vals: [0x00 0x00]
Converter: stream=0, channel=0
SDI-Select: 0
PCM:
rates [0x160]: 44100 48000 96000
bits [0x6]: 16 20
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Connection: 7
0x18* 0x19 0x1a 0x1b 0x1c 0x14 0x15
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
Amp-In vals: [0x00 0x00]
Converter: stream=0, channel=0
SDI-Select: 0
PCM:
rates [0x160]: 44100 48000 96000
bits [0x6]: 16 20
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Connection: 7
0x18 0x19 0x1a* 0x1b 0x1c 0x14 0x15
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x23, stepsize=0x03, mute=1
Amp-In vals: [0x00 0x00]
Converter: stream=0, channel=0
SDI-Select: 0
PCM:
rates [0x160]: 44100 48000 96000
bits [0x6]: 16 20
formats [0x1]: PCM
Power states: D0 D1 D2 D3
Power: setting=D0, actual=D0
Connection: 10
0x18 0x19 0x1a 0x1b 0x1c* 0x0b 0x14 0x15 0x16 0x17
Node 0x0a [Audio Input] wcaps 0x100391: Stereo Digital
Converter: stream=0, channel=0
SDI-Select: 0
Digital:
Digital category: 0x0
IEC Coding Type: 0x0
PCM:
rates [0x160]: 44100 48000 96000
bits [0x1e]: 16 20 24 32
formats [0x1]: PCM
Unsolicited: tag=00, enabled=0
Connection: 1
0x1f
Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
Control: name="Beep Playback Volume", index=0, device=0
ControlAmp: chs=3, dir=In, idx=5, ofs=0
Control: name="Beep Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=In, idx=5, ofs=0
Amp-In caps: ofs=0x23, nsteps=0x41, stepsize=0x03, mute=1
Amp-In vals: [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3] [0xa3 0xa3]
Connection: 8
0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x14 0x15
Node 0x0c [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x80 0x80]
Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
Amp-Out vals: [0x40 0x40]
Connection: 2
0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x80 0x80]
Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
Amp-Out vals: [0x40 0x40]
Connection: 2
0x03 0x0b
Node 0x0e [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x80 0x80]
Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
Amp-Out vals: [0x40 0x40]
Connection: 2
0x04 0x0b
Node 0x0f [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-In vals: [0x00 0x00] [0x80 0x80]
Amp-Out caps: ofs=0x40, nsteps=0x40, stepsize=0x03, mute=0
Amp-Out vals: [0x40 0x40]
Connection: 2
0x05 0x0b
Node 0x10 [Audio Selector] wcaps 0x300101: Stereo
Connection: 4
0x0c* 0x0d 0x0e 0x0f
Node 0x11 [Audio Selector] wcaps 0x300101: Stereo
Connection: 4
0x0c* 0x0d 0x0e 0x0f
Node 0x12 [Audio Selector] wcaps 0x300101: Stereo
Connection: 4
0x0c* 0x0d 0x0e 0x0f
Node 0x13 [Audio Selector] wcaps 0x300101: Stereo
Connection: 4
0x0c* 0x0d 0x0e 0x0f
Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 1
0x0c
Node 0x15 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 1
0x0d
Node 0x16 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 1
0x0e
Node 0x17 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000003f: IN OUT HP Detect Trigger ImpSense
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 1
0x0f
Node 0x18 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 80
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x20: IN VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x10
Node 0x19 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 80
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x20: IN VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x11
Node 0x1a [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 80
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x20: IN VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x12
Node 0x1b [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x80 0x80]
Pincap 0x0000133f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 80
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x20: IN VREF_HIZ
Unsolicited: tag=00, enabled=0
Connection: 1
0x13
Node 0x1c [Pin Complex] wcaps 0x400001: Stereo
Pincap 0x00000020: IN
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x00:
Node 0x1d [Pin Complex] wcaps 0x400000: Mono
Pincap 0x00000020: IN
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x00:
Node 0x1e [Pin Complex] wcaps 0x400300: Mono Digital
Control: name="Line Out Phantom Jack", index=0, device=0
Pincap 0x00000010: OUT
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x00:
Connection: 1
0x06
Node 0x1f [Pin Complex] wcaps 0x400200: Mono Digital
Pincap 0x00000020: IN
Pin Default 0x00000000: [Jack] Line Out at Ext N/A
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0x0
Pin-ctls: 0x00:
Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
Processing caps: benign=0, ncoeff=10
Node 0x21 [Volume Knob Widget] wcaps 0x600080: Mono
Volume-Knob: delta=0, steps=64, direct=0, val=0
Unsolicited: tag=00, enabled=0
Connection: 0
--endcollapse--


!!ALSA Device nodes
!!-----------------

crw-rw---- 1 root audio 116, 4 May 21 15:47 /dev/snd/controlC0
crw-rw---- 1 root audio 116, 2 May 21 15:47 /dev/snd/controlC1
crw-rw---- 1 root audio 116, 5 May 21 15:47 /dev/snd/hwC0D2
crw-rw---- 1 root audio 116, 3 May 21 15:47 /dev/snd/midiC1D0
crw-rw---- 1 root audio 116, 1 May 21 15:47 /dev/snd/seq
crw-rw---- 1 root audio 116, 33 May 21 15:47 /dev/snd/timer

/dev/snd/by-path:
total 0
drwxr-xr-x 2 root root 60 May 21 15:47 .
drwxr-xr-x 3 root root 180 May 21 15:47 ..
lrwxrwxrwx 1 root root 12 May 21 15:47 pci-0000:00:1b.0 -> ../controlC0


!!Aplay/Arecord output
!!--------------------

APLAY

**** List of PLAYBACK Hardware Devices ****

ARECORD

**** List of CAPTURE Hardware Devices ****

!!Amixer output
!!-------------

!!-------Mixer controls for card 0 [Intel]

Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 25'
Mixer name : 'Realtek ALC880'
Components : 'HDA:10ec0880,08800000,00090500'
Controls : 3
Simple ctrls : 1
Simple mixer control 'Beep',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65
Mono:
Front Left: Playback 35 [54%] [0.00dB] [off]
Front Right: Playback 35 [54%] [0.00dB] [off]

!!-------Mixer controls for card 1 [UART]

Card hw:1 'UART'/'MPU-401 UART at 0x290, irq 10'
Mixer name : ''
Components : ''
Controls : 0
Simple ctrls : 0


!!Alsactl output
!!--------------

--startcollapse--
state.Intel {
control.1 {
iface CARD
name 'Line Out Phantom Jack'
value true
comment {
access read
type BOOLEAN
count 1
}
}
control.2 {
iface MIXER
name 'Beep Playback Volume'
value.0 35
value.1 35
comment {
access 'read write'
type INTEGER
count 2
range '0 - 65'
dbmin -3500
dbmax 3000
dbvalue.0 0
dbvalue.1 0
}
}
control.3 {
iface MIXER
name 'Beep Playback Switch'
value.0 false
value.1 false
comment {
access 'read write'
type BOOLEAN
count 2
}
}
}
state.UART {
control {
}
}
--endcollapse--


!!All Loaded Modules
!!------------------

Module
bnep
rfcomm
bluetooth
arc4
binfmt_misc
radeon
ath9k_htc
snd_wavefront
ath9k_common
ath9k_hw
snd_hda_codec_realtek
snd_cs4236
ath
snd_hda_codec_generic
snd_opl3_lib
mac80211
snd_wss_lib
snd_hda_intel
snd_hda_controller
snd_hda_codec
snd_hda_core
ttm
cfg80211
snd_hwdep
drm_kms_helper
snd_pcm_oss
snd_mpu401
drm
snd_mixer_oss
snd_mpu401_uart
snd_pcm
snd_seq_midi
i2c_algo_bit
snd_seq_midi_event
snd_rawmidi
snd_seq
snd_seq_device
snd_timer
ns558
snd
lpc_ich
gameport
8250_fintek
shpchp
serio_raw
soundcore
mac_hid
ppdev
lp
parport_pc
parport
hid_generic
usbhid
hid
pata_acpi
skge
floppy


!!Sysfs Files
!!-----------

/sys/class/sound/hwC0D2/init_pin_configs:
0x14 0x00000000
0x15 0x00000000
0x16 0x00000000
0x17 0x00000000
0x18 0x00000000
0x19 0x00000000
0x1a 0x00000000
0x1b 0x00000000
0x1c 0x00000000
0x1d 0x00000000
0x1e 0x00000000
0x1f 0x00000000

/sys/class/sound/hwC0D2/driver_pin_configs:

/sys/class/sound/hwC0D2/user_pin_configs:

/sys/class/sound/hwC0D2/init_verbs:

/sys/class/sound/hwC0D2/hints:


!!ALSA/HDA dmesg
!!--------------

[ 16.966155] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 17.184934] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC880: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[ 17.184944] snd_hda_codec_realtek hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 17.184950] snd_hda_codec_realtek hdaudioC0D2: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 17.184955] snd_hda_codec_realtek hdaudioC0D2: mono: mono_out=0x1e
[ 17.184960] snd_hda_codec_realtek hdaudioC0D2: inputs:
[ 17.615897] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested

1 Γνώσεις Linux: Πρώτα βήματα ┃ Προγραμματισμού: Καθόλου ┃ Αγγλικών: Ικανοποιητικό
2 Ubuntu 14.04 trusty 3.16.0-37-generic 32bit (el_GR.UTF-8, Unity ubuntu), Ubuntu 3.16.0-30-generic
3 Intel Pentium 4 CPU 3.20GHz ‖ RAM 2018 MiB ‖ Grantsdale -
4 Advanced Micro Devices, Inc. [AMD/ATI] RV410 [Radeon X700] [1002:5e4d] {radeon}
5 wlan0: 0cf3:9271 Atheros AR9271 802.11n ⋮ eth0: Marvell 88E8001 Gigabit Ethernet Controller [11ab:4320] (rev 13)
m1tS0S
babeTUX
babeTUX
 
Δημοσιεύσεις: 3
Εγγραφή: 18 Μάιος 2015, 15:24
Εκτύπωση

Re: Η κάρτα ήχου -HDA Intel- δεν εντοπίζεται

Δημοσίευσηαπό dim.mendrinos » 22 Μάιος 2015, 01:02

Ισως να βοηθήσεις να δοκιμάσεις το module assistant.

Για δοκίμασε
Κώδικας: Επιλογή όλων
sudo apt-get install module-assistant
sudo module-assistant update
sudo module-assistant prepare
sudo module-assistant

Να κάνεις ρεσταρτ.
Information Technology , Programmer
Now: Hellenic Telecommunications Organization S.A.
Past: Ass. Administrator at AUEB.
PC-
Cpu: Amd Phenom II 1090T x6Cores, RAM: 8GB ddr3 , VGA : GeForce GTX 460 PSU: CoolMaster 700W HDD: 500gb WD green. HDD2: 1Tb WD red
Software: Dual Boot, Windows 8.1 - Ubuntu 64bit
Laptop: Macbook Pro 15.1 (2010) , Software: Mac OSX Lion
Άβαταρ μέλους
dim.mendrinos
Ubuntistas
Ubuntistas
 
Δημοσιεύσεις: 31
Εγγραφή: 20 Μάιος 2015, 13:35
Τοποθεσία: Athens
Εκτύπωση


  • ΣΧΕΤΙΚΑ ΘΕΜΑΤΑ
    ΑΠΑΝΤΗΣΕΙΣ
    ΠΡΟΒΟΛΕΣ
    ΣΥΓΓΡΑΦΕΑΣ

Επιστροφή στο Κάρτες Ήχου / Ήχος

cron