LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No sound after hard boot in FC1 on i845Glly (https://www.linuxquestions.org/questions/linux-newbie-8/no-sound-after-hard-boot-in-fc1-on-i845glly-197745/)

shatam bhatt 06-25-2004 04:40 PM

No sound after hard boot in FC1 on i845Glly
 
Hi all,
I am using FC1 with kde desktop on an Intel 845GLLY board with a 1.7 g P4 and 40 gig HDD. Earlier I could play all the formats. But lately due to some problem with the UPS, the box got a few power failures and had to hard boot. Recently to my amazement there is no sound in my system. I include here with some debugging info that I think may be of interest
lsmod output
Module Size Used by Not tainted
sd_mod 13772 0 (autoclean) (unused)
ide-cd 35776 0 (autoclean)
cdrom 33728 0 (autoclean) [ide-cd]
loop 12472 0
i810_audio 27752 0 (autoclean)
ac97_codec 17192 0 (autoclean) [i810_audio]
soundcore 6468 2 (autoclean) [i810_audio]
autofs 13364 0 (autoclean) (unused)
8139too 16808 1
mii 3992 0 [8139too]
ipt_REJECT 4344 1 (autoclean)
ipt_state 1080 6 (autoclean)
ip_conntrack 29256 1 (autoclean) [ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 15776 3 [ipt_REJECT ipt_state iptable_filter]
floppy 58012 0 (autoclean)
sg 36492 0 (autoclean) (unused)
scsi_mod 108168 2 (autoclean) [sd_mod sg]
microcode 4700 0 (autoclean)
ntfs 59232 1 (autoclean)
nls_iso8859-1 3516 4 (autoclean)
nls_cp437 5148 3 (autoclean)
vfat 13036 3 (autoclean)
fat 38872 0 (autoclean) [vfat]
keybdev 2976 0 (unused)
hid 24708 0 (unused)
ehci-hcd 20264 0 (unused)
usb-uhci 26380 0 (unused)
usbcore 79168 1 [hid ehci-hcd usb-uhci]
mousedev 5556 1 (autoclean)
input 5888 0 (autoclean) [keybdev hid mousedev]
i830 73344 11
agpgart 54820 11 (autoclean)
ext3 71300 1
jbd 52084 1 [ext3]


lspci output
00:00.0 Host bridge: Intel Corp. 82845G/GL [Brookdale-G] Chipset Host Bridge (rev 01)
00:02.0 VGA compatible controller: Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01)
00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DB LPC Interface Controller (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DB Ultra ATA Storage Controller (rev 01)
00:1f.3 SMBus: Intel Corp. 82801DB/DBM SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 01)
01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

I have already disabled arts on my system.
Any help will be keenly appreciated. Thanks in advance
bye
shatam

Peacedog 06-25-2004 06:13 PM

looks like the modules are loaded, have you tried running a mixer, and unmuting your sound, or raising volumes?

shatam bhatt 06-26-2004 02:55 AM

Yes I have tried running the mixers but still the problem persists. How do I know if there is a problem with the sound card or not ? I suspect that the sound card is gone coz when I booted xp there was no sound in it too!!! What can be done ? Should I insert an third party sound card? which is the most compatible one to do?
thanks
shatam.

Peacedog 06-26-2004 05:18 PM

if you have a spare card, you could try that. here is a list of alsa supported cards

http://www.alsa-project.org/alsa-doc...dor=All#matrix

good luck.

Frankablu 06-26-2004 08:08 PM

I had the same problem but I lost power to my computer since I was being lazy and decided reboot was taking too long......
I am using Fedora Core 2 but this is what I used to get sound back:

modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

then use

alsamixer

to set the sound off the default setting of mute

Hope it helps

shatam bhatt 06-26-2004 11:28 PM

I tried this and got the following output
[root@localhost fedora]# modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/snd-intel8x0.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/snd-intel8x0.o: insmod /lib/modules/2.4.22-1.2115.nptl/kernel/sound/snd-intel8x0.o failed
/lib/modules/2.4.22-1.2115.nptl/kernel/sound/snd-intel8x0.o: insmod snd-intel8x0 failed

any suggestions ??
thanks
shatam

Peacedog 06-27-2004 05:13 PM

you said earlier that you don't have sound in xp either. have you been able to get that working? it's very possible the card is bad.

shatam bhatt 06-27-2004 11:39 PM

No the sound doesnot work in xp yet. But I cant comprehend the fact that all was well before that fatal reboot and afterwards the sound simply dissappeared. Is there any other hard ware probing and trouble shooting tool in linux ??
thanks
shatam

praveen_2003 06-28-2004 03:37 AM

hi there ....but my opinion is 2 re compile the kernel....hope tat wuld be a better chioce 2 get it working....


All times are GMT -5. The time now is 02:01 AM.