LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-03-2015, 09:07 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Pulse Audio being initiated upon log in or start up of OS not afterwords


I got this thing called PalseAudio installed on my VOID Linux system. I too have this thing called Enlightenment Installed. it is classified as a desktop environment. within this classified enviroment it has a terminal emulator named terminology.

This terminal emulator has an option setting under the heading of behavior called "react to key presses" this invokes the terminal emulator to send to the speakers a sound that mimics a hard core old time type writer sound.

it does not produse this sound unless one of two things happen prior to me typing in this terminal emulator to cause it to do so. I have to either open up pavcontrol or start up a moive to invoke PulseAudio to actually start up and work, else I'll get this scratchy noise instead.

Google has not been good to me in helping me to find a solution.
Bad Google Bad!

so now I come here to post this question. how do I get PulseAudio to be in that same state it goes into when I start pavcontrol or MPlayer in order to get them chackly sounds of the Hard Core old time type writer without have to first start up pavcontrol or MPlayer first?
 
Old 08-04-2015, 01:14 PM   #2
josephj
Member
 
Registered: Nov 2007
Location: Northeastern USA
Distribution: kubuntu
Posts: 214

Rep: Reputation: 112Reputation: 112
SWAG from a non-slacker

Don't know because I don't do slack, but once your desktop environment loads (whatever is on top of Enlightenment), there should be something named "System Settings" or similar. Under that, you should find something like "Multimedia" and under that there should be sound configuration options. That should be where you can tell it to use pulseaudio as the default, etc..

Last edited by josephj; 08-04-2015 at 01:15 PM.
 
Old 08-04-2015, 09:07 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,349
Blog Entries: 28

Rep: Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147
Have you tried putting pavucontrol in the startup applications list?

On the menu, Enlightenment-->Settings Panel-->Apps-->Startup Applications.
 
Old 08-04-2015, 09:18 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by frankbell View Post
Have you tried putting pavucontrol in the startup applications list?

On the menu, Enlightenment-->Settings Panel-->Apps-->Startup Applications.
mmm nope its s gui app if I did that then this really big gui thing would pop open I do suppect .. don't want a have that up and running all of the time.


too it is more for when i am using this term in a different WM mostly I forgot to make mention of that too SOOO SORRY -- but PulseAudio Sucks the only thing I like about it is that it boost the volume more and because it was already installed on this VOID LINUX system I am reluctant to remove it -- having to hope sound will sitll work with just ALSA without having to do all kinds of reconfiguring files, searching fidning editing and rebooting all all that ..


so what ever pavucontrol does when it starts up or what ever takes palce when I start a movie or music needs to take place as soon as I start a WM ... that is the information I need to know. then I can try to figure out how to get that to take place without having to do any of the prior events to get PulaseAudio to kick in.
 
Old 08-04-2015, 09:26 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,349
Blog Entries: 28

Rep: Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147Reputation: 6147
I'm not at a computer running Enlightenment right now, but I think you can minimize pavucontrol and then tell Enlightenment to remember the state of the window on startup by right-clicking on the icon in the iconbar and following the "Windows-->Remember-->Advanced" prompts.
 
Old 08-04-2015, 10:10 PM   #6
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
After reading the documentation for Pulse Audio, I believe what you want to do is run pulse audio as a system daemon instead of a per-user basis. This will ensure that pulse audio is always running. What I believe is happening is your system is using Alsa by default and it isn't configured properly.

So, you could do one of two things:
  1. Properly configure alsa to work with your sound card and forget about PulseAudio.
  2. Configure PulseAudio to run as a daemon so that it is enabled by default at boot.

Seems like the pulseaudio route may be easiest for you. Here is the documentation that explains how to set up pulseaudio to do this:

https://wiki.freedesktop.org/www/Sof...entation/User/
 
Old 08-05-2015, 08:09 AM   #7
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
put this in whatever startup file you have.

Code:
pulseaudio --start
This will start the pulseaudio system without waiting for a client app to use the sound system first.
 
Old 08-05-2015, 09:35 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by dolphin_oracle View Post
put this in whatever startup file you have.

Code:
pulseaudio --start
This will start the pulseaudio system without waiting for a client app to use the sound system first.
NOOOOooooOOOoooOOOoooOOOoo that doesn't even work I tried it. it just tells me it is already strated and still I get that same ole situation of it not processing sounds properly until I open up pavucontrol or start a movie. who invented this crap anyways, and why is it still even avalabe to use so others put it in their Linux distros for me and others to have to try and deal with it... ahhh aggravation and black coffee do not mix well.
 
Old 08-05-2015, 09:50 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by mralk3 View Post
After reading the documentation for Pulse Audio, I believe what you want to do is run pulse audio as a system daemon instead of a per-user basis. This will ensure that pulse audio is always running. What I believe is happening is your system is using Alsa by default and it isn't configured properly.

So, you could do one of two things:
  1. Properly configure alsa to work with your sound card and forget about PulseAudio.
  2. Configure PulseAudio to run as a daemon so that it is enabled by default at boot.

Seems like the pulseaudio route may be easiest for you. Here is the documentation that explains how to set up pulseaudio to do this:

https://wiki.freedesktop.org/www/Sof...entation/User/
that sounds like I might have to look into that more deeply cpu and resources are not really on top of my list to worry about too much it is just me and my laptop no one else is logged in onto it for secuity worries.


or just rip out PA and hope it doesn't make fixing ASLA a head ache in the process.
 
Old 08-05-2015, 09:51 AM   #10
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
Is this sound part of the default terminal app?
 
  


Reply

Tags
pulse audio, sound



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulse Audio purple52 Linux - Newbie 1 05-15-2014 09:16 PM
What is Pulse AUdio Sunfist Linux - Newbie 23 08-12-2013 05:58 PM
[SOLVED] Problem with Pulse Audio codeman1234 Linux - Software 15 01-13-2012 11:00 AM
[SOLVED] Pulse Audio Problem vivanguarda Slackware 9 01-23-2011 12:02 PM
pulse audio sulekha Ubuntu 1 02-10-2009 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration