It would appear that on Mar 24, F Sauce did say:
> What does KBreakout output?
Note: my 2 line bash prompt includes an leading "> "
In the first instance I peeked in settings to make sure there wasn’t a
“sound off” setting in play… (only use a few kde apps since kde4 got me to
look elsewhere… So much of kde is not installed) {didn’t interfere with
sound in 12.2??}
You mentioned something about *amoebax *coming from a third party repo,
so it might not be that relevant for this test; and it did not reveal
much anyhow.
True that! Though about sound, kbreakout is saying even less… :sigh:
Couldn’t open sound system: No available audio device
I’m guessing that this indicates that the device is reported to be busy,
not necessarily ‘not found’; do you use PulseAudio, and does outputting
sound from multiple applications/sources simultaneously work?
Only use pulseaudio to the extent forced to by applicable distro devs…
As to multi-sources… see below.
This command will give some information about audio
applications/processes currently running:
Code:
lsof /dev/snd/*
JtWdyP -> ~
> lsof /dev/snd/*
JtWdyP -> ~
> man lsof
JtWdyP -> ~
>
After some empirical poking around I found lsof more informative from inside
an midnight commander session…
Which in itself reveled:
http://i62.tinypic.com/2r2431v.png
JtWdyP -> ~
> mc
JtWdyP -> /dev/snd/by-path
> lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mc 3781 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
bash 3783 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
lsof 3863 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
lsof 3864 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
JtWdyP -> /dev/snd/by-path
> amoebax &
[1] 3971
JtWdyP -> /dev/snd/by-path
> Couldn't open sound system: No available audio device
JtWdyP -> /dev/snd/by-path
> lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mc 3781 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
bash 3783 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
amoebax 3971 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
lsof 3981 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
lsof 3982 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
JtWdyP -> /dev/snd/by-path
> ls
pci-0000:00:14.2
JtWdyP -> /dev/snd/by-path
>
I tested running sound from multiple sources with these results:
JtWdyP -> /dev/snd/by-path
> lsof /dev/snd/*
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mc 3781 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
bash 3783 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
amoebax 3971 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
opera:lib 4062 jtwdyp mem CHR 116,4 8147 /dev/snd/pcmC0D0p
opera:lib 4062 jtwdyp 13r CHR 116,33 0t0 5443 /dev/snd/timer
opera:lib 4062 jtwdyp 15u CHR 116,4 0t0 8147 /dev/snd/pcmC0D0p
mocp 4374 jtwdyp 8u CHR 116,8 0t0 8153 /dev/snd/controlC0
lsof 4386 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
lsof 4387 jtwdyp cwd DIR 0,5 60 6571 /dev/snd/by-path
JtWdyP -> /dev/snd/by-path
>
I note that Music on Console had a stronger signal, But if I selected a tune
with quiet spaces built in AKA something from Gordon Lightfoot, I could hear
both that, and the tune from:
http://upchucky.org/JukeCity/1969/OldJukes/player.htm?
(at the same time)
It would appear that on Mar 24, F Sauce also said:
> Might also be worth checking the SDL libs, check where they originate
> from. If you have the games repo ( or education + similar ) enabled in
> addition to the -oss, mixing packages from these repoes may cause
> trouble. As long as they are provided, and suffice, I would stick to
> using packages from the official repoes (-oss, non-oss, updates).
Not sure how to check the “SDL libs”…
Have games, never enabled during “zypper up” (nor of course “dup”)
> BTW, I just tested *amoebax *(never heard of it before) it ran fine and
> sound was never an issue.
Can’t remember where I first found it. But discovered it was addictive enough
to want in any distro I spend much time using… Didn’t have any sound issues
with it in 12.2, Nor do I on my old ‘nvidia’ HP desktop which just did an:
“12.2 > 12.3 zypper dup”
yesterday… But on this almost as old gateway laptop… :sigh:
–
JtWdyP