RE: Fwd: LiS-2.18 and driver open failure due to q->q_ptr being not Null.
Dave Grothe <[email protected]>
| Newsgroups | gmane.linux.kernel.streams |
|---|---|
| Message-ID | <[email protected]> |
At 04:47 PM 2/2/2005, Rodrigues, Edward wrote: > Hi, > >I could get driver open() working on 2.6 kernel by building the drivers >as .o instead of .ko and using LiS method to convert .o to .ko as >mentioned in the LiS documentation. > >My question here is building the modules as .ko directly without >following the LiS method should it work? I tore out a fair amount of hair coming up with a method by which LiS could transmogrify a .o into a .ko; and making it easy to use; and making it work on several different 2.6 kernel versions. The kernel build procedure is supposed to be able to do this itself but I could never get it to work as documented. And, as with all things "kernel", the procedure varied from version to version. So if you are going to do it yourself, you are literally taking your fate into your own hands. -- Dave