I purchased goflex home base for 18$ and 2$ usb soundcard 1130:f211 Tenx Technology, Inc. TP6911 Audio Headset
I had 16GB ssd but many 16 to 32GB run for 30$ . I had installed archlinux and squeezeslave. I have logitech mediaserver running on my media server.
I can control my armsqueeze using any android device, windows 7 phone and web interface. So for 20$ i got device that cost 500$ from logitech
This is mine /etc/modprobe.d/modprobe.conf
$this->bbcode_second_pass_code('', '
options snd-usb-audio nrpacks=1
options snd-usb-audio index=0
')
I am using this /etc/asound.conf for perfect sound
$this->bbcode_second_pass_code('', 'pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0"
period_time 0
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.dsnooper {
type dsnoop
ipc_key 1024
slave {
pcm "hw:0"
channels 2
period_time 0
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.softvol {
type softvol
slave { pcm "dmixer" }
control {
name "Master"
card 0
}
}
ctl.!default {
type hw
card 0
}
ctl.softvol {
type hw
card 0
}
ctl.dmixer {
type hw
card 0
}')
