Can't locate modules

I am using linux fedora core 1, There is no sound in my computer and I
have this in my daily logwatch mail,



--------------------- ModProbe Begin ------------------------

Can't locate these modules:
sound-service-1-0: 20 Time(s)
sound-slot-1: 20 Time(s)

---------------------- ModProbe End -------------------------

and this is my /etc/modules.conf

alias eth0 sis900
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
alias usb-controller usb-ohci


Any advice

Ali

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Ali Al-Rubaie [ Di, 01 Juni 2004 20:54 ] [ ID #64239 ]

Re: Can't locate modules

Ali Al-Rubaie wrote:

> I am using linux fedora core 1, There is no sound in my computer and I
> have this in my daily logwatch mail,

> Can't locate these modules:
> sound-service-1-0: 20 Time(s)
> sound-slot-1: 20 Time(s)

Something is trying to access /dev/mixer1 (the mixer on the second
sound card).

This is probably harmless (e.g. attempting to autodetect whether you
actually have a second sound card).

> and this is my /etc/modules.conf

> alias sound-slot-0 i810_audio
> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

These correspond to the first sound card (/dev/dsp0 etc).

To stop the warnings, try:

alias sound-slot-1 off
alias sound-service-1-0 off

--
Glynn Clements <glynn.clements [at] virgin.net>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Glynn Clements [ Di, 01 Juni 2004 22:32 ] [ ID #64241 ]

still no sound

Hi all,

=46irst thanks for reply but,

Still have no sound in my computer and I am still facing the follwoing=

error

[root [at] fedora root]# /usr/sbin/sndconfig

The following error occurred running the modprobe =E2=94=82
=E2=94=82 program: =
=E2=94=82
=E2=94=82 =
=E2=94=82
=E2=94=82 /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/so=
und/i =E2=94=82
=E2=94=82 810_audio.o: init_module: No such device =
=E2=94=82
=E2=94=82 /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/so=
und/i =E2=94=82
=E2=94=82 810_audio.o: insmod =
=E2=94=82
=E2=94=82 /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/so=
und/i =E2=94=82
=E2=94=82 810_audio.o failed =
=E2=94=82
=E2=94=82 /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/so=
und/i =E2=94=82
=E2=94=82 810_audio.o: insmod sound-slot-0 failed =
=E2=94=82
=E2=94=82

I don't know which information is importent to figure out which kind of=

problem I have, but I tried to send all ( and may be something more )
what I think it has something to do with the problem.

-----------------------------------
[root [at] fedora root]# rpm -q --qf "%{version}-%{release} %{arch}\n" kerne=
l
|grep `uname -r`

2.4.22-1.2188.nptl athlon

---------------------------------------
[root [at] fedora root]# ls /lib/modules

2.4.22-1.2188.nptl 2.4.22-1.2188.nptlsmp

----------------------------------------
[root [at] fedora root]# /sbin/lspci

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI=

bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LP=
C
Bridge)
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev=
d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
Sound Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PC=
I
=46ast Ethernet (rev 90)
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2=

MX 100 DDR/200 DDR] (rev b2)

-----------------------------------------
[root [at] fedora root]# lsmod |grep snd

snd-intel8x0 24328 0
snd-ac97-codec 59196 0 [snd-intel8x0]
snd-pcm 83008 0 [snd-intel8x0]
snd-timer 19460 0 [snd-pcm]
gameport 3380 0 [snd-intel8x0]
snd-mpu401-uart 5264 0 [snd-intel8x0]
snd-rawmidi 18016 0 [snd-mpu401-uart]
snd-seq-device 5944 0 [snd-rawmidi]
snd 45988 0 [snd-intel8x0 snd-ac97-codec snd-pcm
snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 6500 0 [snd]
snd-page-alloc 8660 0 [snd-intel8x0 snd-pcm]

-------------------------------
# modprobe.conf

include /etc/modprobe.conf.dist
alias eth0 sis900

-----------------------------------
# modprobe.conf

alias eth0 sis900
alias sound-slot-0 i810_audio
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
alias usb-controller usb-ohci

alias sound-slot-1 off
alias sound-service-1-0 off

post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :


# -- ALSA configuration

alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-intel8x0


#-- OSS compatibility alias
#sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

#-- Options
options snd major=3D116 cards_limit=3D1
#device_mode=3D0666 device_gid=3D0 device_uid=3D0
options snd-intel8x0 index=3D0

#-- Keep modules from being autocleaned
add options -k snd-card-0

#-- ALSA configuration END

---------------------------------------
[root [at] fedora root]# /etc/rc.d/init.d/alsasound restart

Shutting down sound driver [ OK ]
Starting sound driver snd-intel8x0 [ OK ]
Restoring sound driver settings [ OK ]

[root [at] fedora root]# cat /proc/asound/oss/sndstat

Sound Driver:3.8.1a-980706 (ALSA v1.0.4 emulation code)
Kernel: Linux fedora.comeonline.net 2.4.22-1.2188.nptl #1 Wed Apr 21
20:35:41 EDT 2004 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
SiS SI7012 at 0xdc00, irq 11

Audio devices:
0: SiS SI7012 (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: Realtek ALC100/100P rev 38

-------------------------------------------
[root [at] fedora root]# /sbin/lsmod

Module Size Used by Not tainted
snd-intel8x0 24328 0
snd-ac97-codec 59196 0 [snd-intel8x0]
snd-pcm 83008 0 [snd-intel8x0]
snd-timer 19460 0 [snd-pcm]
gameport 3380 0 [snd-intel8x0]
snd-mpu401-uart 5264 0 [snd-intel8x0]
snd-rawmidi 18016 0 [snd-mpu401-uart]
snd-seq-device 5944 0 [snd-rawmidi]
snd 45988 0 [snd-intel8x0 snd-ac97-codec snd-pcm
snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 6500 0 [snd]
snd-page-alloc 8660 0 [snd-intel8x0 snd-pcm]
parport_pc 18468 1 (autoclean)
lp 8356 0 (autoclean)
parport 36800 1 (autoclean) [parport_pc lp]
autofs 12052 0 (autoclean) (unused)
sis900 15372 1
ipt_REJECT 4216 1 (autoclean)
ipt_state 1112 5 (autoclean)
ip_conntrack 28616 1 (autoclean) [ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 14752 3 [ipt_REJECT ipt_state iptable_filter]
floppy 56348 0 (autoclean)
sg 34796 0 (autoclean) (unused)
scsi_mod 109384 1 (autoclean) [sg]
keybdev 2624 0 (unused)
mousedev 5204 1
hid 23652 0 (unused)
input 5824 0 [keybdev mousedev hid]
usb-ohci 21192 0 (unused)
usbcore 77984 1 [hid usb-ohci]
ext3 70916 2
jbd 51020 2 [ext3]


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Ali Al-Rubaie [ Sa, 05 Juni 2004 23:17 ] [ ID #64258 ]

Re: still no sound

Can anyone recommend a small serial concentrator that will let me
connect a single serial terminal to up to 5 linux box serial ports?
I'd prefer an all hardware solution and don't want to bring in another pc
since space is a factor.

Thanks,
rudy
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
salt [ Sa, 05 Juni 2004 23:53 ] [ ID #64259 ]

apologies my last message subject should be serial concentrators

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
salt [ Sa, 05 Juni 2004 23:56 ] [ ID #64260 ]
Linux » gmane.linux.admin » Can't locate modules

Vorheriges Thema: Drive Ready seek errors
Nächstes Thema: multiple mouse configurations for X