You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 6For one thing, I know I used to have a problem where if programA used the soundcard, programB couldn't use it until programA was closed. Even if programA were no longer using it. In my case, that sort of thing went away as soon as pulseaudio came about. Perhaps I could have configured ALSA or OSS to also allow multiple programs access to the soundcard but I'd never figured out how.terdon– terdon ♦2015-12-14 18:51:15 +00:00Commented Dec 14, 2015 at 18:51
- 4They (pulseaudio) thought the solution to the many audiosystems on linux was to create yet another audiosystem.ctrl-d– ctrl-d2015-12-14 19:14:36 +00:00Commented Dec 14, 2015 at 19:14
- 1If this was a system that could emulate the others or if it had a simpler interface, it as the solution. It seems that this was not achieved.schily– schily2015-12-15 10:27:49 +00:00Commented Dec 15, 2015 at 10:27
- It's like network-manager and resolvd. Useless and annoying changes to linux that add unnecessary middleware between you and the underlying linux applications / configs. PA and Network-Manager are the first things i uninstall when i install linux. I also delete the symlink /etc/resolv.conf and replace it with the proper file that should be there.Owl– Owl2022-04-23 02:19:01 +00:00Commented Apr 23, 2022 at 2:19
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you