Noted in the scanpci "vendor 0x8086 device 0x27d8 Intel Corporation 82801G 
(ICH7 Family) High Definition Audio Controller" one of the compatible entries 
prtconf -Dpv and might work:
Node 0x000008
.
compatible: 'pciex8086,27d8.10cf.1397.2' + 'pciex8086,27d8.10cf.1397' + 
'pciex8086,27d8.2' + 'pciex8086,27d8' + 'pciexclass,040300' + 'pciexclass,0403' 
+ 'pci8086,27d8.10cf.1397.2' + 'pci8086,27d8.10cf.1397' + 'pci10cf,1397' + 
'pci8086,27d8.2' + 'pci8086,27d8' + 'pciclass,040300' + 'pciclass,0403'
model: 'Mixed Mode device'
.
subsystem-vendor-id: 000010cf
subsystem-id: 00001397
.
name: 'pci10cf,1397'


You can try a few combination of compatible drivers in driver_aliases and reboot
# grep aud /etc/driver_aliases | cut -f2 -d':' |cut -f1 -d' '|sort -u
audio810
audioens
audiohd
audioixp
audiovia823x
By adding one of the entries in /etc/driver_aliases for example in one of the 
compatible drivers listed above in the compatible section of prtconf -Dpv and 
dmesg try for the fist one one at a time driver "pcixxVenderID,deviceID" i.e:


audio810 "pci1028,1dc"

touch /reconfigure
shutdown -y -g0 -i6

Try the rest using each of the drivers and compatible entries above, the 
/var/adm/messages should show a message or attaching or a codex issue after the 
reboot.
-- 
This message posted from opensolaris.org

Reply via email to