* Sound devices in /dev/
@ 2000-05-02 23:33 Craig Wright
2000-05-03 4:33 ` Jonathan Oppenheim
2000-05-03 7:13 ` Tony Nugent
0 siblings, 2 replies; 3+ messages in thread
From: Craig Wright @ 2000-05-02 23:33 UTC (permalink / raw)
To: linux-sound
Hi,
I just got a soundblaster 16 pci and after some trouble got it working a
little bit. I can play CD's with workman and the sound comes out of the
card. That's good :), but I'm missing /dev/audio and /dev/sndstat and any
other sound device that I may need. (I don't know what the others may
be, /dev/dsp?) Anyway I've run /dev/MAKEDEV and nothing new is created.
I'm at a hurdle I can't jump by myself. Can anyone help me? I've tried
using mknod myself, but don't know why they mean by minor and major device
numbers mean.
Here is the output from the kernel on bootup:
es1371: version v0.19 time 00:44:39 May 1 2000
es1371: found adapter at io 0xe000 irq 5
es1371: features: joystick 0x200
es1371: codec vendor CRY revision 19
es1371: codec features Headphone out 20bit DAC 18bit ADC
es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement
and here is the output from lspci.
00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1541 (rev 04)
00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] M5243 (rev 04)
00:02.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03)
00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV] (rev c3)
00:08.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
00:0a.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 06)
00:0f.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c1)
I think this is all relevant, but I don't know for sure. Can anyone help?
Thanks in advance,
--
Craig
<spiral@cs.unm.edu>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sound devices in /dev/
2000-05-02 23:33 Sound devices in /dev/ Craig Wright
@ 2000-05-03 4:33 ` Jonathan Oppenheim
2000-05-03 7:13 ` Tony Nugent
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Oppenheim @ 2000-05-03 4:33 UTC (permalink / raw)
To: linux-sound
i would have thought that sndconfig would have made those
devices, but maybe it just instals the driver.
did you run it?
j
On Tue, 2 May 2000, Craig Wright wrote:
>
>
>Hi,
>
>I just got a soundblaster 16 pci and after some trouble got it working a
>little bit. I can play CD's with workman and the sound comes out of the
>card. That's good :), but I'm missing /dev/audio and /dev/sndstat and any
>other sound device that I may need. (I don't know what the others may
>be, /dev/dsp?) Anyway I've run /dev/MAKEDEV and nothing new is created.
>I'm at a hurdle I can't jump by myself. Can anyone help me? I've tried
>using mknod myself, but don't know why they mean by minor and major device
>numbers mean.
>
>Here is the output from the kernel on bootup:
>
>es1371: version v0.19 time 00:44:39 May 1 2000
>es1371: found adapter at io 0xe000 irq 5
>es1371: features: joystick 0x200
>es1371: codec vendor CRY revision 19
>es1371: codec features Headphone out 20bit DAC 18bit ADC
>es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement
>
>and here is the output from lspci.
>
>
>00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1541 (rev 04)
>00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] M5243 (rev 04)
>00:02.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03)
>00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV] (rev c3)
>00:08.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
>00:0a.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 06)
>00:0f.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c1)
>
>
>I think this is all relevant, but I don't know for sure. Can anyone help?
>
>Thanks in advance,
>
>--
>Craig
><spiral@cs.unm.edu>
>
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.2
mQCNAzc5/rwAAAEEALGi/cKupURWMeRs3xKx7+3PHi1hqfswOuM5suJhTEJZiR+p
xYsVYB/B/uNwrr+m+Rzd8sEJlB2D/JkkCHMUplDR2OC0hfUYmQGIXEg9kShudRsO
E+1oVFFevj6MTgIY6c5nSWvz3n+zLHrcHk/k8pLDpI6qcIGqrAEcX2GVzVwNAAUR
tARqb25vtBU8am9ub0BwaHlzaWNzLnViYy5jYT4ýxR
-----END PGP PUBLIC KEY BLOCK-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sound devices in /dev/
2000-05-02 23:33 Sound devices in /dev/ Craig Wright
2000-05-03 4:33 ` Jonathan Oppenheim
@ 2000-05-03 7:13 ` Tony Nugent
1 sibling, 0 replies; 3+ messages in thread
From: Tony Nugent @ 2000-05-03 7:13 UTC (permalink / raw)
To: linux-sound
On Tue May 02 2000 at 17:33, Craig Wright wrote:
> I just got a soundblaster 16 pci and after some trouble got it working a
> little bit. I can play CD's with workman and the sound comes out of the
> card. That's good :), but I'm missing /dev/audio and /dev/sndstat and any
> other sound device that I may need. (I don't know what the others may
They aren't used with this driver (es1371), it's pci and therefore a
very different beast.
> be, /dev/dsp?) Anyway I've run /dev/MAKEDEV and nothing new is created.
> I'm at a hurdle I can't jump by myself. Can anyone help me? I've tried
> using mknod myself, but don't know why they mean by minor and major device
> numbers mean.
See the docs in /usr/src/linux/Documentation/sound/*
For the pci sound cards, use /proc and other such tools to get the
info you need.
> Here is the output from the kernel on bootup:
>
> es1371: version v0.19 time 00:44:39 May 1 2000
> es1371: found adapter at io 0xe000 irq 5
> es1371: features: joystick 0x200
> es1371: codec vendor CRY revision 19
> es1371: codec features Headphone out 20bit DAC 18bit ADC
> es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement
Cool, it's not a bad card (got one myself here). The 3D stuff is
awesome with windows games that know about it, and the switches are
there for linux to use it too. (Although I must admit that I've never
tried the 3D sound for linux - anyone got a program or sound file that
will "show it off" ?)
> I think this is all relevant, but I don't know for sure. Can anyone
> help?
I'm no sound driver guru, so perhaps someone else might want to make
things a lot clearer than I have. AFAIK, /dev/sndstat and co. are
obselete and don't work for pci-based sound cards, they only have
relevance for the older isa sound cards.
Cheers
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2000-05-03 7:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-02 23:33 Sound devices in /dev/ Craig Wright
2000-05-03 4:33 ` Jonathan Oppenheim
2000-05-03 7:13 ` Tony Nugent
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox