Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I'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? --- Quote End --- At the end of probe() there is a function call for the dma selftest. If you loaded the module you can use dmesg to view the printk message output.