Hi RenéBravo
Greetings! I am Vijay, an Independent Advisor. I am here to work with you on this problem.
What is the exact issue which you get? Any screenshot?
Answer from Vijay A. Verma on learn.microsoft.comHow to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu? - Unix & Linux Stack Exchange
New to this whole... Windows thing. Is Fresco Logic USB Display Driver a safe thing to be running?
Are you using a Fresco Logic USB attached display?
More on reddit.comProblem with Fresco Logic USB to VGA | NVIDIA GeForce Forums
Is it safe downloading the Fresco logic driver off here?
Videos
Hi RenéBravo
Greetings! I am Vijay, an Independent Advisor. I am here to work with you on this problem.
What is the exact issue which you get? Any screenshot?
Hi Rene,
If the driver from the cards installation disc (if the card is/was an add-on) or if the driver from the Fresco site was downloaded and installed, completely uninstall all of those (these drivers are basically for Win 7/Vista/XP support) then restart the PC and let Windows update install the driver(s) that it likes.
The add-on cards (in my case an Inatech 7 Ports PCI-E to USB 3.0 Expansion Card installed in Feb. 2016) that use the Fresco Logic (FL1100) chipset were always plug-n-play with Windows 10 with the best results. (Those that mistakenly installed the old drivers had problems).
Or, if you are referring to (using) the FL2000 USB 3.0 Display device controller then also refer to the links below:
https://support.frescologic.com/portal/home
https://support.frescologic.com/portal/kb/articles/fl2000-recommended-usb-3-0-xhci-host
https://support.frescologic.com/portal/kb/fresco-logic/faq/vga
Hope this helps,
-Richard
Telling the full story so all the keywords will be included in my response for future searchability:
I've been looking everywhere for a driver or chipset info for the unbranded "Mini HD USB 3.0 HDMI Adapter" for years. I finally dug though enough duck duck go results to find a page that claims it uses the Fresco logic USB display driver, which brought me here.
I was able to get the driver to work using Linux Mint 18.2 "Sonya" with linux-headers-4.13.0-45-generic, but the instructions on git hub were not perfect.
- Clone the repository
git clone https://github.com/FrescoLogic/FL2000.git(If you don't have git installed you can install it withsudo apt install git) - Navigate to src:
cd FL2000/src/ - Run
make(contrary to the instructions, you don't need to editKERNEL_PATHas the bug was fixed) - Insert the module
sudo insmod fl2000.ko - Change to sample
cd ../sample/ - Run
make(I got an error here, but was able to test the driver and see an image despite the error) - Run
sudo ./fltest 0
This crashed the first time I ran it but worked when I re-ran it a second time. Running it a 3rd time, it hangs my system.
Rebooting with the device plugged into the USB port seems to help. It will work at first launch. However, during shutdown my system is unable to disconnect from it's built in RAMDrive and will hang, ctrl-alt-del will move it a few steps further, but then it hangs again forcing me to do a hard shutdown.
I'm not sure if fixing the error when running make in the sample directory make: /opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv200-linux-gnueabi-gcc: Command not found would make this any more stable.
I googled and came across this thread saying I "need to add head file <sys/ioctl.h>" -- I didn't know how to do that so I followed the recommendation in this thread mentioning I should install some gcc packages:
sudo apt-get install gcc-arm-none-eabi gcc-arm-linux-gnueabi
After installing, make progressed further, but I am now getting a make: /opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv20/opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv200-linux-gnueabi-gcc: Command not found error.
Installing ia32-libs hasn't helped.
Just in case someone is still looking, it seems there is a clean-sheet re-implementation of the driver, by klogg from opensource community.
I just moved to building my own PC after being a Mac user for years and I am seeing something called Fresco Logic USB Display Driver. It doesn't look familiar and just want to make sure this isn't something funky.
Hi python coder
I am Dave, I will help you with this.
The official drivers are available from the Fresco website, they would be the best drivers to install.
https://support.frescologic.com/portal/en/kb/fr...
________________________________________________________
Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.
.
Yeah, that was the page I was looking for. Thanks so much!