LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   onboard cmi9738 sound card support (https://www.linuxquestions.org/questions/linux-newbie-8/onboard-cmi9738-sound-card-support-55810/)

matt_w_lambert 04-19-2003 11:43 AM

onboard cmi9738 sound card support
 
I downloaded the driver from the c-media web site. i installed the drivers but i don't know if they worked. do i need to do any thing else with the drivers. :scratch:

kazi 04-20-2003 12:38 AM

hmm... I am not fairy new on linux so I don't know if it will work for you or not...

As far as I know, you can specify the kernel to support that chip when you run make menuconfig on your kernel source /usr/src/linux and re-compile the kernel.

Or may be you can run the driver as a module? If it is a module,
try modprobe <your module name> and it should do it.

If that works, then you can add your module to /etc/modules.autoload file so the kernel will run the module everytime it starts.

Hope this help.

kazi 04-20-2003 12:40 AM

I am sorry, I meant I am fairy new to linux. ;p

quietguy47 04-20-2003 08:07 AM

try modprobe cmpci
then chmod 666 /dev/dsp
then chmod 666 /dev/mi*

whansard 04-20-2003 08:41 AM

most of those cmi chipsets setup really easy, with
that cmpci model.
you can try to open a mixer program like kmix and
see if it can open /dev/dsp
alsa i think always starts up with all the volumes
turned all the way down, so if its an alsa module,
you'll have to turn the volume up to hear anything.
almost an cm chip based sound card will work with
the cmpci module.

matt_w_lambert 04-20-2003 01:09 PM

how do you use the alsa config tool it asks for irq dma and lots or other stuff about the sound card how am i suposed to know what
# they are set at

whansard 04-20-2003 01:29 PM

sorry, i thought it was easier than that.
you can check the settings for a card with
cat /proc/pci, and reading the settings for the
card you are looking for.

steved123 05-02-2003 08:32 PM

c-media9738
 
I'm using a c-media 9738 in a ecs board. I use the i810 sound module. it is
listed as a sis7012 audio controller on my system. The only problem I'm having now is that I have to use arts to control the sound levels. I seemed to have lost the links to the mixers. On the previous board the sis 7012 was running an avance logic sound chip.

matt_w_lambert 05-02-2003 09:19 PM

I got it to work when i upgraded the kernel

Thanks for the help


All times are GMT -5. The time now is 01:58 PM.