Re: Mail Archive?
Andy Winton <[email protected]>
| Newsgroups | gmane.linux.kernel.streams |
|---|---|
| Message-ID | <[email protected]> |
Hi, Thanks for this. Yep, previously I compiled in my driver into streams.o now it's in its own module streams-mymod.o so I needed the extra hooks for that. Loading ok now. thanks! andy On Wed, 2004-09-22 at 08:47, Brian F. G. Bidulock wrote: > Andy, > > Try man insmod. Chances are your driver was nor properly compiled > as a Linux kernel module or your modutils does not match your kernel. > It likely has nothing to do with LiS. > > For a mail archive, see attached note. > > --brian