Date: Mon, 23 Jul 2001 17:24:27 +0200 From: Bjarne Wichmann Petersen <mekanix@privat.dk> To: Martin Hasenbein <mh-freebsd-questions@space.net> Cc: freebsd-questions@freebsd.org Subject: Re: Gnome 1.4 and FreeBSD 4.3 / Soundproblem under FreeBSD 4.3 Message-ID: <20010723172427.3329a37a.mekanix@privat.dk> In-Reply-To: <20010723142749.H16520@Space.Net> References: <20010723142749.H16520@Space.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Jul 2001 14:27:49 +0200 Martin Hasenbein <mh-freebsd-questions@space.net> wrote: > This error -message is not written to the logfile so I > can't post it here. $ startx &>error.txt > Can anybody help me? What output-device have you chosen for xmms? ESD or OSS? If it's the latter then you've propably have located your troubled since esd blocks the device. If your using esd check if /dev/dsp0 have been created and the protectionbits set correctly and /dev/dsp linked to the former: x$ ls -l /dev/dsp* lrwxrwxrwx 1 root wheel 4 Apr 22 15:16 /dev/dsp -> dsp0 crw-rw-rw- 1 root wheel 30, 3 Jul 23 17:21 /dev/dsp0 lrwxrwxrwx 1 root wheel 5 Apr 22 15:16 /dev/dspW -> dspW0 crw-rw-rw- 1 root wheel 30, 5 Apr 22 15:16 /dev/dspW0 Bjarne 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?20010723172427.3329a37a.mekanix>