Epic: "But the chain of logic from 'Linux is about choice' to 'ship everything and let the user chose how they want their sound to not work' starts with fallacy and ends with disaster."
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
Linux is not about choice (2008)
21–30 of 238 posts
Re: Linux is not about choice (2008)
#22Earlier quoted context omitted.
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
No, sound is not a problem on Linux. I wonder if it ever was actually.
Re: Linux is not about choice (2008)
#23OS: the huge pile of code that you need to get process abstraction, a file system, networking and possibly some human interface stuff up and running. Code best not seen nor heard because that means you're not doing what you should be doing: using applications or writing them. OS software is a commodity, and with portability being Linux' mainstay it can now be found on processors of almost any pedigree. Linux is all a…
Re: Linux is not about choice (2008)
#24Earlier quoted context omitted.
If just as relevant today as it was then, why shouldn't it be?
Because the point of a news site is to deliver information that is both new and interesting to the reader. If something is from 5 years ago, it is drastically more likely that the reader either knows it already or is not interested, as opposed to things that are, say, less than a month old. Especially if that information was reposted constantly, as that logic would allow.
Re: Linux is not about choice (2008)
#25Earlier quoted context omitted.
If just as relevant today as it was then, why shouldn't it be?
Because the point of a news site is to deliver information that is both new and interesting to the reader. If something is from 5 years ago, it is drastically more likely that the reader either knows it already or is not interested, as opposed to things that are, say, less than a month old. Especially if that information was reposted constantly, as that logic would allow.
Re: Linux is not about choice (2008)
#26Epic: "But the chain of logic from 'Linux is about choice' to 'ship everything and let the user chose how they want their sound to not work' starts with fallacy and ends with disaster."
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
Pulseaudio, I thankfully didn't have to deal with until it was actually working, but it still struck me as very much an NIH solution in search of a problem. I still remember the Enlightened Sound Daemon with software mixing, and thought it was nifty, but not a hard requirement.
Re: Linux is not about choice (2008)
#27Epic: "But the chain of logic from 'Linux is about choice' to 'ship everything and let the user chose how they want their sound to not work' starts with fallacy and ends with disaster."
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
So there are three major components for different purposes. Core audio support is the domain of ALSA itself and Linux does a good job with it. PulseAudio provides advanced capabilities on top of the more basic/hardware-oriented functionality in ALSA, and JACK provides low-latency audio for realtime applications that need it (not games, only really audio processing equipment). With large amounts of work the partial redundancy between these components could be removed, but it's really not a big issue; for desktop or professional use getting things to work right isn't too hard.
Re: Linux is not about choice (2008)
#28Earlier quoted context omitted.
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
No, sound is not a problem on Linux. I wonder if it ever was actually.
Re: Linux is not about choice (2008)
#29OS: the huge pile of code that you need to get process abstraction, a file system, networking and possibly some human interface stuff up and running. Code best not seen nor heard because that means you're not doing what you should be doing: using applications or writing them. OS software is a commodity, and with portability being Linux' mainstay it can now be found on processors of almost any pedigree. Linux is all a…
It's not the proliferation of choices that's the problem, its that so many of those choices don't work.
Re: Linux is not about choice (2008)
#30Epic: "But the chain of logic from 'Linux is about choice' to 'ship everything and let the user chose how they want their sound to not work' starts with fallacy and ends with disaster."
Is sound still a problem on Linux? I realize the article is about 5 years old, but Linux has been around for a long time now, and sound is a really basic function I'd expect even obtuse geeks would want to solve. If it is still a problem, seems that's a definitive concise example of why Linux can't win the OS wars: some things must work, even if nobody wants the task of making it work; sometimes the only solution is…
The sound-server wars are still ongoing but I've personally never had any cause to touch anything besides ALSA or OpenAL/SDL on the development side either. Other people may have different experiences.