Problem with SMI fix
- Tonico
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
I tried: Execute /usr/realtime-(kernelversion)-rtai/testsuite/user/latency/run inside a terminal
and yes I substituted the kernel version. Did not work. I don't have the exact error but it seemed to have something to do with the "run" command. Probably something to do with my Linux ignorance.
Just to make my life more interesting it appears that 8.04 live CD does not fit the CD-r's that I have??? Tried under Win "Free and easy burner" and Ubuntu included CD creator....

Let me get some fresh CD-R's even if the ones I have worked for 10.04 which a slightly smaller ISO...
Thanks
Tony
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
The iso for 8.04 is actually 2 MB smaller than 10.04 but very close to the 700MB limit of old CDs, might need to use 800MB CDs if your software won't accept it
To write an .iso to CD you can just open a terminal, cd to the directory where the .iso is and enter
cdrecord -v speed=52 fs=16m dev=/dev/sr0 name_of_image.iso
You just need to check what @cdrw and @dvdrw point to in /dev, for 10.04 dev=/dev/sr0 is probably right
You probably didn't use sudo before it. Try just cd /usr/realtime-(kernelversion)-rtai/testsuite/user/latency then sudo ./runI tried: Execute /usr/realtime-(kernelversion)-rtai/testsuite/user/latency/run inside a terminal
and yes I substituted the kernel version. Did not work. I don't have the exact error but it seemed to have something to do with the "run" command. Probably something to do with my Linux ignorance.
regards
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23344
- Thank you received: 4954
[quoteChipset:
- SiS 651 + SiS 962[/quote]
I think SMI is only appropriate for Intel chipsets.
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
Hopefully loading 8.04 will cure it, otherwise need to start looking at video etc
Please Log in or Create an account to join the conversation.
- Tonico
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
Let me run this by you guys. I can create a DVD on my WIN box. If I was to created a system on a hard drive temporary installed on this system and than move the HD to the Linux box what are the chances of success? They are complely diffirent motherboards. Alternatively I would have to convert a SATA CD/DVD to EIDE....
800MB CD's maybe available 60+ miles from me and not garanteed to work on all drives.
Tony
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
John
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
From your Ubuntu installation open a terminal
Type
sudo wget www.linuxcnc.org/iso/ubuntu-8.04-desktop-emc2-aj13-i386.iso
then when downloaded
sudo cdrecord -v speed=52 fs=16m dev=/dev/sr0 ubuntu-8.04-desktop-emc2-aj13-i386.iso
I have just done it to be sure and the image writes to the 700MB CD without complaint.
(It isn't actually cdrecord that is used but I wont confuse you with that)
regards
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
into the pane that is meant for the files to be included in the .iso
windoze then makes an iso of the iso and it ends up too big!
Somewhere in there there is probably an option to 'burn from iso' which is what you want.
regards
Please Log in or Create an account to join the conversation.
- Tonico
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
2012/08/14 05:09:13
RTH| lat min| ovl min| lat avg| lat max| ovl max| overruns
RTD| -680| -695| 3306| 23104| 28287| 0
RTD| -680| -695| 3372| 17636| 28287| 0
RTD| -684| -695| 3351| 24973| 28287| 0
RTD| -685| -695| 3321| 15689| 28287| 0
RTD| -680| -695| 3316| 26840| 28287| 0
RTD| -681| -695| 3307| 17590| 28287| 0
RTD| -686| -695| 3375| 24792| 28287| 0
RTD| -685| -695| 3343| 12006| 28287| 0
RTD| -686| -695| 3293| 17887| 28287| 0
RTD| -680| -695| 3312| 14592| 28287| 0
RTD| -680| -695| 3378| 14241| 28287| 0
RTD| -680| -695| 3330| 18487| 28287| 0
RTD| -681| -695| 3294| 14982| 28287| 0
RTD| -680| -695| 3306| 12685| 28287| 0
RTD| -686| -695| 3334| 16193| 28287| 0
RTD| -685| -695| 3288| 15050| 28287| 0
RTD| -681| -695| 3326| 24640| 28287| 0
RTD| -682| -695| 3281| 13126| 28287| 0
RTD| -686| -695| 3291| 24490| 28287| 0
RTD| -683| -695| 3384| 16788| 28287| 0
RTD| -683| -695| 3324| 12373| 28287| 0
2012/08/14 05:09:34
I am not throwing any parties yet as the system has no load other than the test. The project for today is figure out how to create a load. Being a real novice at Linux just running this or that is a major project for me reading how to do this and that....
Thanks for help so far
Tony
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
linuxcnc.org/docs/html/common/Getting_EMC.html#_burning_the_cd
John
Please Log in or Create an account to join the conversation.