Linux XBMCBuntu Frodo RC - AE: Error - no devices found
#93
Would anyone pls try and add the following lines in file /usr/bin/startxbmcbuntu :

Code:
count=1
while [ $count -le 5 ]
do
        if [ -e /proc/asound/cards ]; then
                # echo "ALSA up!"
                break
        fi

        sleep 1
        count=`expr $count + 1`
done

just before the final exec:

Code:
# Start the LXDE session
exec /usr/bin/lxsession -s XBMCbuntu -e LXDE

Tks

Reply


Messages In This Thread
RE: XBMCBuntu Frodo RC - AE: Error - no devices found - by lcapriotti - 2013-01-30, 19:16
Logout Mark Read Team Forum Stats Members Help
XBMCBuntu Frodo RC - AE: Error - no devices found3