Hi,
I'm new to Linux development but have been enjoying the process. I have learned how to build a basic device driver as a *.ko and load it using insmod. What is the recommended technique if I always want it available? Do you link it into the kernel or do you set up some configuration files to load the driver automatically?
Thanks,
Ken