• 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 58
Win Windows on Asus/HP/Acer/Dell Chromebox
(2016-01-19, 07:18)coolstar Wrote: Here's the intel hdmi tools I wrote (except intel_audio_dump which I ported from Linux). https://dl.dropboxusercontent.com/u/5996...-tools.zip

Extract your TV's EDID from a Linux live USB.

"sudo cat /devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin"

copy edid.bin alongside the tools. Plug the TV into HDMI, open an Admin command prompt and run: "intel_audio_enable.exe edid.bin"

enjoy working HDMI audio!

Note: you must run intel_audio_disable.exe when unplugging HDMI or it'll think it's still connected.

Hi, the correct path is:
$ sudo cat /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin
I had to manually search for it and when I opened the edid file, found out it was empty (0 bytes), but running the command above did get me a non empty file though.

Now I ran into a problem, no matter what I try I keep getting WinIo errors, please check your files, the size of your WinIo32 and WinIo64 files are the same, I downloaded the original files from www.internals.com and sizes are different, however the WinIo error remain, this time a bit different.

I've tried everything I could with both WinIo32 and WinIo64 even tried to install the .dll with regsvr32.exe but that also dropped another error (the module loaded but couldn't find the start point).
Yes, I always made sure I was running CMD with admin privileges.

Image

This is on Windows 8.1 update 3 x64bits. If you need more info just let me know.

T.I.A
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
(2016-01-20, 10:39)Veronica Wrote:
(2016-01-19, 07:18)coolstar Wrote: Here's the intel hdmi tools I wrote (except intel_audio_dump which I ported from Linux). https://dl.dropboxusercontent.com/u/5996...-tools.zip

Extract your TV's EDID from a Linux live USB.

"sudo cat /devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin"

copy edid.bin alongside the tools. Plug the TV into HDMI, open an Admin command prompt and run: "intel_audio_enable.exe edid.bin"

enjoy working HDMI audio!

Note: you must run intel_audio_disable.exe when unplugging HDMI or it'll think it's still connected.

Hi, the correct path is:
$ sudo cat /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin
I had to manually search for it and when I opened the edid file, found out it was empty (0 bytes), but running the command above did get me a non empty file though.

Now I ran into a problem, no matter what I try I keep getting WinIo errors, please check your files, the size of your WinIo32 and WinIo64 files are the same, I downloaded the original files from www.internals.com and sizes are different, however the WinIo error remain, this time a bit different.

I've tried everything I could with both WinIo32 and WinIo64 even tried to install the .dll with regsvr32.exe but that also dropped another error (the module loaded but couldn't find the start point).
Yes, I always made sure I was running CMD with admin privileges.

This is on Windows 8.1 update 3 x64bits. If you need more info just let me know.

T.I.A

I had a similar issue and found a solution to installing the drivers: disabling driver verification. It's a 2-step process.
1. Disable Driver Signature Enforcement:
http://www.isunshare.com/windows-8/how-t...d-8.1.html
2. In an elevated cmd prompt (admin), type the following comands:
Code:
BCDEDIT -Set LoadOptions DISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON

With the above, I was able to complete the original instructions, however audio is still disabled for my setup.
Reply
Oh yeah, you'll need to enable testsigning for the driver to load. Also, you'll need 64 bit Windows. We have to use testsigning on the chromebooks for keyboard and touchpad to work, so I didn't realize chromeboxes didn't need testsigning before.
Reply
(2016-01-20, 13:49)srbufi Wrote:
(2016-01-20, 10:39)Veronica Wrote:
(2016-01-19, 07:18)coolstar Wrote: Here's the intel hdmi tools I wrote (except intel_audio_dump which I ported from Linux). https://dl.dropboxusercontent.com/u/5996...-tools.zip

Extract your TV's EDID from a Linux live USB.

"sudo cat /devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin"

copy edid.bin alongside the tools. Plug the TV into HDMI, open an Admin command prompt and run: "intel_audio_enable.exe edid.bin"

enjoy working HDMI audio!

Note: you must run intel_audio_disable.exe when unplugging HDMI or it'll think it's still connected.

Hi, the correct path is:
$ sudo cat /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid > edid.bin
I had to manually search for it and when I opened the edid file, found out it was empty (0 bytes), but running the command above did get me a non empty file though.

