Contenu récent par mafiasia

  1. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Hey! Got it working. In fact it was working since the begining. dmesg gave me: #dmesg module len 16390 truncated The issue was caused by transfering the file with tftp... :oops:
  2. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Ok thank you ;) I’ll do more tests without CROSS_COMPILE just like your archive.
  3. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Thanks for this. Not such different from what I have done. Where did you compile your drivers? Straight from the Qnap or any other linux distro? GPL version?
  4. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Hey! I have made some few other test on an Ubuntu 14.04 x64 server VM but still have # insmod ch341.ko insmod: can't insert 'ch341.ko': invalid module format I'm using QNAP GPL 4.3.6 and latest Crosstool x86 from sourceforge. What I need is only compling drivers. What I have done export...
  5. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Thanks for th link but even if it is written ${VERSION} :=4.14 I think this HOW-TO is for 4.41. Just a typing mistake. It help for compiling GPL but still get the same error when insmod.
  6. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    How can I by-pass this error when compiling? drivers/scsi/sd.c: In function 'qnap_is_iscsi_disk': or scsi_sysfs.c:(.text+0xf6e25): undefined reference to `qnap_is_iscsi_disk' Thanks for helping.
  7. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Yes but... insmod ch341.ko insmod: can't insert 'ch341.ko': invalid module format dmesg [441121.414530] Module len 16390 truncated cat GPL_QTS_4.3.6/src/linux-4.2/include/generated/utsrelease.h #define UTS_RELEASE "4.2.8" cat kernel/linux-4.2.8/include/generated/utsrelease.h #define...
  8. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Here are what I have done but still not work. What do I miss? # Install Ubuntu 15.04 # Edit /etc/ apt/ sources.list deb http://old-releases.ubuntu.com/ubuntu/ vivid main restricted deb-src http://old-releases.ubuntu.com/ubuntu/ vivid main restricted deb http://old-releases.ubuntu.com/ubuntu/...
  9. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Hey Qoolbox! Seems to work like a charme. At least the module is loaded correctly. Thanks again!!! Could you please tell me more about the way to patch GPL / Compile module, if that not bother you too much. ;) The main lines could be enought. Edit: Confirmed. Module is 100% working! :bounce...
  10. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Thanks a lot! I will give a try at home. Could you please explain the main lines to achieve this? I mean compiling modules from GPL sources code. If yours is working I have probably done something wrong. Thanks for advance.
  11. M

    QNAP [ Domoticz ] [ 2022.2.14606 ] lightweight Home Automation System

    Hi, Did anyone still have this file in his backup? http://www.qoolbox.fr/ch34.ko_x86_64_kernel_4.2.8.tgz I'm facing an issue with an USB Serial device on a TS-870 Pro under QTS 4.3.6.1446 (Linux Kernel 4.2.8). This is the last firmware because the NAS is already EOL :'( so QTS 4.4 is not an...