[pulseaudio-discuss] PulseAudio Applet Gnome icon

2010-06-01 Thread Josu Lazkano
Hello, I have Debian Squeeze OS with Gnome, I installed PulseAudio and
it works great. The version is Package: pulseaudio (0.9.21-1).

I have a little problem with PulseAudio Applet icon on the system try,
there is not any icon: http://i45.tinypic.com/v6q8o5.png

Where I can config it?

Thanks and regards

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] PulseAudio Applet Gnome icon

2010-06-01 Thread Josu Lazkano
2010/6/1 Colin Guthrie gm...@colin.guthr.ie:
 'Twas brillig, and Josu Lazkano at 01/06/10 09:45 did gyre and gimble:
 Hello, I have Debian Squeeze OS with Gnome, I installed PulseAudio and
 it works great. The version is Package: pulseaudio (0.9.21-1).

 I have a little problem with PulseAudio Applet icon on the system try,
 there is not any icon: http://i45.tinypic.com/v6q8o5.png

 Where I can config it?

 The PulseAudio Applet I'm guessing is padevchooser? If so, this is not
 longer supported or recommended for general usage. It sets strange
 settings that interfere with proper usage and thus was deprecated a
 couple years ago.

 But to answer the question, it likely uses the audio-card icon. This
 should be part of your icon theme - it's used in several other places too.

 Col

 --

 Colin Guthrie
 gmane(at)colin.guthr.ie
 http://colin.guthr.ie/

 Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
 Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Thank you for you reply Col, now I have a beautiful panel, xD.

Why is not recommended to use it? I use it to change between my laptop
speakers and a bluetooth headset.

Is there any command line option to change between thoose two devices?

Thanks and regards.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Two outputs

2009-12-28 Thread Josu Lazkano
Thanks for respond, I add this on the file:

[Profile
output:analog-stereo+output:iec958-stereo+output:hdmi-stereo+input:analog-stereo
]
description = Personalizado
output-mappings = analog-stereo iec958-stereo hdmi-stereo
input-mappings = analog-stereo

Here is all the config: http://pastebin.com/f7349bfdc

I reboot, but there is no Personalizado on the profile.

Is there other way?

I will search for more, thank for all and best regards.

2009/12/27 Tanu Kaskinen ta...@iki.fi

 la, 2009-12-26 kello 22:54 +0100, Josu Lazkano kirjoitti:
  I working on this, but is so difficult for me.
 
  I uncomment this line on default.pa:
 
  set-default-sink output

 Here's a small misunderstanding. You should
 edit /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf, not
 default.pa. The last four lines, when uncommented, should create a new
 profile for your sound card. You can then activate the new profile in
 pavucontrol's Configuration tab. You need to restart pulseaudio before
 the changes take effect.

  And configure the combined output here:
 
  http://i49.tinypic.com/hvpanm.png

 That should do the trick for the module-combine part.

 --
 Tanu Kaskinen

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss




-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Two outputs

2009-12-26 Thread Josu Lazkano
I working on this, but is so difficult for me.

I uncomment this line on default.pa:

set-default-sink output

And configure the combined output here:

http://i49.tinypic.com/hvpanm.png

But it doesn't work, can someone help me?

Thanks for all and best regards.

