Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI've also had problems with the compiling of this driver.
"Make" command gives a lot of errors,so I builded this driver using KDelevop. I loaded him into the kernel using modprobe command. "lsmod" displays this driver,but he is absent in$/dev/.... I suppose,I have to write the register part by myself.(register_chrdev(200,"altera",&fops.....)...). By the way this driver is still under development. Under selftest function,you mean the "probe" function. Can you post the changes?