Francy07 wrote: 
> Hello Ronnie,
> i ask you if you know how to help me. I connected to the PC with Lms and
> Squeezelite a Dac Chord Mojo 32 bit (sample rate from 44.100 to 768.000
> hz) with which I can only play the files of 44.100 and 96.000 hz. With
> 192,000 I have no sound.
> Since Squeezelite is supposed to play up to 384,000 I tried to give the
> command _squeezelite_-_r_384000_, but the terminal freezes and I still
> don't have the sound.
> Also the terminal freezes even if I want to set the bits of the dac with
> _squeezelite_-a_32._
> Am I wrong in the settings? Can the changes be made and made permanent?
> Best regards.
> 
> 
> 
> Vincenzo

Perhaps try this to update Squeezelite;

Open a terminal and SSH into the pi, paste the following lines , one at
a time, and press Enter on your keyboard when you have pasted the line


Code:
--------------------
    sudo /etc/init.d/squeezelite stop
  
  wget -O squeezelite.tgz 
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1392-armhf.tar.gz
  
  sudo tar -C /usr/bin -zxvf squeezelite.tgz
  
  sudo chmod a+x /usr/bin/squeezelite
  
  sudo /etc/init.d/squeezelite start
--------------------



#If running with no sound, repeat


Code:
--------------------
    sudo /etc/init.d/squeezelite restart
--------------------


a reboot of the pi might also help :)


Code:
--------------------
    sudo reboot
--------------------


I hope that helps, I know nothing about the Mojo dac, sorry

ronnie


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to