LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-15-2008, 12:14 PM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Intel Sound problems


FC8- i386
Having problem with Intel Sound and Modem drivers.
Sound will work if I do a sound test in KDE control center but it won't play sound on Flash videos.
I noticed that Sound and PCM is up in Kmix, but checking Alsamixer Sound is up but it doesn't show any PCM in ALSAmixer.

In /etc/modprobe it showing conflicts with the Modem driver HSF Modem-7.68.00.07 that I compiled.
below is modprobe.conf and lspci for Sound card.

This is the only thing that has anything on Sound in:
/var/log/messages

localhost pulseaudio[2068]: pid.c: Daemon already running.
localhost pulseaudio[2068]: main.c: pa_pid_file_create() failed.


00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 02)
Subsystem: Gateway 2000 Unknown device 0012
Flags: bus master, medium devsel, latency 0, IRQ 10
I/O ports at e400 [size=256]
I/O ports at e080 [size=64]
Kernel driver in use: Intel ICH
Kernel modules: snd-intel8x0




alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
alias eth0 3c59x
install snd-via82xx-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97via
install snd-intel8x0m /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ich hsfmc97sis
install snd-atiixp-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ati
alias /dev/ttySHSF[0-9]* /dev/ttySHSF
alias /dev/modem /dev/ttySHSF
alias char-major-240 /dev/ttySHSF
alias char-major-240-* /dev/ttySHSF
options hsfserial serialmajor=240
alias char-major-242 hsfosspec
alias char-major-242-* hsfosspec
alias /dev/hsfdiag hsfosspec
alias /dev/hsfdiag* /dev/hsfdiag
alias char-major-243 /dev/hsfdiag
alias char-major-243-* /dev/hsfdiag
options hsfosspec dcpmajor=242 diagmajor=243
install /dev/ttySHSF /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true
alias symbol:cnxthwhda_probe hsfhda
alias symbol:cnxthwhda_resume hsfhda
alias symbol:cnxthwhda_suspend hsfhda
 
Old 04-15-2008, 03:22 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i run Gnome in Fedora 8 and pulse has been an issue for some i take it you have searched
http://www.fedoraforum.org/ for" pulse kde "
and looked at
Broken sound in Fedora
http://home.nyc.rr.com/computertaijutsu/rhsound.html
PerfectSetup - PulseAudio - Trac
http://www.pulseaudio.org/wiki/PerfectSetup
and you have all the services running that pulse needs
http://www.mjmwired.net/resources/mjm-services-f8.html
 
Old 04-15-2008, 04:35 PM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Yes i can understand where your coming from, but I think what I'm having is not problems with Pulse but the Intel modem driver I compiled and The Intel Sound driver, as indicated in etc/modprobe.conf.

I was hoping someone could tell me what is going wrong with conflicts in /etc/modprobe.conf,

I have googled the problem and nothing I can find is related to my problem.


/etc/modprobe.conf

alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
alias eth0 3c59x
install snd-via82xx-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97via
install snd-intel8x0m /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ich hsfmc97sis
install snd-atiixp-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ati
alias /dev/ttySHSF[0-9]* /dev/ttySHSF
alias /dev/modem /dev/ttySHSF
alias char-major-240 /dev/ttySHSF
alias char-major-240-* /dev/ttySHSF
options hsfserial serialmajor=240
alias char-major-242 hsfosspec
alias char-major-242-* hsfosspec
alias /dev/hsfdiag hsfosspec
alias /dev/hsfdiag* /dev/hsfdiag
alias char-major-243 /dev/hsfdiag
alias char-major-243-* /dev/hsfdiag
options hsfosspec dcpmajor=242 diagmajor=243
install /dev/ttySHSF /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true
alias symbol:cnxthwhda_probe hsfhda
alias symbol:cnxthwhda_resume hsfhda
alias symbol:cnxthwhda_suspend hsfhda

Last edited by mickeyboa; 04-15-2008 at 04:38 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HDA intel Sound Card Sounds problems with intel sound card on Ubuntu zengingok Linux - Hardware 9 08-17-2007 10:52 AM
intel 915GAV Board and ICH6 sound Problems deepclutch Linux - Hardware 1 11-20-2004 12:12 AM
Sound and modem problems, intel HaM. Nz_Boy_2004 Slackware 5 09-29-2004 09:07 PM
Intel 810 sound card problems garr0323 Linux - Hardware 5 05-11-2004 05:25 PM
Intel Onboard Sound causing problems troakian Linux - Hardware 3 08-23-2003 02:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration