LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-10-2006, 01:54 PM   #1
playa4002
Member
 
Registered: Feb 2006
Distribution: Ubuntu 6.10
Posts: 31

Rep: Reputation: 16
sound troubles


i cant be more descriptive, iv tryed multiple things, i just want to use my mobo sound card, but i have my soundcard in too and it doesnt work, if i go to sound it shows both of them, this is messed.

if you think you can help add my email, and i will go on gaim...

go_leafs_go10@hotmail.com


thanks in advance
 
Old 08-10-2006, 02:48 PM   #2
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
It would be better for a person to help you in the forums. If you use gaim then noone will know how you solved this problem therfore it won't help anyone else.
 
Old 08-10-2006, 07:06 PM   #3
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
have you tried running alsaconf to select the sound card you want to use and configure it ?

alsaconf is a command line utility, should be run as root.
 
Old 08-11-2006, 03:23 PM   #4
playa4002
Member
 
Registered: Feb 2006
Distribution: Ubuntu 6.10
Posts: 31

Original Poster
Rep: Reputation: 16
nope, no modules found for anything and at end it just says OK and theres no information ontop..


If i run gnome meeting it goes throughf irst time setup and for sound output, it doesnt have anything to selelct..

i want to use my mobo sound not my pci. but it doesnt find either...
 
Old 08-11-2006, 03:37 PM   #5
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Do you know what chipset your sound on the motherboard is.
 
Old 08-11-2006, 09:41 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
lspci will list the PCI devices in your system (such as your sound card.. ) post the results so we can see what Sound card you have..

Code:
default@debian:~$   lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800] (rev a1)
02:02.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
02:02.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 08)
02:07.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
02:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 01)
Yes I have onboard sound as well as a Soundblaster in this machine just like your setup.. I use the Intel onboard Audio.

lsmod will list the loaded modules.. Filter through grep for snd moudules.. lets see what you currently are showing.
Code:
default@debian:~$ lsmod | grep snd
snd_emu10k1_synth       6912  0
snd_emux_synth         30496  1 snd_emu10k1_synth
snd_seq_virmidi         6912  1 snd_emux_synth
snd_seq_midi_emul       5920  1 snd_emux_synth
snd_seq_dummy           3812  0
snd_seq_oss            28672  0
snd_seq_midi            8128  0
snd_seq_midi_event      6976  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq                46224  9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_emu10k1           101444  1 snd_emu10k1_synth
snd_rawmidi            22560  3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_intel8x0           30204  0
snd_ac97_codec         82720  2 snd_emu10k1,snd_intel8x0
snd_ac97_bus            2368  1 snd_ac97_codec
snd_seq_device          7756  8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
snd_pcm_oss            35936  0
snd_mixer_oss          15872  1 snd_pcm_oss
snd_util_mem            4608  2 snd_emux_synth,snd_emu10k1
snd_hwdep               8676  2 snd_emux_synth,snd_emu10k1
snd_pcm                74500  4 snd_emu10k1,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              20836  3 snd_seq,snd_emu10k1,snd_pcm
snd                    48100  14 snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_intel8x0,snd_ac97_codec,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          9512  3 snd_emu10k1,snd_intel8x0,snd_pcm
soundcore               9216  1 snd
 
  


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
sound troubles brianunangst Mandriva 5 07-25-2005 09:38 AM
sound troubles Shaun32 SUSE / openSUSE 7 04-12-2005 06:37 PM
2.6.7 kernel and sound troubles markelo Linux - Hardware 11 07-26-2004 03:23 PM
sound troubles in Mandrake 9.0 chaosd Linux - Hardware 0 09-06-2003 08:23 AM
Sound Troubles Dillutedmind Linux - Software 0 03-23-2003 04:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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