Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
hi, 

ohhh my friend, in the second reboot the ewx2496 is not active in the 
padevchooser, 

do not worry, is the end of linux for my, i am continue in windows 

gracias por todo amigo 

saludos desde espaƱa ___
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Richard Geddes

de nada... fue un placer... tambien aprendi algo...

Saludos
R

Juan A Fuentes Bermudez wrote:

hi, very very thank you,
 
now i am using the last configuration that you say me, now are 3 cards 
actives, only the HDMI is not working via PA,
 
i will trying coment and uncoment one to one devices, i am think that 
HDMI device only have output not have input
 
very very thank my friend
 
you have a spanish jamon fron my :)
 
 
- Original Message -


*From:* Richard Geddes 
*To:* General PulseAudio Discussion

*Sent:* Tuesday, June 03, 2008 10:24 PM
*Subject:* Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

ok...

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.

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...

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.  


Well, you might want to try this (once again, a guess):

a) re-enable the auto-detect  - we know this will detect
tarjeta 0 and 3, and not tarjeta 1 and 2
b) add only the manual configuration for tarjeta 2, after that


So your default.pa file would contain:

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

#load-module module-alsa-sink sink_name=nvidia_out device=hw:0
#load-module module-alsa-source source_name=nvidia_in device=hw:0
 
#load-module module-alsa-sink sink_name=hdmi_out device=hw:1

#load-module module-alsa-source source_name=hdmi_in device=hw:1
 
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
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
 
#load-module module-alsa-sink sink_name=e192m_out device=hw:3

#load-module module-alsa-source source_name=e192m_in device=hw:3
 
# Select default device

#set-default-sink nvidia_out
#set-default-source nvidia_in

Let's see if module-hal-detect/module-detect allows manual loading
of sources/sinks.


R

Juan A Fuentes Bermudez wrote:

hi, the problem is partial solved
 
i an coment and paste the module taht you say my
 
the pa server not start after reboot,
 
i am coment and uncoment one to one, to discart waht is the card

tthat cause problem ,
 
# Load the devices:

load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0
 
#load-module module-alsa-sink sink_name=hdmi_out device=hw:1

#load-module module-alsa-source source_name=hdmi_in device=hw:1
 
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
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
 
#load-module module-alsa-sink sink_name=e192m_out device=hw:3

#load-module module-alsa-source source_name=e192m_in device=hw:3
in this mode, load pa server, and in the padevchooser apear the
ewx2496 card :) very  happy
 
when un coment the e192 card, again pa server not start same when

uncoment hdmi card
 
i like active also e192 card, is posible?
 
 
i am to paste this info, this is the first mail i want to send to

list :
 
hi, the server not start, always i am login as root
 
can you test the information?
 


# grep pulse /var/log/messages
Jun  2 14:39:39 64-1 pulseaudio[6430]: main.c: This program is
not intended to be run as root (unless --system

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
hi, very very thank you, 

now i am using the last configuration that you say me, now are 3 cards actives, 
only the HDMI is not working via PA,

i will trying coment and uncoment one to one devices, i am think that HDMI 
device only have output not have input 

very very thank my friend 

you have a spanish jamon fron my :)


- Original Message - 
  From: Richard Geddes 
  To: General PulseAudio Discussion 
  Sent: Tuesday, June 03, 2008 10:24 PM
  Subject: Re: [pulseaudio-discuss] Help in setting up PA... SOLVED


  ok... 

  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.

  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... 

  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. 
  

  Well, you might want to try this (once again, a guess):

  a) re-enable the auto-detect  - we know this will detect tarjeta 0 and 3, 
and not tarjeta 1 and 2 
  b) add only the manual configuration for tarjeta 2, after that


  So your default.pa file would contain:


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

  # Load the devices:
  #load-module module-alsa-sink sink_name=nvidia_out device=hw:0
  #load-module module-alsa-source source_name=nvidia_in device=hw:0

  #load-module module-alsa-sink sink_name=hdmi_out device=hw:1
  #load-module module-alsa-source source_name=hdmi_in device=hw:1

  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
  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

  #load-module module-alsa-sink sink_name=e192m_out device=hw:3
  #load-module module-alsa-source source_name=e192m_in device=hw:3

  # Select default device
  #set-default-sink nvidia_out 
  #set-default-source nvidia_in

  Let's see if module-hal-detect/module-detect allows manual loading of 
sources/sinks.


  R

  Juan A Fuentes Bermudez wrote: 
hi, the problem is partial solved

i an coment and paste the module taht you say my

the pa server not start after reboot, 

i am coment and uncoment one to one, to discart waht is the card tthat 
cause problem , 

# Load the devices:
load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0

#load-module module-alsa-sink sink_name=hdmi_out device=hw:1
#load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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

#load-module module-alsa-sink sink_name=e192m_out device=hw:3
#load-module module-alsa-source source_name=e192m_in device=hw:3

in this mode, load pa server, and in the padevchooser apear the ewx2496 
card :) very  happy 

when un coment the e192 card, again pa server not start same when uncoment 
hdmi card 

i like active also e192 card, is posible?


i am to paste this info, this is the first mail i want to send to list :

hi, the server not start, always i am login as root

can you test the information?


# grep pulse /var/log/messages
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).
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find fallback 
mixer control "Mic".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't 
suppor

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
ok, very thank, i will try this last alternative

every y am login in ubuntu at root, never i am have problem with te PA using 
the default default.pa file 
i am discart the problem of login as root, this is a warning mesage not a 
critical mesage 

bye and thank 
  - Original Message - 
  From: Richard Geddes 
  To: General PulseAudio Discussion 
  Sent: Tuesday, June 03, 2008 10:24 PM
  Subject: Re: [pulseaudio-discuss] Help in setting up PA... SOLVED


  ok... 

  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.

  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... 

  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. 
  

  Well, you might want to try this (once again, a guess):

  a) re-enable the auto-detect  - we know this will detect tarjeta 0 and 3, 
and not tarjeta 1 and 2 
  b) add only the manual configuration for tarjeta 2, after that


  So your default.pa file would contain:


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

  # Load the devices:
  #load-module module-alsa-sink sink_name=nvidia_out device=hw:0
  #load-module module-alsa-source source_name=nvidia_in device=hw:0

  #load-module module-alsa-sink sink_name=hdmi_out device=hw:1
  #load-module module-alsa-source source_name=hdmi_in device=hw:1

  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
  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

  #load-module module-alsa-sink sink_name=e192m_out device=hw:3
  #load-module module-alsa-source source_name=e192m_in device=hw:3

  # Select default device
  #set-default-sink nvidia_out 
  #set-default-source nvidia_in

  Let's see if module-hal-detect/module-detect allows manual loading of 
sources/sinks.


  R

  Juan A Fuentes Bermudez wrote: 
hi, the problem is partial solved

i an coment and paste the module taht you say my

the pa server not start after reboot, 

i am coment and uncoment one to one, to discart waht is the card tthat 
cause problem , 

# Load the devices:
load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0

#load-module module-alsa-sink sink_name=hdmi_out device=hw:1
#load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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

#load-module module-alsa-sink sink_name=e192m_out device=hw:3
#load-module module-alsa-source source_name=e192m_in device=hw:3

in this mode, load pa server, and in the padevchooser apear the ewx2496 
card :) very  happy 

when un coment the e192 card, again pa server not start same when uncoment 
hdmi card 

i like active also e192 card, is posible?


i am to paste this info, this is the first mail i want to send to list :

hi, the server not start, always i am login as root

can you test the information?


# grep pulse /var/log/messages
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).
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find fallback 
mixer control "Mic".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't 
support 2 channels, changed to 10.
Jun  2 14:39:39 64-1 pulseaud

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Richard Geddes

ok...

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.


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...


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.  


Well, you might want to try this (once again, a guess):

   a) re-enable the auto-detect  - we know this will detect tarjeta 0 
and 3, and not tarjeta 1 and 2

   b) add only the manual configuration for tarjeta 2, after that


So your default.pa file would contain:

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

# Load the devices:
#load-module module-alsa-sink sink_name=nvidia_out device=hw:0
#load-module module-alsa-source source_name=nvidia_in device=hw:0

#load-module module-alsa-sink sink_name=hdmi_out device=hw:1
#load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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


#load-module module-alsa-sink sink_name=e192m_out device=hw:3
#load-module module-alsa-source source_name=e192m_in device=hw:3

# Select default device
#set-default-sink nvidia_out
#set-default-source nvidia_in

Let's see if module-hal-detect/module-detect allows manual loading of 
sources/sinks.



R

Juan A Fuentes Bermudez wrote:

hi, the problem is partial solved
 
i an coment and paste the module taht you say my
 
the pa server not start after reboot,
 
i am coment and uncoment one to one, to discart waht is the card tthat 
cause problem ,
 
# Load the devices:

load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0
 
#load-module module-alsa-sink sink_name=hdmi_out device=hw:1

#load-module module-alsa-source source_name=hdmi_in device=hw:1
 
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
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
 
#load-module module-alsa-sink sink_name=e192m_out device=hw:3

#load-module module-alsa-source source_name=e192m_in device=hw:3
in this mode, load pa server, and in the padevchooser apear the 
ewx2496 card :) very  happy
 
when un coment the e192 card, again pa server not start same when 
uncoment hdmi card
 
i like active also e192 card, is posible?
 
 
i am to paste this info, this is the first mail i want to send to list :
 
hi, the server not start, always i am login as root
 
can you test the information?
 


# grep pulse /var/log/messages
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).
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 
doesn't support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 
doesn't support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find 
fallback mixer control "Mic".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 
doesn't support 2 channels, changed to 10.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 
doesn't support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find 
fallback mixer control "PCM".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 
doesn't support 2 channels, changed to 12.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 
doesn't support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find 
fallback mixer control "Mic".
Jun  2 17:33:48 64-1 pulseaudio[6428]: main.c: This program is not 
intended to be run as root (unless --system 

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
hi, the problem is partial solved

i an coment and paste the module taht you say my

the pa server not start after reboot, 

i am coment and uncoment one to one, to discart waht is the card tthat cause 
problem , 

# Load the devices:
load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0

#load-module module-alsa-sink sink_name=hdmi_out device=hw:1
#load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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

#load-module module-alsa-sink sink_name=e192m_out device=hw:3
#load-module module-alsa-source source_name=e192m_in device=hw:3

in this mode, load pa server, and in the padevchooser apear the ewx2496 card :) 
very  happy 

when un coment the e192 card, again pa server not start same when uncoment hdmi 
card 

i like active also e192 card, is posible?


i am to paste this info, this is the first mail i want to send to list :

hi, the server not start, always i am login as root

can you test the information?


# grep pulse /var/log/messages
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).
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't support 
2 channels, changed to 10.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't support 
sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find fallback mixer 
control "PCM".
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't support 
2 channels, changed to 12.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Device hw:2 doesn't support 
sample format s16le, changed to s32le.
Jun  2 14:39:39 64-1 pulseaudio[6430]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
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).
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't support 
2 channels, changed to 10.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't support 
sample format s16le, changed to s32le.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find fallback mixer 
control "PCM".
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't support 
2 channels, changed to 12.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Device hw:0 doesn't support 
sample format s16le, changed to s32le.
Jun  2 17:33:48 64-1 pulseaudio[6428]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
Jun  2 17:53:14 64-1 pulseaudio[6428]: module-x11-publish.c: PulseAudio 
information vanished from X11!
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).
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device front:3 doesn't 
support sample format s16le, changed to s32le.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't support 
2 channels, changed to 10.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't support 
sample format s16le, changed to s32le.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find fallback mixer 
control "PCM".
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't support 
2 channels, changed to 12.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Device hw:2 doesn't support 
sample format s16le, changed to s32le.
Jun  3 00:37:48 64-1 pulseaudio[6479]: alsa-util.c: Cannot find fallback mixer 
control "Mic".
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).
Jun  3 20:12:02 64-1 pulseaudio[6418]: alsa-util.c: Device front:3 doesn't 
support sample format s1

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
ok, very thank, i will to try 

bye 



  - Original Message - 
  From: Richard Geddes 
  To: General PulseAudio Discussion 
  Sent: Tuesday, June 03, 2008 8:00 PM
  Subject: Re: [pulseaudio-discuss] Help in setting up PA... SOLVED


  #.ifexists module-hal-detect.so
  #load-module module-hal-detect
  #.else
  #load-module module-detect
  #.endif


  I forgot to mention, to see error/warning messages I used:

  grep pulse /var/log/messages

  there may be better ways, though

  Juan A Fuentes Bermudez wrote: 
hi

very thank , i will try this, only aquestion:
to coment the autodetec module what is the corret?

#.ifexists module-hal-detect.so
#load-module module-hal-detect
#.else
#load-module module-detect
#.endif



or 

.ifexists module-hal-detect.so
#load-module module-hal-detect
.else
#load-module module-detect
.endif





very thank 













  - Original Message - 
  From: Richard Geddes 
  To: General PulseAudio Discussion 
  Sent: Tuesday, June 03, 2008 6:02 PM
  Subject: Re: [pulseaudio-discuss] Help in setting up PA... SOLVED


  Now as I understand it, when linux starts, 

  1) there is a program called hald (hardware abstraction layer daemon) 
that identifies the hardware attached to your computer.  In the output of 
aplay, each card is given an identifier...  "tarjeta {0 -3}"

  2) other programs like pa use the info hald provides to make decisions 
about how to use the hardware.

  In the case of tarjeta 2  - EWX2496  using the ice1712 driver (this same 
chip is in my tarjeta), apparently pulseaudio or hald did not identify it 
correctly, and when trying to connect to this tarjeta, pa realizes this and 
says no.

  The default global pa config file (/etc/pulse/default.pa) in ubuntu has 
these statements: 

  .ifexists module-hal-detect.so
  load-module module-hal-detect
  .else
  load-module module-detect
  .endif

  which is a means of auto-detecting the tarjetas on your system.  Let's 
change this:

  1) make a copy of your original global config file
  cd /etc/pulse/
  sudo cp default.pa default.pa.original

  2) comment out the lines that deal with auto detecting the tarjetas (the 
lines above)

  3) Add these lines in it's place: sudo [vi,gedit,...] default.pa
  
  # Load the devices:
  load-module module-alsa-sink sink_name=nvidia_out device=hw:0
  load-module module-alsa-source source_name=nvidia_in device=hw:0

  load-module module-alsa-sink sink_name=hdmi_out device=hw:1
  load-module module-alsa-source source_name=hdmi_in device=hw:1

  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
  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

  load-module module-alsa-sink sink_name=e192m_out device=hw:3
  load-module module-alsa-source source_name=e192m_in device=hw:3

  # Select default device
  set-default-sink nvidia_out 
  set-default-source nvidia_in
  

  Note: We are telling pa to use devices identified by your system labeled 
hw:{0,1,2,3}... nothing special, except for the ewx2496 that uses the ice1712 
device driver.  This is the same chip my tarjeta uses, and in that case I had 
to add extra information about the chip... the part that says "channel_map=..." 
 I'm not sure if the other tarjetas need special mappings or instructions, but 
give this a try.

  4) Restart pa ... in ubuntu, I would try "sudo /etc/init.d/pulseaudio 
{start,stop,...} and it would not give feedback if the server status had 
changed.  So I would use the pa manager (paman) to start/stop the pa server.  
Frequently, I would not know if the server was still running and would use "ps 
aux | grep pulse" to check status.

  Let's see what happens


  Juan A Fuentes Bermudez wrote: 
1) Tell me which cards are identified by the alsamixer and which cards 
are identified by pa(pulseaudio).

asoundconf list
Names of available sound cards:
NVidia (identified by PA)
HDMI
EWX2496
E192M (identified by PA)


aplay -l
 Lista de PLAYBACK Dispositivos Hardware 
tarjeta 0: NVidia [HDA NVidia], dispositivo 0: AD198x Analog [AD198x 
Analog]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 1: AD198x Digital [AD198x 
Digital]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 1: HDMI [HDA ATI HDMI], dispositivo 3: ATI HDMI [ATI HDMI]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 2: EWX2496 [TerraTec EWX24/96], dispositivo

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Richard Geddes

#.ifexists module-hal-detect.so
#load-module module-hal-detect
#.else
#load-module module-detect
#.endif


I forgot to mention, to see error/warning messages I used:

grep pulse /var/log/messages

there may be better ways, though

Juan A Fuentes Bermudez wrote:

hi
 
very thank , i will try this, only aquestion:

to coment the autodetec module what is the corret?
 
#.ifexists module-hal-detect.so

#load-module module-hal-detect
#.else
#load-module module-detect
#.endif
 
 
 
or
 
.ifexists module-hal-detect.so

#load-module module-hal-detect
.else
#load-module module-detect
.endif
 
 
 
 
 
very thank
 
 
 
 
 
 
 
 
 
 
 
 
 


- Original Message -
*From:* Richard Geddes 
*To:* General PulseAudio Discussion

*Sent:* Tuesday, June 03, 2008 6:02 PM
*Subject:* Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

Now as I understand it, when linux starts,

1) there is a program called hald (hardware abstraction layer
daemon) that identifies the hardware attached to your computer. 
In the output of aplay, each card is given an identifier... 
"tarjeta {0 -3}"


2) other programs like pa use the info hald provides to make
decisions about how to use the hardware.

In the case of tarjeta 2  - EWX2496  using the ice1712 driver
(this same chip is in my tarjeta), apparently pulseaudio or hald
did not identify it correctly, and when trying to connect to this
tarjeta, pa realizes this and says no.

The default global pa config file (/etc/pulse/default.pa) in
ubuntu has these statements:

.ifexists module-hal-detect.so
load-module module-hal-detect
.else
load-module module-detect
.endif

which is a means of auto-detecting the tarjetas on your system. 
Let's change this:


1) make a copy of your original global config file
cd /etc/pulse/
sudo cp default.pa default.pa.original

2) comment out the lines that deal with auto detecting the
tarjetas (the lines above)

3) Add these lines in it's place: sudo [vi,gedit,...] default.pa

# Load the devices:
load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0

load-module module-alsa-sink sink_name=hdmi_out device=hw:1
load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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

load-module module-alsa-sink sink_name=e192m_out device=hw:3
load-module module-alsa-source source_name=e192m_in device=hw:3

# Select default device
set-default-sink nvidia_out
set-default-source nvidia_in


Note: We are telling pa to use devices identified by your system
labeled hw:{0,1,2,3}... nothing special, except for the ewx2496
that uses the ice1712 device driver.  This is the same chip my
tarjeta uses, and in that case I had to add extra information
about the chip... the part that says "channel_map=..."  I'm not
sure if the other tarjetas need special mappings or instructions,
but give this a try.

4) Restart pa ... in ubuntu, I would try "sudo
/etc/init.d/pulseaudio {start,stop,...} and it would not give
feedback if the server status had changed.  So I would use the pa
manager (paman) to start/stop the pa server.  Frequently, I would
not know if the server was still running and would use "ps aux |
grep pulse" to check status.

Let's see what happens


Juan A Fuentes Bermudez wrote:

1) Tell me which cards are identified by the alsamixer and which
cards are identified by pa(pulseaudio).
 
asoundconf list

Names of available sound cards:
NVidia (identified by PA)
HDMI
EWX2496
E192M (identified by PA)
 


aplay -l
 Lista de PLAYBACK Dispositivos Hardware 
tarjeta 0: NVidia [HDA NVidia], dispositivo 0: AD198x Analog
[AD198x Analog]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 1: AD198x Digital
[AD198x Digital]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 1: HDMI [HDA ATI HDMI], dispositivo 3: ATI HDMI [ATI HDMI]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 2: EWX2496 [TerraTec EWX24/96], dispositivo 0: ICE1712
multi [ICE1712 multi]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 0: ICE1724
[ICE1724]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Juan A Fuentes Bermudez
hi

very thank , i will try this, only aquestion:
to coment the autodetec module what is the corret?

#.ifexists module-hal-detect.so
#load-module module-hal-detect
#.else
#load-module module-detect
#.endif



or 

.ifexists module-hal-detect.so
#load-module module-hal-detect
.else
#load-module module-detect
.endif





very thank 













  - Original Message - 
  From: Richard Geddes 
  To: General PulseAudio Discussion 
  Sent: Tuesday, June 03, 2008 6:02 PM
  Subject: Re: [pulseaudio-discuss] Help in setting up PA... SOLVED


  Now as I understand it, when linux starts, 

  1) there is a program called hald (hardware abstraction layer daemon) that 
identifies the hardware attached to your computer.  In the output of aplay, 
each card is given an identifier...  "tarjeta {0 -3}"

  2) other programs like pa use the info hald provides to make decisions about 
how to use the hardware.

  In the case of tarjeta 2  - EWX2496  using the ice1712 driver (this same chip 
is in my tarjeta), apparently pulseaudio or hald did not identify it correctly, 
and when trying to connect to this tarjeta, pa realizes this and says no.

  The default global pa config file (/etc/pulse/default.pa) in ubuntu has these 
statements: 

  .ifexists module-hal-detect.so
  load-module module-hal-detect
  .else
  load-module module-detect
  .endif

  which is a means of auto-detecting the tarjetas on your system.  Let's change 
this:

  1) make a copy of your original global config file
  cd /etc/pulse/
  sudo cp default.pa default.pa.original

  2) comment out the lines that deal with auto detecting the tarjetas (the 
lines above)

  3) Add these lines in it's place: sudo [vi,gedit,...] default.pa
  
  # Load the devices:
  load-module module-alsa-sink sink_name=nvidia_out device=hw:0
  load-module module-alsa-source source_name=nvidia_in device=hw:0

  load-module module-alsa-sink sink_name=hdmi_out device=hw:1
  load-module module-alsa-source source_name=hdmi_in device=hw:1

  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
  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

  load-module module-alsa-sink sink_name=e192m_out device=hw:3
  load-module module-alsa-source source_name=e192m_in device=hw:3

  # Select default device
  set-default-sink nvidia_out 
  set-default-source nvidia_in
  

  Note: We are telling pa to use devices identified by your system labeled 
hw:{0,1,2,3}... nothing special, except for the ewx2496 that uses the ice1712 
device driver.  This is the same chip my tarjeta uses, and in that case I had 
to add extra information about the chip... the part that says "channel_map=..." 
 I'm not sure if the other tarjetas need special mappings or instructions, but 
give this a try.

  4) Restart pa ... in ubuntu, I would try "sudo /etc/init.d/pulseaudio 
{start,stop,...} and it would not give feedback if the server status had 
changed.  So I would use the pa manager (paman) to start/stop the pa server.  
Frequently, I would not know if the server was still running and would use "ps 
aux | grep pulse" to check status.

  Let's see what happens


  Juan A Fuentes Bermudez wrote: 
1) Tell me which cards are identified by the alsamixer and which cards are 
identified by pa(pulseaudio).

asoundconf list
Names of available sound cards:
NVidia (identified by PA)
HDMI
EWX2496
E192M (identified by PA)


aplay -l
 Lista de PLAYBACK Dispositivos Hardware 
tarjeta 0: NVidia [HDA NVidia], dispositivo 0: AD198x Analog [AD198x Analog]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 1: AD198x Digital [AD198x 
Digital]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 1: HDMI [HDA ATI HDMI], dispositivo 3: ATI HDMI [ATI HDMI]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 2: EWX2496 [TerraTec EWX24/96], dispositivo 0: ICE1712 multi 
[ICE1712 multi]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 0: ICE1724 [ICE1724]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 1: ICE1724 Secondary 
[ICE1724 Secondary]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 2: ICE1724 Surrounds 
[ICE1724 Surround PCM]
  Subdispositivos: 3/3
  Subdispositivo #0: subdevice #0
  Subdispositivo #1: subdevice #1
  Subdispositivo #2: subdevice #2


2) Can you make sound with your speakers with pa and the cards that it does 
identify?
yes i need to route the sound thru the no identified sound cards via

Re: [pulseaudio-discuss] Help in setting up PA... SOLVED

2008-06-03 Thread Richard Geddes

Now as I understand it, when linux starts,

1) there is a program called hald (hardware abstraction layer daemon) 
that identifies the hardware attached to your computer.  In the output 
of aplay, each card is given an identifier...  "tarjeta {0 -3}"


2) other programs like pa use the info hald provides to make decisions 
about how to use the hardware.


In the case of tarjeta 2  - EWX2496  using the ice1712 driver (this same 
chip is in my tarjeta), apparently pulseaudio or hald did not identify 
it correctly, and when trying to connect to this tarjeta, pa realizes 
this and says no.


The default global pa config file (/etc/pulse/default.pa) in ubuntu has 
these statements:


.ifexists module-hal-detect.so
load-module module-hal-detect
.else
load-module module-detect
.endif

which is a means of auto-detecting the tarjetas on your system.  Let's 
change this:


1) make a copy of your original global config file
   cd /etc/pulse/
   sudo cp default.pa default.pa.original

2) comment out the lines that deal with auto detecting the tarjetas (the 
lines above)


3) Add these lines in it's place: sudo [vi,gedit,...] default.pa

# Load the devices:
load-module module-alsa-sink sink_name=nvidia_out device=hw:0
load-module module-alsa-source source_name=nvidia_in device=hw:0

load-module module-alsa-sink sink_name=hdmi_out device=hw:1
load-module module-alsa-source source_name=hdmi_in device=hw:1

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
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


load-module module-alsa-sink sink_name=e192m_out device=hw:3
load-module module-alsa-source source_name=e192m_in device=hw:3

# Select default device
set-default-sink nvidia_out
set-default-source nvidia_in


Note: We are telling pa to use devices identified by your system labeled 
hw:{0,1,2,3}... nothing special, except for the ewx2496 that uses the 
ice1712 device driver.  This is the same chip my tarjeta uses, and in 
that case I had to add extra information about the chip... the part that 
says "channel_map=..."  I'm not sure if the other tarjetas need special 
mappings or instructions, but give this a try.


4) Restart pa ... in ubuntu, I would try "sudo /etc/init.d/pulseaudio 
{start,stop,...} and it would not give feedback if the server status had 
changed.  So I would use the pa manager (paman) to start/stop the pa 
server.  Frequently, I would not know if the server was still running 
and would use "ps aux | grep pulse" to check status.


Let's see what happens


Juan A Fuentes Bermudez wrote:
1) Tell me which cards are identified by the alsamixer and which cards 
are identified by pa(pulseaudio).
 
asoundconf list

Names of available sound cards:
NVidia (identified by PA)
HDMI
EWX2496
E192M (identified by PA)
 


aplay -l
 Lista de PLAYBACK Dispositivos Hardware 
tarjeta 0: NVidia [HDA NVidia], dispositivo 0: AD198x Analog [AD198x 
Analog]

  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 0: NVidia [HDA NVidia], dispositivo 1: AD198x Digital [AD198x 
Digital]

  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 1: HDMI [HDA ATI HDMI], dispositivo 3: ATI HDMI [ATI HDMI]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 2: EWX2496 [TerraTec EWX24/96], dispositivo 0: ICE1712 multi 
[ICE1712 multi]

  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 0: ICE1724 [ICE1724]
  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 1: ICE1724 
Secondary [ICE1724 Secondary]

  Subdispositivos: 1/1
  Subdispositivo #0: subdevice #0
tarjeta 3: E192M [ESI Waveterminal 192M], dispositivo 2: ICE1724 
Surrounds [ICE1724 Surround PCM]

  Subdispositivos: 3/3
  Subdispositivo #0: subdevice #0
  Subdispositivo #1: subdevice #1
  Subdispositivo #2: subdevice #2
 
 
2) Can you make sound with your speakers with pa and the cards that it 
does identify?

yes i need to route the sound thru the no identified sound cards via PA
 
when i por example, play a mp3, i can route via alsa the sound 
thru devices that no identified in PA, i am sure that card is runing 
correctly
 
sorry and very thank
 
 



___
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