From dd4fb774e269f31f1e914f726395d2ecd84ddfe8 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 21 Jun 2014 23:59:41 -0400 Subject: [PATCH] Update BUILDING corrected spelling error for FTDI device module name. --- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 17d0382..68f4a78 100644 --- a/BUILDING +++ b/BUILDING @@ -17,7 +17,7 @@ enable it by executing: sudo depmod sudo modprobe -where YOURDEVICEMODULE is "ftdl_sio" for the DVAP or is "cdc_acm" for the DVRPTR. +where YOURDEVICEMODULE is "ftdi_sio" for the DVAP or is "cdc_acm" for the DVRPTR. After a reboot you should see the device in the "lsusb" list. If you don't see the device listed, Scott's software will never be able to open it either.