a new soundcard question

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications a new soundcard question
# 1  
Old 08-10-2009
a new soundcard question

hi

i just got a new soundcard its the encore 5.1 channel surrand sound card
enm232-6c1a and i need some help configuring it to my computer.it doesnt
have any instreuctions as to how to config it to use with audacity..thanks.

coonsanders
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

C++ little question

Hi, I am doing a C++ self-study and I got stuck with this problem. I want to have a code that asks the suer to enter two numbers and then it lists the numbers between these two numbers. It has also to print a message if these two numbers are equal. Here is what I wrote: #include <iostream>... (11 Replies)
Discussion started by: faizlo
11 Replies

2. UNIX for Dummies Questions & Answers

SoundCard.. Again

Hi everyone.I have an Audigy2 ZS sound card. I'm not a guru so don't send me faraway)) Well my card sounds only in front channels... can't setup 5.1. and i can't made a microphone works. PS: A have red this Yuriy Tsibizov (AKA chibis) many time. Here is some system info dmesg Copyright... (0 Replies)
Discussion started by: Levenson
0 Replies

3. AIX

OS Question

What AIX version I need to run a software in a R6000 model 6015/6020 in a IBM P5??? Im implementing a Hot SIte. Is this possible or I need identical systems hardware and software? (1 Reply)
Discussion started by: IBravo
1 Replies

4. UNIX for Dummies Questions & Answers

Vi Question

In Vi, if I have a list of text, and i want to add a semi-colon to the end of each line, does anyone know how to do this? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

5. UNIX for Dummies Questions & Answers

question?

Is there any way to use sed and count the number of alphabetic characters in a sentence? (4 Replies)
Discussion started by: brentdeback
4 Replies

6. UNIX for Dummies Questions & Answers

another question?

what happens if the script doesn't get Y,y,N, or n? Will it just loop back up and ask the question again? I tried to get mine to give me another response to tell me my input was invalid, but ran into problems with it. (8 Replies)
Discussion started by: wmosley2
8 Replies

7. UNIX for Dummies Questions & Answers

Next Question:

what is the function of swap in linux why i have to create apsolutely a particion for the swap when i install (i installed lnx4win mandrake and made an automat. disk particion and the install program one of my disk partitions that was 3gb devidet in 4 one native 700mb swap 600mb and the others i... (1 Reply)
Discussion started by: user666
1 Replies
Login or Register to Ask a Question
sndconfig(8)						      System Manager's Manual						      sndconfig(8)

NAME
sndconfig - configure sound card for use with Linux kernel modules SYNOPSIS
sndconfig {--help,--noprobe,--noautoconfig} DESCRIPTION
sndconfig sets up the necessary configuration files to use a sound card on a Red Hat system. If PnP support is compiled in, by default snd- config will do an initial probe for PnP sound cards using the pnpdump utility. If the --noprobe option is given this step will be skipped. The user will be notified if any cards were found. Otherwise the user must pick the card type from a menu. Then the user must choose the I/O port, IRQ, and DMA settings for the sound card. These must be known ahead of time and depend upon the jumper settings of the sound card. For PnP cards, the program will determine settings for the card; if the --noautoconfig option is given the user can choose the val- ues which will be programmed into the PnP device. There is no guarantee that the values entered do not conflict with an existing non-PnP or PnP device. The user must make sure these types of conflicts do not occur. OPTIONS --help Print a usage message on standard output and exit successfully. --noprobe No probe will be made for PnP cards, and the PnP configuration files will not be changed. --noautoconfig No autoconfiguration of PnP cards will be done; the user will be prompted for settings. FILES
/etc/sysconfig/soundcard Stores current settings /etc/modules.conf Stores sound module configuration /etc/isapnp.conf Stores PnP configuration SEE ALSO
isapnp(1), pnpdump(1) Wed Aug 19 1998 sndconfig(8)