LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-27-2006, 01:24 PM   #1
bene223
LQ Newbie
 
Registered: Jan 2006
Posts: 19

Rep: Reputation: 0
Trying to get sound to work


I have a Sound Blaster Audigy Gamer and according to http://www.alsa-project.org/alsa-doc...ve_Labs#matrix I'm supposed to use the emu10k1 driver. I'm using Debian 3.1 Sarge. I haven't downloaded any software yet. I tried alsaconf in bash but it said it wasn't found. I've seen where some instances the driver was already on the person's computer and they just had to type a command to enable it but others had to download software. I've been searching the forums and I'm still confused. What do I need to do to get the my soundcard to work?

Last edited by bene223; 06-27-2006 at 01:26 PM.
 
Old 06-27-2006, 01:47 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
as root run 'lsmod' to see currently loaded drivers. if your driver isnt loaded, type 'modprobe nameOfDriver' to load it.

run 'alsamixer' to unmute (with 'M') and turn up (with up arrow) all controls. press 'ESC' to exit when done, and run 'alsactl store' to save settings. then test the sound again.
 
Old 06-27-2006, 01:59 PM   #3
bene223
LQ Newbie
 
Registered: Jan 2006
Posts: 19

Original Poster
Rep: Reputation: 0
I typed modprobe emu10k1 and this is what came up (I bolded the name of something that looks like it might be the driver?)
lsmod
Quote:
Module Size Used by Tainted: P
soundcore 3268 0 (autoclean)
input 3040 0 (autoclean)
i2c-core 11748 0 (autoclean)
nvidia 4220448 6
af_packet 11048 1 (autoclean)
usb-ohci 16488 0 (unused)
ehci-hcd 14764 0 (unused)
usbcore 52268 1 [usb-ohci ehci-hcd]
emu10k1-gp 1128 0 (unused)
gameport 1388 0 [emu10k1-gp]
ide-scsi 8272 0
8139too 12328 1
mii 1952 0 [8139too]
crc32 2848 0 [8139too]
ohci1394 21648 0 (unused)
sr_mod 11640 0 (unused)
sbp2 15024 0 (unused)
ieee1394 178724 0 [ohci1394 sbp2]
scsi_mod 86052 2 [ide-scsi sr_mod sbp2]
ide-cd 27072 0
cdrom 26212 0 [sr_mod ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 2 (autoclean)
jbd 34628 2 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
ide-disk 12448 3 (autoclean)
amd74xx 9636 3 (autoclean)
ide-core 91832 3 (autoclean) [ide-scsi ide-cd ide-detect ide-disk amd74xx]
unix 12752 210 (autoclean)
this is what I typed and the output
Quote:
debian:/home/ben# modprobe emu10k1
Note: /etc/modules.conf is more recent than /lib/modules/2.4.27-2-386/modules.dep
/lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.27-2-386/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
debian:/home/ben# alsamixer
bash: alsamixer: command not found
 
Old 06-27-2006, 02:09 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
whats the output of 'dmesg | grep snd' or 'dmesg | grep sound'
and 'lspci'
 
Old 06-27-2006, 02:10 PM   #5
bene223
LQ Newbie
 
Registered: Jan 2006
Posts: 19

Original Poster
Rep: Reputation: 0
dmseg returned nothing
Quote:
debian:/home/ben# dmesg | grep snd
debian:/home/ben# dmesg | grep sound
debian:/home/ben# lspci
0000:00:00.0 Memory controller: nVidia Corporation: Unknown device 005e (rev a3)0000:00:01.0 ISA bridge: nVidia Corporation: Unknown device 0050 (rev a3)
0000:00:01.1 SMBus: nVidia Corporation: Unknown device 0052 (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation: Unknown device 005a (rev a2)
0000:00:02.1 USB Controller: nVidia Corporation: Unknown device 005b (rev a3)
0000:00:06.0 IDE interface: nVidia Corporation: Unknown device 0053 (rev a2)
0000:00:07.0 IDE interface: nVidia Corporation: Unknown device 0054 (rev a3)
0000:00:08.0 IDE interface: nVidia Corporation: Unknown device 0055 (rev a3)
0000:00:09.0 PCI bridge: nVidia Corporation: Unknown device 005c (rev a2)
0000:00:0a.0 Bridge: nVidia Corporation: Unknown device 0057 (rev a3)
0000:00:0b.0 PCI bridge: nVidia Corporation: Unknown device 005d (rev a3)
0000:00:0c.0 PCI bridge: nVidia Corporation: Unknown device 005d (rev a3)
0000:00:0d.0 PCI bridge: nVidia Corporation: Unknown device 005d (rev a3)
0000:00:0e.0 PCI bridge: nVidia Corporation: Unknown device 005d (rev a3)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 00f9 (rev a2)
0000:05:06.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
0000:05:06.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 03)
0000:05:06.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port
0000:05:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
0000:05:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
 
  


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
Startup Sound Works... CD Sound Doesn't Work... GNewbie MEPIS 8 01-02-2006 10:35 PM
Sound servers dont work Properly, no sound everywhere! starfly Linux - Hardware 1 04-01-2005 09:53 PM
Need to run system-config-sound after every boot too make sound work in FC2 jrbiochem Linux - Hardware 11 08-04-2004 07:08 AM
midi / synth sound with SIS7012 aka Intel i8x0 onboard sound card does not work wahwah Linux - Hardware 1 11-10-2003 05:25 PM
Need help getting sound blaster live to work instead of onboard sound JakeWolf Linux - Newbie 8 04-29-2002 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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