Using LMS and Squeezelite LocalPlayer plugin on Ubuntu Server

AVForums

Help Support AVForums:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Now Playing

AVForums Super Veteran
Joined
May 25, 2010
Messages
1,208
Reaction score
15
Location
South Africa
Putting this out there because it had me guessing for a while.  Hopefully it saves someone else the frustration.  In any event, if you're running a recent release of Ubuntu Server on a PC and intend using LMS with the LocalPlayer plugin installed (enabling you to connect directly from the PC/Laptop to your DAC via USB) you're probably going to find that alsamixer does not work despite installing alsa and alsa-utils.

Code:
$ alsamixer
cannot open mixer: No such file or directory

Here's the solution...

Code:
sudo su (enter your username password when prompted)
apt-get install alsa alsa-tools
adduser squeezeboxserver audio
nano /etc/modprobe.d/alsa-base.conf

At end of file you'll find the following:
Code:
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2

change it to read as follows:
Code:
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=0

Save changes, reboot.
 

Latest posts

Top