Here's the bottom end of mine - works fine on 7.6.1

# Start wlan
#/etc/init.d/wlan start

# Start all 'auto' interfaces
ifup -a &

# Optional local rc script
if [ -x /etc/init.d/rcS.local ]; then
        echo "Running rcS.local"
        /etc/init.d/rcS.local
fi

# Optional media scripts
for script in /media/*/squeezeos-boot.sh; do
        if [ -x $script ]; then
                echo "Executing: $script"
                $script
        fi
done

# Start Samba
#if [ -x /etc/init.d/samba ]; then
#       /etc/init.d/samba start &
#fi

# Start squeezeplay
/etc/init.d/squeezeplay start

#Change priorities
chrt -f -p 93 11
chrt -f -p 91 5
chrt -f -p 50 367
chrt -f -p 87 407
sleep 10
jalsa=`ps -eo pid,args|grep "jive_alsa -d default"|head -1|cut -f3 -d"
"`
chrt -f -p 55 $jalsa


-- 
alec_cat
------------------------------------------------------------------------
alec_cat's Profile: http://forums.slimdevices.com/member.php?userid=48527
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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

Reply via email to