Speaker Gözükmüyor ve Ses gelmiyor

Başlatan mfb14, 25 Şubat 2020 - 23:28:08

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

mfb14


Empat

Ses kartlarıyla ilgili konu açarken, sorununuzun daha sağlıklı ve hızlı çözümlenebilmesi için aşağıdaki çıktıları iletinize kod etiketi içerisinde ekleyin:

UEFI arayüzünde Secure Boot özelliğinin kapalı olduğuna emin olun.

Aşağıdaki komutla, sisteminizdeki ses kartları bilgi alabileceğimiz inxi adlı aracı yükleyin.
sudo apt install inxi

Ubuntu sürümünü görüntüler
lsb_release -a

Ses kartını görüntüler
lspci | grep Audio

Ses kartının kullandığı çözücüleri listeler.
grep "Codec:" /proc/asound/card*/codec*

Ses kartının kullandığı modülleri (sürücüleri) listeler.
lsmod | grep snd

Ses kartlarını ve bunlara bağlı aygıtları listeler
aplay -l

Ses kartının markası, modeli, kullandığı sürücü, ses sunucusu ve versiyonu hakkında bilgi verir.
inxi -A
Everything for me is just Peace - Love - Coding. Also, as they say: I am a programmer, I have no life!

mfb14

sudo apt install inxi
------------------------------------------------------
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  gawk hddtemp lm-sensors mesa-utils
Suggested packages:
  gawk-doc fancontrol read-edid i2c-tools
The following NEW packages will be installed:
  gawk hddtemp inxi lm-sensors mesa-utils
0 upgraded, 5 newly installed, 0 to remove and 79 not upgraded.
1 not fully installed or removed.
Need to get 712 kB of archives.
After this operation, 2.897 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://tr.archive.ubuntu.com/ubuntu bionic/main amd64 gawk amd64 1:4.1.4+dfsg-1build1 [401 kB]
Get:2 http://tr.archive.ubuntu.com/ubuntu bionic/universe amd64 hddtemp amd64 0.3-beta15-53 [47,7 kB]
Get:3 http://tr.archive.ubuntu.com/ubuntu bionic/universe amd64 inxi all 2.3.56-1 [143 kB]
Get:4 http://tr.archive.ubuntu.com/ubuntu bionic/universe amd64 lm-sensors amd64 1:3.4.0-4 [85,5 kB]
Get:5 http://tr.archive.ubuntu.com/ubuntu bionic/universe amd64 mesa-utils amd64 8.4.0-1 [34,3 kB]
Fetched 712 kB in 1s (526 kB/s)   
Preconfiguring packages ...
Selecting previously unselected package gawk.
(Reading database ... 173485 files and directories currently installed.)
Preparing to unpack .../gawk_1%3a4.1.4+dfsg-1build1_amd64.deb ...
Unpacking gawk (1:4.1.4+dfsg-1build1) ...
Selecting previously unselected package hddtemp.
Preparing to unpack .../hddtemp_0.3-beta15-53_amd64.deb ...
Unpacking hddtemp (0.3-beta15-53) ...
Selecting previously unselected package inxi.
Preparing to unpack .../archives/inxi_2.3.56-1_all.deb ...
Unpacking inxi (2.3.56-1) ...
Selecting previously unselected package lm-sensors.
Preparing to unpack .../lm-sensors_1%3a3.4.0-4_amd64.deb ...
Unpacking lm-sensors (1:3.4.0-4) ...
Selecting previously unselected package mesa-utils.
Preparing to unpack .../mesa-utils_8.4.0-1_amd64.deb ...
Unpacking mesa-utils (8.4.0-1) ...
Setting up oracle-java11-installer-local (11.0.6-2~linuxuprising0) ...
Before installing this package,
please download the Oracle JDK 11 .tar.gz file
with the same version as this package (version 11.0.4),
and place it in /var/cache/oracle-jdk11-installer-local,

E.g.:
sudo mkdir -p /var/cache/oracle-jdk11-installer-local
sudo cp jdk-11.0.4_linux-x64_bin.tar.gz /var/cache/oracle-jdk11-installer-local/
sha256sum mismatch jdk-11.0.6_linux-x64_bin.tar.gz
Oracle JDK 11 is NOT installed.
dpkg: error processing package oracle-java11-installer-local (--configure):
installed oracle-java11-installer-local package post-installation script subprocess returned error exit status 1
Setting up hddtemp (0.3-beta15-53) ...
Setting up gawk (1:4.1.4+dfsg-1build1) ...
Setting up lm-sensors (1:3.4.0-4) ...
Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /lib/systemd/system/lm-sensors.service.
Setting up inxi (2.3.56-1) ...
Setting up mesa-utils (8.4.0-1) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Errors were encountered while processing:
oracle-java11-installer-local
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
E: Sub-process /usr/bin/dpkg returned an error code (1)



lsb_release -a
------------------------------------------------------
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic



lspci | grep Audio
------------------------------------------------------
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)


grep "Codec:" /proc/asound/card*/codec*
------------------------------------------------------
/proc/asound/card0/codec#0:Codec: Realtek Generic
/proc/asound/card0/codec#2:Codec: Intel Generic


lsmod | grep snd
------------------------------------------------------
snd_hda_codec_realtek   118784  0
snd_hda_codec_hdmi     57344  0
snd_hda_codec_generic    81920  3 snd_hda_codec_realtek
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_intel          49152  3
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           90112  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
snd_pcm               102400  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            36864  1 snd_seq_midi
snd_seq                69632  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              36864  2 snd_seq,snd_pcm
snd                    86016  17 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
soundcore              16384  1 snd


aplay -l
------------------------------------------------------
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: Generic Analog [Generic Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: Generic Digital [Generic Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

inxi -A
------------------------------------------------------
Audio:     Card Intel 100 Series/C230 Series Family HD Audio Controller
           driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture v: k5.3.0-26-generic