Found this resource for compiling a kernel
http://easylinuxcds.com/blog/?p=3244
I found out there is currently a bug with the installation of the .deb process. Do the following after the preceding instructions.
From Mike Stroyan:
This is not actually a defect in nvidia-common. It is a defect in dkms.
The /etc/kernel/postinst.d/dkms script is sending messages to stdout.
That script is run under /usr/share/debconf/frontend, which expects that stdout will only be used for messages to it.
The actual response to the output does not occur while /etc/kernel/postinst.d/dkms is running.
The error message is deferred until the /etc/kernel/postinst.d/nvidia-common script runs.
That second script tries to send debconf requests to stdout.
That triggers the debconf error message in response to the junk that dkms wrote earlier.
Patching /etc/kernel/postinst.d/dkms to redirect stdout fixes the problem.
Adding "1>&2" to the invocation of /etc/init.d/dkms_autoinstaller keeps stdout clean.
You ever find a fix for your Moxa card in jaunty? Having a a similar experience.
ReplyDeleteYep, the newer custom kernel kernel fixed the problem. Someone did some extensive refactoring of the serial drivers right around the time of Jaunty's release unfortunately. The fixes didnt come until after it was released.
ReplyDeleteI also reported on it here https://bugs.launchpad.net/ubuntu/+bug/395926.