LinuxQuestions.org
Help answer threads with 0 replies.
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 04-23-2004, 08:40 AM   #1
debian_dummy
Member
 
Registered: Apr 2004
Distribution: Debian SID and Woody
Posts: 77

Rep: Reputation: 15
Too many sound modules ?


I used Synaptic to change from OSS to ALSA for my sound card under Debian 3.0 on a DELL Inspiron 8500. The reason I changed the drivers is that the sound card stopped working after I installed a wi fi card and read that ALSA was the preferred choice.

My sound card seems to work fine however it seems a lot of modules are being loaded for one sound card. Is the amount of modules displayed below the normal amount of modules ?

eternity:~# uname -r
2.4.25-1-386
eternity:~# lsmod
Module Size Used by Tainted: P
snd-pcm-oss 35236 0 (autoclean)
snd-mixer-oss 11192 1 (autoclean) [snd-pcm-oss]
snd-intel8x0m 8900 0
snd-intel8x0 17224 2
snd-ac97-codec 40444 0 [snd-intel8x0m snd-intel8x0]
snd-pcm 51492 0 [snd-pcm-oss snd-intel8x0m snd-intel8x0]
snd-timer 12356 0 [snd-pcm]
snd-page-alloc 5748 0 [snd-intel8x0m snd-intel8x0 snd-pcm]
gameport 1388 0 [snd-intel8x0]
snd-mpu401-uart 2800 0 [snd-intel8x0]
snd-rawmidi 11840 0 [snd-mpu401-uart]
snd-seq-device 3648 0 [snd-rawmidi]
snd 27012 1 [snd-pcm-oss snd-mixer-oss snd-intel8x0m snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
hci_usb 6936 0 (unused)
bluez 27236 1 [hci_usb]
af_packet 11624 5 (autoclean)
ndiswrapper 52884 1
soundcore 3268 7 (autoclean) [snd]
input 3040 0 (autoclean)
agpgart 39524 3 (autoclean)
nvidia 1966368 7 (autoclean)
ds 5908 1
yenta_socket 8896 1
pcmcia_core 38784 0 [ds yenta_socket]
uhci 21628 0 (unused)
ehci-hcd 14988 0 (unused)
usbcore 53068 1 [hci_usb uhci ehci-hcd]
ide-scsi 8464 0
parport_pc 19400 1 (autoclean)
lp 5952 0 (autoclean)
parport 21800 1 (autoclean) [parport_pc lp]
sd_mod 10860 0 (autoclean) (unused)
scsi_mod 85408 2 (autoclean) [ide-scsi sd_mod]
vfat 8940 0 (autoclean)
fat 28088 0 (autoclean) [vfat]
nls_cp437 4284 3 (autoclean)
ntfs 45344 3 (autoclean)
ide-cd 27968 0
cdrom 25088 0 [ide-cd]
rtc 6344 0 (autoclean)
ext3 66696 1 (autoclean)
jbd 35076 1 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
piix 7528 1 (autoclean)
ide-disk 12512 5 (autoclean)
ide-core 94300 5 (autoclean) [ide-scsi ide-cd ide-detect piix ide-disk]
unix 13260 206 (autoclean)
eternity:~# lspci
pcilib: Cannot open /sys/bus/pci/devices
0000:00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
0000:00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #1 (rev 03)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #2 (rev 03)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB (ICH4) USB UHCI #3 (rev 03)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB (ICH4) USB2 EHCI Controller (rev 03)
0000:00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 83)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 03)
0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage Controller (rev 03)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB (ICH4) AC'97 Audio Controller (rev 03)
0000:00:1f.6 Modem: Intel Corp. 82801DB (ICH4) AC'97 Modem Controller (rev 03)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x] (rev a1)
0000:02:00.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
0000:02:01.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
0000:02:01.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
0000:02:03.0 Network controller: Broadcom Corporation BCM94306 802.11g (rev 02)
 
Old 04-23-2004, 08:49 AM   #2
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Lots of sound modules is normal. Count them with

% lsmod | grep snd | wc -l

I have 14!
 
  


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 card but loaded sound modules mdkelly069 Linux - Software 3 03-26-2004 10:13 AM
AC'97 Sound + rc.modules dos1 Slackware 16 05-09-2003 03:20 PM
Sound drivers aren't in rc.modules Oooska Linux - Newbie 1 01-29-2002 03:32 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 - Hardware

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