Altera_Forum
Honored Contributor
12 years agoDriver trouble on CentOS 6.5
I'm trying to set up a node for OpenCL on FPGA development. I accidentally had my CentOS 6.4 update to 6.5 with 2.6.32-431.5.1.el6.x86_64 and the driver does not seem to work. When I run ./user in /hld/linux64/driver I get the following message:
using /dev/de40couldn't open the device. did you load the driver? The driver is loaded (I think? I checked using lsmod), but ./user keeps giving me that message. I also checked and /dev/de40 exists when I try to query the FPGA. dmesg gives me the following when I manually unload/load the driver:
aclpci_drv: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint
aclpci_init (666):
----------------------------
aclpci_init (667):
Driver version: 13.1.3.
aclpci_init (682):
pci_register_driver
aclpci_init (688):
success I'm using a terasic DE5-NET board. Any help in solving this would be appreciated. Thanks!