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?
29 Replies
Replies have been turned off for this discussion
- christerj77AspirantI have factory default the nas now, details in a pm.
Thank you - chirpaLuminaryK, repeating steps on a clean box now.
- chirpaLuminaryAll good again.
Building modules, stage 2.
MODPOST 3 modules
CC drivers/scsi/scsi_wait_scan.mod.o
LD [M] drivers/scsi/scsi_wait_scan.ko
CC drivers/usb/serial/ftdi_sio.mod.o
LD [M] drivers/usb/serial/ftdi_sio.ko
CC drivers/usb/serial/usbserial.mod.o
LD [M] drivers/usb/serial/usbserial.ko
INSTALL drivers/scsi/scsi_wait_scan.ko
INSTALL drivers/usb/serial/ftdi_sio.ko
INSTALL drivers/usb/serial/usbserial.ko
DEPMOD 3.0.74.RNx86_64.2.1usbcore: registered new interface driver usbserial
usbserial: USB Serial Driver core
USB Serial support registered for FTDI USB Serial Device
ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
usb 3-1: Detected FT232RL
usb 3-1: Number of endpoints 2
usb 3-1: Endpoint 1 MaxPacketSize 64
usb 3-1: Endpoint 2 MaxPacketSize 64
usb 3-1: Setting MaxPacketSize 64
usb 3-1: FTDI USB Serial Device converter now attached to ttyUSB0
usbcore: registered new interface driver ftdi_sio
ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver - chirpaLuminarySteps 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 - christerj77AspirantThank you, i hope others also have use of the steps you have posted, i know i will because i guess this will have to be done each time there is a firmware update.
- chirpaLuminaryMay not be needed every firmware update, only if the kernel changes.
- christerj77AspirantOk :)
- Max_1968AspirantHi,
I'm trying to run openhab (http://www.openhab.org) on my Readynas Ultra 4 running RAIDiator 4.2.24, and one of the things needed for this is the FTDI driver for the Plugwise (http://www.plugwise.com) energy monitoring sockets.
I've followed the steps proposed by chirpa using the GPL sources from http://www.downloads.netgear.com/files/ ... WW_src.zip, and both the build and the install_modules seem to work fine. However when trying the modload I'm getting the same message as chirpa did:modprobe: can't load module usbserial (kernel/drivers/usb/serial/usbserial.ko): invalid module format
I guess this is due to the missing ReadyNAS .configure file in the GPL sources (at least I couldn't find it). Can someone please help me on this / has tried this on 4.2.24 as well ?
Thx,
Max - Max_1968AspirantFound it myself...
had to netgearize (included in the GPL files)../netgearize_kernel.sh
and use the correct path for module installationmake modules
make modules_install INSTALL_MOD_PATH=/
thanks to http://www.readynas.com/forum/viewtopic.php?f=35&t=61970#p347797
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!