On Fri, 21 Sep 2012, Anthony Hook wrote: > Apologies, this is my first ever upstream report. I hope I did alright > by whoever gets this. > ----- > 0711:5100 sisusbvga driver not working with StarTech USB2VGAE2 > > Along with the bug posted at: > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/517934 > > I am not able to use this device. I have not, however, manually added > the device ID and recompiled, as the original poster did. > > Upon plugging it in, dmesg shows: > > [21732.185356] usb 1-1.4.3: USB disconnect, device number 5 > [22319.105209] usb 2-1.1: new high-speed USB device number 4 using ehci_hcd > > and lsusb: > > Bus 002 Device 004: ID 0711:5100 Magic Control Technology Corp. Magic > Control Technology Corp. (USB2VGA dongle) The sisusbvga driver's device table does not include an entry for ID 0711:5100. You will have to add it to make the driver work, like the original poster did. The file to edit is drivers/usb/misc/sisusbvga/sisusb.c. Add an entry to the sisusb_table[] array. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html