<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
de nada... fue un placer... tambien aprendi algo...<br>
<br>
Saludos<br>
R<br>
<br>
Juan A Fuentes Bermudez wrote:
<blockquote cite="mid:DA17A518B6444850B2690B72C2B83A8D@pc2" type="cite">
  <title></title>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  <meta content="MSHTML 6.00.2900.5512" name="GENERATOR">
  <div><font color="#000000" face="Arial" size="2">hi, very very thank
you, </font></div>
  <div> </div>
  <div><font face="Arial" size="2">now i am using the last
configuration that you say me, now are 3 cards actives, only the HDMI
is not working via PA,</font></div>
  <div> </div>
  <div><font face="Arial" size="2">i will trying coment and uncoment
one to one devices, i am think <font face="Times New Roman" size="3">that
HDMI device only have output not have input </font></font></div>
  <div> </div>
  <div>very very thank my friend </div>
  <div> </div>
  <div><font color="#000000" face="Arial" size="2">you have a spanish
jamon fron my :)</font></div>
  <div> </div>
  <div> </div>
  <div>----- Original Message ----- </div>
  <blockquote
 style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
    <div
 style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b>
    <a moz-do-not-send="true" title="rich.geddes@verizon.net"
 href="mailto:rich.geddes@verizon.net">Richard Geddes</a> </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b>
    <a moz-do-not-send="true"
 title="pulseaudio-discuss@mail.0pointer.de"
 href="mailto:pulseaudio-discuss@mail.0pointer.de">General PulseAudio
Discussion</a> </div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b>
Tuesday, June 03, 2008 10:24 PM</div>
    <div
 style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b>
Re: [pulseaudio-discuss] Help in setting up PA... SOLVED</div>
    <div><br>
    </div>
ok... <br>
    <br>
1) The/var/log/messages indicates that you are running the pa server as
root (you say as well) and it also says the pa server is not intended
to be run as root... so you might want to change to a regular user and
use sudo for root related activities.<br>
    <br>
2) I think that the terjeta 3 requires some special parameters ...
similar to tarjeta 2.  I'm not familiar with ice1724 device driver, but
you may want to try the same setup for tarjeta 3 as for tarjeta 2. 
This is just a guess... anyone with knowledge about how to setup an
ice1724 source/sink in pa... please speak up now... <br>
    <br>
3) Of course, it looks like tarjeta 3 was identified by the
module-detect/module-hal-detect.  What we've done is disable this and
tried to set the sources/sinks manually. 
module-detect/module-hal-detect seems to be an all or nothing
proposition...  if anyone knows of a way to auto-detect specific
devices and manually set others in the same config file... please speak
up now.   <br>
    <br>
Well, you might want to try this (once again, a guess):<br>
    <br>
    a) re-enable the auto-detect  - we know this will detect tarjeta 0
and 3, and not tarjeta 1 and 2 <br>
    b) add only the manual configuration for tarjeta 2, after that<br>
    <br>
    <br>
So your default.pa file would contain:<br>
    <br>
    <font face="Arial"><font size="2">
    <div><font color="#000000">### Automatically load driver modules
depending on the hardware available<br>
.ifexists module-hal-detect.so<br>
load-module module-hal-detect<br>
.else<br>
### Alternatively use the static hardware detection module (for systems
that<br>
### lack HAL support)<br>
load-module module-detect<br>
.endif</font></div>
    <div> </div>
    <div><font color="#000000"># Load the devices:<br>
#load-module module-alsa-sink sink_name=nvidia_out device=hw:0<br>
#load-module module-alsa-source source_name=nvidia_in device=hw:0</font></div>
    <div> </div>
    <div><font color="#000000">#load-module module-alsa-sink
sink_name=hdmi_out device=hw:1<br>
#load-module module-alsa-source source_name=hdmi_in device=hw:1</font></div>
    <div> </div>
    <div><font color="#000000">load-module module-alsa-sink
sink_name=ewx2496_out device=hw:2 channels=10
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7<br>
load-module module-alsa-source source_name=ewx2496_in device=hw:2
channels=12
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9</font></div>
    <div> </div>
    <div><font color="#000000">#load-module module-alsa-sink
sink_name=e192m_out device=hw:3<br>
#load-module module-alsa-source source_name=e192m_in device=hw:3</font></div>
    <div> </div>
    <div><font color="#000000"># Select default device<br>
#set-default-sink nvidia_out <br>
#set-default-source nvidia_in</font></div>
    </font></font><br>
Let's see if module-hal-detect/module-detect allows manual loading of
sources/sinks.<br>
    <br>
    <br>
R<br>
    <br>
Juan A Fuentes Bermudez wrote:
    <blockquote cite="mid:270188679E944B10BD49A9E85455E845@pc2"
 type="cite">
      <meta content="MSHTML 6.00.2900.5512" name="GENERATOR">
      <style></style>
      <div><font color="#000000" face="Arial" size="2">hi, the problem
is partial solved</font></div>
      <div> </div>
      <div><font face="Arial" size="2">i an coment and paste the module
