can't open after fixing smi issues

More
23 Mar 2012 00:01 #18729 by Banana Jack
I did what the fixing smi issues page told me to, and while my latency issues are now fixed, emc2 does not open anymore. any ideas?
the formatting on this may be a little odd...it had to go through a lot to get here. my cnc computer stays away from things like the internet...

Print file information:
RUN_IN_PLACE=no
EMC2_DIR=
EMC2_BIN_DIR=/usr/bin
EMC2_TCL_DIR=/usr/share/emc/tcl
EMC2_SCRIPT_DIR=
EMC2_RTLIB_DIR=/usr/realtime-2.6.32-122-rtai/modules/emc2
EMC2_CONFIG_DIR=
EMC2_LANG_DIR=/usr/share/emc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
EMC2_EMCSH=/usr/bin/wish8.5
EMC2 - 2.4.6
Machine configuration directory is '/home/samuel/emc2/configs/3axismdf'
Machine configuration file is '3axismdf.ini'
INIFILE=/home/samuel/emc2/configs/3axismdf/3axismdf.ini
PARAMETER_FILE=emc.var
EMCMOT=motmod
EMCIO=io
TASK=milltask
HALUI=
DISPLAY=axis
NML_FILE=
Starting EMC2...
Starting EMC2 server program: emcsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting EMC2 IO program: io
Starting EMC2 TASK program: milltask
Starting EMC2 DISPLAY program: axis
Shutting down and cleaning up EMC2...
Killing task emcsvr, PID=2046
Killing task milltask, PID=2122
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Cleanup done
Debug file information:
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 17 (X_GLXVendorPrivateWithReply)
Serial number of failed request: 735
Current serial number in output stream: 735
2046
PID TTY STAT TIME COMMAND
2122
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
Kernel message information:
[ 3105.882531] I-pipe: Domain RTAI registered.
[ 3105.882540] RTAI[hal]: <3.8.1> mounted over IPIPE-NOTHREADS 2.6-03.
[ 3105.882544] RTAI[hal]: compiled with gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) .
[ 3105.882632] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[ 3105.882635] PIPELINE layers:
[ 3105.882640] fa35ce20 9ac15d93 RTAI 200
[ 3105.882644] c085cb20 0 Linux 100
[ 3105.913055] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[ 3105.913278] RTAI[sched]: IMMEDIATE, MP, USER/KERNEL SPACE: <with RTAI OWN KTASKs>, kstacks pool size = 524288 bytes.
[ 3105.913288] RTAI[sched]: hard timer type/freq = APIC/12468270(Hz); default timing: periodic; linear timed lists.
[ 3105.913295] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2793258000 hz.
[ 3105.913298] RTAI[sched]: timer setup = 999 ns, resched latency = 2943 ns.
[ 3105.913405] RTAI[usi]: enabled.
[ 3105.974116] RTAI[math]: loaded.
[ 3105.978897] RTAI: Intel chipset found, enabling SMI workaround.
[ 3105.978913] SMI configuration has been cleared, mask used = 1 (saved mask setting 1).
[ 3106.058438] config string '0x378 out '
[ 3107.690124] SMI configuration has been reset, saved mask used = 1.
[ 3107.694692] RTAI[math]: unloaded.
[ 3107.731213] SCHED releases registered named ALIEN RTGLBH
[ 3107.760388] RTAI[malloc]: unloaded.
[ 3107.860023] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[ 3107.865384] I-pipe: Domain RTAI unregistered.
[ 3107.865498] RTAI[hal]: unmounted.

Please Log in or Create an account to join the conversation.

More
23 Mar 2012 02:07 #18730 by pfred1
It looks like something is wrong with your libXrender library. This is where things went south for you:

X Error of failed request: BadLength (poly request too large or internal Xlib length error)

Searching for the string "poly request too large or internal Xlib length error" turns up this:

www.nvnews.net/vbulletin/showthread.php?t=168919

which leads here:

bugs.freedesktop.org/show_bug.cgi?id=9526

Then again you can't believe everything you read on the web. Until you get things to work who knows? But it is where I'd focus.

Yours is going to be different than mine but similar because I don't run Ubuntu but I know how it works a little :)

locate libXrender.so
/usr/lib/libXrender.so
/usr/lib/libXrender.so.1
/usr/lib/libXrender.so.1.3.0

dlocate -S /usr/lib/libXrender.so.1.3.0
libxrender1: /usr/lib/libXrender.so.1.3.0

dpkg --status libxrender1

apt-get update

apt-get install libxrender1

Or run a program called synaptic and it may tell you a bit more about what you're about to do.

I know everyone around here says don't upgrade anything but sometimes maybe you have to break the rules a little? As always before doing anything drastic try to get a second opinion. But it already doesn't work now and what I suggest shouldn't hurt it that much more. Good luck!

Please Log in or Create an account to join the conversation.

More
23 Mar 2012 10:50 #18738 by Rick G

I did what the fixing smi issues page told me to, and while my latency issues are now fixed,

Have you tried to undo the changes you made and test again?

Rick G

Please Log in or Create an account to join the conversation.

More
23 Mar 2012 11:06 #18739 by ArcEye
Hi

From the errors, sounds like pfred1 should be on the right track.
It is very strange that the SMI fix should give rise to this however, presuming that you have opened Axis without problem previously.

If you comment out loading the SMI module, does everything load without error again?

One thing that occurs from the error messages, is to try changing the line
DISPLAY=axis
in your INI file to
DISPLAY=tkemc (or xemc)
just to see if the calls initiating this error are GL related

I have spent a bit of time with the SMI module and trying to get it to work on other Intel chipsets recently.
(www.linuxcnc.org/index.php/english/compo...=18&id=18365&limit=6)

Could you do a lspci -vv from a terminal and post the print please.
I would be very interested in exactly which version of the Intel 82801 or ICH* chipset you have, in case this sort of problem comes up again.

regards

Please Log in or Create an account to join the conversation.

More
23 Mar 2012 18:15 #18747 by pfred1
I've read a bit more about SMI and ran across some information that may or may not apply here. Apparently Intel didn't simply invent SMI just to drive us nuts. In some cases SMI actually serves a purpose, and this might be one of those rare cases. Which leads me to think that changing the video adapter might make this not one of those cases.

Sometimes it is a lot easier to plug in a video card than it is to mess around with loads of software, if you happen to have one kicking around.

Although there is no guarantee that will help any, and that might not be the end of it either. The cure might be a combination of software and hardware remedies. There are a lot of interactions going on that have to mesh in order for things to just work.

Other software to look at is X Window itself, version, and drivers it is using. The kernel has its fingers in the video system too. There aren't any guarantees anything will work though. But I still see a few avenues to pursue before declaring this cause lost.

Please Log in or Create an account to join the conversation.

More
21 May 2012 20:57 - 21 May 2012 21:00 #20266 by Banana Jack
OKAY. i'm back. it really sucks when you have to go to school and don't have enough space for your cnc machine so you have to take a two-month-long break from fixing it...

i don't have another video card lying around, sadly enough, otherwise i would give that a shot.

i tried commenting out the changes i made, to no avail. :( i'm also running into the issue that i can't run updates on that computer because it has no internet connection... it seems i chose to buy a wireless adapter that doesn't get along well with 10.04. which is too bad, it worked flawlessly on this computer with 11.10. but it seems that i need internet to download the things needed to get my adapter to work, and even then they don't always work...

honestly i think it might be easiest for me to just start again from scratch...i don't have much on it, and nothing important. i got it to work before, back when i was dualbooting with xp. it should work again, just without xp, if i just do a clean reformat and reinstall... but that'll be my last resort plan. i'll try everything i feel is within my capabilities first.

oh yeah, and i wasn't quite sure what i was supposed to be looking for with the display=tkemc/xemc change, but i tried them both and emc still refused to open. i have the errors that showed up if you want them but i'm pretty sure they're the same except with the display= changed.

samuel@samuel-desktop:~$ lspci -vv
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: IBM Device 02f6
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Subsystem: IBM Device 02f6
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d0100000 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 30c0
Region 2: Memory at c0000000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at d0180000 (32-bit, non-prefetchable) [size=256K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:02.1 Display controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Subsystem: IBM Device 02f6
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Region 0: Memory at 40600000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: <access denied>

00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: IBM Device 02f6
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 22
Region 0: Memory at d01c0000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: d0000000-d00fffff
Prefetchable memory behind bridge: 0000000040000000-00000000401fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 40200000-403fffff
Prefetchable memory behind bridge: 0000000040400000-00000000405fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
Region 4: I/O ports at 3000
Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at 3020
Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at 3040
Kernel driver in use: uhci_hcd

00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 16
Region 4: I/O ports at 3060
Kernel driver in use: uhci_hcd

00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01) (prog-if 20)
Subsystem: IBM Device 02f6
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
Region 0: Memory at d03c4000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel modules: iTCO_wdt, intel-rng

00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01) (prog-if 80 [Master])
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: I/O ports at 01f0
Region 1: I/O ports at 03f4
Region 2: I/O ports at 0170
Region 3: I/O ports at 0374
Region 4: I/O ports at 30b0
Capabilities: <access denied>
Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
Subsystem: IBM Device 02f6
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin B routed to IRQ 9
Region 4: I/O ports at 3080
Kernel modules: i2c-i801

02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (rev 03)
Subsystem: IBM Device 02f6
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 26
Region 0: Memory at d0080000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at 4000
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
Last edit: 21 May 2012 21:00 by Banana Jack.

Please Log in or Create an account to join the conversation.

More
21 May 2012 22:33 #20267 by Banana Jack
okay this is really weird but i looked again at the errors i was getting when i switched to display=tkemc and display=tkxemc just to be sure they were the same errors i posted originally...they're not. so i went back downstairs to look at it again...tried to open emc...yep, i'm not getting the "X Error of failed request: BadLength (poly request too large or internal Xlib length error)" anymore, now it's something that seems a lot more directly related to my messing around with rtai modules. i added the smi module to rtapi.conf again and retried, and this is the error i got.

Print file information:
RUN_IN_PLACE=no
EMC2_DIR=
EMC2_BIN_DIR=/usr/bin
EMC2_TCL_DIR=/usr/share/emc/tcl
EMC2_SCRIPT_DIR=
EMC2_RTLIB_DIR=/usr/realtime-2.6.32-122-rtai/modules/emc2
EMC2_CONFIG_DIR=
EMC2_LANG_DIR=/usr/share/emc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
EMC2_EMCSH=/usr/bin/wish8.5
EMC2 - 2.4.6
Machine configuration directory is '/home/samuel/emc2/configs/3axismdf'
Machine configuration file is '3axismdf.ini'
INIFILE=/home/samuel/emc2/configs/3axismdf/3axismdf.ini
PARAMETER_FILE=emc.var
EMCMOT=motmod
EMCIO=io
TASK=milltask
HALUI=
DISPLAY=axis
NML_FILE=
Starting EMC2...
Starting EMC2 server program: emcsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Realtime system did not load
Shutting down and cleaning up EMC2...
Killing task emcsvr, PID=2956
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments
Cleanup done

Debug file information:
/etc/emc2/rtapi.conf: line 21: : command not found
insmod: can't read '/usr/realtime-2.6.32-122-rtai/modules/rtai_shm.ko': No such file or directory
2956
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
/etc/emc2/rtapi.conf: line 21: : command not found
ERROR: Module hal_lib does not exist in /proc/modules
ERROR: Module rtapi does not exist in /proc/modules
ERROR: Module rtai_smi does not exist in /proc/modules
ERROR: Module rtai_math does not exist in /proc/modules
ERROR: Module rtai_sem does not exist in /proc/modules
ERROR: Module rtai_shm does not exist in /proc/modules

Kernel message information:
[11442.773631] I-pipe: Domain RTAI registered.
[11442.773642] RTAI[hal]: <3.8.1> mounted over IPIPE-NOTHREADS 2.6-03.
[11442.773646] RTAI[hal]: compiled with gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) .
[11442.773734] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
[11442.773738] PIPELINE layers:
[11442.773742] f9e06e20 9ac15d93 RTAI 200
[11442.773746] c085cb20 0 Linux 100
[11442.801882] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
[11442.802108] RTAI[sched]: IMMEDIATE, MP, USER/KERNEL SPACE: <with RTAI OWN KTASKs>, kstacks pool size = 524288 bytes.
[11442.802117] RTAI[sched]: hard timer type/freq = APIC/12468270(Hz); default timing: periodic; linear timed lists.
[11442.802122] RTAI[sched]: Linux timer freq = 250 (Hz), TimeBase freq = 2792906000 hz.
[11442.802126] RTAI[sched]: timer setup = 999 ns, resched latency = 2944 ns.
[11442.802235] RTAI[usi]: enabled.
[11443.377745] SCHED releases registered named ALIEN RTGLBH
[11443.408375] RTAI[malloc]: unloaded.
[11443.508026] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
[11443.512479] I-pipe: Domain RTAI unregistered.
[11443.512581] RTAI[hal]: unmounted.

Please Log in or Create an account to join the conversation.

More
22 May 2012 02:17 #20268 by pfred1
It took some doing but I've my garage hard wired for Internet access. Linux is as you're finding out much less fun disconnected. I've had spotty results with wi-fi. No one comes right out and says it but Internet connectivity is almost a prerequisite for getting this stuff to work. Technically you don't need it, but it is an awful lot more work going that route. Isn't this stuff already hard enough?

Please Log in or Create an account to join the conversation.

More
22 May 2012 08:31 #20270 by ArcEye
Hi

Rather difficult to assist because you have posted the errors but not the files which caused them.

2 things could be causing

/etc/emc2/rtapi.conf: line 21: : command not found

which appears to be the root of your errors

One is that you haven't edited the rtapi.conf as per wiki.linuxcnc.org/cgi-bin/wiki.pl?FixingSMIIssues

Most common mistake omitting the smi module from either MODULES or MODPATH lines.
Or just could be a mis-spelling or typo somewhere, or using a Windoze editor and filling the file with CR/LF pairs etc

The other could simply be that linuxcnc exited last in an error state and did not properly unload rtai
Trying to re-start it without a re-boot will produce all sorts of strange rt module errors, because some of them are still loaded.

If neither of above, you will need to post a zip of your rtapi.conf, .ini .hal files etc so we can look at them.

Your chipset ICH7_01 is one specified in the smi module, so should work OK.
Would however appear prudent to get your system back working, albeit with SMI spikes, and go from there initially.

regards

Please Log in or Create an account to join the conversation.

More
23 May 2012 01:46 - 23 May 2012 01:47 #20277 by Banana Jack

File Attachment:

File Name: 3axismdf.ini
File Size:2 KB
Attachments:
Last edit: 23 May 2012 01:47 by Banana Jack.

Please Log in or Create an account to join the conversation.

Time to create page: 0.334 seconds
Powered by Kunena Forum