Try this on the Lenovo ThinkCentre M73

>From the wiki
> 
> Proxmox Virtual Environment (Proxmox VE; short PVE) is an open-source
> server virtualization management platform. It is a Debian-based Linux
> distribution with a modified Ubuntu LTS kernel[3] and allows deployment
> and management of virtual machines and containers.
> 
I know nothing about this sort of thing, but if I was to try to install
LMS and squeezelite, this is what I would do.

Remove / purge any squeezelite and LMS (including prefs and favourites)

First LMS, install v8.2.0

wget
http://downloads.slimdevices.com/nightly/8.2/lms/21047fa0259100f98412819687a9c99ec0483517/logitechmediaserver_8.2.0~1622353602_amd64.deb

install it with

sudo apt install ./logitechmediaserver_8.2.0~1622353602_amd64.deb

Just configure, say, Radio Paradise 

Then install squeezelite with


Code:
--------------------
    sudo apt install squeezelite
--------------------


run either 


Code:
--------------------
    squeezelite -l
--------------------


or


Code:
--------------------
    aplay -L
--------------------


this will give you the list (as you have previously posted) select the
one that corresponds to the 3.5mm jack (headphones, I guess,
sysdefault:CARD=PCH)

In a terminal type alsamixer

press the F6 key on the keyboard

select HDA Intel ( or headphones if shown, not the HDMI)

adjust the volume  for headphones (you might have to press m to unmute)

press escape, type sudo alsactl store

Then install squeezelite with

sudo apt install squeezelite

run either 

squeezelite -l

or

aplay -L

make a note of your default device 


go to sudo nano /etc/default/squeezelite

and edit the config file at the three lines, this is mine (if you want
to use one LMS for both devices, don't add the Ip address at line two,
let the auto-discover work its magic :)

34922

save and exit  [ Ctrl+x,   Y,  Enter ]

run sudo /etc/init.d/squeezelite restart

If that works, come back and I'll give you the command to update
squeezelite.

Installing squeezelite this way means it will start when you boot up (if
you want to use the output for another player add  [ -C 10 ] to the
Extra_Args line in the config file

ronnie


+-------------------------------------------------------------------+
|Filename: squeezelite.png                                          |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=34922|
+-------------------------------------------------------------------+

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

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to