taht you say my</font></div>
      <div> </div>
      <div><font face="Arial" size="2">the pa server not start after
reboot, </font></div>
      <div> </div>
      <div><font face="Arial" size="2">i am coment and uncoment one to
one, to discart waht is the card tthat cause problem , </font></div>
      <div> </div>
      <div><font color="#000000" face="Arial" size="2"># Load the
devices:<br>
load-module module-alsa-sink sink_name=nvidia_out device=hw:0<br>
load-module module-alsa-source source_name=nvidia_in device=hw:0</font></div>
      <div> </div>
      <div><font color="#000000" face="Arial" size="2">#load-module
module-alsa-sink sink_name=hdmi_out device=hw:1<br>
#load-module module-alsa-source source_name=hdmi_in device=hw:1</font></div>
      <div> </div>
      <div><font color="#000000" face="Arial" size="2">load-module
module-alsa-sink sink_name=ewx2496_out device=hw:2 channels=10
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7<br>
load-module module-alsa-source source_name=ewx2496_in device=hw:2
channels=12
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9</font></div>
      <div> </div>
      <div><font color="#000000" face="Arial" size="2">#load-module
module-alsa-sink sink_name=e192m_out device=hw:3<br>
#load-module module-alsa-source source_name=e192m_in device=hw:3<br>
      </font></div>
      <div><font color="#000000" face="Arial" size="2"><font
 color="#000000">in this mode, load pa server, and in the padevchooser
apear the ewx2496 card :) very  happy </font></font></div>
      <div> </div>
      <div><font face="Arial" size="2">when un coment the e192 card,
again pa server not start same when uncoment hdmi card </font></div>
      <div> </div>
      <div><font face="Arial"><font size="2"><font color="#000000">i
like active also e192 card, is posible?</font></font></font></div>
      <div> </div>
      <div> </div>
      <div><font face="Arial"><font size="2"><font color="#000000">i am
to paste this info, this is the first mail i want to send to list :</font></font></font></div>
      <div> </div>
      <div><font face="Arial"><font size="2"><font color="#000000">hi,
the server not start, always i am login as root</font></font></font></div>
      <div> </div>
      <div><font face="Arial"><font size="2"><font color="#000000">can
you test the information?</font></font></font></div>
      <div> </div>
      <font face="Arial"><font size="2">
      <div><font color="#000000"><br>
