LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-10-2007, 01:14 PM   #1
Incanuz
LQ Newbie
 
Registered: Mar 2007
Posts: 3

Rep: Reputation: 0
help: sound and modules


Hello!! I installed slackware on my pc today, and i was trying to configure the sound drivers.
When i tried to play a file, ive got a message from xmms, saying i couldnt play the file because of many reasons, including the audio plugin driver was wrong.
I changed the plugin and eveything worked ok.
I can hear music, but i think i have sound modules loaded that are not being used. Id like to use as few sound modules as possible.
Could somebody plz tell me, how do i figure out what a module (from the ones listed by lsmod) is doing? and how do i realize if it useless?

id like to have one only driver working, and i think i have 2, OSS and ALSA, maybe this is bringing some incompatibily
id would also like to know, what the others modules there are for??

many thanks, and sorry for my bad english
bye bye santiago
 
Old 03-10-2007, 04:00 PM   #2
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Welcome to LQ. Please provide more info about the equipment you are using, and the output from
Code:
lsmod
lspci
that will help people offer you assistance
 
Old 03-10-2007, 04:50 PM   #3
Incanuz
LQ Newbie
 
Registered: Mar 2007
Posts: 3

Original Poster
Rep: Reputation: 0
sorry, here is the output
if everything is ok with the sound, plz tell me, how to know what a module does and if i need it or not
thanks again, good bye

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 NV36 [GeForce FX 5700LE] (rev a1)
02:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
02:0a.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev 10)


lsmod

Module Size Used by Tainted: P
snd-pcm-oss 36736 0 (unused)
snd-mixer-oss 12376 0 [snd-pcm-oss]
keybdev 1892 0 (unused)
mousedev 4020 1
hid 20868 0 (unused)
usbmouse 1880 0 (unused)
input 3200 0 [keybdev mousedev hid usbmouse]
uhci 24284 0 (unused)
ehci-hcd 17516 0 (unused)
usbcore 59148 1 [hid usbmouse uhci ehci-hcd]
hw_random 2712 0 (unused)
i810_rng 2528 0 (unused)
snd-intel8x0 18304 2
snd-ac97-codec 58556 0 [snd-intel8x0]
snd-pcm 54344 1 [snd-pcm-oss snd-intel8x0 snd-ac97-codec]
snd-timer 13764 1 [snd-pcm]
snd 32772 0 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]
soundcore 3396 4 [snd]
snd-page-alloc 4712 0 [snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd]
i2c-core 12676 0 (autoclean) (unused)
nvidia 6420736 11
sk98lin 180144 1
pcmcia_core 39172 0
ntfs 51232 3 (autoclean)
ide-scsi 9392 0
agpgart 45508 3
 
Old 03-11-2007, 05:09 PM   #4
Incanuz
LQ Newbie
 
Registered: Mar 2007
Posts: 3

Original Poster
Rep: Reputation: 0
no idea? anybd??
 
  


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 problems (alsaconf cannot find sound modules.) vmlinuz.gz Linux - Newbie 8 11-12-2008 03:36 AM
Too many sound modules ? debian_dummy Linux - Hardware 1 04-23-2004 08:49 AM
no sound card but loaded sound modules mdkelly069 Linux - Software 3 03-26-2004 10:13 AM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - General 1 01-24-2002 01:50 AM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - Newbie 2 01-24-2002 01:40 AM

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

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