How can I remove my existing parallel port driver?
Linux - KernelThis forum is for all discussion relating to the Linux kernel.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How can I remove my existing parallel port driver?
Dear friends!
I executed a character driver for parallel port and my base address is 0x378.When i insert my .ko file into kernel space, it says, the address is already using by the drivers like parport, parport_pc. I tried to removed that driver by the command "rmmod".
But it says "the resource is busy; unable to remove". But i did not used any parallel port. Please tell me, how can i remove my existing driver? And how can test my own driver?
Waiting for your valuable reply.
Thank you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.