[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2013-05-11 Thread knowlittle
My 12.04 had same problem. I fixed it with part of Pavel Fisher's
solution above. Here is what I did:

1) disable autospawn: /etc/pulse/client.conf -> autospawn = no
2) kill pulse: pulseaudio --kill
3) go to Ubuntu Software Centre. Remove pulseaudio then install it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2012-02-27 Thread Pavel Fischer
It was fixed in Ubuntu 12.04 (i have used the dayli build at 25.02.2012)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2012-01-17 Thread Matti Laakso
** Changed in: pulseaudio
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-11-02 Thread Pavel Fischer
So, I had found solution:

1) disable autospawn: /etc/pulse/client.conf -> autospawn = no
2) kill pulse: pulseaudio --kill
3) download the last sourse of pulseaudio and extract it
4) cd pulseaudio-1.1
5) ./configure --prefix=/usr --sysconfdir=/etc --exec-prefix=/usr 
--localstatedir=/var
6) make
7) sudo make install
8) pulseaudio -D

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-29 Thread Pavel Fischer
I had one more time compile the pulse-audio from source version 1.1.
The switching woks with pacmd command set-sink-port, but any other
pulseaudio client don't work with new version of pulseaudio (connecting
to server refused or something like that), pehaps is not ABI compatible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-29 Thread Pavel Fischer
The bug is in PulseAudio, not in pavucontrol, because no one pulse sound
applet can switch the sink port. The pacmd command set-sink-port doesn't
work too.

** Changed in: pavucontrol (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-28 Thread Pavel Fischer
Here is a complete log of the pulseaudio server (original from 11.10)
from starting, opening indicator-sound and changing the output sinc.
Eventually that can help.

** Attachment added: "pulse log file"
   
https://bugs.launchpad.net/pulseaudio/+bug/860251/+attachment/2577204/+files/pulse.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-27 Thread Pavel Fischer
hmm. It looks like the error is more complicated. I have reinstalled
Ubuntu 11.10 and the installed Pulseaudio 1.1 from the source with

./configure --prefix=/usr --sysconfdir=/etc 
make -j2 
sudo make install

Then remove files from  ~/.pulse/, as I make it last time, but it
doesn't work more. No switching.

I have also tried to install packages from Precise
(https://launchpad.net/ubuntu/+source/pulseaudio/1:1.1-0ubuntu1/+build/2881253),
but it also don't work.

Then i started the server in the debug mode (pulseaudio --log-
level=debug) and try to change the output port. Nothing was printed
after the changing. On my current Ubuntu 11.04 i get a text like this:

I: sink.c: Changed port of sink 0 "alsa_output.pci-_04_02.0.analog-stereo" 
to output-speaker
I: module-device-restore.c: Storing volume/mute/port for device 
sink:alsa_output.pci-_04_02.0.analog-stereo.

So, it seems to be an error in module-alsa-sink.so.

What else can I do to get more information about the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-22 Thread Pavel Fischer
** Also affects: pulseaudio
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-21 Thread Pavel Fischer
please, update the pulse audio to the version 1.1. With this version
switching work fine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-19 Thread Pavel Fischer
have the save error. See bug #860251

** Package changed: ubuntu => pavucontrol (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-19 Thread Pavel Fischer
wrong link: bug#873558

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pavucontrol/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860251] Re: switching between speakers and headphone doesn't work with Aus Xonar

2011-10-17 Thread kaeru
I can confirm this. The functionality was working in 11.04.

The alsa mixer controls are as below:

Simple mixer control 'Analog Output',0
  Capabilities: enum
  Items: 'Speakers' 'Headphones' 'FP Headphones'
  Item0: 'Speakers'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860251

Title:
  switching between speakers and headphone doesn't work with Aus Xonar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/860251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs