LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-02-2002, 06:21 AM   #1
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Rep: Reputation: 0
Angry No sound


Please help. Having trouble with my sound (i can't hear anything). I'm using Redhat 7.3 with KDE. And I'm trying to use a sound blaster pro card. Check this out:



[root@dhcppc0 root]# lsmod
Module Size Used by Not tainted
parport_pc 18724 1 (autoclean)
lp 8864 0 (autoclean)
parport 34208 1 (autoclean) [parport_pc lp]
nls_iso8859-1 3488 1 (autoclean)
sr_mod 16920 2 (autoclean)
emu10k1 63968 0 (autoclean)
ac97_codec 11936 0 (autoclean) [emu10k1]
sound 71916 0 (autoclean) [emu10k1]
soundcore 6692 7 (autoclean) [emu10k1 sound]
binfmt_misc 7556 1
autofs 12132 0 (autoclean) (unused)
tulip 43104 1
ipchains 43528 10
ide-scsi 9664 1
scsi_mod 108608 2 [sr_mod ide-scsi]
ide-cd 30272 0
cdrom 32224 0 [sr_mod ide-cd]
usb-uhci 24452 0 (unused)
usbcore 73216 1 [usb-uhci]
ext3 67136 2
jbd 49400 2 [ext3]
 
Old 09-02-2002, 07:03 AM   #2
etherdeath
Member
 
Registered: Apr 2002
Location: New York City
Distribution: Debian
Posts: 30

Rep: Reputation: 15
How have you tried to set it up? Try using 'lspci -vv' to get some more details. You might also look at your bios boot-time information to find out what IRQ/DMA or other parameters you need to get the sound to work correctly; if you don't know this information already that is. I'm using a Sound Blaster Pro, but it's an ISA card with jumpers and it works great.
 
Old 09-02-2002, 07:46 AM   #3
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
opps, I have a SB Live not a sb pro! sndconfig did not work. I can't get to the bios because Gateway hides them. Here is what lspci said:



00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
Subsystem: Creative Labs Gameport Joystick
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Step
ping- SERR+ FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort
- <MAbort- >SERR- <PERR-
Latency: 64
Region 0: I/O ports at eff0 [size=8]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot
-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
 
Old 09-02-2002, 09:37 AM   #4
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Open kmix and turn the volume up.
 
Old 09-02-2002, 12:03 PM   #5
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
To elaborate, as Lynch is probably right, these are the modules of your sound card:

emu10k1 63968 0 (autoclean)
ac97_codec 11936 0 (autoclean) [emu10k1]
sound 71916 0 (autoclean) [emu10k1]
soundcore 6692 7 (autoclean) [emu10k1 sound]

Typically codec based mixers are muted by default... if you have a mixer panel under kmixer or whatever mixer you use, then the drivers are loaded, post back if that doesn't work.

Cheers,

Finegan
 
Old 09-02-2002, 02:53 PM   #6
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
kmix show a mixer panel. All volumes are up and nothing is muted. But there is still no sound. What should I try next?

thanks so far for your help guys
 
Old 09-02-2002, 06:28 PM   #7
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Try finding a nice raw sound file (such as the ubiquitous ones of Linus Torvalds saying 'hello, my name is Linus and I pronounce Linux as Linux') and cating it to your device (i.e. cat xxx.snd > /dev/dsp) Anything?
 
Old 09-02-2002, 06:39 PM   #8
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
still nothing.....
 
Old 09-02-2002, 06:51 PM   #9
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Not bieng rude here, but you do have your speakers connected to the correct sockets on the back, and turned on? Please, don't take this as being rude... If I had a pound for every time that I've plugged everything in and found that sound doesn't work... because I've forgotton to plug the power-lead to my speakers in... I'd be a rich man, I can tell ya!
 
Old 09-02-2002, 07:07 PM   #10
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
Everything seems plugged in correctly. But before you mentioned it I forgot to check.
 
Old 09-02-2002, 08:56 PM   #11
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
Not even sndconfig fixed the problem
 
Old 09-02-2002, 11:08 PM   #12
theggmanus
LQ Newbie
 
Registered: Sep 2002
Posts: 7

Original Poster
Rep: Reputation: 0
Problem solved!!!!! Belive it or not, one of the cables are bad!!!

Thanks so much for your time guys
 
Old 09-03-2002, 04:34 AM   #13
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Thumbs up


lynch
 
Old 09-03-2002, 05:46 PM   #14
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by Thymox
Try finding a nice raw sound file (such as the ubiquitous ones of Linus Torvalds saying 'hello, my name is Linus and I pronounce Linux as Linux') and cating it to your device (i.e. cat xxx.snd > /dev/dsp) Anything?
Don't you hate it when its something little like that!!!

Hey Thymox, your method reminds me of a friend of mine's less subtle method:

cat /dev/random > /dev/dsp

and make certain the speakers aren't up too loud.

Cheers,

Finegan
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
ALSA MIDI: Sound fonts for NVIDIA/NForce Soundstorm on-board sound vharishankar Linux - Hardware 6 09-04-2007 12:37 PM
FC2: Sound Card (SiS SI7012) Detect But Donot Play Sound rajanaeem Linux - Hardware 0 10-22-2004 03:41 PM
How to make a sound on Realtec ALC-650 card sound on a Shuttle ST62K? Laurent Linux - Hardware 0 05-30-2004 11:57 AM
No Sound : request_module: failed /sbin/modprobe -- sound-slot-0. error = 256 Mebuh Linux - General 0 01-26-2004 07:51 AM

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

All times are GMT -5. The time now is 08:12 AM.

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