mballard521 wrote: 
> ok looking for some help here. I have 1.06 picoreplayer and I can get it
> to work properly with my Modi USB DAC. I then tried to get it to work
> with the HDMI out to my TV and I get no audio through my TV. Here is
> exactly how I do it. My usb dac is removed during this. 
> 
> 1. log in through Putty and hit option 3 for USE HDMI AUDIO
> 2. I then hit 6 to restart squeezelite
> 3. I then hit 5 and enter -a ::32:0 as it says to do in the picoreplayer
> FAQ
> 4. I then hit 6 again and then exit out of putty. I launch the LMS web
> control and it recognizes the Squeezelite player but I get no sound
> through my TV.
> 
> All my audio settings are right on my TV, speakers on etc...I am using
> panasonic GT25. 
> 
> Is there something I am missing here? My goal is to run HDMI from the
> rasperrypi to the TV then optical audio out to my receiver. My reciever
> does not have HDMI inputs so I cannot test there. My TV recognized HDMI
> 2 as a digital audio input. I have looked at hdmi_drive=2 and when i
> enter that and then restart squeezelite putty freezes on me. 
> 
> pls halp

1) It is normal that PuTTY freezes when you reboot, just reconnect the
session and login again.
2) In the actual image there seems to be a little error in the
picoreplayer script: Whenever you hit 5) the script will disable HDMI by
replacing hdmi_drive=2 with # hdmi_drive=2:

"5")
echo "Please write the commands you would like to use for starting
Squeezelite, also you can change the name and MAC address here"
SED -I '/HDMI_DRIVE=2/D' /MNT/MMCBLK0P1/CONFIG.TXT
SUDO ECHO \"# HDMI_DRIVE=2\" >> /MNT/MMCBLK0P1/CONFIG.TXT

3) Maybe you have to edit config.txt to get HDMI work, maybe something
like 

hdmi_force_hotplug=1
hdmi_group=1
config_hdmi_boost=4
hdmi_drive=2 

will help.


------------------------------------------------------------------------
dupre's Profile: http://forums.slimdevices.com/member.php?userid=61691
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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

Reply via email to