View Full Version : Problem with HDA Intel Sound with Realtek ALC861-VD
Bloomer510
2007-06-12, 02:16 PM CDT
I searched the forums for answers, and my sound worked, then i did yum -y update. and now i am back to the drawing board. i was following this thread:
http://forums.fedoraforum.org/forum/showthread.php?t=156470
it worked perfectly. now when i try to do the exact same thing and type in the command:
/etc/init.d/alsasound restart
it tells me:
[root@localhost ~]# /etc/init.d/alsasound restart
Shutting down sound driver: ERROR: Module snd_hda_intel is in use
ERROR: Module snd_mixer_oss is in use
ERROR: Module snd_pcm is in use by snd_hda_intel
ERROR: Module snd_timer is in use by snd_pcm
ERROR: Module snd is in use by snd_hda_intel,snd_mixer_oss,snd_pcm,snd_timer
done
ALSA driver is already running.
when i ran it before updating, it did not give me this message, and i am completely lost. I am also new to linux so if you could please leave detailed instructions. Thanks in advanced!!!!1
wbspresslyjr
2007-06-12, 04:33 PM CDT
I too am having the problem on the Realtek ALC262 chipset (from the Intel 82801G ICH7 Family) under KDE running on Fedora Core 6, 2.6.20-1.2952. I have tried and tried to get sound running -- I have read dozens of posts, and nothing seems to work. Interestingly, in the last kernel I had, 2.6.20-1.2948, the sound would work if you did some really strange things like wait until the aRts server would give up the card, and run a soundcard detection... When I upgraded kernels it never worked again.
---------------------------------
Diagnostics:
---------------------------------
modprobe.conf:
alias eth0 e100
alias scsi_hostadapter ata_piix
#----Sound-----#
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
options snd-hda-intel index=0 model=basic
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
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
#----Wireless----#
## Start Atheros Stuff
alias wifi0 ath_pci
alias ath0 ath_pci
options ath_pci autocreate=sta
## End Atheros Stuff
-------------------------------------------
lspci -v:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, fast devsel, latency 0, IRQ 23
Memory at ffd3c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [70] Express Unknown type IRQ 0
------------------------------------
lsmod | grep snd:
snd_hda_intel 247448 1
snd_mixer_oss 20480 1
snd_pcm 83972 1 snd_hda_intel
snd_timer 26628 1 snd_pcm
snd_page_alloc 14216 2 snd_hda_intel,snd_pcm
snd 61836 5 snd_hda_intel,snd_mixer_oss,snd_pcm,snd_timer,snd_ page_alloc
soundcore 11681 2 snd
--------------------------------------
aplay -l:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 1/1
Subdevice #0: subdevice #0
Also attached: scsconfig.log.txt (Log generated from Soundcard Detection)
Any help any might have would be very appreciated. Thanks.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.