Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,194
Seems i have no problem with my old releases. The investigation continues...
What's this $GPUCLOCK thing?Code:if [ "$GPUCLOCK" == 400 ]
So you are copying the file on itself?Code:ln -s /etc/pandora/conf/1000.conf /etc/pandora/conf/cpu.conf ... cp /etc/pandora/conf/cpu.conf /etc/pandora/conf/1000.conf
for a in `seq 20`; do
if test -e /dev/pvrsrvkm; then
break
fi
sleep 0.2
done
Doesn't work.Looks like pvr-init fails to wait until /dev/pvrsrvkm appears (differenct udev version?), can you try adding this into pvr-init just before "chmod 666 /dev/pvrsrvkm"?
for a in `seq 20`; do
if test -e /dev/pvrsrvkm; then
break
fi
sleep 0.2
done
If that works I'll push into git.