the ftdi_sio file will NOT INSTALL

Post Reply
4lynne
Posts: 35
Joined: Sat Aug 08, 2015 2:57 am

the ftdi_sio file will NOT INSTALL

Post by 4lynne » Mon Sep 14, 2015 2:53 am

have downloaded it several times and deleted the folder several times
I get this for return code
When using "make" to get ftdi_sio installed this is return code !

root@lynne-300E4C-300E5C-300E7C:/home/lynne/Downloads/3-D# dir
ftdi_sio ftdi_sio.tar.gz
root@lynne-300E4C-300E5C-300E7C:/home/lynne/Downloads/3-D# cd ftdi_sio
root@lynne-300E4C-300E5C-300E7C:/home/lynne/Downloads/3-D/ftdi_sio# make
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.13.0-64-generic/build/include -D__SMP__ -DSMP -DMODVERSIONS -include /lib/modules/3.13.0-64-generic/build/include/linux/modversions.h -I/usr/src/linux-3.13.0-64-generic/drivers/usb/serial/ -O -c -o ftdi_sio.o ftdi_sio.c
In file included from <command-line>:0:0:
/usr/include/stdc-predef.h:59:1: fatal error: /lib/modules/3.13.0-64-generic/build/include/linux/modversions.h: No such file or directory
#endif
^
compilation terminated.
make: *** [ftdi_sio.o] Error 1

I use Linux Ubuntu 14.04 with updates . .
I also have installed Mono and now have 3 programs which connect to the 3 D printer but they can not talk to "Z" Axis and the "X" and "Y" Axis will only go 1 direction towards the Limit switches

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: the ftdi_sio file will NOT INSTALL

Post by Mark » Tue Sep 15, 2015 6:16 pm

"they can not talk to "Z" Axis and the "X" and "Y" Axis will only go 1 direction towards the Limit switches"
1) Did you connect the Z axis wire correct? if so, try to swap the wire or driver of the Z axis to X or Y axis, see if Z axis motor moves.
2) If you don't home the printer first after you start it, all the axes will only going in one direction .

Post Reply