Now I ran into a problem, no matter what I try I keep getting WinIo errors, please check your files, the size of your WinIo32 and WinIo64 files are the same, I downloaded the original files from www.internals.com and sizes are different, however the WinIo error remain, this time a bit different.

I've tried everything I could with both WinIo32 and WinIo64 even tried to install the .dll with regsvr32.exe but that also dropped another error (the module loaded but couldn't find the start point).
Yes, I always made sure I was running CMD with admin privileges.

This is on Windows 8.1 update 3 x64bits. If you need more info just let me know.

T.I.A

I had a similar issue and found a solution to installing the drivers: disabling driver verification. It's a 2-step process.
1. Disable Driver Signature Enforcement:
http://www.isunshare.com/windows-8/how-t...d-8.1.html
2. In an elevated cmd prompt (admin), type the following comands:
Code:
BCDEDIT -Set LoadOptions DISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON

With the above, I was able to complete the original instructions, however audio is still disabled for my setup.

were there any errors from intel_audio_enable?
Reply
Also, the original WinIo files I included work fine on 64 bit Windows with just testsigning on ("bcdedit -set testsigning on" and reboot). If you're changing out the dll and sys, try putting the original zipped files back.

If intel_audio_enable doesn't report any errors and your audio is still disabled, it may be the case that the chromeboxes don't have HDMI on Port B but have it on another port (the chromebooks use Port B, hence intel_audio_enable is set to that right now). If you could boot linux and get the output from "sudo intel_audio_dump" we can identify which port HDMI is on.
Reply
OK I tried again with "bcdedit -set testsigning on" and your original zipped files, success! BUT same as @srbufi no change, audio is still disabled (with a red x on the volume icon).

Here is the cmd log:
http://pastebin.com/61y077Gm

These are the Intel Graphics and Audio versions I have installed on Windows 8.1 x64bits
Image Image
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
Can you boot a Linux distro and get the output from "sudo intel_audio_dump"?
Reply
Ok
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
(2016-01-20, 20:28)coolstar Wrote: Can you boot a Linux distro and get the output from "sudo intel_audio_dump"?
Code:
Haswell audio registers:

