CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-22-2007, 09:32 PM
 
Join Date: Oct 2007
Location: USA
Posts: 9
ajayre is on a distinguished road
Question Ubuntu 7.10 Gutsy Gibbon

Can someone please explain each of the files in: http://www.linuxcnc.org/experimental/gutsy?

A couple of them are obvious to me, but the others arn't.

Also I am assuming that EMC2 needs a kernel with RTAI, and the real time kernel available in the Ubuntu repos (apt-get install linux-rt) won't do the job. Is that correct?

I would like to use EMC2 with my existing computer that has the latest version of Ubuntu on it. Thanks for the help.

Andy
Reply With Quote

  #2   Ban this user!
Old 10-23-2007, 08:48 AM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

By all accounts you need to use 6.04 for EMC to work correctly "out of the box".

You MAY be able to build a working version of sorts, a few have tried but I have not heard of any real success.

Russell.
Reply With Quote

  #3   Ban this user!
Old 10-23-2007, 09:28 AM
 
Join Date: Feb 2007
Location: United States
Posts: 8
Jeff Epler is on a distinguished road

If you want an easy and user-friendly installation procedure, the Ubuntu 6.06 + EMC2 Live CD is still the best option. http://www.linuxcnc.org/content/view/21/4/lang,en/. When packages for a newer version of Ubuntu do reach the same level of friendlyness as the Live CD or the emc2-install.sh script for Ubuntu Dapper, there will be a big announcement. Whether this next version will be Gutsy Gibbon, or whether it will be the next Ubuntu LTS release, remains to be seen.

On the other hand, if you are already comfortable with running dpkg and apt-get at the commandline, the procedure goes something like this: make sure "universe" is enabled in /etc/sources.list. download the .deb files (emc2-dev, linux-source and linux-headers are optional). "dpkg -i" them all, then run 'apt-get -f install' to get the additional required packages from Ubuntu's servers. Reboot, select the "magma" kernel at the bootloader screen, and try out the system.

If you do install the packages, your feedback about whether the kernel works properly and whether emc2 runs reliably are valuable to me. I'll be keeping an eye on this thread.

.deb files are Ubuntu's normal software package format. .changes files are text descriptions of the packages. The .dsc and .tar.gz files are the source code for the respective .deb packages. The packages are: linux-image, linux-headers, and linux-source (linux kernel patched for realtime performance), rtai (real-time application interface, a library for realtime software), and emc2 itself.
Reply With Quote

  #4   Ban this user!
Old 10-23-2007, 10:55 AM
 
Join Date: Oct 2007
Location: USA
Posts: 9
ajayre is on a distinguished road
6.06

Russell - I think you mean 6.06 LTS. I know about the live CD, but I would prefer to get it working with what I already have.

Jeff - thanks for the info - I will definately give this a try and provide feedback.

Andy
Reply With Quote

  #5   Ban this user!
Old 10-23-2007, 08:26 PM
 
Join Date: Oct 2007
Location: USA
Posts: 9
ajayre is on a distinguished road

RTAI and the kernel installed ok, however the magma kernel has broken Ethernet. I'll keep digging to see what the deal is. However the user space latency test works ok.

Andy
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-23-2007, 09:18 PM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

Whoops sorry about that, it was late, that is my excuse and I'm sticking to it
Reply With Quote

  #7   Ban this user!
Old 10-23-2007, 10:04 PM
 
Join Date: Feb 2007
Location: United States
Posts: 8
Jeff Epler is on a distinguished road

What is your network card? is it wired or wireless?

Ubuntu normally include some extra hardware drivers (particularly for wireless cards) in the packages called linux-ubuntu-modules and linux-restricted-modules. I've built linux-ubuntu-modules but don't have any of the hardware that requires it. I haven't tried to build linux-restricted-modules yet. If you think that linux-ubuntu-modules might allow your network card to work, you can try installing the package which I have just uploaded to the experimental/gutsy directory: linux-ubuntu-modules-2.6.22.6-magma_2.6.22.6-0.linuxcnc.1_i386.deb (along with related source files)
Reply With Quote

  #8   Ban this user!
Old 10-26-2007, 10:12 PM
labraticmp3's Avatar  
Join Date: Sep 2006
Location: USA
Posts: 5
labraticmp3 is on a distinguished road

I was just about ready to try to build a real-time kernel for Gutsy Gibbon myself when I came across this thread. I want to thank Jeff for doing the work for us.

Now for my details. I installed Gutsy on an IBM ThinkPad T43. I downloaded the .deb files and installed them including linux-ubuntu-modules-2.6.22.6-magma_2.6.22.6-0.linuxcnc.1_i386.deb just in case. So far all the normal programs are working OK.

When I run EMC2 I get 2 error messages that come up:

AXIS error - RTAPI: ERROR: Unexpected realtime delay on task 1

AXIS error - Unexpected realtime delay: check dmesg for details.

EMC2 seems to run correctly after those errors appear. I ran a short gcode program in air and it worked.

Hopefully this will provide some useful feedback. If I can provide any more information let me know.
Reply With Quote

  #9   Ban this user!
Old 11-07-2007, 07:49 PM
 
Join Date: Oct 2007
Location: USA
Posts: 9
ajayre is on a distinguished road

I ditched the deb files and worked out how to build from scratch. Instructions are here:

http://www.britishideas.com/2007/11/...-from-scratch/

Andy
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you have to use ubuntu? phantomcow2 LinuxCNC (formerly EMC2) 11 10-03-2010 06:46 AM
DNC for Linux Ubuntu ? Meccbell OpenSource Software 7 08-31-2010 09:53 AM
What DNC for Linux Ubuntu ? Meccbell Machine Problems, Solutions , Wireless DNC, serial port 8 10-23-2008 04:37 AM
ubuntu bdi Axis dertsap LinuxCNC (formerly EMC2) 2 10-18-2006 09:59 PM
Ubuntu 6.06 & EMC2 tenmetalman LinuxCNC (formerly EMC2) 19 10-11-2006 09:23 PM




All times are GMT -5. The time now is 02:55 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361