Sponsored Content
Full Discussion: Modem/Sound combo
Top Forums UNIX for Dummies Questions & Answers Modem/Sound combo Post 21109 by boris888 on Friday 10th of May 2002 02:32:20 PM
Old 05-10-2002
Modem/Sound combo

I just got yet another PI! yay! Smilie . 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!
boris888
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Modem - Test /dev/modem

Ok. I tried following the directions from some of the other threads, but I've hit a road block. I have red hat 7.3 and I installed the hcf package: hcfpcimodem-0.99lnxtbeta03042700k2.4.18_3-1rh.i386.rpm It installed ok, no errors, but I still can't get linux to find my modem. I've tried... (2 Replies)
Discussion started by: lawadm1
2 Replies

2. Shell Programming and Scripting

grep, awk, nawk combo

I have 2 files: File1 "aa","server","001-9031234-001", File2 001-9031234-001|12345 Both files have many lines of text. Each line needs to be evaluated. I need to look at the value of the third field in File 1. Then look for that same value in File 2 and assign the value of Field 2... (5 Replies)
Discussion started by: scriptr2be
5 Replies

3. Shell Programming and Scripting

Combo for text

Hello all, i need to extract a part from an API output. Imagine this is the output : "result": "result": i need to use only the "hello my name is Mike" in the second line, without " " how can i do that? Thanks in advance Kind Regards and congrats for the great forum. (2 Replies)
Discussion started by: Board27
2 Replies

4. Shell Programming and Scripting

Removing CRLF combo but not CR or LF when alone

What is the command or script to remove CRLF but only when joined? Tried using below but removed all instances of either cat a.txt | tr -d "\r\n" > b.txt (14 Replies)
Discussion started by: qqp
14 Replies
SND_AD1816(4)						   BSD Kernel Interfaces Manual 					     SND_AD1816(4)

NAME
snd_ad1816 -- Analog Devices AD1816 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_ad1816 Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_ad1816_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_ad1816 bridge driver allows the generic audio driver sound(4) to attach to the AD1816 sound card. HARDWARE
The snd_ad1816 driver supports the following sound cards: o Analog Devices AD1816 SEE ALSO
sound(4) HISTORY
The snd_ad1816 device driver first appeared in FreeBSD 4.0. AUTHORS
Cameron Grant <cg@FreeBSD.org> Luigi Rizzo <luigi@FreeBSD.org> Hannu Savolainen BSD
December 15, 2005 BSD
All times are GMT -4. The time now is 08:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy