paul- wrote: 
> I know you said LMS is running on the same machine, but what is the
> network configuration?  
> 
> CAn you connect that speaker, then go to the pCP Diagnostics page,  Then
> Press "Sound Menu"
> 
> Look for the section called [ INFO ] Current /etc/asound.conf    And
> post that section.


Code:
--------------------
    # default - Generated by piCorePlayer
  pcm.!default {
  type plug
  slave.pcm "hw:0,0"
  }
  
  pcm.pcpinput {
  type hw
  card ALSA
  device 0
  }
  
  #---ALSA EQ Below--------
  pcm.sound_device {
  type plug
  slave.pcm {
  type hw
  card ALSA
  device 0
  }
  }
  
  ctl.equal {
  type equal;
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal {
  type equal;
  slave.pcm "sound_device";
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  }
  
  
  #Bluetooth bt_BluetoothSpeaker - Generated by pCP
  pcm.bt_BluetoothSpeaker {
  type plug
  slave.pcm {
  type bluealsa
  service "org.bluealsa"
  device 45:08:0B:2E:14:21
  profile "a2dp"
  delay 1000
  }
  }
  
  ctl.equal_bt_BluetoothSpeaker {
  type equal;
  controls "/home/tc/.alsaequal.bin.bt_BluetoothSpeaker"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal_bt_BluetoothSpeaker {
  type equal;
  slave.pcm "bt_BluetoothSpeaker";
  controls "/home/tc/.alsaequal.bin.bt_BluetoothSpeaker"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal_bt_BluetoothSpeaker {
  type plug;
  slave.pcm plugequal_bt_BluetoothSpeaker;
  }
  
--------------------


------------------------------------------------------------------------
Richard_Watkins's Profile: http://forums.slimdevices.com/member.php?userid=70401
View this thread: http://forums.slimdevices.com/showthread.php?t=111972

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to