2009/12/25 Josu Lazkano josu.lazk...@gmail.com

 Thanks for your replys, I am a begining Linux user and I don't understand
 very good, this is my default.pa:

 ###3

 $ cat /etc/pulse/default.pa
 #!/usr/bin/pulseaudio -nF
 #
 # This file is part of PulseAudio.
 #
 # PulseAudio is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 #
 # PulseAudio is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
 # along with PulseAudio; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

 # This startup script is used only if PulseAudio is started per-user
 # (i.e. not in system mode)

 .nofail

 ### Load something into the sample cache
 #load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
 #load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
 #load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
 #load-sample-lazy pulse-access /usr/share/sounds/generic.wav
 load-sample-dir-lazy /usr/share/sounds/ubuntu/stereo

 .fail

 ### Automatically restore the volume of streams and devices
 load-module module-device-restore
 load-module module-stream-restore
 load-module module-card-restore

 ### Automatically augment property information from .desktop files
 ### stored in /usr/share/application
 load-module module-augment-properties

 ### Load audio drivers statically (it's probably better to not load
 ### these drivers manually, but instead use module-hal-detect --
 ### see below -- for doing this automatically)
 #load-module module-alsa-sink
 #load-module module-alsa-source device=hw:1,0
 #load-module module-oss device=/dev/dsp sink_name=output
 source_name=input
 #load-module module-oss-mmap device=/dev/dsp sink_name=output
 source_name=input
 #load-module module-null-sink
 #load-module module-pipe-sink

 ### Automatically load driver modules depending on the hardware available
 .ifexists module-udev-detect.so
 load-module module-udev-detect
 .else
 ### Alternatively use the static hardware detection module (for systems
 that
 ### lack udev support)
 load-module module-detect
 .endif

 ### Automatically load driver modules for Bluetooth hardware
 .ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
 .endif

 ### Load several protocols
 .ifexists module-esound-protocol-unix.so
 load-module module-esound-protocol-unix
 .endif
 load-module module-native-protocol-unix

 ### Network access (may be configured with paprefs, so leave this commented
 ### here if you plan to use paprefs)
 #load-module module-esound-protocol-tcp
 #load-module module-native-protocol-tcp
 #load-module module-zeroconf-publish

 ### Load the RTP reciever module (also configured via paprefs, see above)
 #load-module module-rtp-recv

 ### Load the RTP sender module (also configured via paprefs, see above)
 #load-module module-null-sink sink_name=rtp format=s16be channels=2
 rate=44100 description=RTP Multicast Sink
 #load-module module-rtp-send source=rtp.monitor

 ### Load additional modules from GConf settings. This can be configured
 with the paprefs tool.
 ### Please keep in mind that the modules configured by paprefs might
 conflict with manually
 ### loaded modules.
 .ifexists module-gconf.so
 .nofail
 load-module module-gconf
 .fail
 .endif

 ### Automatically restore the default sink/source when changed by the user
 during runtime
 load-module module-default-device-restore

 ### Automatically move streams to the default sink if the sink they are
 ### connected to dies, similar for sources
 load-module module-rescue-streams

 ### Make sure we always have a sink around, even if it is a null sink.
 load-module module-always-sink

 ### Honour intended role device property
 load-module module-intended-roles

 ### Automatically suspend sinks/sources that become idle for too long
 load-module module-suspend-on-idle

 ### If autoexit on idle is enabled we want to make sure we only quit
 ### when no local session needs us anymore.
 load-module module-console-kit

 ### Enable positioned event sounds
 load-module module-position-event-sounds

 ### Cork music streams when a phone stream is active
 #load-module module-cork-music-on-phone

 # X11 modules should not be started from default.pa so that one daemon
 # can be shared by multiple

Re: [pulseaudio-discuss] Two outputs

2009-12-25 Thread Josu Lazkano
 line I must uncomment? And where i must config the module-combine for
simultaneous output?

Thanks for all and Happy Christmas!!!


2009/12/23 Colin Guthrie gm...@colin.guthr.ie

 'Twas brillig, and Tanu Kaskinen at 23/12/09 06:08 did gyre and gimble:
  ti, 2009-12-22 kello 20:34 +, Colin Guthrie kirjoitti:
  Now as PA will not add individual sinks for both the digital and analog,
  you'll have to load a separate module-alsa-sink for the other one you
  want - e.g. if auto-detection will load digital, you should add a
  separate sink for analog.
 
  Actually, there's another way. Profiles can be configured in the files
  under /usr/share/pulseaudio/alsa-mixer/profile-sets/. The easiest
  approach is to just edit default.conf in that directory. It takes some
  time to actually understand how those configuration files are used, but
  luckily for this exact case default.conf already contains a
  commented-out example, which can just be uncommented and it should work
  (if the sound card is capable of using both outputs at the same time,
  that is).
 
  You still need to use module-combine for simultaneous output.

 Awesome, thanks for correcting me... I still need to fully grok the
 mixer profiles stuff as I still see it as black magic... I should have
 remembered that this was a spell that was possible with this black magic
 tho' :)

 /me will try and do some revamp stuff on the website over the holidays
 and hopefully try and promote a better documentation process via that
 medium.

 Col

 --

 Colin Guthrie
 gmane(at)colin.guthr.ie
 http://colin.guthr.ie/

 Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
 Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss




-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] Two outputs

2009-12-22 Thread Josu Lazkano
Hello everybody! I have a HTPC connected to the TV and to an sound
amplifier, I have configured the output from optical. But I need to hear too
on the headphones, is it possible?

This is my configuration:

$ cat /proc/asound/cards
 0 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xfae78000 irq 22

