Troubleshooting: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Noisy Channels ==
==== <u>Procedure for restarting the rack</u> ====
::1. Upon starting the Acquisition Manager, occasionally there may be extremely noisy channels.


::2. We believe that this is related to files which controls the calibration of the individual channels.
'''There are times that the MEG electronics rack needs to be rebooted.'''
:* If the Acq starts with some noisy channels, usually restarting the Acq will make the noise go away, if not reboot.
:* If the HLU does not work, you must reboot the entire rack.
<br>
<span style="color: rgb(200, 0, 0);"><u>'''There are two important power buttons''' </u></span>
:*'''The button on the <u>DSQ 3500 Electronics Control Console</u> (EC Console) with the ring of light controls the power to the electronics rack. This light changes colors when the rack is powered up.'''


::3. If you do observe issues, restarting ACQ is usually enough to eliminate the problem. However, you may have to restart ACQ several times.
:*'''The <u>Head Localization Unit</u> (HLU) power box, on the top of the new rack, has a button with a light within it. Press this button to turn on and off the HLU unit.'''


::4. Additionally, you can delete the noisy channel from acquisition.


== Procedure for restarting the rack ==
'''<u>To restart (reboot) the electronics rack</u>:'''


::1. There are times that the MEG electronics rack needs to be rebooted.
:# First you must make sure the you have closed ACQ.
::::a. If the Acq starts with some noisy channels, usually restarting the Acq will make the noise go away, if not reboot.
:# Then power off the rack. Press the button on the EC console.
:# Next you must power off the HLU box which is located on top of the new rack. Press it to turn off the HLU.
::::b. If the HLU does not work, you must reboot the entire rack.
:# Return to the console and power the rack back on.
::::c. There are two important power buttons
:::::i. The button on the '''DSQ 3500 Electronics Control Console''' (EC Console) with the ring of light controls the power to the electronics rack. Press this button to turn off the rack. The light will change to amber when the rack is powered down.
:# Wait about 10 seconds.
:::::ii. The '''Head Localization Unit (HLU)''' power box, on the top of the new rack, has a button with a light within it. Press this button to turn on and off the HLU unit.
:# Next, turn the HLU box back on.
:# Now you can launch Acq.


::2. To restart (reboot) the electronics rack:
::::::'''''*Please contact MEG staff for assistance if you are unable to resolve problem(s).'''''


::::a. First you must make sure the you have closed ACQ.
::::b. Power off the rack. Press the button on the ECC console.
::::c. Next you must power off the HLU box which is located on top of the new rack. Press it to turn off the HLU.
::::d.Return to the console and power the rack back on.
::::e. Wait about 10 seconds.
::::f. Next, turn the HLU box back on.
::::g.Now you can launch Acq.


::::'''*Please contact MEG staff for assistance if you are unable to resolve problem(s).'''
<br>


==== <u>Procedure for Resetting the JOYSTICK /FORP CONTROLLER</u> ====
== Procedure for Resetting the Joystick /FORP Controller ==


<gallery>
::::::::<gallery>
Joystick_Controller_Box_pic.jpg
Joystick_Controller_Box_pic.jpg
</gallery>
</gallery>


::1. '''To Set / Re-set the FORP:'''
::::a. Press the knob (shaft) on the right.
::::b. The Display will read: “Change Modes?” Rotate to select and press the knob.
::::c. Select: “Autoconfigure” (at the top). Press the knob.
::::d. Select: “Legacy Handheld” (a ways down). Press the knob.
::::e. Select: “USB” then press the knob.
::::f. Select: “USB Key 12345” then press the knob.


'''<u>To SET / RE-set the FORP:</u>'''
::2. '''To Set / Re-set the Joystick:'''
:# Press the knob (shaft) on the right.
::::a. Press the knob (shaft) on the right.
:# The Display will read: “Change Modes?” Rotate to select and press the knob.
::::b. The Display will read: “Change Modes?” Rotate to select and press the knob.
:# Select: “Autoconfigure” (at the top). Press the knob.
::::c. Select: “Autoconfigure” (at the top). Press the knob.
:# Select: “Legacy Handheld” (a ways down). Press the knob.
::::d. Select: “HID JOYSTICK”. Press the knob.
:# Select: “USB” then press the knob.
::::e. Select: “HID Key 12345” then press the knob.
:# Select: “USB Key 12345” then press the knob.


== Segmentation violation when starting Matlab R2017b and later under Fedora 28 ==
::[https://www.mathworks.com/matlabcentral/answers/366760-segmentation-violation-at-startup-on-fedora-26 Matlab segmentation violation under Fedora 28]


::1. This error occurs when your computer cannot load a certain font display library through MATLAB. To resolve the issue, please navigate to MATLAB R2017b/R2018a installation location in your system and remove the “libfreetype.so.6” library file shipped with MATLAB R2017b, so that MATLAB will use the system version of that library:
'''<u>To SET / RE-set the JOYSTICK:</u>'''
:# Press the knob (shaft) on the right.
:# The Display will read: “Change Modes?” Rotate to select and press the knob.
:# Select: “Autoconfigure” (at the top). Press the knob.
:# Select: “HID JOYSTICK”. Press the knob.
:# Select: “HID Key 12345” then press the knob.


::2. The freetype libraries are installed in ''_matlabroot_/bin/glnxa64/''.
4/18/18


::3. Following are the commands to execute in a linux shell to perform the above mentioned operation: (You may need root privilege)
==== <u>Segmentation violation when starting Matlab R2017b and later under Fedora 28</u> ====
[https://www.mathworks.com/matlabcentral/answers/366760-segmentation-violation-at-startup-on-fedora-26 Matlab segmentation violation under Fedora 28]


cd /opt/matlab (or wherever you may have installed MATLAB)
This error occurs when your computer cannot load a certain font display library through MATLAB.
cd bin/glnxa64
mkdir exclude
mv libfreetype* exclude/


::4. Now, please start MATLAB normally.
To resolve the issue, please navigate to MATLAB R2017b/R2018a installation location in your system and remove
the “libfreetype.so.6” library file shipped with MATLAB R2017b, so that MATLAB will use the system version of that library:

The freetype libraries are installed in ''_matlabroot_/bin/glnxa64/''.

Following are the commands to execute in linux shell to perform the above mentioned operation: (You may need root privilege)

cd /opt/matlab (or wherever you may have installed MATLAB)
cd bin/glnxa64
mkdir exclude
mv libfreetype* exclude/

Now, please start MATLAB normally.

Revision as of 11:29, 18 August 2018

Noisy Channels

1. Upon starting the Acquisition Manager, occasionally there may be extremely noisy channels.
2. We believe that this is related to files which controls the calibration of the individual channels.
3. If you do observe issues, restarting ACQ is usually enough to eliminate the problem. However, you may have to restart ACQ several times.
4. Additionally, you can delete the noisy channel from acquisition.

Procedure for restarting the rack

1. There are times that the MEG electronics rack needs to be rebooted.
a. If the Acq starts with some noisy channels, usually restarting the Acq will make the noise go away, if not reboot.
b. If the HLU does not work, you must reboot the entire rack.
c. There are two important power buttons
i. The button on the DSQ 3500 Electronics Control Console (EC Console) with the ring of light controls the power to the electronics rack. Press this button to turn off the rack. The light will change to amber when the rack is powered down.
ii. The Head Localization Unit (HLU) power box, on the top of the new rack, has a button with a light within it. Press this button to turn on and off the HLU unit.
2. To restart (reboot) the electronics rack:
a. First you must make sure the you have closed ACQ.
b. Power off the rack. Press the button on the ECC console.
c. Next you must power off the HLU box which is located on top of the new rack. Press it to turn off the HLU.
d.Return to the console and power the rack back on.
e. Wait about 10 seconds.
f. Next, turn the HLU box back on.
g.Now you can launch Acq.
*Please contact MEG staff for assistance if you are unable to resolve problem(s).

Procedure for Resetting the Joystick /FORP Controller

  • 1. To Set / Re-set the FORP:
    a. Press the knob (shaft) on the right.
    b. The Display will read: “Change Modes?” Rotate to select and press the knob.
    c. Select: “Autoconfigure” (at the top). Press the knob.
    d. Select: “Legacy Handheld” (a ways down). Press the knob.
    e. Select: “USB” then press the knob.
    f. Select: “USB Key 12345” then press the knob.
    2. To Set / Re-set the Joystick:
    a. Press the knob (shaft) on the right.
    b. The Display will read: “Change Modes?” Rotate to select and press the knob.
    c. Select: “Autoconfigure” (at the top). Press the knob.
    d. Select: “HID JOYSTICK”. Press the knob.
    e. Select: “HID Key 12345” then press the knob.

    Segmentation violation when starting Matlab R2017b and later under Fedora 28

    Matlab segmentation violation under Fedora 28
    1. This error occurs when your computer cannot load a certain font display library through MATLAB. To resolve the issue, please navigate to MATLAB R2017b/R2018a installation location in your system and remove the “libfreetype.so.6” library file shipped with MATLAB R2017b, so that MATLAB will use the system version of that library:
    2. The freetype libraries are installed in _matlabroot_/bin/glnxa64/.
    3. Following are the commands to execute in a linux shell to perform the above mentioned operation: (You may need root privilege)
     cd /opt/matlab (or wherever you may have installed MATLAB)
     cd bin/glnxa64
     mkdir exclude
     mv libfreetype* exclude/
    
    4. Now, please start MATLAB normally.