Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2000 00:39:27 -0500 (CDT)
From:      Kevin Day <toasty@dragondata.com>
To:        utz@serv.net (The Utz Family)
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: what do i need to do to get devices for newpcm?
Message-ID:  <200004060539.AAA81766@celery.dragondata.com>
In-Reply-To: <Pine.BSF.4.02.10004052218250.82140-100000@itchy.serv.net> from "The Utz Family" at Apr 05, 2000 10:36:27 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> device_probe_and_attach: pcm0 attach returned 6

> so, i poked around in /usr/src/sys/dev/sound but i cant figure out what
> pcm0 attach returned 6 means!
> 


'man errno' lists what most common error numbers mean:

     6 ENXIO No such device or address. Input or output on a special file re-
             ferred to a device that did not exist, or made a request beyond
             the limits of the device.  This error may also occur when, for
             example, a tape drive is not online or no disk pack is loaded on
             a drive.


Roughly "device doesn't exist". Why you're getting that is another mystery, though...

Kevin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004060539.AAA81766>