Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2001 17:46:48 -0400 (EDT)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        Oliver Cook <ollie@uk.clara.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Ensoniq 1371 (AudioPCI) & FreeBSD 4.3RELEASE
Message-ID:  <Pine.GSO.4.21.0105201746130.16027-100000@rac3.wam.umd.edu>
In-Reply-To: <20010520212544.A6599@mutare.noc.clara.net>

next in thread | previous in thread | raw e-mail | index | archive | help
There is no snd0 device, try

cat audio.au > /dev/audio

or try using some kind of mp3 player (accesses /dev/dsp)


=================================================================
| Kenneth Culver              | FreeBSD: The best NT upgrade    |
| Unix Systems Administrator  | ICQ #: 24767726                 |
| and student at The          | AIM: muythaibxr                 |
| The University of Maryland, | Website: (Under Construction)   |
| College Park.	              | http://www.wam.umd.edu/~culverk/|
=================================================================

On Sun, 20 May 2001, Oliver Cook wrote:

> I am having some trouble getting my audio card with an ES1371
> chipset to work under FreeBSD 4.3-RELEASE.
> 
> Here is some pertinent informatiom from my kernel configuration.
> 
> <<<
> device          pcm
> >>>
> 
> >From boot -v:
> 
> <<<
> found-> vendor=0x1274, dev=0x1371, revid=0x06
>         class=04-01-00, hdrtype=0x00, mfdev=0
> pcm0: <AudioPCI ES1371> port 0xd800-0xd83f irq 16 at device 11.0 on pci0
> pcm0: ac97 codec id 0x54524103
> pcm0: ac97 codec features 1 bit master volume, no 3D Stereo Enhancement
> pcm: setmap f8fb000, 1000; 0xc0c47000 -> f8fb000
> pcm: setmap f8dc000, 1000; 0xc0c48000 -> f8dc000
> >>>
> 
> It seems to be recognised correctly, but when I:
> 
> sh MAKEDEV snd0
> cat english.au > /dev/snd0
> 
> I get nothing.
> 
> >From /dev/sndstat:
> 
> <<<
> FreeBSD Audio Driver (newpcm) May 20 2001 19:39:57
> Installed devices:
> pcm0: <AudioPCI ES1371> at io 0xd800 irq 16 (1p/1r channels duplex)
> >>>
> 
> The vendor ID and device ID are: 0x13711274 which is in my es137x.c:
> <<<
> #define ES1371_PCI_ID 0x13711274
> >>>
> 
> I am at a loss as what to do now.
> 
> Any ideas of what to try next would be cool! :) Thanks.
> 
> Ollie
> 
> -- 
> Oliver Cook    Systems Administrator, ClaraNET
> ollie@uk.clara.net               020 7903 3065
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


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.GSO.4.21.0105201746130.16027-100000>