Date: Sat, 19 Jun 1999 15:59:41 -0500 (EST) From: Alfred Perlstein <bright@rush.net> To: Joachim =?iso-8859-1?Q?Str=F6mbergson?= <watchman@ludd.luth.se> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems running xmms on FreeBSD 3.2 Message-ID: <Pine.BSF.3.96.990619155640.14320P-100000@cygnus.rush.net> In-Reply-To: <376BF570.55BF28C7@ludd.luth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 Jun 1999, Joachim [iso-8859-1] Str=F6mbergson wrote: > Tja! >=20 > I have tried to compile and run XMMS (aka the new version of X11Amp) on > my FreeBSD 3.2-Stable system. Compiling is no problem (after installing > GTK+ 1.2.3 and glib 1.2.3). The problem is actually running it. >=20 > What happens is that the application only runs sporadically, and in > between sits there in suspended animation. Playing songs is done in > small burst. >=20 > I have a Soundblaster AWE32 setup like the Sabatier docs says. During > boot the cards is detected seemingly ok (all features like Soundblaster > 16, MPU-401, OPL3 and EMU8000 support is detected). Also, I can run amp > and mpg123 without any problems. >=20 > When playing a song in xmms I get the following in the console: > <log> > fetis.ninja.se:/home/js> Jun 19 21:50:42 fetis /kernel: cmd xmms pid > 8302 tried=20 > to use non-present sched_getscheduler > fetis.ninja.se:/home/js> Sound: DMA (output) timed out - IRQ/DRQ config > error? > Sound: DMA (output) timed out - IRQ/DRQ config error? > Sound: DMA (output) timed out - IRQ/DRQ config error? > Sound: DMA (output) timed out - IRQ/DRQ config error? > </log> >=20 > Judging by the weird, spurious execution behaviour I'm guessing the > threads for the player isn't running properly. Am I right, how do I > rectify this? Has anybody else been successful with xmms. >=20 > Any help, and/or pointers to a solution would be very much appreciated. >=20 add these lines to your kernel config: options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=3D199309L" that may help, if not then I don't know what to say, sound on my soundblaster has been broken for me when using xmms (as well as previous versions of x11amp) for about a month now with=20 -current. However, the output by your kernel suggests a misconfiguration? why don't you twiddle with the IRQ/DMA a bit, perhaps some other device is also using the same settings? -Alfred Perlstein - [bright@rush.net|bright@wintelcom.net]=20 systems administrator and programmer Win Telecom - http://www.wintelcom.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990619155640.14320P-100000>