- From: David P. Mott <dpmott_at_sep.com>
- Date: Thu, 4 Aug 2005 16:06:48 -0500 (US Eastern Standard Time)
On Thu, 4 Aug 2005, Ian Abbott wrote: > On 03/08/05 21:11, David P. Mott wrote: >> Now, I have unresolved symbols. This makes sense, because I haven't told >> the makefile where these symbols are yet: >> comedi_dio_config, comedi_close, comedi_open, comedi_dio_write > > The symbols should be resolved at module load time. You don't need to > specify anything in your makefile. You should only need to load the comedi > modules before you insmod your watchdog module. Assuming you have installed > the comedi modules, this should be as simple as: > > # modprobe some_comedi_driver > # modprobe kcomedilib > # insmod your_module.ko > > You'll also need to configure the comedi device using the comedi_config > command, possibly before you load your module. Yes, this did the trick. You have just saved me a boatload of time. Thank you, thank you, thank you! -dpmott
Received on 2005-08-04Z20:06:48