<Solved>Need Help About Sound Setting. Thanks

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
zw963
Posts: 82
Joined: 13. Mar 2014, 18:36

<Solved>Need Help About Sound Setting. Thanks

Post by zw963 »

Hi, I install Salix FXCE 14.1 in my HP 2540p notebook.

But it seem like not any sound device work.

below is my lsmod output:

>>
Module Size Used by
hid_generic 1145 0
usbhid 37080 0
hid 87523 2 hid_generic,usbhid
ipv6 292446 32
rfcomm 32551 8
bnep 10631 2
cpufreq_ondemand 8799 4
lp 9851 0
ppdev 5862 0
parport_pc 19332 0
parport 30389 3 lp,ppdev,parport_pc
fuse 73848 7
btusb 16152 0
bluetooth 220548 24 bnep,btusb,rfcomm
qcserial 5412 0
usb_wwan 5846 1 qcserial
usbserial 25021 2 qcserial,usb_wwan
uvcvideo 71742 0
videobuf2_vmalloc 2912 1 uvcvideo
videobuf2_memops 1879 1 videobuf2_vmalloc
videobuf2_core 27437 1 uvcvideo
videodev 102061 2 uvcvideo,videobuf2_core
pata_pcmcia 9964 1
intel_powerclamp 8391 0
coretemp 5870 0
acpi_cpufreq 7230 1
mperf 1163 1 acpi_cpufreq
i915 567446 7
drm_kms_helper 35118 1 i915
drm 229054 3 i915,drm_kms_helper
kvm_intel 126236 0
processor 27543 1 acpi_cpufreq
snd_hda_codec_hdmi 29622 1
thermal 8644 0
video 11451 1 i915
thermal_sys 22993 4 video,intel_powerclamp,thermal,processor
snd_hda_codec_idt 37403 1
iwldvm 129927 0
mac80211 429423 1 iwldvm
kvm 363491 1 kvm_intel
snd_hda_intel 34861 0
snd_hda_codec 143196 3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 6388 1 snd_hda_codec
iwlwifi 75627 1 iwldvm
snd_pcm 76009 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
tpm_infineon 9412 0
firewire_ohci 32099 0
pcmcia 34628 1 pata_pcmcia
crc32_pclmul 2883 0
crc32c_intel 14113 0
joydev 9751 0
hp_wmi 7264 0
sparse_keymap 3074 1 hp_wmi
cfg80211 380228 3 iwlwifi,mac80211,iwldvm
snd_page_alloc 7098 2 snd_pcm,snd_hda_intel
firewire_core 51426 1 firewire_ohci
freq_table 2628 3 cpufreq_ondemand,acpi_cpufreq,thermal_sys
psmouse 81058 0
evdev 9648 11
rfkill 15522 5 cfg80211,hp_wmi,bluetooth
ghash_clmulni_intel 4333 0
hwmon 1337 2 coretemp,thermal_sys
intel_ips 11065 0
yenta_socket 21325 0
pcmcia_rsrc 8649 1 yenta_socket
intel_agp 10864 1 i915
pcmcia_core 12280 3 pcmcia,pcmcia_rsrc,yenta_socket
intel_gtt 12600 3 i915,intel_agp
sdhci_pci 11620 0
sdhci 25424 1 sdhci_pci
mmc_core 88717 2 sdhci,sdhci_pci
snd_timer 18614 1 snd_pcm
snd 58630 7 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore 5354 1 snd
tpm_tis 9697 0
e1000e 194662 0
serio_raw 4585 0
lpc_ich 12841 0
ptp 8148 1 e1000e
microcode 13140 0
ehci_pci 3688 0
ehci_hcd 39275 1 ehci_pci
pps_core 6777 1 ptp
i2c_algo_bit 5351 1 i915
mei_me 7728 0
i2c_core 20936 5 drm,i915,drm_kms_helper,i2c_algo_bit,videodev
battery 11579 0
ac 4311 0
hp_accel 16512 0
lis3lv02d 11051 1 hp_accel
button 4696 1 i915
input_polldev 2778 1 lis3lv02d
tpm 14675 2 tpm_tis,tpm_infineon
wmi 8243 1 hp_wmi
tpm_bios 9705 1 tpm
agpgart 27267 3 drm,intel_agp,intel_gtt
mei 42963 1 mei_me
loop 18479 0

