i have a redhat 8-2.4.20-28.8 kernel installed on my box. everytime i try to run xmms, it doesn't run. is there any thing i can do ?
Printable View
i have a redhat 8-2.4.20-28.8 kernel installed on my box. everytime i try to run xmms, it doesn't run. is there any thing i can do ?
You have to be a bit more specific. This is like saying "My Honda won't start". It could be anything from module not loaded, to soundserver blocking the sound, no access to the sound device etc etc..
Could you do a:
lsmod
ps aux | grep artsd
lspci
And put it up here?
Good luck
Quote:
lsmod
Module Size Used by Not tainted
nls_iso8859-1 3548 0 (autoclean)
ide-cd 35520 0 (autoclean)
cdrom 33312 0 (autoclean) [ide-cd]
i810_audio 27144 0 (autoclean)
ac97_codec 14568 0 (autoclean) [i810_audio]
soundcore 6532 2 (autoclean) [i810_audio]
mousedev 5460 1 (autoclean)
input 5856 0 (autoclean) [mousedev]
autofs 13140 0 (autoclean) (unused)
sis900 16652 1
ipt_REJECT 4024 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14648 2 [ipt_REJECT iptable_filter]
ext3 70112 2
jbd 51636 2 [ext3]
ps axu|grep artsd
aytope 926 0.1 1.3 7520 1620 ? S 14:43 0:07 /usr/bin/artsd -F
root 14410 0.0 0.5 3276 628 pts/2 S 15:47 0:00 grep artsd
lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 740 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev 25)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS]: Unknown device 7002
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 90)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]: Unknown device 6325
those are the results of the commands