linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can't locate modules
@ 2004-06-01 18:54 Ali Al-Rubaie
  2004-06-01 20:32 ` Glynn Clements
  2004-06-05 21:17 ` still no sound Ali Al-Rubaie
  0 siblings, 2 replies; 5+ messages in thread
From: Ali Al-Rubaie @ 2004-06-01 18:54 UTC (permalink / raw)
  To: linux-admin

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't locate modules
  2004-06-01 18:54 Can't locate modules Ali Al-Rubaie
@ 2004-06-01 20:32 ` Glynn Clements
  2004-06-05 21:17 ` still no sound Ali Al-Rubaie
  1 sibling, 0 replies; 5+ messages in thread
From: Glynn Clements @ 2004-06-01 20:32 UTC (permalink / raw)
  To: Ali Al-Rubaie; +Cc: linux-admin


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@virgin.net>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* still no sound
  2004-06-01 18:54 Can't locate modules Ali Al-Rubaie
  2004-06-01 20:32 ` Glynn Clements
@ 2004-06-05 21:17 ` Ali Al-Rubaie
  2004-06-05 21:53   ` A. R. Vener
  1 sibling, 1 reply; 5+ messages in thread
From: Ali Al-Rubaie @ 2004-06-05 21:17 UTC (permalink / raw)
  To: linux-admin


Hi all,

First thanks for reply but,

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

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

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

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@fedora root]# rpm -q --qf "%{version}-%{release} %{arch}\n" kernel 
|grep `uname -r`

2.4.22-1.2188.nptl athlon

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

2.4.22-1.2188.nptl  2.4.22-1.2188.nptlsmp

----------------------------------------
[root@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 (LPC 
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 PCI 
Fast Ethernet (rev 90)
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 
MX 100 DDR/200 DDR] (rev b2)

-----------------------------------------
[root@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=116 cards_limit=1
#device_mode=0666 device_gid=0 device_uid=0
options snd-intel8x0 index=0

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

#-- ALSA configuration END

---------------------------------------
[root@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@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@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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: still no sound
  2004-06-05 21:17 ` still no sound Ali Al-Rubaie
@ 2004-06-05 21:53   ` A. R. Vener
  2004-06-05 21:56     ` apologies my last message subject should be serial concentrators A. R. Vener
  0 siblings, 1 reply; 5+ messages in thread
From: A. R. Vener @ 2004-06-05 21:53 UTC (permalink / raw)
  To: linux-admin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* apologies my last message subject should be serial concentrators
  2004-06-05 21:53   ` A. R. Vener
@ 2004-06-05 21:56     ` A. R. Vener
  0 siblings, 0 replies; 5+ messages in thread
From: A. R. Vener @ 2004-06-05 21:56 UTC (permalink / raw)
  To: linux-admin



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-05 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-01 18:54 Can't locate modules Ali Al-Rubaie
2004-06-01 20:32 ` Glynn Clements
2004-06-05 21:17 ` still no sound Ali Al-Rubaie
2004-06-05 21:53   ` A. R. Vener
2004-06-05 21:56     ` apologies my last message subject should be serial concentrators A. R. Vener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).