Hey guys, I need a bit of help if you don't mind. I've been trying to hack up a basic driver to communicate with my Edgeport device.. It started out decent enough, I got a new driver I named uep(for no particular reason besides it looked available) to attach to my device just fine.. So at this time I have an extremely simple driver with just these functions.. -uep_match -uep_attach -uep_detach
.. Anyway, to get to my point, I read about lkm and thought man that sure would be nice if I didn't have to reboot my machine every time I make a change to my sources... Anyway, I was getting modload: entry point _uep_lkmentry not found in uep.o every time I tried to load my module, and I thought for sure I was doing something stupid, but it turns out that even the examples inside /usr/share/lkm give the same error when I try to load them. I can't find very much documentation on this, so I was hoping someone could point me in the right direction.. FYI - I am of course running -current kernel and userland(as of maybe 2 days ago). Thanks,