tried my behringer external dac /headphone amp but no good , I hoped it might just show up in audio devices but no good so far , anyone else tried this yet?

Well I have none to test. But if it does not show it is linux drivers issue. You can login into terminal and see if it is found by os.hawsey wrote:no , not tried x squeeze sorry to you need lms installed on your pc for that to work?
tried my behringer external dac /headphone amp but no good , I hoped it might just show up in audio devices but no good so far , anyone else tried this yet?
Code: Select all
lsusb
Today I have tested the image v0.9 and it is working ok. I hope i will find error for not connecting to wifi after install without LAN (first time connect).ilovemyjoggler wrote:I think so, I've got lms on my pc and v0.8 can see it but that's as far as it goes before hanging.
I know iLLiac4 has tweaked xsqueeze in v0.9 but as I've added some repos, and the os is running well, I'm not rushing to upgrade yet unless xsqueeze is working so would be grateful to hear from others who may be using v0.9.
Code: Select all
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then
dpkg-reconfigure openssh-server
fi
# ifconfig wlan0 up
dhclient eth0 > /dev/null 2>&1 &
xinit /usr/bin/xbmc --standalone
clear
exit 0
Code: Select all
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then
dpkg-reconfigure openssh-server
fi
ifconfig wlan0 up > /dev/null 2>&1 &
dhclient eth0 > /dev/null 2>&1 &
xinit /usr/bin/xbmc --standalone
clear
exit 0
@Spoyser: Does it work at all?spoyser wrote:With regards XSqueeze I didn't realize it was so clumsy to control, I would go back to investigating getting SqueezePlay launched as it is much easier to use on the Joggler.
This is absolutely cwazy but I love it
Yes but you need a keyboard.ilovemyjoggler wrote:@Spoyser: Does it work at all?spoyser wrote:With regards XSqueeze I didn't realize it was so clumsy to control, I would go back to investigating getting SqueezePlay launched as it is much easier to use on the Joggler.
Sorry meant server, ieiLLiac4 wrote:What do you want to tell with this?
LMS now has a built in DNLA client but XBMC doesn't seem to want to pick it upwhich is a shame as that would be a very simple solution!!