Any one could help me for this?
Last edited by zw963 on 17. Aug 2014, 04:35, edited 1 time in total.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Need Help About Sound Setting. Thanks.

Post by mimosa »

This is most commonly because the sound device you need is muted by default, or because you need to select a different sound card to that selected by default. There is a tool to configure sound in the system menu, or from the command line, try

Code: Select all

alsamixer
where F6 allows you to select the sound card (but first ensure the default selection is not muted). Then to save the new settings permanently,

[

Code: Select all

sudo alsactl store
zw963
Posts: 82
Joined: 13. Mar 2014, 18:36

Re: Need Help About Sound Setting. Thanks.

Post by zw963 »

mimosa wrote:This is most commonly because the sound device you need is muted by default, or because you need to select a different sound card to that selected by default. There is a tool to configure sound in the system menu, or from the command line, try

Code: Select all

alsamixer
where F6 allows you to select the sound card (but first ensure the default selection is not muted). Then to save the new settings permanently,

[

Code: Select all

sudo alsactl store
I have tried, when I press F6, seem like nothing happen.

When I load Mixer from Application Menu, have some err message:

>>
GStreamer was unable to detect any sound devices. Some sound system specific GStreamer packages may be missing. It may also be a permissions problem.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Need Help About Sound Setting. Thanks.

Post by mimosa »

Is it a Full installation, and have you installed multimedia codecs (option in Multimedia menu)?
zw963
Posts: 82
Joined: 13. Mar 2014, 18:36

Re: Need Help About Sound Setting. Thanks.

Post by zw963 »

mimosa wrote:Is it a Full installation, and have you installed multimedia codecs (option in Multimedia menu)?
Thank you for you answer, Full installation, no change anything about codecs.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Need Help About Sound Setting. Thanks.

Post by mimosa »

In that case, you need to install them.
zw963
Posts: 82
Joined: 13. Mar 2014, 18:36

Re: Need Help About Sound Setting. Thanks.

Post by zw963 »

mimosa wrote:In that case, you need to install them.
Hi, Thanks for you help.

I have resolve this according reinstall Salix.
the only difference step is first(failed) time, I'm not create new user in setup, only modified root password
and finish install, when I login, I found root can not be login, so , I create a new user, and login to XFCE.

in this case, seem like icon is missing in Application Menu, and sound is not setting correctly.
I does not know why, I think perhaps, if add user manually, some initalize command is not be invoke?
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Need Help About Sound Setting. Thanks.

Post by mimosa »

First, am I right in thinking that you've now solved the original problem to your satisfaction, that is, everything works? If so, great :)

Creating another user after installation should work (for instance, you might want it for another family member), but maybe something goes wrong if you don't create a non-root user at all during initial setup; I can't think how, though, or how you would then log in, since there is no longer a root password by default in Salix.

In any case, root powers should only be used when needed (now with sudo, from 14.1). You definitely need a normal user.
zw963
Posts: 82
Joined: 13. Mar 2014, 18:36

Re: Need Help About Sound Setting. Thanks.

Post by zw963 »

mimosa wrote:First, am I right in thinking that you've now solved the original problem to your satisfaction, that is, everything works? If so, great :)

Creating another user after installation should work (for instance, you might want it for another family member), but maybe something goes wrong if you don't create a non-root user at all during initial setup; I can't think how, though, or how you would then log in, since there is no longer a root password by default in Salix.

In any case, root powers should only be used when needed (now with sudo, from 14.1). You definitely need a normal user.
1. I logged into system with Ctrl + Alt + F1 with root, when I install salix, I setting root password too.
2. I add a new user with 'useradd zw963 -g zw963 -d /home/zw963', I given workgroup with 'zw963', not 'users', maybe this cause problem.

anyway, any problem is gone, thanks.
Post Reply