LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-24-2002, 08:10 PM   #1
ironmc
LQ Newbie
 
Registered: Dec 2002
Location: Texas
Distribution: Fedora Core 4
Posts: 10

Rep: Reputation: 0
My C-Media 8738 won't play under RedHat 8.0


I have just switched from Mandrake 9.0 to RedHat 8.0 for several reasons. But the problem is I have an ASUS A7V333 with the C-Media onboard sound which worked great in Mandrake but won't work in RedHat. I contacted RedHat and they said:
--------------------------------------------------------------------------
You stated that Mandrake supports this card but they're using
ALSA. I've checked ALSA's website and the chipset was present there. You can
try getting the ALSA drivers here:

http://www.alsa-project.org/

You can also try configuring your soundcard using the drivers provided by 8.0
and check if you can successfully configure the hardware:

sndconfig
redhat-config-soundcard
-------------------------------------------------------------------------------
But ALSA says the card is not fully supported. When I run sndconfig as root it says "command not found".

I'm lost
 
Old 12-24-2002, 08:26 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
So did you try out the instructions from ALSA at all then?

http://www.alsa-project.org/alsa-doc...&module=cmipci

That's the link for your card if you haven't. I'd think that'd be your best bet on something so new.

Cool
 
Old 12-25-2002, 05:09 AM   #3
opo
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat 8.0
Posts: 24

Rep: Reputation: 15
I have the same motherboard with same chipset and RH8.0 same problem i think.I have download the latest xmms and instal it .Now I can enjoy mp3 whille tryng to configure the rest of my sistem.Cause my to newbe in Linux world .
If you ever manage to have souround in linux(with C-media) plzz tell me how.
 
Old 12-25-2002, 04:48 PM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
as root:

/sbin/modprobe cmpci

Sndconfig is probably in /sbin and not in your default path... more of RedHat being a little dumb. Also, after you modprobe the driver, open up the multimedia mixer and make certain nothing is muted.

Cheers,

Finegan
 
Old 12-25-2002, 09:50 PM   #5
ironmc
LQ Newbie
 
Registered: Dec 2002
Location: Texas
Distribution: Fedora Core 4
Posts: 10

Original Poster
Rep: Reputation: 0
Talking

Modprobe worked great. Thanks for the help.

Now I am having problems with XMMS. It doesn't want to load files to play. It played the one that was in memory from when I was using Mandrake... then won't load any more. I'm working on it though.

thanks again
 
Old 01-11-2003, 03:40 PM   #6
Harpune
Member
 
Registered: Sep 2002
Location: Seattle, WA
Distribution: Ubuntu
Posts: 101

Rep: Reputation: 15
i dont know if you are using mp3 files or not, but in RH8 XMMS mp3 playback has been disabled. you can get an mp3 playback plugin from the XMMS website www.xmms.org
 
Old 01-26-2003, 03:12 AM   #7
JoJo the Monkey
LQ Newbie
 
Registered: Jan 2003
Posts: 1

Rep: Reputation: 0
Thumbs up SOLUTION



SOLUTION:

upgrade to the latest version of the kernel using up2date
 
Old 04-03-2003, 11:07 PM   #8
LadFromWales85
Member
 
Registered: Apr 2003
Location: Wales, UK
Distribution: Slackware 10
Posts: 30

Rep: Reputation: 15
ALSA drivers not working for me....

Hey all, just found this site, been a great help already....

I just decided to swap my PCI Gamesurround Fortissimo 2 Digital, back to my mobo's (A7V333) onboard sound, as the ALSA driver allows the use of the cards S/PDIF in and out...

I successfully managed to install the ALSA drivers for the Fortissimo...I removed the card and re-enabled the o/b sound. The hardware was configured during bootup, where I found a problem with applications (gaim) not starting, and the PCM volume doing nothing when moved.

So I then proceeded to install the ALSA drivers for the o/b sound, following the steps from http://www.alsa-project.org/alsa-doc...&module=cmipci

1. ran $modinfo soundcore

filename: /lib/modules/2.4.18-14/kernel/drivers/sound/soundcore.o
description: "Core sound module"
author: "Alan Cox"
license: "GPL"

2. unzipped and installed the driver package with
./configure --with-cards=cmipci --with-sequencer=yes;make;make install

3. ran $chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi

4. unzipped and installed the lib package with
./configure;make;make install

5. unzipped and installed the utils package with
./configure;make;make install

6. added the following to /etc/modules.conf

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-cmipci
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

6. ran $modprobe snd-cmipci;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

All the above steps run flawlessly, no errors of any kind. According to the install instructions, all mixer channels will now be muted, but they were not. Also, kmix also showed the name of the card before the ALSA's were installed, "CMedia PCI"

I installed the ALSA output plugin for XMMS, as the arts driver is appauling with lots of sounds for some reason. This worked totally fine on my other card, but XMMS crashes when I try to play a file now, also, the OSS driver no longer works, XMMS just crashes.

To top all this off, gaim will no longer start up, the process starts, but nothing ever appears, and I have to kill it with ksysguard.

Also, $modinfo soundcore...still gives me the same information it did before I attempted to install the ALSA drivers. Can someone please give me a hand with this, and tell me where I have gone wrong

I am only a newbie to the linux world, about two weeks since I installed RH8.0, although I did try Mandrake 8.2 (yuck) and RH7.3 in the past, at the time my gfx card didnt like linux so I gave up til I got a new one.

Thankyou all!!!!!
 
Old 04-03-2003, 11:33 PM   #9
LadFromWales85
Member
 
Registered: Apr 2003
Location: Wales, UK
Distribution: Slackware 10
Posts: 30

Rep: Reputation: 15
UPDATE:

If I kill the arts daemon, XMMS will play using the ALSA plugin, and GAIM will now start...but the arts daemon will not restart, am greeted with the following message...

Error while initializing the sound driver:
device /dev/dsp can't be opened (Device or resource busy)

The arts daemon will refuse to restart even after closing XMMS.

If I restart the X server, and log in again, the arts daemon will be back up, but I will no longer be able to use XMMS with ALSA, or run gain, until I kill the arts daemon again...

I have no idea as to the problem...perhaps a conflict with my old card driver?

Thanx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
10.2 and C-media 8738 cphase Slackware 11 09-21-2005 05:40 PM
c-media 8738 and redhat 9 JsCAMRY Linux - Software 3 02-05-2004 01:26 AM
C-Media 8738 Drivers and modules transeunt Red Hat 2 12-10-2003 12:13 PM
C-Media 8738 Drivers transeunt Linux - Hardware 1 12-10-2003 11:32 AM
Mandrake 9.2 and C-Media 8738 shatteredhaven Mandriva 5 11-20-2003 07:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration