Hi,
the output of lspci should contain
Altera Corporation Device 0005
so the v14 device driver never registers to manage the board.
I was in the same situation. The reason was, that the v14 hello_world.rbf from Bittware (or any other v14 rbf for the board) has to be loaded to the fpga and flash with _unchecked_ "compressed" box in bwconfig-gui (it is now fixed in the doc and there is a thread featuring this in this forum). After that, the board driver should be loaded automatically.
With dmesg I ment simply typing "dmesg" in the terminal to get the output of the kernel debug buffer. There you can see, whether the driver is actually used after having been loaded (on startup after having executed aocl install before)