| 
		
			| Ubuntu Studio 12.04 32b, USB > serial > ELO touchmonitor [Beitrag #2721] | Mo, 12 Dezember 2016 18:25  |  
			| 
				
				
					|  Klaus Beiträge: 10
 Registriert: Dezember 2016
 | Junior Member |  |  |  
	| Hallo Ich arbeite mit Mac Mini's, 2,1 ( Intel C2D ) und OSX  10.7.5
 Ein remote control Program ( X32-Edit )
 https://downloads.music-group.com/software/behringer/X32/X32 -EDIT_LINUX_V.2.5.tar.gz
 läuft auf Ubuntu Studio 12.04 viel besser, ich vermute es wurde für Linux erstellt und nach Mac portiert, jedenfalls sind die original Hersteller ( Midas, von Behringer aufgekauft ) Linux - basiert...
 Nun habe ich aber ELO 1547L Touchmonitore, und die sind mit USB > Seriel Adaptern am Mac,
 laufen zuverlässig auf OSX , und unabdingbar für meine Anwendung.
 
 Leider ist die Linux / Touchscreen / USB > Serial  Installation für mich zu unübersichtlich, sodass ich mich hierhin wende.
 Kann mir jemand helfen, das hinzukriegen ?
 
 - USB > Serial Adapter ist  https://www.exsys.ch/de/usb-seriell/rs-232/1-port/usb-1.1-1s -seriell-rs-232-port-ftdi-chip-set.html
 Treiberinfo :  http://www.ftdichip.com/Support/Documents/AppNotes/AN_220_FT DI_Drivers_Installation_Guide_for_Linux.pdf
 dort steht was von Linux und VPC Treiber der bereits in Ubuntu drin ist...
 - Touchmonitor ist ELO 1547L,
 Treiber  http://support.elotouch.com/Download/Drivers/DriverDownload/ termandcondition.aspx?strLeg=88
 Readme :  http://media.elotouch.com/Support/files/install/Elo-Linux-Se rial-v3.3.3_i686_Installation-Instructions.txt
 
 Vielen Dank erst mal !
 und
 liebe Grüsse
 
 Klaus
 
 |  
	|  |  | 
	|  | 
	| 
		
			| Aw: Ubuntu Studio 12.04 32b, USB > serial > ELO touchmonitor [Beitrag #2723 ist eine Antwort auf Beitrag #2722] | Mo, 12 Dezember 2016 19:27   |  
			| 
				
				
					|  Klaus Beiträge: 10
 Registriert: Dezember 2016
 | Junior Member |  |  |  
	| Beim USB > Serial Treiber, FTDI sagt Linux habe einen VPC Treiber, bietet aber einen D.... Treiber an, aber dann müsse man bei jeden Neustart / Power on ) den VPC Treiber 'entladen'.
 Der USB > Serial Adapter wird eigentlich erkannt, soviel ich im Terminal erkunden konnte mit hilfe der FTDI Treiberinstallationsanleitung ( siehe vorherigen Link ), oder kann man das noch anders testen ?,
 ohne D... Treiberinstallation
 .......
 1 Introduction
 Application Note
 AN_220 FTDI Drivers Installation Guide for Linux
 Version 2.0 Document Reference No.: FT_000723	Clearance No.: FTDI# 302
 The purpose of this application note is to provide users of FTDI chips with a simple procedure to install FTDI drivers for FTDI devices using Linux.
 1.1 Overview
 FTDI has two types of drivers for all supported operating systems. These are the virtual COM port driver (VCP) and the D2XX API driver. Since the FTDI VCP driver is built into the Linux kernel, this document will focus on the installation of the D2XX driver.
 To ensure all FTDI devices have VCP driver support, FTDI recommends installing the latest kernel release on the Linux system. In Linux, the VCP drivers will appear as /dev/ttyUSBx.
 How to verify the built-in COM port: 	Plug in a FTDI based design/module/cable
 	Open a terminal window, and enter dmesg | grep FTDI
 	The output on the terminal window should contain the following: [10170.987708] USB Serial support registered for FTDI USB Serial Device [10170.987915] ftdi_sio 9-1:1.0: FTDI USB Serial Device converter detected [10170.991172] usb 9-1: FTDI USB Serial Device converter now attached to ttyUSB0 [10170.991219] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
 In Linux, the VCP driver and D2XX driver are incompatible with each other. When a FTDI device is plugged in, the VCP driver must be unloaded before a D2XX application can be run. Use the remove module (rmmod) command to do this:
 sudo rmmod ftdi_sio
 sudo rmmod usbserial
 When the FTDI device is power cycled or reset the VCP driver will be reloaded. The rmmod process must be repeated each time this occurs. It is possible to write a simple script that unloads the VCP driver before running the D2XX application.
 ............
 obiges verstehe ich nicht genau...ist von
 http://www.ftdichip.com/Support/Documents/AppNotes/AN_220_FT DI_Drivers_Installation_Guide_for_Linux.pdf
 
 
 Danach müsste ich ich den ELO Treiber Manuel installieren, aber habe das noch nie im Terminal gemacht
 ( Siehe ELO Treiber Readme - Link im vorherigen Beitrag, ziemlich umfangreich )
 http://media.elotouch.com/Support/files/install/Elo-Linux-Se rial-v3.3.3_i686_Installation-Instructions.txt
 Kannst Du das mal lesen ?
 
 Danke
 u
 liebe Gruess
 
 Klaus
 |  
	|  |  | 
	|  |