Opon successful loading of my identity device kernel module I discovered that a socket was open which it depended upon. I need a utility to forcably close the socket, or to relocate it elsewhere on the architecture. How can I change dependancy location (the socket that the identity module depends on). Although it looks that if the 'white' section were moved to be opposite the socket the same end result would be achieved.
I've been having problems (though unsimilar from the above) with the identity device module as well. I tried recompiling my module with several new variables set in the Makefile, like 'FLAT_ORIENTATION=off', 'NICNAME=off', 'ID10T=on', etc. Nothing but errors. It can't find the header files. I did find a good wrapper for the module though that you may want to consider for the next release. It basically allows for full view access to the module, but no changes can be made and the only open port is inaccessible. I can send you the source if you're interested.
um, this doesn't seem to have anything to do with authconfig. What are you referring to exactly?
closed due to feedback.