Hi guys!
Just a small thing: my pfSense stopped beeping when it stars and at te shupdown.. Now I'm using latest snapshot, but I'm experiencing this since few versions (at least before beta1).
I found the problem (at least.. I found a solution.. tell me if this it correct in theory, but it practically works): in /usr/local/bin/beep.sh, I changed the line
 if [ -f "/dev/speaker" ]; then

in
if [ -e "/dev/speaker" ]; then

And now it's ok.
Hope it helps.
Tom

Reply via email to