DDI_BUF_CTL_A         0x00000090  DDI Buffer Controler A
DDI_BUF_CTL_B         0x80000000  DDI Buffer Controler B
DDI_BUF_CTL_C         0x00000000  DDI Buffer Controler C
DDI_BUF_CTL_D         0x00000000  DDI Buffer Controler D
DDI_BUF_CTL_E         0x00000000  DDI Buffer Controler E
PIPE_CONF_A           0xc0000000  PIPE Configuration A
PIPE_CONF_B           0x00000000  PIPE Configuration B
PIPE_CONF_C           0x00000000  PIPE Configuration C
PIPE_CONF_EDP         0x00000000  PIPE Configuration EDP
PIPE_DDI_FUNC_CTL_A   0x90010000  PIPE DDI Function Control A
PIPE_DDI_FUNC_CTL_B   0x00030000  PIPE DDI Function Control B
PIPE_DDI_FUNC_CTL_C   0x00030000  PIPE DDI Function Control C
PIPE_DDI_FUNC_CTL_EDP 0x00030000  PIPE DDI Function Control EDP
DP_TP_CTL_A           0x00000000  DisplayPort Transport A Control
DP_TP_CTL_B           0x00000000  DisplayPort Transport B Control
DP_TP_CTL_C           0x00000000  DisplayPort Transport C Control
DP_TP_CTL_D           0x00000000  DisplayPort Transport D Control
DP_TP_CTL_E           0x00000000  DisplayPort Transport E Control
DP_TP_ST_A            0x00000000  DisplayPort Transport A Status
DP_TP_ST_B            0x00000000  DisplayPort Transport B Status
DP_TP_ST_C            0x00000000  DisplayPort Transport C Status
DP_TP_ST_D            0x00000000  DisplayPort Transport D Status
DP_TP_ST_E            0x00000000  DisplayPort Transport E Status
TRANS_CONF_A          0xffffffff  Transcoder A Configuration
TRANS_CONF_B          0xffffffff  Transcoder B Configuration
TRANS_CONF_C          0xffffffff  Transcoder C Configuration
AUD_CONFIG_A          0x0079fa60  Audio Configuration - Transcoder A
AUD_CONFIG_B          0x0070fa60  Audio Configuration - Transcoder B
AUD_CONFIG_C          0x0070fa60  Audio Configuration - Transcoder C
AUD_MISC_CTRL_A       0x00000044  Audio MISC Control for Transcoder A
AUD_MISC_CTRL_B       0x00000044  Audio MISC Control for Transcoder B
AUD_MISC_CTRL_C       0x00000044  Audio MISC Control for Transcoder C
AUD_VID_DID           0x80862807  Audio Vendor ID / Device ID
AUD_RID               0x00100000  Audio Revision ID
AUD_CTS_ENABLE_A      0x00000000  Audio CTS Programming Enable - Transcoder A
AUD_CTS_ENABLE_B      0x00000000  Audio CTS Programming Enable - Transcoder B
AUD_CTS_ENABLE_C      0x00000000  Audio CTS Programming Enable - Transcoder C
AUD_PWRST             0x00ff0000  Audio Power State (Function Group, Convertor, Pin Widget)
AUD_HDMIW_HDMIEDID_A  0x45545643  HDMI Data EDID Block - Transcoder A
AUD_HDMIW_HDMIEDID_B  0x00000000  HDMI Data EDID Block - Transcoder B
AUD_HDMIW_HDMIEDID_C  0x00000000  HDMI Data EDID Block - Transcoder C
AUD_HDMIW_INFOFR_A    0x00000000  Audio Widget Data Island Packet - Transcoder A
AUD_HDMIW_INFOFR_B    0x00000000  Audio Widget Data Island Packet - Transcoder B
AUD_HDMIW_INFOFR_C    0x00000000  Audio Widget Data Island Packet - Transcoder C
AUD_PORT_EN_HD_CFG    0x00770027  Audio Pipe and Convert Configs
AUD_OUT_DIG_CNVT_A    0x00200280  Audio Digital Converter - Conv A
AUD_OUT_DIG_CNVT_B    0x00000000  Audio Digital Converter - Conv B
AUD_OUT_DIG_CNVT_C    0x00000000  Audio Digital Converter - Conv C
AUD_OUT_CHAN_MAP      0x00777777  Audio Output Channel Mapping
AUD_OUT_STR_DESC_A    0x00014011  Audio Stream Descriptor Format - Conv A
AUD_OUT_STR_DESC_B    0x00000031  Audio Stream Descriptor Format - Conv B
AUD_OUT_STR_DESC_C    0x00000031  Audio Stream Descriptor Format - Conv C
AUD_PINW_CONNLNG_LIST_A 0x00000203  Audio Connection List entry and Length - Transcoder A
AUD_PINW_CONNLNG_LIST_B 0x00000003  Audio Connection List entry and Length - Transcoder B
AUD_PINW_CONNLNG_LIST_C 0x00000003  Audio Connection List entry and Length - Transcoder C
AUD_PIPE_CONN_SEL_CTRL 0x00030300  Audio Pipe Connection Select Control
AUD_DIP_ELD_CTRL_ST_A 0x000054c9  Audio DIP and ELD control state - Transcoder A
AUD_DIP_ELD_CTRL_ST_B 0x000054c9  Audio DIP and ELD control state - Transcoder B
AUD_DIP_ELD_CTRL_ST_C 0x000054c9  Audio DIP and ELD control state - Transcoder C
AUD_PIN_ELD_CP_VLD    0x00000005  audio pin eld valid status
AUD_HDMIW_STATUS      0x08000000  Audio HDMI FIFO Status

Details:

AUD_VID_DID vendor id                    0x8086
AUD_VID_DID device id                    0x2807
AUD_RID Major_Revision                    0x1
AUD_RID Minor_Revision                    0x0
AUD_RID Revision_Id                    0x0
AUD_RID Stepping_Id                    0x0
Audio DIP and ELD control state for TranscoderA
Audio DIP port select                    [0x0] Reserved
Audio DIP type enable status                [0x0] Audio DIP Disabled
DIP Buffer Index                     [0x0] Audio DIP
DIP_transmission_frequency                [0x0] disabled
ELD_ACK                            0
ELD_buffer_size                        21
Audio DIP and ELD control state for TranscoderB
Audio DIP port select                    [0x0] Reserved
Audio DIP type enable status                [0x0] Audio DIP Disabled
DIP Buffer Index                     [0x0] Audio DIP
DIP_transmission_frequency                [0x0] disabled
ELD_ACK                            0
ELD_buffer_size                        21
Audio DIP and ELD control state for TranscoderC
Audio DIP port select                    [0x0] Reserved
Audio DIP type enable status                [0x0] Audio DIP Disabled
DIP Buffer Index                     [0x0] Audio DIP
DIP_transmission_frequency                [0x0] disabled
ELD_ACK                            0
ELD_buffer_size                        21
DDI A Buffer control
DDI Buffer Enable                    0
DP port width                        [0x0] x1 mode
DDI B Buffer control
DDI Buffer Enable                    1
DP port width                        [0x0] x1 mode
DDI C Buffer control
DDI Buffer Enable                    0
DP port width                        [0x0] x1 mode
DDI D Buffer control
DDI Buffer Enable                    0
DP port width                        [0x0] x1 mode
DDI E Buffer control
DDI Buffer Enable                    0
DP port width                        [0x0] x1 mode
Pipe A DDI Function Control
PIPE DDI Function Enable                [0x1]
PIPE DDI selection                    [0x1] Digital Port B
PIPE DDI Mode                        [0x0] HDMI mode
BITS per color                        [0x0]
Pipe B DDI Function Control
PIPE DDI Function Enable                [0x0]
PIPE DDI selection                    [0x0] no port
PIPE DDI Mode                         [0x0] HDMI mode
BITS per color                        [0x0]
Pipe C DDI Function Control
PIPE DDI Function Enable                [0x0]
PIPE DDI selection                    [0x0] no port
PIPE DDI Mode                         [0x0] HDMI mode
BITS per color                        [0x0]
AUD_CONFIG_A  N_index_value                [0x0] HDMI
AUD_CONFIG_A  N_programming_enable            0
AUD_CONFIG_A  Upper_N_value                0x07
AUD_CONFIG_A  Lower_N_value                0xfa6
AUD_CONFIG_A  Pixel_Clock_HDMI                [0x9] 148.5 MHz
AUD_CONFIG_A  Disable_NCTS                0
AUD_CONFIG_B  N_index_value                [0x0] HDMI
AUD_CONFIG_B  N_programming_enable            0
AUD_CONFIG_B  Upper_N_value                0x07
AUD_CONFIG_B  Lower_N_value                0xfa6
AUD_CONFIG_B  Pixel_Clock_HDMI                [0x0] 25.2 / 1.001 MHz
AUD_CONFIG_B  Disable_NCTS                0
AUD_CONFIG_C  N_index_value                [0x0] HDMI
AUD_CONFIG_C  N_programming_enable            0
AUD_CONFIG_C  Upper_N_value                0x07
AUD_CONFIG_C  Lower_N_value                0xfa6
AUD_CONFIG_C  Pixel_Clock_HDMI                [0x0] 25.2 / 1.001 MHz
AUD_CONFIG_C  Disable_NCTS                0
AUD_CTS_ENABLE_A  Enable_CTS_or_M_programming        0
AUD_CTS_ENABLE_A  CTS_M value Index            M
AUD_CTS_ENABLE_A  CTS_programming            0
AUD_CTS_ENABLE_B  Enable_CTS_or_M_programming        0
AUD_CTS_ENABLE_B  CTS_M value Index            M
AUD_CTS_ENABLE_B  CTS_programming            0
AUD_CTS_ENABLE_C  Enable_CTS_or_M_programming        0
AUD_CTS_ENABLE_C  CTS_M value Index            M
AUD_CTS_ENABLE_C  CTS_programming            0
AUD_MISC_CTRL_A  Sample_Fabrication_EN_bit        1
AUD_MISC_CTRL_A  Sample_present_Disable            0
AUD_MISC_CTRL_A  Output_Delay                4
AUD_MISC_CTRL_A  Pro_Allowed                0
AUD_MISC_CTRL_B  Sample_Fabrication_EN_bit        1
AUD_MISC_CTRL_B  Sample_present_Disable            0
AUD_MISC_CTRL_B  Output_Delay                4
AUD_MISC_CTRL_B  Pro_Allowed                0
AUD_MISC_CTRL_C  Sample_Fabrication_EN_bit        1
AUD_MISC_CTRL_C  Sample_present_Disable            0
AUD_MISC_CTRL_C  Output_Delay                4
AUD_MISC_CTRL_C  Pro_Allowed                0
AUD_PWRST  Func_Grp_Dev_PwrSt_Curr                      D0
AUD_PWRST  Func_Grp_Dev_PwrSt_Set                       D0
AUD_PWRST  ConvertorA_Widget_Power_State_Current        D0
AUD_PWRST  ConvertorA_Widget_Power_State_Requsted       D0
AUD_PWRST  ConvertorB_Widget_Power_State_Current        D3
AUD_PWRST  ConvertorB_Widget_Power_State_Requested      D3
AUD_PWRST  ConvC_Widget_PwrSt_Curr                      D3
AUD_PWRST  ConvC_Widget_PwrSt_Req                       D3
AUD_PWRST  PinB_Widget_Power_State_Current              D0
AUD_PWRST  PinB_Widget_Power_State_Set                  D0
AUD_PWRST  PinC_Widget_Power_State_Current              D0
AUD_PWRST  PinC_Widget_Power_State_Set                  D0
AUD_PWRST  PinD_Widget_Power_State_Current              D0
AUD_PWRST  PinD_Widget_Power_State_Set                  D0
AUD_PORT_EN_HD_CFG  Convertor_A_Digen            1
AUD_PORT_EN_HD_CFG  Convertor_B_Digen            1
AUD_PORT_EN_HD_CFG  Convertor_C_Digen            1
AUD_PORT_EN_HD_CFG  ConvertorA_Stream_ID        2
AUD_PORT_EN_HD_CFG  ConvertorB_Stream_ID        0
AUD_PORT_EN_HD_CFG  ConvertorC_Stream_ID        0
AUD_PORT_EN_HD_CFG  Port_B_Out_Enable            1
AUD_PORT_EN_HD_CFG  Port_C_Out_Enable            1
AUD_PORT_EN_HD_CFG  Port_D_Out_Enable            1
AUD_PORT_EN_HD_CFG  Port_B_Amp_Mute_Status        1
AUD_PORT_EN_HD_CFG  Port_C_Amp_Mute_Status        1
AUD_PORT_EN_HD_CFG  Port_D_Amp_Mute_Status        1
AUD_OUT_DIG_CNVT_A  V                    0
AUD_OUT_DIG_CNVT_A  VCFG                0
AUD_OUT_DIG_CNVT_A  PRE                    0
AUD_OUT_DIG_CNVT_A  Copy                0
AUD_OUT_DIG_CNVT_A  NonAudio                0
AUD_OUT_DIG_CNVT_A  PRO                    0
AUD_OUT_DIG_CNVT_A  Level                1
AUD_OUT_DIG_CNVT_A  Category_Code            2
AUD_OUT_DIG_CNVT_A  Lowest_Channel_Number        0
AUD_OUT_DIG_CNVT_A  Stream_ID                2
AUD_OUT_DIG_CNVT_B  V                    0
AUD_OUT_DIG_CNVT_B  VCFG                0
AUD_OUT_DIG_CNVT_B  PRE                    0
AUD_OUT_DIG_CNVT_B  Copy                0
AUD_OUT_DIG_CNVT_B  NonAudio                0
AUD_OUT_DIG_CNVT_B  PRO                    0
AUD_OUT_DIG_CNVT_B  Level                0
AUD_OUT_DIG_CNVT_B  Category_Code            0
AUD_OUT_DIG_CNVT_B  Lowest_Channel_Number        0
AUD_OUT_DIG_CNVT_B  Stream_ID                0
AUD_OUT_DIG_CNVT_C  V                    0
AUD_OUT_DIG_CNVT_C  VCFG                0
AUD_OUT_DIG_CNVT_C  PRE                    0
AUD_OUT_DIG_CNVT_C  Copy                0
AUD_OUT_DIG_CNVT_C  NonAudio                0
AUD_OUT_DIG_CNVT_C  PRO                    0
AUD_OUT_DIG_CNVT_C  Level                0
AUD_OUT_DIG_CNVT_C  Category_Code            0
AUD_OUT_DIG_CNVT_C  Lowest_Channel_Number        0
AUD_OUT_DIG_CNVT_C  Stream_ID                0
AUD_OUT_CHAN_MAP  Converter_Channel_MAP    PORTB    PORTC    PORTD
                1    1    1    1
                2    2    2    2
                3    4    4    4
                4    3    3    3
                5    5    5    5
                6    6    6    6
                7    7    7    7
                8    8    8    8
