Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

snd_mss(4) [debian man page]

SND_MSS(4)						   BSD Kernel Interfaces Manual 						SND_MSS(4)

NAME
snd_mss -- Microsoft Sound System ISA PnP/non-PnP bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_mss Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_mss_load="YES" Non-PnP cards require the following lines in device.hints(5): hint.pcm.0.at="isa" hint.pcm.0.irq="10" hint.pcm.0.drq="1" hint.pcm.0.flags="0x0" DESCRIPTION
The snd_mss bridge driver allows the generic audio driver, sound(4), to attach to the supported audio devices. HARDWARE
The snd_mss driver supports the following audio devices: o AD1845 o AD1848 o Aztech 2320 o CMedia CMI8330 o Crystal Semiconductor CS4231 o Crystal Semiconductor CS4232 o Crystal Semiconductor CS4234 o Crystal Semiconductor CS4235 o Crystal Semiconductor CS4236 o Crystal Semiconductor CS4237 o ENSONIQ SoundscapeVIVO ENS4081 o NeoMagic 256AV (non-AC97) o OPTi 924 o OPTi 925 o OPTi 930 o OPTi 931 o OPTi 933 o Yamaha OPL-SA2 o Yamaha OPL-SA3 SEE ALSO
sound(4) HISTORY
The snd_mss device driver first appeared in FreeBSD 2.2.6. AUTHORS
This manual page was written by Joel Dahl <joel@FreeBSD.org>. BSD
December 1, 2005 BSD

Check Out this Related Man Page

SND_GUSC(4)						   BSD Kernel Interfaces Manual 					       SND_GUSC(4)

NAME
snd_gusc -- Gravis UltraSound ISA bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_gusc Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_gusc_load="YES" Non-PnP cards require the following lines in device.hints(5): hint.gusc.0.at="isa" hint.gusc.0.port="0x220" hint.gusc.0.irq="5" hint.gusc.0.drq="1" hint.gusc.0.flags="0x13" DESCRIPTION
The snd_gusc bridge driver allows the generic audio driver sound(4) to attach to Gravis UltraSound sound cards. The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound card without the secondary DMA channel, the flags should be set to zero. HARDWARE
The snd_gusc driver supports the following sound cards: o Gravis UltraSound MAX o Gravis UltraSound PnP DIAGNOSTICS
xxx: gus pcm not attached, out of memory There are not enough memory to drive the device. SEE ALSO
sound(4) HISTORY
The snd_gusc device driver first appeared in FreeBSD 4.0. AUTHORS
Ville-Pertti Keinonen <will@iki.fi> Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> BUGS
Recording pcm sound data is not supported yet. BSD
December 15, 2005 BSD
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

usb - deleting (irq)

FreeBSD 4.5 i installed my sound drivers (which are onboard) with the following lines in my kernel device pcm options PNPBIOS then cd /dev sh MAKEDEV snd0 output from cat /dev/sndstat show the devicedriver (correct one) ok this works nice untill i enter my kde and want to play a... (1 Reply)
Discussion started by: termiEEE
1 Replies

2. UNIX for Dummies Questions & Answers

Modem/Sound combo

I just got yet another PI! yay! :D . one problem... the sound/modem card is not detected by the kernel or even by windows PnP! i dunno of any UNIX driverDB online, but if you could point me to one, it would be fantastic! (4 Replies)
Discussion started by: boris888
4 Replies

3. Shell Programming and Scripting

PERL - Parsing Crystal Reports

Hi Is it possible to parse Crystal Reports using PERL? If not, is there any other UNIX scripting language that can be used to parse Crystal Reports? Please help! -Yuga (0 Replies)
Discussion started by: srinivay
0 Replies

4. Linux

Sound Not Working with kernel 2.6.9.11

I've got an FC3 rc1 box here. If I use the stock kernel that it came with, sound works fine using the intel i8x0 chipset (ALSA drivers). But when I boot into my own custom compiled kernel, all audio apps work as they should (XMMS' graphic "scope" displays audio playback, esd gets launched when... (1 Reply)
Discussion started by: deckard
1 Replies