Experimental Physics and Industrial Control System
hey, does this kernel message say you anything? kernel: gpib: need to hold board lock to perform ioctl; i found the sourcecode writing this: if( current->pid != board->locking_pid )
{
printk( "gpib: need to hold board lock to perform ioctl %i\n",
cmd & 0xff );
retval = -EPERM;
goto done;
}
what i try is to build device support for a powersupply connected through a gpib interface.
someone told me it might be because two different processes try to access the board, or maybe it isn't accessed by root (but i executed the ioc as root), has anyone got an idea?^^
- Replies:
- Re: ~kernel/driver message Rod Nussbaumer
- Navigate by Date:
- Prev:
Help needed at NSLS II - contract, permanent, sabbatical, or term Dalesio, Leo
- Next:
Re: ~kernel/driver message Rod Nussbaumer
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
<2013>
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Help needed at NSLS II - contract, permanent, sabbatical, or term Dalesio, Leo
- Next:
Re: ~kernel/driver message Rod Nussbaumer
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
<2013>
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024