Problem running linuxcnc master on Ubuntu 12.04
Installed a fresh Ubuntu 12.04 and followed this guide
wiki.linuxcnc.org/cgi-bin/wiki.pl?UpdatingTo2.6
Getting some problems i cant get my head arround, and the searches im doing on the subject is not many.
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/index.php/english/download
This does seem to be the problem.
Debug file information:
Gen6+ requires Kernel 3.6 or later.
python: ../../../../src/mesa/main/context.c:1549: _mesa_make_current: Assertion `newCtx->Version > 0' failed.
JT
Please Log in or Create an account to join the conversation.
And the whole reason i upgraded to 12.04 was to get my new Dell touchscreen working (Quanta chip) and that did not run in Wheezy.
Got the touch working yesterday in Ubuntu 12.04 but hit the problems in my first post.
As i understand this its a intel driver for my grapics card that is yelling that it needs a newer kernel.
askubuntu.com/questions/300300/intel-hd-...ntu-12-04-kernel-3-5
Anyone know if there is a 3.6 RTAI kernel available for Ubuntu 12.04 ?
Please Log in or Create an account to join the conversation.
your touch screen should run ,
you also cant run any rtai kernel , so it could be that your messing things up , by trying different combinations
Please Log in or Create an account to join the conversation.
Your basic problem is that you are trying to run Linuxcnc with hardware not supported by the available kernels.
That is very often the case when trying to do everything on one machine.
I am not sure why VNC is important, that is normally a sign that the user is unable to wean themselves off windoze and just wants to access Linux from windoze
If you were remotely accessing a machine running Linuxcnc from the machine with the HD3000 chip, none of this would be an issue.
There are no > 3.6-rtai kernels I am aware of for 12.04. It may be LTS, but effectively 12 and 13 are dead and the libraries are getting old..
There is a 3.8.13-rtai kernel in the MachineKit repos running on Trusty (14.04)
It has corresponding headers and realtime
deb.dovetail-automata.com/pool/main/
You would need to check that it has the correct drivers built, but no reason to think they would not be.
regards
Please Log in or Create an account to join the conversation.
But there i got other problems (VNC and no hid-touch drivers)
So it more a combination of my hardware not being supported in one release.
Might have been that the Intel HD 3000 driver is loaded difrently on Wheezy, im not shure but i could start linuxcnc atleast.
i have ran the CNC on the exact same hardware with ubuntu 10.04 for several month without problem minus the touchscreen.
That is very often the case when trying to do everything on one machine.
All the machine is going to run is Linuxcnc and support the new touch screen.
I am not sure why VNC is important, that is normally a sign that the user is unable to wean themselves off windoze and just wants to access Linux from windoze
VNC is only a tool so that i dont have to stand in the garage and configure all this stuff.
Remote X dont seem like good solution since i need to have "same session" remote control since im configureing touch screen and whatnot.
Alternitives to this are welcome.
Think ill try to compile a new 3.6+ kernel for 12.04 instead of running 14.04There is a 3.8.13-rtai kernel in the MachineKit repos running on Trusty (14.04)
It has corresponding headers and realtime
you would be better with wheezy hybrid iso , vnc works in wheezy just fine and also dont install manufactures drivers
your touch screen should run ,
Tried the hybrid iso and got linuxcnc running on it, but no hid-multitouch and VNC did not work the way i would like.
Tried to get x11vnc working but seemd very buggy and did not repond to input if the vty where not active and so forth.
What vnc or other remote control solution is the best on wheezy ?
i have not installed any drivers seperatly!
Please Log in or Create an account to join the conversation.
Think ill try to compile a new 3.6+ kernel for 12.04 instead of running 14.04
There have never been any RTAI patches for 3.6 that I am aware of.
The most recent supported kernels in the copies of the repos I have are 3.8.13, 3.10.53 and 3.14.17
In the time it takes to track down the sources, you could install 14.04 on another partition and try the Machinekit packages.
If it does not work with your hardware, you just delete it.
regards
Please Log in or Create an account to join the conversation.
as the touch screen packages are available it should not be too difficult to install them
Please Log in or Create an account to join the conversation.
as the touch screen packages are available it should not be too difficult to install them
there is a post giving some information on installing touch screens to the wheesy hybrid.iso
Please Log in or Create an account to join the conversation.
The monitor is a new Acer (cheap and crappy really). So I don't understand why it's so hard to make it work on the new kernels. I thought this would have built in support. But I have come to understand Quantas touch devices isn't a good match with Linux.
As for VNC solutions I can recommend Teamviewer. I have not had problems with that in any of the Linux versions I have tried (10.04, 12.04 and the new Debian hybrid). And it does everything I want from a VNC solution and then some.
Anders
Please Log in or Create an account to join the conversation.