LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-17-2003, 06:31 AM   #1
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Rep: Reputation: 0
Angry Redhat 8 sound server problem


When I start Redhat 8 I get the following error message:
Sound server informational message
Error while initiating the sound driver
can't start sound i/o
The sound server will continue, using the null output device

The sound card is recognized as: C-MEDIA Electronics INC
Model: CM8738
Module: cmpci

I have tried to set up the sound card manually by running 'sndconfig' but to no avail.

Does anybody have any ideas on how to get my sound working?
Should I download the latest kernel?

Thanks in advance

ntechnik
 
Old 02-17-2003, 08:18 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Try this command:

redhat-config-soundcard

# Redhat links
Red Hat Linux Manuals
Maximum RPM
rpmfind
Easier software management: APT-RPM - Red Carpet

# Redhat 8.0 configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
 
Old 02-17-2003, 08:47 AM   #3
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
I tried the command as root: redhat-config-soundcard and I just get the info about my sound card plus 'play sample'-no sound still.
 
Old 02-17-2003, 09:01 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Is that an integrated sound card? Would you need a driver for it then?
 
Old 02-17-2003, 09:10 AM   #5
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
The soundcard is a Hercules Gamesurround Muse XL PCI card.
 
Old 02-17-2003, 09:29 AM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Check that the module is loaded
Code:
[phil@fancypiper phil]$ su -
Password: 
[root@fancypiper root]# lsmod
Check that your volume is turned up (if you use alsa, it defaults to mute).
 
Old 02-17-2003, 09:57 AM   #7
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Rep: Reputation: 30
Is the Plug and Play OS turned off in the BIOS?
 
Old 02-17-2003, 12:08 PM   #8
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
Fancypiper,
As root the command lsmod gives the message 'command not found'
Moosedaddy,
I tried earlier to turn off plug and play in the bios-to no effect.

Many thanks for your help so far guys-any more ideas?

Cheers for now!
 
Old 02-17-2003, 12:16 PM   #9
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
OK GUYS,
Should have been logged in as root-lsmod
[root@localhost root]# lsmod
Module Size Used by Not tainted
ppp_deflate 4504 0 (autoclean)
zlib_deflate 21464 0 (autoclean) [ppp_deflate]
ppp_async 9440 0 (autoclean)
ppp_generic 24380 0 (autoclean) [ppp_deflate ppp_async]
slhc 6740 0 (autoclean) [ppp_generic]
sr_mod 18136 0 (autoclean)
binfmt_misc 7524 1
parport_pc 19108 1 (autoclean)
lp 8996 0 (autoclean)
parport 37152 1 (autoclean) [parport_pc lp]
autofs 13348 0 (autoclean) (unused)
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14840 2 [ipt_REJECT iptable_filter]
ide-scsi 10512 0
scsi_mod 107176 2 [sr_mod ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [sr_mod ide-cd]
audio 43476 0
soundcore 6500 2 [audio]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5888 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
ehci-hcd 17448 0 (unused)
usb-ohci 21288 0 (unused)
usbcore 77056 1 [audio hid usb-uhci ehci-hcd usb-ohci]
ext3 70400 2
jbd 52212 2 [ext3]
[root@localhost root]#
[root@localhost root]#
[root@localhost root]#
[root@localhost root]#
[root@localhost root]#

Any ideas?
 
Old 02-17-2003, 12:33 PM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You said it used the module cmpci and I don't see it loaded.

Try doing this as root:

cd /usr/src/linux
depmod -ae
lsmod

Was the module loaded?
 
Old 02-18-2003, 05:38 AM   #11
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
Fancypiper,
The module did not load.
 
Old 02-18-2003, 06:12 AM   #12
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Will

insmod cmpci

Load the module? If not, you probably need to download a driver. Check on the mfg web site.
 
Old 02-18-2003, 06:41 AM   #13
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
OK,
a little progress......
[root@localhost root]# lsmod
Module Size Used by Not tainted
ppp_deflate 4504 0 (autoclean)
zlib_deflate 21464 0 (autoclean) [ppp_deflate]
ppp_async 9440 0 (autoclean)
ppp_generic 24380 0 (autoclean) [ppp_deflate ppp_async]
slhc 6740 0 (autoclean) [ppp_generic]
cmpci 35944 0
sr_mod 18136 0 (autoclean)
binfmt_misc 7524 1
parport_pc 19108 1 (autoclean)
lp 8996 0 (autoclean)
parport 37152 1 (autoclean) [parport_pc lp]
autofs 13348 0 (autoclean) (unused)
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14840 2 [ipt_REJECT iptable_filter]
ide-scsi 10512 0
scsi_mod 107176 2 [sr_mod ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [sr_mod ide-cd]
audio 43476 0
soundcore 6500 6 [cmpci audio]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5888 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
ehci-hcd 17448 0 (unused)
usb-ohci 21288 0 (unused)
usbcore 77056 1 [audio hid usb-uhci ehci-hcd usb-ohci]
ext3 70400 2
jbd 52212 2 [ext3]
[root@localhost root]# sndconfig
[root@localhost root]#

....but still no sound.
 
Old 02-18-2003, 06:49 AM   #14
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you try Redhat's new command?

redhat-config-soundcard

Are the volumes up in the mixer?

Last edited by fancypiper; 02-18-2003 at 06:50 AM.
 
Old 02-18-2003, 10:40 AM   #15
ntechnik
LQ Newbie
 
Registered: Feb 2003
Location: Luxembourg
Distribution: redhat 8
Posts: 11

Original Poster
Rep: Reputation: 0
redhat-config-soundcard
result-no go. I still get the same start up error that the sound server can not be started
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound problem after installing/uninstalling JACK sound server bastupungen Linux - Software 1 02-28-2004 12:50 PM
redhat 9 sound problem Pete Dogg Red Hat 2 12-01-2003 02:09 AM
Have NVIDIA nForce audio RedHat 7.3 shows 'sound server failed'..... shanlz Linux - Hardware 1 02-22-2003 11:13 PM
Redhat 7.3 sound problem Rift Worm Linux - Newbie 8 01-24-2003 05:53 AM
Sound problem in Redhat 8.0 jambeck Linux - Hardware 7 10-20-2002 08:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:41 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