You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The USB-CDC ACM driver is not compatible with the exart / vizzini hardware USB UART on the Atlys. It will successfully bind to the USB device and then appear to not work.
To get this UART to work you instead need to install the exart / vizzini driver.
HDMI2USB-mode-switch should also warn / complain about the USB-CDC ACM driver being bound to the exart device. There already is a horrible hack for dealing with this. The .drivers() attribute should already have the info about which module is bound to the device.
The text was updated successfully, but these errors were encountered:
The USB-CDC ACM driver is not compatible with the exart / vizzini hardware USB UART on the Atlys. It will successfully bind to the USB device and then appear to not work.
To get this UART to work you instead need to install the exart / vizzini driver.
The udev rules should prevent the USB-CDC ACM driver from binding to the exart using the USB IDs see https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/udev/98-hdmi2usb-atlys.rules#L28-L34
HDMI2USB-mode-switch should also warn / complain about the USB-CDC ACM driver being bound to the exart device. There already is a horrible hack for dealing with this. The
.drivers()
attribute should already have the info about which module is bound to the device.The text was updated successfully, but these errors were encountered: