Hi Well, not exactly. It's part source and part proprietary object file. The code for the serial driver is open source. This is what allows it to work with multiple kernel versions. However, the code used to control the winmodem itself is in the file ltmobj.o, which is closed source. Since the ltmobj.o file itself is not dependent on kernel version, the respective parts can be compiled and linked to form a working module for kernels 2.2.14 and up as well as the 2.4 kernels. On Sun, Apr 08, 2001 at 04:39:54PM -0500, Brent Harding wrote: > Cool, so they give you the source to compile it for whatever kernel you > have instead of the .o file for only kernel 2.2.14?