$ cat /proc/asound/pcm
00-00: ALC662 rev1 Analog : ALC662 rev1 Analog : playback 1 : capture 1
00-01: ALC662 rev1 Digital : ALC662 rev1 Digital : playback 1
00-03: NVIDIA HDMI : NVIDIA HDMI : playback 1

$ aplay -l
 Lista de PLAYBACK Dispositivos Hardware 
tarjeta 0: NVidia [HDA NVidia], dispositivo 0: ALC662 rev1 Analog
[ALC662 rev1 Analog]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 1: ALC662 rev1 Digital
[ALC662 rev1 Digital]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 3: NVIDIA HDMI [NVIDIA HDMI]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0


I must configured from command line? Thanks for all.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-16 Thread Josu Lazkano
2009/11/16 Leszek Koltunski les...@koltunski.pl



 On Sat, Nov 14, 2009 at 5:01 AM, Josu Lazkano josu.lazk...@gmail.comwrote:

 Thanks for all, so I am going to contact with bluez folks.

 Yes the BT hardware is diferent, this the one that not work:

 (...)

 Manufacturer: Broadcom Corporation (15)

 And this is the one that works: (now runing Debian Lenny)

 (...)

 Manufacturer: Cambridge Silicon Radio (10)


 In my experience CSR bluetooth dongles are better supported than Broadcom.

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Thanks for the response, but I can't change it because they are built in
(this a new word for me, I mean that is inside on the laptop.

I wrote to bluez mail.list to asking but I have a problem with their mail
server, I have this error message:

###
Delivery to the following recipient failed permanently:

linux-blueto...@vger.kernel.org

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 550 550 5.7.1 Content-Policy reject msg: The message contains
HTML subpart, therefore we consider it SPAM or Outlook Virus.  TEXT/PLAIN is
accepted.! BF:U 0.47396; S1751329AbZKOKwK (state 18).
###

Can someone help with this?

Thanks for all.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
Thanks for yourresponse, I have a Jabra BT2010 headset and I paired with
Bluetooth Applet 1.8. Is this the correct way to pair?

In other laptop I just pair with the same Applet and it works! It appear as
new harware and I could switch on it. I don't know what happen with my
laptop.

I apreciate your help, thanks and best regards.

2009/11/13 Ng Oon-Ee ngoo...@gmail.com

 On Fri, 2009-11-13 at 04:26 +0100, Josu Lazkano wrote:
  Hello everybody, I just installed Ubuntu Karmic on my laptop, and I
  want use my bluetooth headset to speak in Skype.
 
  I just paired the headset, but there is new hardware on PulseAudio
  device section. I type this command , but the hardware on sound
  preference is disabled:
 
  pactl load-module module-bluetooth-device profile=hsp sink_name=jabra
  address=00:1D:82:xx:xx:xx
 
  How can I configure it? I search for bluetooth manual but I didn't
  find any.
 
  Thanks for all and best regards.
 

 Are you pairing using bluez (I'd assume so). In that case no need to
 load any modules, it should auto-detect for you. My Jabra Halo did just
 that.

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss




-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
2009/11/13 Ng Oon-Ee ngoo...@gmail.com

 On Fri, 2009-11-13 at 12:27 +0100, Josu Lazkano wrote:
  Thanks for yourresponse, I have a Jabra BT2010 headset and I paired
  with Bluetooth Applet 1.8. Is this the correct way to pair?
 
  In other laptop I just pair with the same Applet and it works! It
  appear as new harware and I could switch on it. I don't know what
  happen with my laptop.
 
  I apreciate your help, thanks and best regards.

 Please bottom-post, like this, below the email you're replying to.

 What's the output when you run `pactl list | grep bluetooth`? Did you
 make any changes to your default /etc/pulse/default.pa such that the
 bluetooth-discover module does not load?

 Also try running pulseaudio - and watch the output when you do
 pairing, does anything happen?

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Thanks for your reply and sorry for the top-posting.

This is the pactl list | grep bluetooth output:

$ pactl list | grep bluetooth
Nombre: module-bluetooth-discover
module.description = Detect available bluetooth audio devices and
load bluetooth audio drivers

I didn't make any change to my default /etc/pulse/default.pa. I must
make changes?

When I execute pulseaudio -vvv, this is the output:

$ pulseaudio -vvv
I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) falló: Operación no permitida
I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) falló: Operación no permitida
D: core-rtclock.c: Timer slack is set to 50 us.
I: core-util.c: Failed to acquire high-priority scheduling: No existe el
fichero ó directorio
I: main.c: Esto es PulseAudio 0.9.19
D: main.c: Anfitrión de compilación: i486-pc-linux-gnu
D: main.c: Compilación CFLAGS: -g -O2 -g -Wall -O3 -Wall -W -Wextra -pipe
-Wno-long-long -Winline -Wvla -Wno-overlength-strings
-Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare
-Wformat-security -Wmissing-include-dirs -Wformat-nonliteral
-Wold-style-definition -Wpointer-arith -Winit-self
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes
-Wstrict-prototypes -Wredundant-decls -Wmissing-declarations
-Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2
-Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2
-fno-common -fdiagnostics-show-option
D: main.c: Ejecutándose en el anfitrión: Linux i686 2.6.31-14-generic
#48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009
D: main.c: Se encontraron 1 CPU.
I: main.c: El tamaño de la página es de 4096 bytes
D: main.c: Soporte para compilar con Valgrind: no
D: main.c: Ejecutándose en modo valgrind: no
D: main.c: Build optimizado: si
D: main.c: Todas las comprobaciones activadas
I: main.c: El ID de la máquina es 6d98218af87453b101fa38204aeda545
I: main.c: El ID de la sesión es
6d98218af87453b101fa38204aeda545-1258107767.630660-1077696301.
I: main.c: Utilizando directorio ejecutable
/home/lazkano/.pulse/6d98218af87453b101fa38204aeda545-runtime.
I: main.c: Utilizando directorio de estado /home/lazkano/.pulse.
I: main.c: Utilizando directorio de módulos /usr/lib/pulse-0.9.19/modules.
I: main.c: Ejecutándose en modo de sistema: no
E: pid.c: Daemon already running.
E: main.c: Ha fallado pa_pid_file_create().

