User Tools

Site Tools


installtellstickdriverlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
installtellstickdriverlinux [2013/08/06 20:39] – created seststinstalltellstickdriverlinux [2013/08/10 14:56] sestst
Line 1: Line 1:
 ====== Installing Tellstick Linux Drivers ====== ====== Installing Tellstick Linux Drivers ======
-In order for NetHome to be able to communicate with the Tellstick transceiver, you must configure drivers that make the Tellstick appear as a serial-port. These drivers are available in Linux, but since the Tellstick device has its own product id, we must configure Linux so it also accepts this id as a serial port. These instructions work for Debian based Linux like Ubuntu or Raspbian.+In order for NetHome to be able to communicate with the Tellstick transceiver, you must configure drivers that make the Tellstick appear as a serial-port. These drivers are available in Linux kernel, but since the Tellstick device has its own product id, we must configure Linux so it also accepts this id as a serial port. These instructions work for Debian based Linux like Ubuntu or Raspbian.
  
-The modified drivers are available in the NetHome-release under the drivers\linux\ftdi.+A configuration file that configures this is available in the NetHome-release under the drivers\linux\ftdi.
  
 ===== Installation steps ===== ===== Installation steps =====
  
-1. Install the FTDI drivers:+1. Copy the rules file and reload the rules:
  
-  >sudo apt-get install ftdi+  sudo cp <NetHome>/drivers/linux/ftdi/98-nethome.rules /etc/udev/rules.d/ 
 +  sudo udevadm control --reload-rules
      
 +2. Plug in the Tellstick. If you run dmesg, you should see that it has found the Tellstick and installed it as a serial port.
 +  dmesg
 +
  
installtellstickdriverlinux.txt · Last modified: 2018/11/03 02:59 by 127.0.0.1