Precise install with Xenomai
ArcEye thank you very much for all of your help. I am up and running now. I am running it from the rip-enviorment in terminal, is there a way to install it and start it from an Icon on the desktop?
./configure --prefix=/usr
Please Log in or Create an account to join the conversation.
ArcEye thank you very much for all of your help. I am up and running now. I am running it from the rip-enviorment in terminal, is there a way to install it and start it from an Icon on the desktop?
./configure --prefix=/usr
As Andy indicted, you can do a user build, which will install to the root file system.
There are disadvantages to this, no real uninstall, just overwrite with another build.
I run several versions on one machine and have them all as RIP builds, but since I use the terminal a lot don't find it a problem.
Matter of choice really
Glad you got there
regards
Please Log in or Create an account to join the conversation.
Thanks
David
Please Log in or Create an account to join the conversation.
I got everthing running but my latency numbers went from 5000ns to +40000ns compared to running on 3.4.55-rtai-2. Is there another realtime kernel I can try? I would really like my touchscreen to work with my system. I am running Ubuntu 12.04 and the touchscreen works fine until I install the realtime kernel. The monitor I am running is an Acer FT200 HQL.
The answer is probably to return to the rtai kernel and compile the driver you need for your touch screen.
As it is obviously present with the standard 3.2.x kernel that ships with 12.04, it is nothing to do with the kernel version, it is whether the driver is built or not.
First step, go back to the 12.04 kernel that works with your touchscreen and do a lspci -k to determine which kernel module is being used
I can't remember if Ubuntu uses module-assistant, if it does that may be your easiest way to build it.
wiki.debian.org/ModuleAssistant
regards
Please Log in or Create an account to join the conversation.
$ sudo modprobe hid-multitouch
And as easy as that the touchscreen worked. Now I needed to have it load on boot up. and here is how I accomplished it.
$ sudo gedit /etc/modules
Add the line to the end of the file
hid-multitouch
Save the file.
Restart and everything worked fine.
I spent many hours trying to figure out what was different or how to customize and make the kernel but this was much easier.
Thank you guys for your help. I would have never figured this out on my own. I didn't even know that a driver in others OSs is a module in Linux.
Thanks
David
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.