# grep pulse /var/log/messages<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: main.c: This program is not
intended to be run as root (unless --system is specified).<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 10.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find
fallback mixer control "PCM".<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 12.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: main.c: This program is not
intended to be run as root (unless --system is specified).<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't
support 2 channels, changed to 10.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't
support sample format s16le, changed to s32le.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find
fallback mixer control "PCM".<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't
support 2 channels, changed to 12.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't
support sample format s16le, changed to s32le.<br>
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  2 17:53:14 64-1 pulseaudio[6428]: module-x11-publish.c: PulseAudio
information vanished from X11!<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: main.c: This program is not
intended to be run as root (unless --system is specified).<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 10.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find
fallback mixer control "PCM".<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 12.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  3 20:12:01 64-1 pulseaudio[6418]: main.c: This program is not
intended to be run as root (unless --system is specified).<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device front:3
doesn't support sample format s16le, changed to s32le.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 10.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Cannot find
fallback mixer control "PCM".<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device hw:2 doesn't
support 2 channels, changed to 12.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device hw:2 doesn't
support sample format s16le, changed to s32le.<br>
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Cannot find
fallback mixer control "Mic".<br>
Jun  3 20:25:33 64-1 pulseaudio[6445]: main.c: This program is not
intended to be run as root (unless --sy</font></div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div><font color="#000000"><br>
this is my curent default.pa</font></div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div><font color="#000000">#!/usr/bin/pulseaudio -nF<br>
#<br>
# This file is part of PulseAudio.<br>
#<br>
# PulseAudio is free software; you can redistribute it and/or modify it<br>
# under the terms of the GNU Lesser General Public License as published
by<br>
# the Free Software Foundation; either version 2 of the License, or<br>
# (at your option) any later version.<br>
#<br>
# PulseAudio is distributed in the hope that it will be useful, but<br>
# WITHOUT ANY WARRANTY; without even the implied warranty of<br>
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br>
# General Public License for more details.<br>
#<br>
# You should have received a copy of the GNU Lesser General Public
License<br>
# along with PulseAudio; if not, write to the Free Software Foundation,<br>
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.</font></div>
      <div> </div>
      <div><font color="#000000">.nofail</font></div>
      <div> </div>
      <div><font color="#000000">### Load something into the sample
cache<br>
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav<br>
load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav<br>
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav<br>
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav</font></div>
      <div> </div>
      <div><font color="#000000">.fail</font></div>
      <div> </div>
      <div><font color="#000000">### Load audio drivers statically
(it's probably better to not load<br>
### these drivers manually, but instead use module-hal-detect --<br>
### see below -- for doing this automatically)<br>
#load-module module-alsa-sink<br>
#load-module module-alsa-source device=hw:1,0<br>
#load-module module-oss device="/dev/dsp" sink_name=output
source_name=input<br>
#load-module module-oss-mmap device="/dev/dsp" sink_name=output
source_name=input<br>
#load-module module-null-sink<br>
#load-module module-pipe-sink</font></div>
      <div> </div>
      <div><font color="#000000">### Automatically load driver modules
depending on the hardware available<br>
#.ifexists module-hal-detect.so<br>
#load-module module-hal-detect<br>
#.else<br>
### Alternatively use the static hardware detection module (for systems
that<br>
### lack HAL support)<br>
#load-module module-detect<br>
#.endif</font></div>
      <div> </div>
      <div><font color="#000000"># Load the devices:<br>
load-module module-alsa-sink sink_name=nvidia_out device=hw:0<br>
load-module module-alsa-source source_name=nvidia_in device=hw:0</font></div>
      <div> </div>
      <div><font color="#000000">load-module module-alsa-sink
sink_name=hdmi_out device=hw:1<br>
load-module module-alsa-source source_name=hdmi_in device=hw:1</font></div>
      <div> </div>
      <div><font color="#000000">load-module module-alsa-sink
sink_name=ewx2496_out device=hw:2 channels=10
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7<br>
load-module module-alsa-source source_name=ewx2496_in device=hw:2
channels=12
channel_map=left,right,aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9</font></div>
      <div> </div>
      <div><font color="#000000">load-module module-alsa-sink
sink_name=e192m_out device=hw:3<br>
load-module module-alsa-source source_name=e192m_in device=hw:3</font></div>
      <div> </div>
      <div><font color="#000000"># Select default device<br>
set-default-sink nvidia_out <br>
set-default-source nvidia_in</font></div>
      <div> </div>
      <div> </div>
      <div> </div>
      <div><font color="#000000">## Load several protocols<br>
.ifexists module-esound-protocol-unix.so<br>
load-module module-esound-protocol-unix<br>
.endif<br>
load-module module-native-protocol-unix</font></div>
      <div> </div>
      <div><font color="#000000">### Network access (may be configured
with paprefs, so leave this commented<br>
### here if you plan to use paprefs)<br>
#load-module module-esound-protocol-tcp<br>
#load-module module-native-protocol-tcp<br>
#load-module module-zeroconf-publish</font></div>
      <div> </div>
      <div><font color="#000000">### Load the RTP reciever module (also
configured via paprefs, see above)<br>
#load-module module-rtp-recv</font></div>
      <div> </div>
      <div><font color="#000000">### Load the RTP sender module (also
configured via paprefs, see above)<br>
#load-module module-null-sink sink_name=rtp format=s16be channels=2
rate=44100 description="RTP Multicast Sink"<br>
#load-module module-rtp-send source=rtp.monitor</font></div>
      <div> </div>
      <div><font color="#000000">### Automatically restore the volume
of playback streams<br>
load-module module-volume-restore</font></div>
      <div> </div>
      <div><font color="#000000">### Automatically restore the default
sink/source when changed by the user during runtime<br>
load-module module-default-device-restore</font></div>
      <div> </div>
      <div><font color="#000000">### Automatically move streams to the
default sink if the sink they are<br>
### connected to dies, similar for sources<br>
load-module module-rescue-streams</font></div>
      <div> </div>
      <div><font color="#000000">### Automatically suspend
sinks/sources that become idle for too long<br>
load-module module-suspend-on-idle</font></div>
      <div> </div>
      <div><font color="#000000">### Load X11 bell module<br>
#load-module module-x11-bell sample=x11-bell</font></div>
      <div> </div>
      <div><font color="#000000">### Register ourselves in the X11
session manager<br>
# Deactivated by default, to avoid deadlock when PA is started as esd
from gnome-session<br>
# Instead we load this via /etc/xdg/autostart/ and "pactl load-module"
now<br>
# load-module module-x11-xsmp</font></div>
      <div> </div>
      <div><font color="#000000">### Load additional modules from GConf
settings. This can be configured with the paprefs tool.<br>
### Please keep in mind that the modules configured by paprefs might
conflict with manually<br>
### loaded modules.<br>
.ifexists module-gconf.so<br>
.nofail<br>
load-module module-gconf<br>
.fail<br>
.endif</font></div>
      <div> </div>
      <div><font color="#000000">### Publish connection data in the X11
root window<br>
.ifexists module-x11-publish.so<br>
.nofail<br>
load-module module-x11-publish<br>
.fail<br>
.endif</font></div>
      <div> </div>
      <div><font color="#000000">### Make some devices default<br>
#set-default-sink output<br>
#set-default-source input<br>
      </font></div>
      </font></font>
      <pre wrap=""><hr size="4" width="90%">
_______________________________________________
pulseaudio-discuss mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a>
  </pre>
    </blockquote>
    <p> </p>
    <hr> _______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<a class="moz-txt-link-freetext" href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
pulseaudio-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>
<a class="moz-txt-link-freetext" href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a>
  </pre>
</blockquote>
</body>
</html>