Tom Tkach wrote:
I don't know if this is the appropriate mailing list to post this
question, and if not would someone be so kind as to direct me to the
appropriate mailing list.
I am having trouble getting my sound card to work. I have posted
numerous threrads on the BSDForums.org website, but suggestions/help
has run out. The pertinent section of my pciconf -lv file is as
follows:
[EMAIL PROTECTED]:31:5: class=0x040100 card=0x80f31043 chip=0x24d58086
rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller'
class = multimedia
subclass = audio
which shows that there is no driver attached.
I have added to the /boot/loader.conf the following:
sound_load="YES" # Digital sound subsystem
snd_ich_load="YES" # Intel ICH
You may modify the block "case ICH5ID:" in ich_pci_probe() function
in /sys/dev/sound/pci/ich.c to return value 0 rather than -1000.
Recompile the ICH module and reload it, and let us know if it works.
--
------------ Jin Guojun ----------- v --- [EMAIL PROTECTED] ---
Distributed Systems Department http://www.dsd.lbl.gov/~jin
Lawrence Berkeley National Laboratory, Berkeley, CA 94720
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "[EMAIL PROTECTED]"