AUD_OUT_STR_DESC_A  Convertor_Channel_Count        2
AUD_OUT_STR_DESC_A  Bits_per_Sample            [0x1] 16 bits
AUD_OUT_STR_DESC_A  Number_of_Channels_in_a_Stream    2
AUD_OUT_STR_DESC_B  Convertor_Channel_Count        1
AUD_OUT_STR_DESC_B  Bits_per_Sample            [0x3] 32 bits
AUD_OUT_STR_DESC_B  Number_of_Channels_in_a_Stream    2
AUD_OUT_STR_DESC_C  Convertor_Channel_Count        1
AUD_OUT_STR_DESC_C  Bits_per_Sample            [0x3] 32 bits
AUD_OUT_STR_DESC_C  Number_of_Channels_in_a_Stream    2
AUD_PINW_CONNLNG_SEL  Connection_select_Control_B    0
AUD_PINW_CONNLNG_SEL  Connection_select_Control_C    0
AUD_PINW_CONNLNG_SEL  Connection_select_Control_D    0
AUD_CNTRL_ST2  CP_ReadyB                0
AUD_CNTRL_ST2  ELD_validB                1
AUD_CNTRL_ST2  OUT_enableB                1
AUD_CNTRL_ST2  CP_ReadyC                0
AUD_CNTRL_ST2  ELD_validC                0
AUD_CNTRL_ST2  OUT_enableC                0
AUD_CNTRL_ST2  CP_ReadyD                0
AUD_CNTRL_ST2  ELD_validD                0
AUD_CNTRL_ST2  OUT_enableD                0
AUD_HDMIW_STATUS  Conv_A_CDCLK/DOTCLK_FIFO_Underrun    1
AUD_HDMIW_STATUS  Conv_A_CDCLK/DOTCLK_FIFO_Overrun    0
AUD_HDMIW_STATUS  Conv_B_CDCLK/DOTCLK_FIFO_Underrun    0
AUD_HDMIW_STATUS  Conv_B_CDCLK/DOTCLK_FIFO_Overrun    0
AUD_HDMIW_STATUS  Conv_C_CDCLK/DOTCLK_FIFO_Underrun    0
AUD_HDMIW_STATUS  Conv_C_CDCLK/DOTCLK_FIFO_Overrun    0
AUD_HDMIW_STATUS  BCLK/CDCLK_FIFO_Overrun        0
AUD_HDMIW_STATUS  Function_Reset            0
AUD_HDMIW_HDMIEDID_A HDMI ELD:
    10000800 67120001 00000000 00000000 0ed40300
AUD_HDMIW_HDMIEDID_B HDMI ELD:
    00000000 00000000 00000000 00000000 00000000
AUD_HDMIW_HDMIEDID_C HDMI ELD:
    00000000 00000000 00000000 00000000 00000000
AUD_HDMIW_INFOFR_A HDMI audio Infoframe:
    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
AUD_HDMIW_INFOFR_B HDMI audio Infoframe:
    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
AUD_HDMIW_INFOFR_C HDMI audio Infoframe:
    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Reply
Here's mine:
http://pastebin.com/JFzDMv1H
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
Ahh, so it looks like on the chromeboxes it's on Port A, not Port B like the chromebooks
Reply
(2016-01-21, 00:22)coolstar Wrote: Ahh, so it looks like on the chromeboxes it's on Port A, not Port B like the chromebooks
So, is it fixable?
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
(2016-01-21, 05:01)Veronica Wrote:
(2016-01-21, 00:22)coolstar Wrote: Ahh, so it looks like on the chromeboxes it's on Port A, not Port B like the chromebooks
So, is it fixable?

yes. I'll compile new binaries with the config set to PORT_A instead of PORT_B.
Reply
Great, thanks!
My XBMC/Kodi folder: addons, skins, addon/menu backgrounds & more
Reply
(2016-01-21, 05:02)coolstar Wrote:
(2016-01-21, 05:01)Veronica Wrote:
(2016-01-21, 00:22)coolstar Wrote: Ahh, so it looks like on the chromeboxes it's on Port A, not Port B like the chromebooks
So, is it fixable?

yes. I'll compile new binaries with the config set to PORT_A instead of PORT_B.

s/PORT_A/PORT_B; Build and Release Cool Rofl
Reply
  • 1
  • 37
  • 38
  • 39(current)
  • 40
  • 41
  • 58

Logout Mark Read Team Forum Stats Members Help
Windows on Asus/HP/Acer/Dell Chromebox4