Gnuru.org
Productive Linux


Subscribe

 Subscribe via Feedburner in a reader

Enter your email address:

Delivered by FeedBurner


Login
Login:
Password:



Don't have an account?
Sign up to Gnuru.org
Forgot your password?

More kernel tribulations
20 September 2005 @ 15:34 BST
by Paul

Recently my kernel had "disappeared" after trying to install inkscape. Such things are one of the pleasures of using Debian's unstable version. It can be a pain when it doesn't work, but at least you get cutting edge technology.

Sorting out this vanished kernel involved overcoming several hurdles. One was that the ltmodem drivers no longer worked.

The LT drivers need to be compiled for a specific version of the kernel. At the time of writing there are no LT modules compiled for 2.6.11 packages so I downloaded the source packages and used the "build_deb" script to create the .deb package. Then I installed it.

But it didn't work. For some reason, the script had built the package using the correct kernel headers, that is for kernel 2.6.11-1-686, but then installed the modules in /lib/modules/2.6.11 rather than /lib/modules/2.6.11-1-686. It is such small things upon which nightmares are built.

Of course, once you know where to look it is easy. Copying the modules to /lib/modules/2.6.11-1-686/extra/ fixed the problem.

These problems have made me wonder whether it would not be better to compile one's own kernel rather than trying to use the debian packages. This is especially the case when you are living on the edge by running the unstable distribution. Using your own kernel means, among other things, that it won't get de-installed when the Debian package manager gets a little out of whack.

You can grab the lt driver sources here




Leave a comment:

Are you human?