[00:44] lamont: newer == better, IMO [00:44] No idea what is in the ubuntu changes though [00:46] the current changes are using tcl8.4 instead of 8.5 (could proabbly chnage for intrepid??) and dropping the cvsps depends (universe) [00:46] I was curious so I looked [00:46] if I get bored tonight, maybe I'll prepare a merge to pester folks with [00:46] just wanted you to have a chance to say "nonono" if you wanted to, before i worked. === asac_ is now known as asac [09:26] I've got a bug with a patch for ubuntu-modules inside a comment: https://bugs.launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.24/+bug/196811 [09:27] Do you think you can use it? [09:27] The patch comment: https://bugs.launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.24/+bug/196811/comments/16 === qense is now known as qense|lunch === qense|lunch is now known as qense [12:37] what are the general rules for backporting kernels? AFAIK its a big no but would like it confirmed for someone here === philwyett_ is now known as philwyett === mjg59` is now known as mjg59 === gnomefre1k is now known as gnomefreak [16:48] gnomefreak: yeah, big NO [16:48] gnomefreak: we've considered it, but never justified the time and testing it would take [16:48] gnomefreak: that may change for hardy (LTS) if we find it is warranted at some later point [16:49] BenC: thanks if i see the bug again ill let them know that its not gonna happen :) [16:50] its a driver IIRC that the bug is about but it requires kernel backport someone added but ill be back later and look at it === BenC changed the topic of #ubuntu-kernel to: Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | Latest kernel upload: 2.6.26-3.7 | Latest news: 2.6.26 kernel is in Intrepid | Next meeting: July 8, 16:00 UTC | Kernel Team machine: http://kernel.ubuntu.com === mkrufk1 is now known as mkrufky === ivoks_ is now known as ivoks === BenC changed the topic of #ubuntu-kernel to: Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | Latest kernel upload: 2.6.26-3.8 | Latest news: 2.6.26 kernel is in Intrepid | Next meeting: July 8, 16:00 UTC | Kernel Team machine: http://kernel.ubuntu.com [20:14] mjg59: You're probably most likely to know this: Is the wattage reported by powertop reliable? I can get my laptop to report under 10W, which is only around twice that of my NSLU2, which sort of brings its usefulness/wattage ratio into question. [20:15] ...or does it not actually represent the "real" power consumption (i.e. what I will be billed by the power company)? [21:43] Can anyone tell me the best way to build a kernel module package that will replace a linux-ubuntu-module (specifically drbd 0.8 to 0.8.2) I built the package no problem, but I have to either --force-overwrite to install or end up with 2 drbd.ko modules? [23:07] mpetersen: put the other module in /lib/modules/`uname -r`/updates/ and it will override the one in lum [23:10] ! [23:10] i wish i knew that [23:11] BenC: i can tell the v4l/dvb build system to install modules to THAT location if it detects an ubuntu dir [23:11] ...that might help users that want bleeding edge driver support without worrying about trashing LUM or whatever's in-tree [23:18] mkrufky: it's default for module-init-tools to handle that (IOW, not ubuntu/debian specific) [23:19] thats very good to know -- i was previously not aware of that [23:19] perhaps v4l/dvb should install to that location for everybody [23:19] ....that would have avoided all the cx88 / saa7134 complaints after that alsa issue was addressed [23:28] mkrufky: just remember, that's where lbm installs them too (which is how we can override drivers ourselves) [23:30] hmm... "lbm" ? [23:30] apparantly thats a popular acronym [23:32] linux-backports-modules [23:32] i should have known [23:32] lol [23:32] i will leave v4l/dvb as it is [23:41] BenC: so 'install -m644 -b -D drbd/drbd.$(KO)o $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/updates/drbd.$(KO)o' instead of 'install -m644 -b -D drbd/drbd.$(KO)o $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/ubuntu/block/drbd/drbd.$(KO)o' should work? nifty, I'll try that.