Re: PulseAudio

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/28/2016 02:02 PM, Richard Ibbotson wrote:
On Friday 25 March 2016 14:01:32 Stan wrote:

While you're at it run
aplay -lL

It says....

aplay -lL train-door-close-2a-no-beeping.wav
null
     Discard all samples (playback) or generate zero samples (capture)
jack
     JACK Audio Connection Kit
pulse
     PulseAudio Sound Server
aplay: device_list:268: no soundcards found.

Ok, so either you haven't loaded the necessary kernel module for your
sound card (the modules typically have the text "snd" in their name) or
your sound card went bye-bye. Try "lspci | grep -i audio" and see what
you get. On my desktop (with several physical sound devices):

[root@prophead ~]# lspci | grep -i audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06) 00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller 01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)
[root@prophead ~]# lsmod | grep -i snd
snd_usb_audio         176128  4
snd_usbmidi_lib        36864  1 snd_usb_audio
snd_rawmidi            32768  1 snd_usbmidi_lib
snd_hda_codec_realtek    81920  1
snd_soc_rt5640        114688  0
snd_hda_codec_generic    69632  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     49152  5
snd_hda_intel          36864  12
snd_soc_rl6231         16384  1 snd_soc_rt5640
snd_hda_codec 126976 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_soc_core          204800  1 snd_soc_rt5640
snd_hda_core 61440 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_compress           20480  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_soc_sst_acpi       16384  0
snd_seq                69632  0
snd_hwdep              16384  2 snd_usb_audio,snd_hda_codec
snd_seq_device         16384  2 snd_seq,snd_rawmidi
snd_pcm 114688 8 snd_soc_rt5640,snd_usb_audio,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_pcm_dmaengine,snd_hda_core
snd_timer              32768  2 snd_pcm,snd_seq
snd 73728 47 snd_hda_codec_realtek,snd_usb_audio,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_compress
soundcore              16384  1 snd


And on my laptop (with just the built-in sound devices):

[root@golem4 ~]# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
[root@golem4 ~]# lsmod | grep -i snd
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek    81920  1
snd_hda_codec_generic    69632  1 snd_hda_codec_realtek
snd_hda_intel          36864  5
snd_hda_codec 126976 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel snd_hda_core 61440 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
snd_seq                69632  0
snd_seq_device         16384  1 snd_seq
snd_pcm 114688 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_timer              32768  2 snd_pcm,snd_seq
snd 73728 20 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore              16384  1 snd

If you haven't got pavucontrol installed, install it.  It's a lot

pavucontrol installed. Says there is no sound card.

alsamixer -c0
and check whether everything is alsa is working properly.  0 is the
first sound device, and usually is default sound device.  If you
have more than one sound device, check all of them.

Also says nothing there.

Michael Cronenworth wrote:...

AFAIK, this is not standard. Have you customized PulseAudio in any
way?

No.. Something I just noticed is that there is a fail message when I
boot the machine. Tells me to do 'systemctl status systemd-modules-
load.service' Done that and it says...

Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service;
static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2016-03-27 21:21:02
BST; 23h ago
      Docs: man:systemd-modules-load.service(8)
            man:modules-load.d(5)
   Process: 1271 ExecStart=/usr/lib/systemd/systemd-modules-load
(code=exited, status=1/FAILURE)
  Main PID: 1271 (code=exited, status=1/FAILURE)

Mar 27 21:21:02 workstation systemd[1]: Starting Load Kernel
Modules...
Mar 27 21:21:02 workstation systemd[1]: systemd-modules-load.service:
Main process exited, code=exited, status=1/FAILURE
Mar 27 21:21:02 workstation systemd[1]: Failed to start Load Kernel
Modules.
Mar 27 21:21:02 workstation systemd[1]: systemd-modules-load.service:
Unit entered failed state.
Mar 27 21:21:02 workstation systemd[1]: systemd-modules-load.service:
Failed with result 'exit-code'.

This is probably misleading and might be ignored. This came up after
doing dnf update.

----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ricks@xxxxxxxxxxxxxx -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-            "You think that's tough?  Try herding cats!"            -
----------------------------------------------------------------------
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux