Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] No sounds in kde plasma 5
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 5:41 pm    Post subject: [SOLVED] No sounds in kde plasma 5 Reply with quote

I've finished installing kde plasma 5 and I found there is no sound (in media app e.g. Kmix and YouTube).
I am not sure where the problem is (in modules or in kde support) and don't know how to test.
I have installed alsa and here is the list of lspci:
Code:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Redwood HDMI Audio [Radeon HD 5000 Series]
03:00.0 Ethernet controller: Qualcomm Atheros AR8151 v1.0 Gigabit Ethernet (rev c0)
05:00.0 Network controller: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)


Last edited by YTW on Sat Sep 03, 2016 7:31 am; edited 1 time in total
Back to top
View user's profile Send private message
smlbstcbr
n00b
n00b


Joined: 08 Apr 2006
Posts: 51

PostPosted: Fri Sep 02, 2016 5:49 pm    Post subject: Reply with quote

Can you post the output of lsmod?
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 5:51 pm    Post subject: Reply with quote

here is lsmod
Code:
Module                  Size  Used by
ath9k                 147441  0
ath9k_common           25587  1 ath9k
ath9k_hw              453359  2 ath9k_common,ath9k
ath                    21178  3 ath9k_common,ath9k,ath9k_hw
snd_hda_intel          20945  0
snd_hda_codec          77994  1 snd_hda_intel
snd_hwdep               5866  1 snd_hda_codec
snd_hda_core           37649  2 snd_hda_codec,snd_hda_intel
atl1c                  34498  0
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Fri Sep 02, 2016 6:21 pm    Post subject: Reply with quote

You can post also
Code:
$ grep CODEC /usr/src/linux/.config

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 6:38 pm    Post subject: Reply with quote

Code:
# CONFIG_SND_HDA_CODEC_REALTEK is not set
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_HDMI is not set
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set


Oh... Should I set CONFIG_SND_HDA_CODEC_REALTEK?
I am curious about if i change .config, should I make the newest system.map again in /boot?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Fri Sep 02, 2016 6:52 pm    Post subject: Reply with quote

YTW wrote:
Oh... Should I set CONFIG_SND_HDA_CODEC_REALTEK?

I think yes

YTW wrote:
I am curious about if i change .config, should I make the newest system.map again in /boot?

How you have compiled the kernel? (manual mode, genkernel_
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 7:32 pm    Post subject: Reply with quote

manual.
I want to learn choosing kernel, but I don't know how.
(Actually, I followed a kernel list provided by a guy who has the same laptop as mine, but I don't know how he chose)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Fri Sep 02, 2016 7:53 pm    Post subject: Reply with quote

First begin with to add codec, in menuconfig
Code:
<M> Sound card support  --->
    <M>   Advanced Linux Sound Architecture  --->                 
              HD-Audio  --->
                  <M> Build Realtek HD-audio codec support

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 8:12 pm    Post subject: Reply with quote

Done. Then?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Fri Sep 02, 2016 8:46 pm    Post subject: Reply with quote

YTW wrote:
Done. Then?

Sorry for question but the first time how you compiled kernel?

EDIT: Anyway compiling and installing
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Fri Sep 02, 2016 9:39 pm    Post subject: Reply with quote

The same as link.
After
Code:
make && make modules_install
make install

According to:
Quote:
This will copy the kernel image into /boot/ together with the System.map file and the kernel configuration file.

Should I do
Code:
grub-mkconfig -o /boot/grub/grub.cfg

again?
I am not sure whether make install copy both of newer
Quote:
Found linux image: /boot/vmlinuz-3.16.5-gentoo
Found initrd image: /boot/initramfs-genkernel-amd64-3.16.5-gentoo
or not.

If I don't need to do the grub config again, does that mean I am using old kernel until reboot?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Sat Sep 03, 2016 6:27 am    Post subject: Reply with quote

YTW wrote:
I am not sure whether make install copy both of newer
Quote:
Found linux image: /boot/vmlinuz-3.16.5-gentoo
Found initrd image: /boot/initramfs-genkernel-amd64-3.16.5-gentoo
or not.

If I don't need to do the grub config again, does that mean I am using old kernel until reboot?

make install command should create a .old kernel like backup (I think at least, I use genkernel now), but if you want be sure maintaining the old working kernel copy the files in /boot with another name.

YTW wrote:
Should I do
Code:
grub-mkconfig -o /boot/grub/grub.cfg

again?

Only if you have installed a newer version of kernel or you have backed up the old (for every new entry in grub not present in past).
In case of doubt, you can launch this command.
_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Sat Sep 03, 2016 8:05 am; edited 1 time in total
Back to top
View user's profile Send private message
YTW
n00b
n00b


Joined: 30 Aug 2016
Posts: 65
Location: Taiwan

PostPosted: Sat Sep 03, 2016 7:30 am    Post subject: Reply with quote

Yeah~ KDE Mixer appears HDA Intel MID tab with the volumn bar!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum