* [gentoo-user] Problem with sound card
@ 2011-10-24 12:35 Lavender
2011-10-24 12:53 ` Albert W. Hopkins
2011-10-24 13:31 ` Lavender
0 siblings, 2 replies; 17+ messages in thread
From: Lavender @ 2011-10-24 12:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 835 bytes --]
I have asked the question in gentoo forum , but
it seems that very few people like hanging around
in forums , I didn't get useful method.
My sound card can't work normally , when I use music
player there is no sound .
Someone said that I need low-level codec support , I'm not
sure whether it is. Here is the information in sysfs, I really
hope you can know where the problem is.
# ls /sys/class/sound
audio card0 card1 controlC0 controlC1
dsp hwC0D0 hwC1D0 mixer mixer1
pcmC0D0c pcmC0D0p pcmC1D3p
seq sequencer sequencer2 timer
# ls -l /sys/class/sound/card0
lrwxrwxrwx 1 root root 0 Oct 25 03:37 card0 -> ../../devices/pci0000:00/0000:00:14.2/sound/card0
# ls /sys/class/sound/card0/
audio controlC0 device dsp
hwC0D0 id mixer number
pcmC0D0c pcmC0D0p power
subsystem uevent
----Regards----
----Lavender----
[-- Attachment #2: Type: text/html, Size: 1353 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Problem with sound card
2011-10-24 12:35 [gentoo-user] Problem with sound card Lavender
@ 2011-10-24 12:53 ` Albert W. Hopkins
2011-10-24 13:31 ` Lavender
1 sibling, 0 replies; 17+ messages in thread
From: Albert W. Hopkins @ 2011-10-24 12:53 UTC (permalink / raw
To: gentoo-user
On Mon, 2011-10-24 at 20:35 +0800, Lavender wrote:
> I have asked the question in gentoo forum , but
> it seems that very few people like hanging around
> in forums , I didn't get useful method.
> My sound card can't work normally , when I use music
> player there is no sound .
> Someone said that I need low-level codec support , I'm not
> sure whether it is. Here is the information in sysfs, I really
> hope you can know where the problem is.
>
> # ls /sys/class/sound
> audio card0 card1 controlC0 controlC1
> dsp hwC0D0 hwC1D0 mixer mixer1
> pcmC0D0c pcmC0D0p pcmC1D3p
> seq sequencer sequencer2 timer
>
> # ls -l /sys/class/sound/card0
> lrwxrwxrwx 1 root root 0 Oct 25 03:37 card0
> -> ../../devices/pci0000:00/0000:00:14.2/sound/card0
>
> # ls /sys/class/sound/card0/
> audio controlC0 device dsp
> hwC0D0 id mixer number
> pcmC0D0c pcmC0D0p power
> subsystem uevent
> ----Regards----
> ----Lavender----
>
>
When you go in into the kernel config, there is the option for Intel
AC97-like sound, which I believe is what the majority of sound cards
use. For AC97 there are "codecs" in the kernel config. A safe choice
is to select them all.
The output you gave is not very helpful or informative, but I'll ask
just a few questions/suggestions:
* Looks like maybe you have 2 sound cards. Are you going through
the correct card for output?
* Did you go into alsamixer to verify that the appropriate outputs
are unmuted?
* Try "aplay" or "speaker-test" or something else low-level to see
if even basic output is working. It could be your sound card is
fine but you don't have the correct support for whatever music
player you are using.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re:Re: [gentoo-user] Problem with sound card
2011-10-24 12:35 [gentoo-user] Problem with sound card Lavender
2011-10-24 12:53 ` Albert W. Hopkins
@ 2011-10-24 13:31 ` Lavender
2011-10-24 14:20 ` [gentoo-user] " Nikos Chantziaras
` (2 more replies)
1 sibling, 3 replies; 17+ messages in thread
From: Lavender @ 2011-10-24 13:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 730 bytes --]
> * Looks like maybe you have 2 sound cards. Are you going through
> the correct card for output?
It's not like that . I only have one sound card and one HD audio controller,I don't why there are card0 and card1.> * Did you go into alsamixer to verify that the appropriate outputs
> are unmuted?Actually there is no alsamixer in my system, I read the <Gentoo Linux ALSA Guide> , there is no alsaconf or alsasound too.
> * Try "aplay" or "speaker-test" or something else low-level to see
> if even basic output is working. It could be your sound card is
> fine but you don't have the correct support for whatever music
> player you are using.I'll try , I hope you're right .....
[-- Attachment #2: Type: text/html, Size: 1678 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: Problem with sound card
2011-10-24 13:31 ` Lavender
@ 2011-10-24 14:20 ` Nikos Chantziaras
2011-10-24 14:26 ` Re: [gentoo-user] " David Abbott
2011-10-24 15:18 ` Re:[gentoo-user] " Lavender
2 siblings, 0 replies; 17+ messages in thread
From: Nikos Chantziaras @ 2011-10-24 14:20 UTC (permalink / raw
To: gentoo-user
On 10/24/2011 04:31 PM, Lavender wrote:
>> * Looks like maybe you have 2 sound cards. Are you going through
>> the correct card for output?
> It's not like that . I only have one sound card and one HD audio controller,
Er, if you have one sound card and one audio controller, then doesn't
that make two sound cards? :-/ (One actual sound card (PCI or PCIe) and
one integrated into the mainboard?)
> I don't why there are card0 and card1.
>
>> * Did you go into alsamixer to verify that the appropriate outputs
>> are unmuted?
>
> Actually there is no alsamixer in my system
You didn't install it then. It's in the "media-sound/alsa-utils" package.
Also, if you want to know which sound drivers you need, look up the
specs of your mainboard (or post your mainboard's brand and model here.)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Re: [gentoo-user] Problem with sound card
2011-10-24 13:31 ` Lavender
2011-10-24 14:20 ` [gentoo-user] " Nikos Chantziaras
@ 2011-10-24 14:26 ` David Abbott
2011-10-24 15:18 ` Re:[gentoo-user] " Lavender
2 siblings, 0 replies; 17+ messages in thread
From: David Abbott @ 2011-10-24 14:26 UTC (permalink / raw
To: gentoo-user
2011/10/24 Lavender <lavender_matrix@163.com>:
>> * Looks like maybe you have 2 sound cards. Are you going through
>> the correct card for output?
> It's not like that . I only have one sound card and one HD audio controller,
>
> I don't why there are card0 and card1.
>
>> * Did you go into alsamixer to verify that the appropriate outputs
>> are unmuted?
>
> Actually there is no alsamixer in my system, I read the
>
> <Gentoo Linux ALSA Guide> , there is no alsaconf or
>
> alsasound too.
You must of missed;
Code Listing 3.1: Install alsa-utils
# emerge alsa-utils
>> * Try "aplay" or "speaker-test" or something else low-level to see
>> if even basic output is working. It could be your sound card is
>> fine but you don't have the correct support for whatever music
>> player you are using.
>
> I'll try , I hope you're right .....
>
>
HTH
David
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re:[gentoo-user] Re: Problem with sound card
2011-10-24 13:31 ` Lavender
2011-10-24 14:20 ` [gentoo-user] " Nikos Chantziaras
2011-10-24 14:26 ` Re: [gentoo-user] " David Abbott
@ 2011-10-24 15:18 ` Lavender
2011-10-25 15:00 ` [gentoo-user] " masterprometheus
2011-10-25 15:29 ` Lavender
2 siblings, 2 replies; 17+ messages in thread
From: Lavender @ 2011-10-24 15:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
>Er, if you have one sound card and one audio controller, then doesn't
>that make two sound cards? :-/ (One actual sound card (PCI or PCIe) and
>one integrated into the mainboard?)
Ha, I'm not comprehend with hardware .
>You didn't install it then. It's in the "media-sound/alsa-utils" package.
>
>Also, if you want to know which sound drivers you need, look up the
>specs of your mainboard (or post your mainboard's brand and model here.)
>
OK , here is my mainborad information:
Brand and model : HP 3644
Chip Set: AMD 760G/780G/780V/785G/790GX/880G/890GX
SN: CND9501XTP
Er, can't I ask why you need this information? If the driver I built is not enough ?
[-- Attachment #2: Type: text/html, Size: 1349 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re:Re: Problem with sound card
2011-10-24 15:18 ` Re:[gentoo-user] " Lavender
@ 2011-10-25 15:00 ` masterprometheus
2011-10-25 15:29 ` Lavender
1 sibling, 0 replies; 17+ messages in thread
From: masterprometheus @ 2011-10-25 15:00 UTC (permalink / raw
To: gentoo-user
Lavender wrote:
>>Er, if you have one sound card and one audio controller, then doesn't
>>that make two sound cards? :-/ (One actual sound card (PCI or PCIe)
and
>>one integrated into the mainboard?)
>
> Ha, I'm not comprehend with hardware .
You have two sound cards. One is the onboard sound card, the other is the
HDMI audio that ATI graphics provides.
>
>>You didn't install it then. It's in the "media-sound/alsa-utils"
package.
>>
>>Also, if you want to know which sound drivers you need, look up the
>>specs of your mainboard (or post your mainboard's brand and model
here.)
>>
> OK , here is my mainborad information:
> Brand and model : HP 3644
> Chip Set: AMD 760G/780G/780V/785G/790GX/880G/890GX
> SN: CND9501XTP
>
> Er, can't I ask why you need this information? If the driver I built is
> not enough ?
You have to have the the correct drivers and alsa-utils emerge.
Good luck
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re:[gentoo-user] Re:Re: Problem with sound card
2011-10-24 15:18 ` Re:[gentoo-user] " Lavender
2011-10-25 15:00 ` [gentoo-user] " masterprometheus
@ 2011-10-25 15:29 ` Lavender
2011-10-25 15:44 ` [gentoo-user] " Mark Knecht
1 sibling, 1 reply; 17+ messages in thread
From: Lavender @ 2011-10-25 15:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
>You have to have the the correct drivers and alsa-utils emerge.
>Good luck
Yeah, I rebuilt my kernel according to documentation which relative
to ALSA . FInally I have configured all of them perfectly , ha,
it's really not easy :-)
[-- Attachment #2: Type: text/html, Size: 508 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re:Re: Problem with sound card
2011-10-25 15:29 ` Lavender
@ 2011-10-25 15:44 ` Mark Knecht
2011-10-25 15:49 ` Neil Bothwick
2011-10-25 15:53 ` Paul Hartman
0 siblings, 2 replies; 17+ messages in thread
From: Mark Knecht @ 2011-10-25 15:44 UTC (permalink / raw
To: gentoo-user
2011/10/25 Lavender <lavender_matrix@163.com>:
>>You have to have the the correct drivers and alsa-utils emerge.
>>Good luck
> Yeah, I rebuilt my kernel according to documentation which relative
> to ALSA . FInally I have configured all of them perfectly , ha,
> it's really not easy :-)
You should have seen how 'really not easy' ALSA was 10 years ago! ;-)
- Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re:Re: Problem with sound card
2011-10-25 15:44 ` [gentoo-user] " Mark Knecht
@ 2011-10-25 15:49 ` Neil Bothwick
2011-10-25 15:53 ` Paul Hartman
1 sibling, 0 replies; 17+ messages in thread
From: Neil Bothwick @ 2011-10-25 15:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
On Tue, 25 Oct 2011 08:44:45 -0700, Mark Knecht wrote:
> > Yeah, I rebuilt my kernel according to documentation which relative
> > to ALSA . FInally I have configured all of them perfectly , ha,
> > it's really not easy :-)
>
> You should have seen how 'really not easy' ALSA was 10 years ago! ;-)
No he shouldn't. No one deserves to have that wished upon them :-O
--
Neil Bothwick
Give a man a fish and you feed him for a day;
Teach him to use the Net and he won't bother you for weeks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re:Re: Problem with sound card
2011-10-25 15:44 ` [gentoo-user] " Mark Knecht
2011-10-25 15:49 ` Neil Bothwick
@ 2011-10-25 15:53 ` Paul Hartman
2011-10-25 16:06 ` Mark Knecht
1 sibling, 1 reply; 17+ messages in thread
From: Paul Hartman @ 2011-10-25 15:53 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 25, 2011 at 10:44 AM, Mark Knecht <markknecht@gmail.com> wrote:
> 2011/10/25 Lavender <lavender_matrix@163.com>:
>>>You have to have the the correct drivers and alsa-utils emerge.
>>>Good luck
>> Yeah, I rebuilt my kernel according to documentation which relative
>> to ALSA . FInally I have configured all of them perfectly , ha,
>> it's really not easy :-)
>
> You should have seen how 'really not easy' ALSA was 10 years ago! ;-)
Or that commercial linux sound driver package... I don't even remember
what it was called anymore.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re:Re: Problem with sound card
2011-10-25 15:53 ` Paul Hartman
@ 2011-10-25 16:06 ` Mark Knecht
2011-10-25 16:17 ` Michael Mol
0 siblings, 1 reply; 17+ messages in thread
From: Mark Knecht @ 2011-10-25 16:06 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Tue, Oct 25, 2011 at 10:44 AM, Mark Knecht <markknecht@gmail.com> wrote:
>> 2011/10/25 Lavender <lavender_matrix@163.com>:
>>>>You have to have the the correct drivers and alsa-utils emerge.
>>>>Good luck
>>> Yeah, I rebuilt my kernel according to documentation which relative
>>> to ALSA . FInally I have configured all of them perfectly , ha,
>>> it's really not easy :-)
>>
>> You should have seen how 'really not easy' ALSA was 10 years ago! ;-)
>
> Or that commercial linux sound driver package... I don't even remember
> what it was called anymore.
OSS I think - something like Open Sound System or some such other
crazy thing, being it was neither Open nor most of the time for me
produced Sound on my System. ;-)
I think there is still support for it in the kernel. Go figure...
- Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re:Re: Problem with sound card
2011-10-25 16:06 ` Mark Knecht
@ 2011-10-25 16:17 ` Michael Mol
2011-10-25 16:58 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 1 reply; 17+ messages in thread
From: Michael Mol @ 2011-10-25 16:17 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 25, 2011 at 12:06 PM, Mark Knecht <markknecht@gmail.com> wrote:
> On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
> <paul.hartman+gentoo@gmail.com> wrote:
>> On Tue, Oct 25, 2011 at 10:44 AM, Mark Knecht <markknecht@gmail.com> wrote:
>>> 2011/10/25 Lavender <lavender_matrix@163.com>:
>>>>>You have to have the the correct drivers and alsa-utils emerge.
>>>>>Good luck
>>>> Yeah, I rebuilt my kernel according to documentation which relative
>>>> to ALSA . FInally I have configured all of them perfectly , ha,
>>>> it's really not easy :-)
>>>
>>> You should have seen how 'really not easy' ALSA was 10 years ago! ;-)
>>
>> Or that commercial linux sound driver package... I don't even remember
>> what it was called anymore.
>
> OSS I think - something like Open Sound System or some such other
> crazy thing, being it was neither Open nor most of the time for me
> produced Sound on my System. ;-)
>
> I think there is still support for it in the kernel. Go figure...
It's only been deprecated for over a decade...I can only barely
remember a time before ALSA was pulled into the mainline kernel. The
original OSS support is still in there. There's also an OSS emulation
layer for ALSA.
The name 'Open Sound System' comes from an era where 'open' normally
meant, "you can buy a license from us to use our system in your
products" and 'closed' meant "no, you can't include a subset of our
product in your product. Your customers can be our customers,
instead." The movements pushed along by ESR and RMS redefined what
'open' and 'proprietary' were taken to mean.
See also 'OpenGL', which is still trademarked, and the owners of the
trademark allow "compatible" implementations to exist.
--
:wq
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: Problem with sound card
2011-10-25 16:17 ` Michael Mol
@ 2011-10-25 16:58 ` Nikos Chantziaras
2011-10-25 17:11 ` Mark Knecht
0 siblings, 1 reply; 17+ messages in thread
From: Nikos Chantziaras @ 2011-10-25 16:58 UTC (permalink / raw
To: gentoo-user
On 10/25/2011 07:17 PM, Michael Mol wrote:
> On Tue, Oct 25, 2011 at 12:06 PM, Mark Knecht<markknecht@gmail.com> wrote:
>> On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
>>> Or that commercial linux sound driver package... I don't even remember
>>> what it was called anymore.
>>
>> OSS I think - something like Open Sound System or some such other
>> crazy thing, being it was neither Open nor most of the time for me
>> produced Sound on my System. ;-)
>>
>> I think there is still support for it in the kernel. Go figure...
>
> It's only been deprecated for over a decade...I can only barely
> remember a time before ALSA was pulled into the mainline kernel.
OSS is the standard sound system for Unix still to this day though.
Everybody uses it, except Linux.
It's GPL by the way. I actually use it on my main PC ;-) On supported
sound cards, it works much better than ALSA. Not the version in the
kernel, of course, that one is deprecated. The newest version is v4 and
is only available out-of-kernel.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: Problem with sound card
2011-10-25 16:58 ` [gentoo-user] " Nikos Chantziaras
@ 2011-10-25 17:11 ` Mark Knecht
2011-10-25 17:35 ` Nikos Chantziaras
0 siblings, 1 reply; 17+ messages in thread
From: Mark Knecht @ 2011-10-25 17:11 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 25, 2011 at 9:58 AM, Nikos Chantziaras <realnc@arcor.de> wrote:
> On 10/25/2011 07:17 PM, Michael Mol wrote:
>>
>> On Tue, Oct 25, 2011 at 12:06 PM, Mark Knecht<markknecht@gmail.com>
>> wrote:
>>>
>>> On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
>>>>
>>>> Or that commercial linux sound driver package... I don't even remember
>>>> what it was called anymore.
>>>
>>> OSS I think - something like Open Sound System or some such other
>>> crazy thing, being it was neither Open nor most of the time for me
>>> produced Sound on my System. ;-)
>>>
>>> I think there is still support for it in the kernel. Go figure...
>>
>> It's only been deprecated for over a decade...I can only barely
>> remember a time before ALSA was pulled into the mainline kernel.
>
> OSS is the standard sound system for Unix still to this day though.
> Everybody uses it, except Linux.
>
> It's GPL by the way. I actually use it on my main PC ;-) On supported
> sound cards, it works much better than ALSA. Not the version in the kernel,
> of course, that one is deprecated. The newest version is v4 and is only
> available out-of-kernel.
I imagine that it's support for the cards it supported in that time
period was probably better than ALSA. I came to Linux looking for a
platform to replace Windows to support Avid's ProTools. As I soon
learned that wasn't going to happen, at least not soon, and it hasn't
changed in the 10-15 years I've been using Linux. However in those
days my need for ALSA was driven by OSS not supporting any sound card
hardware that was of interest to people recording music. ALSA was at
least trying, and has gotten much better over the years with things
like Jack and rt-sources which easily outperforms Windows in terms of
latency.
- Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: Problem with sound card
2011-10-25 17:11 ` Mark Knecht
@ 2011-10-25 17:35 ` Nikos Chantziaras
2011-10-25 17:54 ` Michael Mol
0 siblings, 1 reply; 17+ messages in thread
From: Nikos Chantziaras @ 2011-10-25 17:35 UTC (permalink / raw
To: gentoo-user
On 10/25/2011 08:11 PM, Mark Knecht wrote:
> On Tue, Oct 25, 2011 at 9:58 AM, Nikos Chantziaras<realnc@arcor.de> wrote:
>> On 10/25/2011 07:17 PM, Michael Mol wrote:
>>>
>>> On Tue, Oct 25, 2011 at 12:06 PM, Mark Knecht<markknecht@gmail.com>
>>> wrote:
>>>>
>>>> On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
>>>>>
>>>>> Or that commercial linux sound driver package... I don't even remember
>>>>> what it was called anymore.
>>>>
>>>> OSS I think - something like Open Sound System or some such other
>>>> crazy thing, being it was neither Open nor most of the time for me
>>>> produced Sound on my System. ;-)
>>>>
>>>> I think there is still support for it in the kernel. Go figure...
>>>
>>> It's only been deprecated for over a decade...I can only barely
>>> remember a time before ALSA was pulled into the mainline kernel.
>>
>> OSS is the standard sound system for Unix still to this day though.
>> Everybody uses it, except Linux.
>>
>> It's GPL by the way. I actually use it on my main PC ;-) On supported
>> sound cards, it works much better than ALSA. Not the version in the kernel,
>> of course, that one is deprecated. The newest version is v4 and is only
>> available out-of-kernel.
>
> I imagine that it's support for the cards it supported in that time
> period was probably better than ALSA. I came to Linux looking for a
> platform to replace Windows to support Avid's ProTools. As I soon
> learned that wasn't going to happen, at least not soon, and it hasn't
> changed in the 10-15 years I've been using Linux. However in those
> days my need for ALSA was driven by OSS not supporting any sound card
> hardware that was of interest to people recording music. ALSA was at
> least trying, and has gotten much better over the years with things
> like Jack and rt-sources which easily outperforms Windows in terms of
> latency.
That's true. Though I judge by desktop needs on my machine. The lack
of a per-application volume mixer in ALSA is really frustrating. And if
you bark about it, you're told to install PulseAudio, which is another
can of worms entirely :-/ I guess I'm gonna be using OSSv4 for as long
as that old Soundblaster Live I have here refuses to die.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Re: Problem with sound card
2011-10-25 17:35 ` Nikos Chantziaras
@ 2011-10-25 17:54 ` Michael Mol
0 siblings, 0 replies; 17+ messages in thread
From: Michael Mol @ 2011-10-25 17:54 UTC (permalink / raw
To: gentoo-user
On Tue, Oct 25, 2011 at 1:35 PM, Nikos Chantziaras <realnc@arcor.de> wrote:
> On 10/25/2011 08:11 PM, Mark Knecht wrote:
>>
>> On Tue, Oct 25, 2011 at 9:58 AM, Nikos Chantziaras<realnc@arcor.de>
>> wrote:
>>>
>>> On 10/25/2011 07:17 PM, Michael Mol wrote:
>>>>
>>>> On Tue, Oct 25, 2011 at 12:06 PM, Mark Knecht<markknecht@gmail.com>
>>>> wrote:
>>>>>
>>>>> On Tue, Oct 25, 2011 at 8:53 AM, Paul Hartman
>>>>>>
>>>>>> Or that commercial linux sound driver package... I don't even remember
>>>>>> what it was called anymore.
>>>>>
>>>>> OSS I think - something like Open Sound System or some such other
>>>>> crazy thing, being it was neither Open nor most of the time for me
>>>>> produced Sound on my System. ;-)
>>>>>
>>>>> I think there is still support for it in the kernel. Go figure...
>>>>
>>>> It's only been deprecated for over a decade...I can only barely
>>>> remember a time before ALSA was pulled into the mainline kernel.
>>>
>>> OSS is the standard sound system for Unix still to this day though.
>>> Everybody uses it, except Linux.
>>>
>>> It's GPL by the way. I actually use it on my main PC ;-) On supported
>>> sound cards, it works much better than ALSA. Not the version in the
>>> kernel,
>>> of course, that one is deprecated. The newest version is v4 and is only
>>> available out-of-kernel.
>>
>> I imagine that it's support for the cards it supported in that time
>> period was probably better than ALSA. I came to Linux looking for a
>> platform to replace Windows to support Avid's ProTools. As I soon
>> learned that wasn't going to happen, at least not soon, and it hasn't
>> changed in the 10-15 years I've been using Linux. However in those
>> days my need for ALSA was driven by OSS not supporting any sound card
>> hardware that was of interest to people recording music. ALSA was at
>> least trying, and has gotten much better over the years with things
>> like Jack and rt-sources which easily outperforms Windows in terms of
>> latency.
>
> That's true. Though I judge by desktop needs on my machine. The lack of a
> per-application volume mixer in ALSA is really frustrating. And if you bark
> about it, you're told to install PulseAudio, which is another can of worms
> entirely :-/ I guess I'm gonna be using OSSv4 for as long as that old
> Soundblaster Live I have here refuses to die.
Agreed; per-app volume controls are nice. The Linux-specific nature of
ALSA isn't such a good thing. Though if ALSA implements an OSSv4
wrapper, that's not so bad. (Not that I think they're likely to; if
the wrapper exposes more functionality than their core supports, it'll
greatly complicate their architecture.)
I also kinda miss being able to test audio with cat. I have a t-shirt
somewhere which says "cat /boot/vmlinux > /dev/audio # The sound of
Linux". That was my quote for my high school's Science Olympiad team
T-shirt. Being able to record audio files using the reverse was also
very convenient, as was testing microphone settings by dumping the
device to the terminal.
--
:wq
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2011-10-25 17:55 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 12:35 [gentoo-user] Problem with sound card Lavender
2011-10-24 12:53 ` Albert W. Hopkins
2011-10-24 13:31 ` Lavender
2011-10-24 14:20 ` [gentoo-user] " Nikos Chantziaras
2011-10-24 14:26 ` Re: [gentoo-user] " David Abbott
2011-10-24 15:18 ` Re:[gentoo-user] " Lavender
2011-10-25 15:00 ` [gentoo-user] " masterprometheus
2011-10-25 15:29 ` Lavender
2011-10-25 15:44 ` [gentoo-user] " Mark Knecht
2011-10-25 15:49 ` Neil Bothwick
2011-10-25 15:53 ` Paul Hartman
2011-10-25 16:06 ` Mark Knecht
2011-10-25 16:17 ` Michael Mol
2011-10-25 16:58 ` [gentoo-user] " Nikos Chantziaras
2011-10-25 17:11 ` Mark Knecht
2011-10-25 17:35 ` Nikos Chantziaras
2011-10-25 17:54 ` Michael Mol
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox