EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: mrfioc2 error at uTCA platform
From: 김지화(빔라인장치팀) <[email protected]>
To: Michael Davidsaver <[email protected]>, "[email protected]" <[email protected]>, "[email protected]" <[email protected]>
Date: Mon, 14 Mar 2016 06:38:05 +0000
Hi Michael,

Thank you for your many advice and the Vadatech engineer helped how to delete “pci_mrfevr.ko” delete.
Now mrfioc2 IOC successfully loaded and running at the uTCA PMC platform.

 
[root@amc725 ~]# cd /lib/modules/3.10.0-229.rt56.162.el6rt.x86_64/extra/

[root@amc725 extra]# ls

daq_series.ko  mrf.ko  pci_mrfevg.ko  pci_mrfevr.ko  sm750fb.ko

[root@amc725 extra]# rm pci_mrfevr.ko

 

After reboot...

[root@amc725 ~]# lsmod | grep mrf

mrf                    13648  0

uio                    19175  1 mrf

parport                40636  1 mrf

 

IOC reboot status

mrmEvrSetupPCI("PMCEVR",0xe,1,0)

Device PMCEVR  14:1.0

Using IRQ 16

FWVersion 0x11000007

Found version 7

Found SFP Strangeness 00070403

PMC Out FP:3 FPUNIV:0 RB:0 IFP:1

EVR FIFO task start

 

epics> dbior

Driver: ntpShared

Driver is not active

Driver: drvEvrMrm

=== Begin MRF EVR support ===

--- EVR PMCEVR ---

Model: 00000001  Version: 00000007

Clock: 119.000000 MHz

=== End MRF EVR support ===

Driver: drvEvgMrm

===  Begin MRF EVG support   ===

===   End MRF EVG support    ===

epics>


-Jihwa

Control & DAQ 
Beamline contrsruction team
Beamline  Division 
PAL-XFEL Project

Pohang Accelerator Laboratory
80 Jigokro-127-Beongil, Nam-gu, 
Pohang, Gyeongbuk 37673, Korea
TEL: 82-54-279-1102
Cellphone: 82-10-8564-0318
________________________________________
보낸 사람: [email protected] <[email protected]> 대신 김지화(빔라인장치팀) <[email protected]>
보낸 날짜: 2016년 3월 12일 토요일 오전 6:03
받는 사람: Michael Davidsaver; [email protected]; [email protected]
제목: RE: mrfioc2 error at uTCA platform

Hi Michael,

When boot time automatically loaded SLAC MRF "pci_mrfevr".
 [root@amc725 ~]# lsmod | grep mrf
 mrf                    13648  0
 uio                    19175  1 mrf
 parport                40636  1 mrf
 pci_mrfevr             53687  0

 I manually removed.
 [root@amc725 opt]# /sbin/rmmod pci_mrfevr

[root@amc725 opt]# lsmod | grep mrf
 mrf                    13648  0
 uio                    19175  1 mrf
 parport                40636  1 mrf


 Restarted mrfioc2 but same error.

mrmEvrSetupPCI("PMCEVR",0xe,1,0)
 Device PMCEVR  14:1.0
 Using IRQ 16
 Failed to open uio device for PCI device 0000:0e:01.0: No such file or directory
 Failed to enable interrupt

 How do I disable/remove this "pci_mrfevr" ?

-Jihwa
________________________________________
보낸 사람: Michael Davidsaver <[email protected]>
보낸 날짜: 2016년 3월 11일 금요일 오후 11:18
받는 사람: 김지화(빔라인장치팀); [email protected]; [email protected]
제목: Re: mrfioc2 error at uTCA platform

On 03/10/2016 11:58 PM, 김지화(빔라인장치팀) wrote:
> Hi Michael,
> I've attached system information.

> [root@amc725 ~]# lsmod
>  Module                  Size  Used by
> ...
>  mrf                    13648  0
>  uio                    19175  1 mrf
>  parport                40636  1 mrf
> ...
>  pci_mrfevr             53687  0

This shows that both kernel modules are loaded.  To simplify
troubleshooting please ensure that only the 'mrf' module is loaded and
not 'pci_mrfevr'.

Only one linux driver can be attached to a particular PCI device.  This
will typically be the first one loaded, in this case 'pci_mrfevr'.  I
should also note that, with modern Linux drivers, having to manually
create a file in /dev/ is a sure sign that something is wrong.








References:
Re: mrfioc2 error at uTCA platform Konrad, Martin
RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)
Re: mrfioc2 error at uTCA platform Michael Davidsaver
RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)
Re: mrfioc2 error at uTCA platform Michael Davidsaver
RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)
Re: mrfioc2 error at uTCA platform Michael Davidsaver
RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)
Re: mrfioc2 error at uTCA platform Michael Davidsaver
RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)

Navigate by Date:
Prev: RE: Questions about medm3.19 problem on fedora 20 64bit Mark Rivers
Next: Re: parametric PV save/restore Jack
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: mrfioc2 error at uTCA platform 김지화(빔라인장치팀)
Next: Re: mrfioc2 error at uTCA platform Konrad, Martin
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 15 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·