dd if=/dev/zero of=rvplayer bs=1 count=1 seek=657586 conv=notruncIf you're lucky, you'll then have sound.... You may also need to edit it with
dd if=/dev/zero of=rvplayer bs=1 count=1 seek=665986 conv=notrunc
dd if=/dev/zero of=rvplayer bs=1 count=1 seek=702554 conv=notruncas well.
Alternately, download rpopen from http://onramp.i2k.com/~jeffd/rpopen/ and pre-load it before you run rvplayer (it's a shared object which blocks rvplayer from doing the NONBLOCKing open of /dev/dsp).