nouveau-kernel-source is no longer a proper way to use nouveau in lucid,
and the kernel modules are installed through a linux-backports-modules
package automatically. It just recently picked up the proper
conflicts/replaces for nouveau-kernel-source so it should be removed
automatically as soon as
Actually, this is a bug in nouveau-kernel-source.
Furthermore, nouveau in Lucid is in a bit of flux; it looks like it'll
be heading into Lucid's kernel, somewhere. Until that's sorted out I
don't think I'll be updating the nouveau-kernel-source package.
Working nouveau packages for Lucid are ava
something to to with devtmpfs in 2.6.32 i think means
char *(*nodename)(struct device *dev);
is now
char *(*devnode)(struct device *dev, mode_t *mode);
i've attached a patch that makes the changes in
drivers/gpu/drm/drm_sysfs.c. it builds and modprobe's the module fine,
hopefully i havent missed
** Attachment added: "make.log"
http://launchpadlibrarian.net/36354024/make.log
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/36354025/BootDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/36354027/Dependencies.txt
** Attachment added: