kern/156165: Missing card definition for hdac audio device, no attach by kernel 8.2 release

Kevin McAleavey kevin.mcaleavey at knosproject.com
Mon Apr 4 02:00:19 UTC 2011


>Number:         156165
>Category:       kern
>Synopsis:       Missing card definition for hdac audio device, no attach by kernel 8.2 release
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 02:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kevin McAleavey
>Release:        8.2-RELEASE
>Organization:
KNOS Project
>Environment:
FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #19: Wed Mar 23 08:56:34 EDT 2011     root at creator32.knos:/usr/obj/usr/src/sys/KNOS  amd64

(custom kernel build)
>Description:
No attach to device - chip ID is known by hdac, but card ID is not:

pciconf yields:

none0 at pci0:0:27:0:	class=0x040300 card=0x82fe1043 chip=0x3a3e8086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Microsoft UAA Bus Driver for High Definition Audio (Microsoft UAA Bus Driver for High Definition Audio)'
    class      = multimedia
    subclass   = HDA
none1 at pci0:0:31:3:	class=0x0c0500 card=0x82d41043 chip=0x3a308086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'SMB controller  (50011458)'
    class      = serial bus
    subclass   = SMBus
none2 at pci0:1:0:1:	class=0x040300 card=0x34fe1458 chip=0x0be910de rev=0xa1 hdr=0x00
    vendor     = 'NVIDIA Corporation'
    class      = multimedia
    subclass   = HDA
-----

Chipset is known for the none0@ entry, but card ID is unknown. Probably solvable by adding unknown card ID to pci sources, but don't know where to modify the code to try that.

   hdac1 at pci0:0:27:0:      class=0x040300 card=0x83571043 chip=0x3a3e8086 rev=0x00 hdr=0x00
      vendor     = 'Intel Corporation'
      device     = 'Microsoft UAA Bus Driver for High Definition Audio (Microsoft UAA Bus Driver for High Definition Audio)'
      class      = multimedia
      subclass   = HDA
>How-To-Repeat:
Fails on every reboot for this particular hardware.
>Fix:
If someone could tell me where in the kernel sources to look for the card ID type, would be willing to give it a shot.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list