Sep 11th, 2026, 8:37pm
Author |
Topic: Debian client installation fails (Read 8402 times) |
|
RSteadman
FabulaTech Forum Newbie

Posts: 1
|
 |
Debian client installation fails
on: Aug 22nd, 2022, 5:07pm |
Quote Modify
|
I've been trying for a while now to install the USB over Network (Linux version) client (received ftvusbnet.tar.gz from your end). The OS is Debian 11, fully uptodate, with kernel 5.10.0-17-amd64. I've installed the appropriate kernel headers and required tools. However, as soon as I run make, this is the result I get: ------------- root@user:/opt/ftvusbnet/module/fthc# make make -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory '/usr/src/linux-headers-5.10.0-17-amd64' CC [M] /opt/ftvusbnet/module/fthc/main.o In file included from /opt/ftvusbnet/module/fthc/main.c:16: /opt/ftvusbnet/module/fthc/ftdefs.h:14:10: fatal error: hcd.h: No such file or directory 14 | #include <hcd.h> | ^~~~~~~ compilation terminated. make[3]: *** [/usr/src/linux-headers-5.10.0-17-common/scripts/Makefile.build:291: /opt/ftvusbnet/module/fthc/main.o] Error 1 make[2]: *** [/usr/src/linux-headers-5.10.0-17-common/Makefile:1855: /opt/ftvusbnet/module/fthc] Error 2 make[1]: *** [/usr/src/linux-headers-5.10.0-17-common/Makefile:185: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.10.0-17-amd64' make: *** [Makefile:23: all] Error 2 ------------- I've placed hcd.h manually there, but no change. Any idea what's going wrong?
|
| Last Edit: Aug 22nd, 2022, 5:08pm by RSteadman |
IP Logged |
|
|
|
Sergey_Jarovski
FabulaTech Forum Moderator
FabulaTech Forum God
    
Gender: Posts: 559
|
 |
Re: Debian client installation fails
Reply #1 on: Aug 23rd, 2022, 1:00pm |
Quote Modify
|
Hi, Do the following: sudo apt-get install linux-headers-`uname -r` Reboot PC make clean make
|
|
IP Logged |
Sergey Jarovski
FabulaTech =================== http://www.fabulatech.com
|
|
|
A_Guy
FabulaTech Forum Newbie

Posts: 3
|
 |
Re: Debian client installation fails
Reply #2 on: Aug 7th, 2024, 3:21am |
Quote Modify
|
Hi Sergey! I am seeing the same problem on Raspbian valentin@raspberrypi:/opt/ftvusbnet/module/fthc $ sudo make make -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory '/usr/src/linux-headers-6.6.20+rpt-rpi-v8' CC [M] /opt/ftvusbnet/module/fthc/main.o In file included from /opt/ftvusbnet/module/fthc/main.c:16: /opt/ftvusbnet/module/fthc/ftdefs.h:14:10: fatal error: hcd.h: No such file or directory 14 | #include <hcd.h> | ^~~~~~~ compilation terminated. make[3]: *** [/usr/src/linux-headers-6.6.20+rpt-common-rpi/scripts/Makefile.build:248: /opt/ftvusbnet/module/fthc/main.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.6.20+rpt-common-rpi/Makefile:1938: /opt/ftvusbnet/module/fthc] Error 2 make[1]: *** [/usr/src/linux-headers-6.6.20+rpt-common-rpi/Makefile:246: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.6.20+rpt-rpi-v8' make: *** [Makefile:23: all] Error 2 Unfortunately, what you are offering did not help me either. Any other ideas? Linux raspberrypi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
|
|
IP Logged |
|
|
|
Sergey_Jarovski
FabulaTech Forum Moderator
FabulaTech Forum God
    
Gender: Posts: 559
|
 |
Re: Debian client installation fails
Reply #3 on: Aug 7th, 2024, 9:50am |
Quote Modify
|
Hi What version of USB over Network (Linux client) are you using?
|
|
IP Logged |
Sergey Jarovski
FabulaTech =================== http://www.fabulatech.com
|
|
|
Sergey_Jarovski
FabulaTech Forum Moderator
FabulaTech Forum God
    
Gender: Posts: 559
|
 |
Re: Debian client installation fails
Reply #4 on: Aug 8th, 2024, 9:21am |
Quote Modify
|
You have a new (6.2.0.5) version from Tim for test purposes.
|
|
IP Logged |
Sergey Jarovski
FabulaTech =================== http://www.fabulatech.com
|
|
|