Page 1 of 1

Module fglrx not found

Posted: Wed Jul 02, 2014 10:26 am
by psahu92
Hi all,
The simulation code (simulatePdb.py of OpenMM) that worked absolutely fine initially, gives the following error now! I had downloaded OpenCL and its Linux 32 Ubuntu 12.04 with ATI Radeon Graphics Card.

Code: Select all

Setting of real/effective user Id to 0/0 failed
FATAL: Module fglrx not found.
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
Setting of real/effective user Id to 0/0 failed
FATAL: Module fglrx not found.
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 136 ()
Minor opcode of failed request: 19
Serial number of failed request: 12
Current serial number in output stream: 12
[/size]
I have no clue what went wrong.

As per Swails suggestion, after trying

Code: Select all

modprobe fglrx
, I get the error-

Code: Select all

FATAL: Module fglrx not found.

Re: Module fglrx not found

Posted: Wed Jul 02, 2014 10:30 am
by jswails1
It sounds like you don't have the proper kernel modules loaded. You can try to load it (as root) via:

Code: Select all

modprobe fglrx
I haven't had an ATI/AMD video card in ages, so I don't have any practical experience getting their drivers installed or working. But my guess is that the GPU driver was updated (maybe?) or otherwise broken. You can always try rebooting to see if that loads the proper modules as well.

Re: Module fglrx not found

Posted: Wed Jul 02, 2014 10:35 am
by peastman
Have you installed the AMD proprietary driver?

Peter

Re: Module fglrx not found

Posted: Wed Jul 02, 2014 10:38 am
by psahu92
I don't think so Peter. I'll check.

Re: Module fglrx not found

Posted: Wed Jul 02, 2014 11:02 am
by psahu92
Yes Peter. I had installed amd-catalyst-14-4-rev2-linux-x86-x86-64-may6; Which is for 64 bit Linux! I shall uninstall it and install a compatible one.

Re: Module fglrx not found

Posted: Wed Jul 02, 2014 12:48 pm
by psahu92
But Peter, actually that wasn't the wrong one. Its meant to be used by both 32 bit and 64 bit Linux users.

http://support.amd.com/en-us/download/d ... t-packages

Re: Module fglrx not found

Posted: Sat Jul 05, 2014 9:43 am
by psahu92
Well, I did a forced uninstall of the driver and then installed again; and it worked!