> • the default -ao alsa does not work because it uses an ioctl > that appears to be broken on x32 (and possibly some MIPS > variants), as ioctls are not yet triarch’d (fallback to > -ao sdl:aalib also fails) > > ⇒ fix: > tglase@tglase:~ $ cat .mplayer/config > ao=oss > > This works perfectly. > > Can we address this somehow on the userland side until the > kernel is fixed? Maybe make OSS default on x32 or, better, > adding OSS as fallback to try when ALSA fails?
I pushed a commit to git which changes /etc/mplayer/mplayer.conf in x32 from ao=pulse,alsa,sdl:aalib to ao=pulse,alsa,oss,sdl:aalib Does this helps? Cheers, Miguel _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