It is in spanish, tha last line says that Failed pa_pid_file_create().

I am lost with this, thanks for all your help.

See you.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
Thanks for the hekp, both BT are built in. This is the pulseaudio -k;
pulseaudio -vvv output when I pair the headset:
http://pastebin.com/f37840107

This line is in red: E: module-bluetooth-device.c: Failed to write data to
SCO socket: Argumento inválido

Argumento inválido = Invalid argument (in spanish)

There are a lot of lines and I don't understand nothing. How can I capture
all the output on a file? I try to  file but nothing.

Thanks for all.

2009/11/13 Colin Guthrie gm...@colin.guthr.ie

 'Twas brillig, and Josu Lazkano at 13/11/09 12:31 did gyre and gimble:

 2009/11/13 Ng Oon-Ee ngoo...@gmail.com mailto:ngoo...@gmail.com


On Fri, 2009-11-13 at 12:27 +0100, Josu Lazkano wrote:
  Thanks for yourresponse, I have a Jabra BT2010 headset and I paired
  with Bluetooth Applet 1.8. Is this the correct way to pair?
 
  In other laptop I just pair with the same Applet and it works! It
  appear as new harware and I could switch on it. I don't know what
  happen with my laptop.
 
  I apreciate your help, thanks and best regards.

Please bottom-post, like this, below the email you're replying to.

What's the output when you run `pactl list | grep bluetooth`? Did you
make any changes to your default /etc/pulse/default.pa
http://default.pa such that the

bluetooth-discover module does not load?

Also try running pulseaudio - and watch the output when you do
pairing, does anything happen?

___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
mailto:pulseaudio-discuss@mail.0pointer.de

https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 Thanks for your reply and sorry for the top-posting.

 This is the pactl list | grep bluetooth output:

 $ pactl list | grep bluetooth
