7i80 and 7i77
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
That's the answer from configure:
./configure --with-realtime=uspace
your kernel '--with-realtime=uspace' is not known. There might be needed dependencies which won't get set automatically.
successfully configured for 'Ubuntu-10.04'-'--with-realtime=uspace'..
Sorry, I don't know anything about linux so I can't install a program outside of the synaptic manager without a step by step manual. At the moment I follow the manual from andypugh #41426 from the first page of this thread.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
- Posts: 18415
- Thank you received: 5028
git pull
Please Log in or Create an account to join the conversation.
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
/linuxcnc-dev/src$ git pull
remote: Counting objects: 112, done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 60 (delta 32), reused 0 (delta 0)
Unpacking objects: 100% (60/60), done.
From git://git.linuxcnc.org/git/linuxcnc
59f7f47..db713b6 2.6 -> origin/2.6
78734d0..73e1285 master -> origin/master
Updating 78734d0..73e1285
Fast-forward
docs/src/Master_User.txt | 2 +
docs/src/Submakefile | 1 +
docs/src/common/Glossary.txt | 8 +
docs/src/common/Updating_LinuxCNC.txt | 24 +
docs/src/common/images/gmoccapy_4_axis.png | Bin 0 -> 155917 bytes
docs/src/common/images/updating-lucid-to-2.6.png | Bin 0 -> 73710 bytes
docs/src/common/user_intro.txt | 6 +
docs/src/config/ini_config.txt | 12 +-
docs/src/config/lathe_config.txt | 4 +-
docs/src/gui/gmoccapy.txt | 1136 ++++++++++++++++++++
.../images/gmoccapy_0_9_7_sim_hardware_button.png | Bin 0 -> 196995 bytes
docs/src/gui/images/gmoccapy_0_9_7_tool_info.png | Bin 0 -> 7109 bytes
docs/src/gui/images/gmoccapy_3_axis.png | Bin 0 -> 134044 bytes
docs/src/gui/images/gmoccapy_4_axis.png | Bin 0 -> 155917 bytes
docs/src/gui/images/gmoccapy_back_tool_lathe.png | Bin 0 -> 148428 bytes
...moccapy_file_selection_dialog_with_keyboard.png | Bin 0 -> 163716 bytes
.../src/gui/images/gmoccapy_getting_macro_info.png | Bin 0 -> 157567 bytes
.../gui/images/gmoccapy_lathe_touch_off_mode.png | Bin 0 -> 173266 bytes
.../gui/images/gmoccapy_mdi_hidden_keyboard.png | Bin 0 -> 133280 bytes
docs/src/gui/images/gmoccapy_ntb_preview.png | Bin 0 -> 154237 bytes
.../images/gmoccapy_ntb_preview_maximized_2.png | Bin 0 -> 74526 bytes
docs/src/gui/images/gmoccapy_ntb_user_tab.png | Bin 0 -> 193359 bytes
docs/src/gui/images/gmoccapy_plasma_1.png | Bin 0 -> 182804 bytes
docs/src/gui/images/gmoccapy_settings_advanced.png | Bin 0 -> 113984 bytes
.../gui/images/gmoccapy_settings_appearance.png | Bin 0 -> 153042 bytes
docs/src/gui/images/gmoccapy_settings_button.png | Bin 0 -> 4237 bytes
docs/src/gui/images/gmoccapy_settings_hardware.png | Bin 0 -> 93355 bytes
.../images/gmoccapy_with_left_box_in_edit_mode.png | Bin 0 -> 140266 bytes
.../gmoccapy_with_right_panel_in_MDI_mode.png | Bin 0 -> 122831 bytes
docs/src/gui/images/manual_toolchange.png | Bin 0 -> 13551 bytes
.../gui/images/sketch_auto_tool_measurement.png | Bin 0 -> 42170 bytes
docs/src/gui/images/strange_numbers.png | Bin 0 -> 106457 bytes
docs/src/index.tmpl | 1 +
33 files changed, 1188 insertions(+), 6 deletions(-)
create mode 100644 docs/src/common/images/gmoccapy_4_axis.png
create mode 100644 docs/src/common/images/updating-lucid-to-2.6.png
create mode 100644 docs/src/gui/gmoccapy.txt
create mode 100644 docs/src/gui/images/gmoccapy_0_9_7_sim_hardware_button.png
create mode 100644 docs/src/gui/images/gmoccapy_0_9_7_tool_info.png
create mode 100644 docs/src/gui/images/gmoccapy_3_axis.png
create mode 100644 docs/src/gui/images/gmoccapy_4_axis.png
create mode 100644 docs/src/gui/images/gmoccapy_back_tool_lathe.png
create mode 100644 docs/src/gui/images/gmoccapy_file_selection_dialog_with_keyboard.png
create mode 100644 docs/src/gui/images/gmoccapy_getting_macro_info.png
create mode 100644 docs/src/gui/images/gmoccapy_lathe_touch_off_mode.png
create mode 100644 docs/src/gui/images/gmoccapy_mdi_hidden_keyboard.png
create mode 100644 docs/src/gui/images/gmoccapy_ntb_preview.png
create mode 100644 docs/src/gui/images/gmoccapy_ntb_preview_maximized_2.png
create mode 100644 docs/src/gui/images/gmoccapy_ntb_user_tab.png
create mode 100644 docs/src/gui/images/gmoccapy_plasma_1.png
create mode 100644 docs/src/gui/images/gmoccapy_settings_advanced.png
create mode 100644 docs/src/gui/images/gmoccapy_settings_appearance.png
create mode 100644 docs/src/gui/images/gmoccapy_settings_button.png
create mode 100644 docs/src/gui/images/gmoccapy_settings_hardware.png
create mode 100644 docs/src/gui/images/gmoccapy_with_left_box_in_edit_mode.png
create mode 100644 docs/src/gui/images/gmoccapy_with_right_panel_in_MDI_mode.png
create mode 100644 docs/src/gui/images/manual_toolchange.png
create mode 100644 docs/src/gui/images/sketch_auto_tool_measurement.png
create mode 100644 docs/src/gui/images/strange_numbers.png
uli@uli-desktop:~/linuxcnc-dev/src$ ./configure --with-realtime=uspace
configure: WARNING: unrecognized options: --with-realtime
checking build toplevel... /home/uli/linuxcnc-dev
checking installation prefix... run in place
checking for grep... /bin/grep
checking for egrep... /bin/egrep
checking for arch... /usr/bin/arch
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
configure: error: cannot find install-sh, install.sh, or shtool in autoconf "."/autoconf
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
- Posts: 18415
- Thank you received: 5028
./autogen.sh
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
- Posts: 18415
- Thank you received: 5028
the following steps should build a preemt-RT version of linuxcnc
suitable for running the Mesa Ethernet FPGA cards
cd ~
sudo apt-get install git-core gitk git-gui
sudo apt-get build-dep linuxcnc
sudo apt-get install linux-image-3.2.0-4-rt-686-pae
sudo apt-get install libudev-dev
sudo apt-get install iptables-persistent
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
cd linuxcnc-dev
git pull
git checkout master
cd src
./autogen.sh
./configure --with-realtime=uspace
make
sudo make setuid
cd ..
. scripts/rip-environment
Please Log in or Create an account to join the conversation.
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
It seems, it runs but have some disadvantages, Wheezy is ugly, some parts are on different places, I must enter my Name and PW after boot and so on.
If it runs good then I will try to install back the 10.04 version and upgrade it to the same level as the actual.
Please Log in or Create an account to join the conversation.
- pippin88
- Offline
- Elite Member
-
- Posts: 260
- Thank you received: 45
You can set up autologon:
Edit the LightDM configuration file (/etc/lightdm/lightdm.conf) and change these lines to:
autologin-user=username
autologin-user-timeout=0
(those lines will be commented out with a # by default, delete the # and add your username.
Please Log in or Create an account to join the conversation.
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- uli12us
- Offline
- Premium Member
-
- Posts: 97
- Thank you received: 2
The other problem I have is with the loadrt. In any case I must read that the Computer don't know the file or command. And in my Linuxcnc-dev/src isn't any file with hm2-eth only some hm2-pci can be found.
Please Log in or Create an account to join the conversation.
- cncbasher
- Offline
- Moderator
-
- Posts: 1744
- Thank you received: 288
it all about having the correct permissions
dont go back to 10.04 and try to go forward , that will only make the matter worse , and give you even more headaches
the loadrt problem will be with you missing a file or incorrect line entry for the mesa card you are using , are you missing entrys for the ethernet firmware
or missing firmware file
Please Log in or Create an account to join the conversation.