Han <[EMAIL PROTECTED]> writes:
> Pixel ([EMAIL PROTECTED]) wrote:
> > > ------- sound initialization -------
> > > ------------------------------------
> > > Received signal 11, exiting...
>
> > try
> > % strace -efile -o /tmp/foo quake3
> > ...
>
> > then
> > % grep /dev quake3
>
> > and see what it tries to find and it doesn't find
>
> % grep /dev/ /tmp/foo
>
> open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
>
> *Sigh*. I guess thats not what we were looking for.
you may try to do a killall devfsd umount /dev before playing quake..