Nombre: module-bluetooth-discover
module.description = Detect available bluetooth audio devices and
 load bluetooth audio drivers

 I didn't make any change to my default /etc/pulse/default.pa 
 http://default.pa. I must make changes?


 When I execute pulseaudio -vvv, this is the output:

 $ pulseaudio -vvv
 I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) falló: Operación no permitida
 I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) falló: Operación no permitida
 D: core-rtclock.c: Timer slack is set to 50 us.
 I: core-util.c: Failed to acquire high-priority scheduling: No existe el
 fichero ó directorio
 I: main.c: Esto es PulseAudio 0.9.19
 D: main.c: Anfitrión de compilación: i486-pc-linux-gnu
 D: main.c: Compilación CFLAGS: -g -O2 -g -Wall -O3 -Wall -W -Wextra -pipe
 -Wno-long-long -Winline -Wvla -Wno-overlength-strings
 -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare
 -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral
 -Wold-style-definition -Wpointer-arith -Winit-self
 -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes
 -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations
 -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2
 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2
 -fno-common -fdiagnostics-show-option
 D: main.c: Ejecutándose en el anfitrión: Linux i686 2.6.31-14-generic
 #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009
 D: main.c: Se encontraron 1 CPU.
 I: main.c: El tamaño de la página es de 4096 bytes
 D: main.c: Soporte para compilar con Valgrind: no
 D: main.c: Ejecutándose en modo valgrind: no
 D: main.c: Build optimizado: si
 D: main.c: Todas las comprobaciones activadas
 I: main.c: El ID de la máquina es 6d98218af87453b101fa38204aeda545
 I: main.c: El ID de la sesión es
 6d98218af87453b101fa38204aeda545-1258107767.630660-1077696301.
 I: main.c: Utilizando directorio ejecutable
 /home/lazkano/.pulse/6d98218af87453b101fa38204aeda545-runtime.
 I: main.c: Utilizando directorio de estado /home/lazkano/.pulse.
 I: main.c: Utilizando directorio de módulos /usr/lib/pulse-0.9.19/modules.
 I: main.c: Ejecutándose en modo de sistema: no
 E: pid.c: Daemon already running.
 E: main.c: Ha fallado pa_pid_file_create().

 It is in spanish, tha last line says that Failed pa_pid_file_create().


 You have to stop the currently running PA before the new one will run.

 Usually the following will do this:

 pulseaudio -k; pulseaudio -vvv

 Sadly due to the autospawning nature of PA (and clients like libcanberra
 which trigger the respawn almost immeidately), you sometimes have to run the
 above commands several times before the actually work. You certainly have to
 run them together (i.e. as I wrote above)

 When doing this, it may alsa be wise to export LC_ALL=c first as that
 will prevent the translations kicking in an confusing us non-spanish devs :)

 Overall the bluetooth problems could relate to the dongles used. I'm
 guessing your laptop has BT built in? If so can you try disabling it (in
 bios maybe) and using instead the dongle from your desktop (which I presume

Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
2009/11/13 Daniel Chen seven.st...@gmail.com

 (Sorry for top-posting; bad MUA)

 You should try the 0.9.20 packages in the ubuntu-audio-dev PPA.

 On Nov 13, 2009 9:06 AM, Josu Lazkano josu.lazk...@gmail.com wrote:

 Thanks for the hekp, both BT are built in. This is the pulseaudio -k;
 pulseaudio -vvv output when I pair the headset:
 http://pastebin.com/f37840107

 This line is in red: E: module-bluetooth-device.c: Failed to write data to
 SCO socket: Argumento inválido

 Argumento inválido = Invalid argument (in spanish)

 There are a lot of lines and I don't understand nothing. How can I capture
 all the output on a file? I try to  file but nothing.

 Thanks for all.

 2009/11/13 Colin Guthrie gm...@colin.guthr.ie

   'Twas brillig, and Josu Lazkano at 13/11/09 12:31 did gyre and gimble:
   2009/11/13 Ng Oon-...



 --
 Josu Lazkano

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Thanks for all again, I update from repository, but the same error:

E: module-bluetooth-device.c: Failed to write data to SCO socket: Argumento
inválido

How can I uninstall thoose packages? Just erase form /etc/apt/sources.list
and apt-get update?

Thanks for all.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
2009/11/13 Daniel Chen seven.st...@gmail.com

 It's a really good idea to keep those packages, as only security fixes
 generally are pushed into Karmic (since it's frozen/released), and it's the
 latest stable upstream version. Also, Luke and I maintain those packages in
 Ubuntu, and that version is already in Lucid.

 (If you really want to downgrade, you'll need to force a version by passing
 it to apt-get/aptitude/Synaptic.)

 On Nov 13, 2009 9:39 AM, Josu Lazkano josu.lazk...@gmail.com wrote:



 2009/11/13 Daniel Chen seven.st...@gmail.com

(Sorry for top-posting; bad MUA)   You should try the 0.9.20
 packages in the ubuntu-audio-dev...

 Thanks for all again, I update from repository, but the same error:

 E: module-bluetooth-device.c: Failed to write data to SCO socket: Argumento
 inválido
 How can I uninstall thoose packages? Just erase form /etc/apt/sources.list
 and apt-get update?

 Thanks for all.

 --
 Josu Lazkano

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


OK, I will kept this repositories, but I have adependenci problems:
http://pastebin.com/f6fc6783d

I installed pulseaudio without problem.

Thanks again.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
2009/11/13 rem...@gmail.com

 2009/11/13 Josu Lazkano josu.lazk...@gmail.com



 2009/11/13 Daniel Chen seven.st...@gmail.com

 It's a really good idea to keep those packages, as only security fixes
 generally are pushed into Karmic (since it's frozen/released), and it's the
 latest stable upstream version. Also, Luke and I maintain those packages in
 Ubuntu, and that version is already in Lucid.

 (If you really want to downgrade, you'll need to force a version by
 passing it to apt-get/aptitude/Synaptic.)

 On Nov 13, 2009 9:39 AM, Josu Lazkano josu.lazk...@gmail.com wrote:



 2009/11/13 Daniel Chen seven.st...@gmail.com

(Sorry for top-posting; bad MUA)   You should try the 0.9.20
 packages in the ubuntu-audio-dev...

 Thanks for all again, I update from repository, but the same error:

 E: module-bluetooth-device.c: Failed to write data to SCO socket:
 Argumento inválido
 How can I uninstall thoose packages? Just erase form
 /etc/apt/sources.list and apt-get update?

 Thanks for all.

 --
 Josu Lazkano

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 OK, I will kept this repositories, but I have adependenci problems:
 http://pastebin.com/f6fc6783d

 I installed pulseaudio without problem.

 Thanks again.


 I really think it would be easier for everybody if you'd prepend
 LANG=en_US to every command you execute in the shell, e.g.

 LANG=en_US sudo apt-get install pulseaudio-*


 --
 Josu Lazkano

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss



 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Thanks for the help, this is the output:

$ LANG=en_US sudo apt-get install pulseaudio-*
[sudo] password for lazkano:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting pulseaudio-esound-compat-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-udev for regex 'pulseaudio-*'
Note, selecting libsdl1.2debian-pulseaudio for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-raop-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-zeroconf-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-udev-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-rygel-media-server for regex
'pulseaudio-*'
Note, selecting pulseaudio-module-gconf-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-bluetooth-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-hal-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-hal for regex 'pulseaudio-*'
Note, selecting pulseaudio instead of pulseaudio-module-hal
Note, selecting pulseaudio-module-bluetooth for regex 'pulseaudio-*'
Note, selecting gstreamer0.10-pulseaudio for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-x11 for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-x11-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-lirc for regex 'pulseaudio-*'
Note, selecting pulseaudio-utils for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-zeroconf for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-rygel-media-server-dbg for regex
'pulseaudio-*'
Note, selecting pulseaudio-module-lirc-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-gconf for regex 'pulseaudio-*'
Note, selecting pulseaudio-module-raop for regex 'pulseaudio-*'
Note, selecting pulseaudio-utils-dbg for regex 'pulseaudio-*'
Note, selecting pulseaudio-esound-compat for regex 'pulseaudio-*'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  pulseaudio: Conflicts: pulseaudio-module-rygel-media-server (
1:0.9.20-0ubuntu1~~karmic~ubuntuaudiodev1)
  Conflicts: pulseaudio-module-udev (
1:0.9.20-0ubuntu1~~karmic~ubuntuaudiodev1)
  pulseaudio-module-rygel-media-server: Depends: libpulse0 (=
1:0.9.19-0ubuntu4) but 1:0.9.20-0ubuntu1~~karmic~ubuntuaudiodev1 is to be
installed
Depends: pulseaudio (=
1:0.9.19-0ubuntu4) but 1:0.9.20-0ubuntu1~~karmic~ubuntuaudiodev1 is to be
installed
  pulseaudio-module-udev: Depends: libpulse0

Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
2009/11/13 Daniel Chen seven.st...@gmail.com

 You shouldn't use pulseaudio-*. A simple update  dist-upgrade will
 work.

 On Nov 13, 2009 9:51 AM, Josu Lazkano josu.lazk...@gmail.com wrote:

 2009/11/13 Daniel Chen seven.st...@gmail.com   It's a really good idea
 to keep those packages,...
 OK, I will kept this repositories, but I have adependenci problems:
 http://pastebin.com/f6fc6783d

 I installed pulseaudio without problem.

 Thanks again.

 --
 Josu Lazkano

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


OK, now the update works, but there is the same SCO error. I have
bluez-btsco package installed.

I will continue searching...

Thanks for all!

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-13 Thread Josu Lazkano
Thanks for all, so I am going to contact with bluez folks.

Yes the BT hardware is diferent, this the one that not work:

$ hciconfig -a
hci0:Type: USB
BD Address: 00:10:C6:xx:xx:xx ACL MTU: 377:10 SCO MTU: 16:0
UP RUNNING
RX bytes:664 acl:0 sco:0 events:18 errors:0
TX bytes:73 acl:0 sco:0 commands:19 errors:0
Features: 0xff 0xfe 0x0d 0x38 0x08 0x08 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy:
Link mode: SLAVE ACCEPT
Name: 'HP integrated Bluetooth module'
Class: 0x4a
Service Classes: Networking, Capturing, Telephony
Device Class: Miscellaneous,
HCI Ver: 1.2 (0x2) HCI Rev: 0x11 LMP Ver: 1.2 (0x2) LMP Subver: 0x6963
Manufacturer: Broadcom Corporation (15)

And this is the one that works: (now runing Debian Lenny)

# hciconfig -a
hci0:Type: USB
BD Address: 00:21:85:xx:xx:xx ACL MTU: 310:10 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:1237 acl:0 sco:0 events:30 errors:0
TX bytes:852 acl:0 sco:0 commands:29 errors:0
Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x59 0x83
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'LG'
Class: 0x00010c
Service Classes: Unspecified
Device Class: Computer, Laptop
HCI Ver: 2.1 (0x4) HCI Rev: 0x12e7 LMP Ver: 2.1 (0x4) LMP Subver: 0x12e7
Manufacturer: Cambridge Silicon Radio (10)

Thanks for all.

That is a little bit offtopic, but has someone get working pulseaudio
bluetooth module on Debian Lenny? this is my favorite Linux flavour.

Regards.

2009/11/13 Lennart Poettering lenn...@poettering.net

 On Fri, 13.11.09 20:55, Lennart Poettering (lenn...@poettering.net) wrote:

 
  On Fri, 13.11.09 15:39, Josu Lazkano (josu.lazk...@gmail.com) wrote:
 
   Thanks for all again, I update from repository, but the same error:
  
   E: module-bluetooth-device.c: Failed to write data to SCO socket:
 Argumento
   inválido
 
  This looks like a BT probably outside of PA, i.e. inside of

 ^ add 'problem' here

  bluetoothd, in the kernel, in the dongle or in your headset.
 
  Please contact the bluez folks, and provide them with the output of
  bluetoothd -nd when this problem happens as well as dmesg.
 
  I fear we cannot help you much on this.
 
  Lennart
 


 Lennart

 --
 Lennart PoetteringRed Hat, Inc.
 lennart [at] poettering [dot] net
 http://0pointer.net/lennart/   GnuPG 0x1A015CC4
 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss




-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] Bluetooth headset on Karmic

2009-11-12 Thread Josu Lazkano
Hello everybody, I just installed Ubuntu Karmic on my laptop, and I want use
my bluetooth headset to speak in Skype.

I just paired the headset, but there is new hardware on PulseAudio device
section. I type this command , but the hardware on sound preference is
disabled:

pactl load-module module-bluetooth-device profile=hsp sink_name=jabra
address=00:1D:82:xx:xx:xx

How can I configure it? I search for bluetooth manual but I didn't find any.

Thanks for all and best regards.


-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] Headset on pulseaudio

2009-08-16 Thread Josu Lazkano
Hello everybody, I am tryin to get working my bluetooth headset with
pulseaudio to speak over Skype.

I have Jabra BT2010 and I use Debian Lenny with official packages.

I installed thoose packages to get working my headset: apt-get install
bluez-utils bluez-gnome bluez-audio

And this is my .asoundrc config:

pcm.bluetooth {
type plug
slave {
pcm bluetooth_hw
}
}
pcm.bluetooth_hw {
type bluetooth
device 00:1D:82:xx:xx:xx
#profile auto
profile voice
}

I can create an audio file with this command:

arecord -Dplug:bluetooth -f S16_LE audio_file

Anyone has working the headset over pulseaudio?

This is my aplay list:

 List of PLAYBACK Hardware Devices 
card 0: ICH6 [Intel ICH6], device 0: Intel ICH [Intel ICH6]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: ICH6 [Intel ICH6], device 4: Intel ICH - IEC958 [Intel ICH6 -
IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Modem [Intel ICH6 Modem], device 0: Intel ICH - Modem [Intel ICH6
Modem - Modem]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


I am new on this, can someone help? Which config files I must edit?

Thanks for all.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Configure HDA Intel on a ION audio

2009-08-04 Thread Josu Lazkano
Oh, sorry I must start the program.

pulseaudio -D

OK, now is connected, but the MP3 files sound bad. This the Manager
configuration:

http://img39.imageshack.us/img39/9110/pantallazopulseaudioman.png

http://img196.imageshack.us/img196/9110/pantallazopulseaudioman.png

http://img39.imageshack.us/img39/3750/pantallazopulseaudiomanl.png

http://img148.imageshack.us/img148/9110/pantallazopulseaudioman.png

http://img178.imageshack.us/img178/9110/pantallazopulseaudioman.png

I read on forums that I need to add all the devices and resample the PCM
output. I don't know where to do that.

Has someone same audio card and same problem with MP3 files?

Thanks for all.

Regards.


2009/8/4 Colin Guthrie gm...@colin.guthr.ie

 'Twas brillig, and Josu Lazkano at 04/08/09 00:24 did gyre and gimble:

 Hello, I am new on this, I have a little problem with my HTPC sound
 configuration. I search a lot and I don't have the solution.

 I have a Nvidia ION based HTPC. I have connected with optical to the A/V
 receiver (Sony STR-DG710). The HD movies with good audio sounds great and
 on the receiver puts DOLBY DIGITAL 3/2.1, but when I play a MP3 file
 sounds very bad, with noise, and on the receiver puts “PCM 48 kHz“.

 This is my audio configuration:

 $ cat /proc/asound/cards
  0 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xfae78000 irq 20


 $ cat /proc/asound/pcm
 00-01: ALC662 Digital : ALC662 Digital : playback 1
 00-00: ALC662 Analog : ALC662 Analog : playback 1 : capture 1


 I use Debian Lenny and I installed PulseAudio from official repository.
 When I run PulseAudio Manager this the configuration:


 http://img257.imageshack.us/img257/9110/pantallazopulseaudioman.png


 All of the screenshots indicate that the connection is refused. This means
 your pulseaudio client (paman in this case) cannot speak to the pulseaudio
 daemon.

 Chances are the daemon is not running (ps aux | grep pulse).

 You can generally debug why it's not running by manually issuing
 pulseaudio -vvv and looking at the errors returned.

 You can have a look through the:
 http://www.pulseaudio.org/wiki/Troubleshooting
 page but I've not updated it for a while and it's missing loads of common
 stuff that could go wrong.

 I meant to get it updated over the past weekend but sadly spent the time
 doing other stuff :s

 Col
 --

 Colin Guthrie
 gmane(at)colin.guthr.ie
 http://colin.guthr.ie/

 Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
 Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]

 ___
 pulseaudio-discuss mailing list
 pulseaudio-discuss@mail.0pointer.de
 https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss




-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


[pulseaudio-discuss] Configure HDA Intel on a ION audio

2009-08-03 Thread Josu Lazkano
Hello, I am new on this, I have a little problem with my HTPC sound
configuration. I search a lot and I don't have the solution.

I have a Nvidia ION based HTPC. I have connected with optical to the A/V
receiver (Sony STR-DG710). The HD movies with good audio sounds great and
on the receiver puts DOLBY DIGITAL 3/2.1, but when I play a MP3 file
sounds very bad, with noise, and on the receiver puts “PCM 48 kHz“.

This is my audio configuration:

$ cat /proc/asound/cards
 0 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xfae78000 irq 20

$ cat /proc/asound/pcm
00-01: ALC662 Digital : ALC662 Digital : playback 1
00-00: ALC662 Analog : ALC662 Analog : playback 1 : capture 1


I use Debian Lenny and I installed PulseAudio from official repository. When
I run PulseAudio Manager this the configuration:


http://img257.imageshack.us/img257/9110/pantallazopulseaudioman.pnghttp://img257.imageshack.us/i/pantallazopulseaudioman.png/

http://img29.imageshack.us/img29/9110/pantallazopulseaudioman.pnghttp://img29.imageshack.us/i/pantallazopulseaudioman.png/

http://img29.imageshack.us/img29/9766/pantallazopulseaudiomany.pnghttp://img29.imageshack.us/i/pantallazopulseaudiomany.png/

http://img518.imageshack.us/img518/9110/pantallazopulseaudioman.pnghttp://img518.imageshack.us/i/pantallazopulseaudioman.png/

http://img518.imageshack.us/img518/5256/pantallazopulseaudiomanp.pnghttp://img518.imageshack.us/i/pantallazopulseaudiomanp.png/

They are empty, how I must configure? I am new on this. I apreciate all
helps.

Thanks.

-- 
Josu Lazkano
___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss