Schaun wir mal:

ändere in *asound.conf*

Code:
--------------------
    pcm.dmixer {
  type dmix
  ipc_key 1024
  ipc_key_add_uid false
  ipc_perm 0666
  slave {
  pcm "hw:0,0"
  period_time 0
  period_size 1024
  buffer_size 8192
  rate 44100
  }
  }
--------------------


zu

Code:
--------------------
    pcm.dmixer {
  type dmix
  ipc_key 1024
  ipc_key_add_uid false
  ipc_perm 0666
  slave {
  pcm "hw:1,0"
  period_time 0
  period_size 1024
  buffer_size 8192
  # rate 44100
  }
  }
--------------------


und dann noch in *asound.conf*


Code:
--------------------
    ctl.!default {
  type hw
  card 0
  }
--------------------


zu

Code:
--------------------
    ctl.!default {
  type hw
  card 1
  }
--------------------


ändere in */etc/init.d/squeezelite*

Code:
--------------------
    NAME=$(cat /opt/max2play/playername.txt)
  SQUEEZELITE_PARAMETER=$(grep -a "SQUEEZELITE_PARAMETER" 
/opt/max2play/audioplay$
--------------------


zu

Code:
--------------------
    NAME="hiFace"
  SQUEEZELITE_PARAMETER="-o hw:CARD=hiFace,DEV=0 -a 240:::1"
--------------------


Starte nun Odroid neu und schau ob dir der hiFace als Player angezeigt
wird.



1x odroid u3 with max2play as lms + 'teac ud-501'
(http://www.teac.com/product/ud-501/) usb-dac + 'akg k701'
(http://eu.akg.com/akg-product-detail_eu/k-701.html) headphones | 2x
squeezebox classic | 1x raspberry pi with 'hifimediy es9023 dac'
(http://hifimediy.com/dacs/diy-dacs/i2s-dac) +picoreplayer | 2x ipod
with ipeng classic + playback | 1x ipad with ipeng 7 + playback | 1x htc
one with orange squeeze + squeeze player
------------------------------------------------------------------------
tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057
View this thread: http://forums.slimdevices.com/showthread.php?t=101321

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an