Skip to main content
Commonmark migration
Source Link

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

 

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

 

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

This is unexpected and undesirable. How can I get firefox to use headless' speakers just like other programs do?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

 

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

 

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

This is unexpected and undesirable. How can I get firefox to use headless' speakers just like other programs do?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

This is unexpected and undesirable. How can I get firefox to use headless' speakers just like other programs do?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

Rollback to Revision 1
Source Link

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X
$

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X
$

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

My ~/.asoundrc on headless is

pcm.!default {
type hw
card 0
device 1
}

which points to headless' digital output. If I remove .asoundrc then firefox behaves like other applications.

This is unexpected and undesirable. Is there a way toHow can I get firefox to use headless' speakers just like other programs do while keeping .asoundrc?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X
$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X
$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

My ~/.asoundrc on headless is

pcm.!default {
type hw
card 0
device 1
}

which points to headless' digital output. If I remove .asoundrc then firefox behaves like other applications.

This is unexpected and undesirable. Is there a way to get firefox to use headless' speakers just like other programs do while keeping .asoundrc?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

This is unexpected and undesirable. How can I get firefox to use headless' speakers just like other programs do?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I discovered that removing .asoundrc makes firefox behave normally
Source Link

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

$
$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

$
$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

My ~/.asoundrc on headless is

pcm.!default {
type hw
card 0
device 1
}

which points to headless' digital output. If I remove .asoundrc then firefox behaves like other applications.

This is unexpected and undesirable. How can IIs there a way to get firefox to use headless' speakers just like other programs do while keeping .asoundrc?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X

$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X

$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

This is unexpected and undesirable. How can I get firefox to use headless' speakers just like other programs do?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

I have a headless debian box with speakers. Suppose I'm at my laptop and I do

$ ssh headless -X
$ audacious

then audacious' window pops up on my laptop's screen. If I open a file then it is played on the speakers connected to headless (as expected). The same behaviour happens with mplayer (i.e. sound is played on the speakers of headless).

However, when I do

$ ssh headless -X
$ firefox

and play a sound on wikipedia or a video on youtube then the sound is played on my laptop's speakers.

My ~/.asoundrc on headless is

pcm.!default {
type hw
card 0
device 1
}

which points to headless' digital output. If I remove .asoundrc then firefox behaves like other applications.

This is unexpected and undesirable. Is there a way to get firefox to use headless' speakers just like other programs do while keeping .asoundrc?

Both my laptop and headless use alsa (without pulseaudio), both are up-to-date debian wheezy machines.

Tweeted twitter.com/#!/StackUnix/status/536672772026826752
Source Link
Loading