> If I remove SUNaudiohd package and install oss I get > the following when booting. > unknown HDA codec 11c13026.
Well, that's a problem. Do you get a similar message with the audiohd driver? The audiohd driver currently supports these HD codecs: #define AUDIOHD_VID_ALC260 0x10ec0260 #define AUDIOHD_VID_ALC262 0x10ec0262 #define AUDIOHD_VID_ALC880 0x10ec0880 #define AUDIOHD_VID_ALC882 0x10ec0882 #define AUDIOHD_VID_ALC883 0x10ec0883 #define AUDIOHD_VID_ALC885 0x10ec0885 #define AUDIOHD_VID_ALC888 0x10ec0888 #define AUDIOHD_VID_STAC9200 0x83847690 #define AUDIOHD_VID_STAC9200D 0x83847691 #define AUDIOHD_VID_AD1986A 0x11d41986 #define AUDIOHD_VID_AD1988A 0x11d41988 #define AUDIOHD_VID_AD1988B 0x11d4198b (7 HDA codecs from Realtek, 2 from Sigmatel, and 3 from Analog Devices) This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
