hi
ive written a simple cmos driver and try to load it
but when i do insmod, i get
[ 9664.617003] cmos: I/O port 0x70 is not free.
how can i find out which other module is using this port?
thanks
martin
linux kernel modules
-
- Member
- Posts: 199
- Joined: Fri Jul 13, 2007 6:37 am
- Location: Stuttgart/Germany
- Contact:
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: linux kernel modules
This is not a forum for Linux kernel questions, but stepping outside of this canned response.. perhaps it's conflicting with another module?sancho1980 wrote:hi
ive written a simple cmos driver and try to load it
but when i do insmod, i get
[ 9664.617003] cmos: I/O port 0x70 is not free.
how can i find out which other module is using this port?
thanks
martin
Now go eat a cookie, watch some television.. and forget that you posted here.
Re: linux kernel modules
See Brynet-Inc's answer. Then perhaps grep dmesg output for 0x70...?sancho1980 wrote:how can i find out which other module is using this port?
Every good solution is obvious once you've found it.
-
- Member
- Posts: 199
- Joined: Fri Jul 13, 2007 6:37 am
- Location: Stuttgart/Germany
- Contact:
Re: linux kernel modules
Right, that's why I asked WHICH other module... (?!?!?)Brynet-Inc wrote: This is not a forum for Linux kernel questions, but stepping outside of this canned response.. perhaps it's conflicting with another module?
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: linux kernel modules
True. @OP:Brynet-Inc wrote: This is not a forum for Linux kernel questions...
Hi, maybe you could try the http://kernelnewbies.org/KernelHacking Linux KErnel Hacking community instead. I'm sure they'll have something more useful to say. Most people here don't actually re-use parts of the linux kernel, as far as I can tell.
--Good luck
gravaera
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.