Code: Select all
rfcmd /dev/ttyUSB3 NEXA C 1 0
Code: Select all
rfcmd - Error opening /dev/ttyUSB0
Vad är det för fel jag kan ha gjort vid installation som gör att programmet inte fungerar efter en omstart av servern?
Moderator: Telldus
Code: Select all
rfcmd /dev/ttyUSB3 NEXA C 1 0
Code: Select all
rfcmd - Error opening /dev/ttyUSB0
Code: Select all
Module Size Used by
ftdi_sio 28296 0
Code: Select all
ls -l /dev/ttyU*
ls: /dev/ttyU*: No such file or directory
Code: Select all
Sep 9 00:02:33 bubba kernel: usb 1-1: USB disconnect, address 2
Sep 9 00:02:45 bubba kernel: usb 1-1: new full speed USB device using at91_ohci and address 3
Sep 9 00:02:45 bubba kernel: usb 1-1: configuration #1 chosen from 1 choice
Code: Select all
uname -r
Code: Select all
modprobe ftdi_sio vendor=0x1781 product=0x0c30
Version på kärnan:micke.prag wrote:Vilken version av kärnan kör du?
Körför att få reda på det.Code: Select all
uname -r
Låter annars som du glömt parametrarna till modprobe.
Infoga modulen med:Code: Select all
modprobe ftdi_sio vendor=0x1781 product=0x0c30
Code: Select all
Architecture-specific modutils configuration not found, using defaults
Code: Select all
modprobe ftdi_sio vendor=0x1781 product=0x0c30
Code: Select all
modprobe -r ftdi_sio
Härligt!micke.prag wrote:Se till att du har laddat ur den gamla modulen innan då kör in den nya med:Code: Select all
modprobe -r ftdi_sio