Hi Dan, On Tue, Jul 16, 2019 at 11:16:21AM -0400, dan moylan wrote: > > running fc29 on acer aspire E1-6860. > > timidiy installed and appears to run, but no audio is heard. > using option -Od (default) complains the /dev/dsp isn't > there. any suggestions?
The two things that come to mind are: 1. /dev/dsp is in fact not there... the node may be missing from /dev, or the driver may not be loaded. 2. /dev/dsp IS there, and the driver is loaded, but something else has it open/locked. Some things to try: ls -l /dev/dsp check dmsg output/syslog for errors about your sound hardware lsmod and grep on your driver name (assuming a modular kernel) lsof /dev/dsp -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -=-=-=-=- This message is posted from an invalid address. Replying to it will result in undeliverable mail due to spam prevention. Sorry for the inconvenience. _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
