NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
christerj77
May 04, 2013Aspirant
Need help with ftdi_sio drivers
Im trying to get my rfxtrx433 usb to work with my readynas ultra 2 with os 6 installed but i cant understand how to install/compile the ftdi_sio drivers, anyone can help me with this?
chirpa
May 24, 2013Luminary
Steps performed...
# apt-get update; apt-get install build-essential libncurses5-dev
# cd /data/Backup
# mkdir GPL
# cd GPL
# wget http://www.readynas.com/download/GPL/readynasos/ReadyNASOS_V6.0.6_WW_src.zip
# unzip ReadyNASOS_V6.0.6_WW_src.zip
# cd linux-3.0.74/
# cp arch/x86/configs/readynas_defconfig .config
# make menuconfig // enable module for device
# make ARCH=x86_64; make modules_install ARCH=x86_64
# modprobe ftdi_sio
// from .config for this specific use case
# USB port drivers
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_FTDI_SIO=m
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!