[02:52] Does anyone know if karmic will use the noveau driver, and if it will have KMS support? [02:55] xMrKrnlx: noveau will be supported, and I believe even be the default driver for nvidia [02:56] jjohansen: cool, do you think KMS will be supported on all possible cards - like Fedora 11? [02:56] xMrKrnlx: as for KMS, I know there is working on that but I don't know what it state is, or whether it will make karmic [02:56] jjohansen: thanks! [03:01] nouveau did not work for me when i tried it a couple of months ago; maybe i should try it again [03:03] sn9: i heard its still in pretty hefty development - i'll probably wait for karmic and see how it works then === xMrKrnlx is now known as masterkernel [03:28] if you want to play with nouveau KMS on karmic -- https://edge.launchpad.net/~xorg-edgers/+archive/nouveau [03:29] dont need the kernel there, just nouveau-kernel-source and xserver-xorg-video-nouveau [03:29] well and the libdrm [05:21] [Jaunty] I have got a loadable kernel module 'snd'. Is the associated source code file /usr/src/linux-source-2.6.28/sound/oss/msnd.c? [05:24] Its object code file is /lib/module/2.6.28-13-generic/kernel/sound/core/snd.ko [05:30] no [05:31] sound/core/ comes from sound/core/, not sound/oss/ === Sarvatt_ is now known as Sarvatt [06:44] is this ubuntu specific or can you help with linux kernel questions? === johndoe297 is now known as JonDoe297 === mdz_ is now known as mdz === elmo_ is now known as elmo [14:57] I know it's the weekend, but anyone around today? [15:00] Hey, is there any reason why I can't modprobe dm_snapshot on karmic? [15:01] Laney: it's probably built in [15:01] could be, that would be a change though [15:01] * Laney checks [15:01] CONFIG_DM_SNAPSHOT=y [15:01] looks like it was built-in on jaunty too [15:02] actually, it might have been that long since I did mk-sbuild-lv [15:03] there's a proposed fix upstream to record the built-in modules so that modprobe will exit 0 [15:04] sounds reasonable [15:56] I'm pretty sure I've found a regression in inotify() in karmic [16:07] Keybuk: It's been effectively rewritten, so that's not entirely surprising [16:08] mjg59: indeed [16:08] just bisecting at the moment to make sure it is fanotify [16:09] the regression being that it's just not returning all deletes ;) [16:12] mjg59: are you running 31-rc ? if so, could you try my test case as well to check it's not just the ubuntu tree [16:14] Not right now - there's a suspend regression I need to track down first [16:15] np [16:15] http://people.ubuntu.com/~scott/inotify_test.c if you do get a chance, if not, no worries [16:16] it should just exit if everything's ok - I see it get stuck expecting events that never come [22:20] hey all [22:20] im trying to compile a daily kernel, and im getting this error when i run sudo fakeroot make-kpkg --initrd --append-to-versio=-dz1 kernel_image kernel_headers [22:21] http://paste.ubuntu.com/215764/ [22:21] this is my first time trying to compile my own kernel, what am i doing wrong? [22:22] i have downloaded and installed the headers and source from the kernel mainline daily 7-11 [22:30] i think it needs a config change to build right now billybigrigger, theres no debs [22:30] never mind, just need a patch :P [22:30] http://patchwork.kernel.org/patch/35137/ [22:30] building myself [22:30] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=373c0a7ed3ea3b34efedb7c83ffb521adff7c894 [22:31] start from linus's source, git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git [22:31] whoa, now im heading into really unknown waters haha [22:31] i use CONCURRENCY_LEVEL=3 INSTALL_MOD_STRIP=1 fakeroot make-kpkg --initrd -append-to-version=-sarvatt kernel_image kernel_headers kernel_source >buildlog.txt 2>&1 [22:32] should i let this one keep going? [22:32] it seems to be working fine for now [22:32] its already fixed upstream, might as well grab the latest source [22:32] so source from mainline is no good? [22:32] you need to make-kpkg clean between errors unless you're using kernel-package 12.x btw [22:32] oh [22:32] i didn't do that between errors [22:33] but it's gotten past the error [22:33] after i patched mmcontrol.c [22:35] Sarvatt, are you using daily kernel? [22:36] nope i build my own [22:36] git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git [22:37] from that ^^ [22:37] ? [22:37] yeah [22:37] hmm [22:37] and still no working cam eh? [22:37] then cp /boot/config.whatever .config while in the linux-2.6 directory [22:37] i havent built one since just before rc2 [22:37] k i stopped that other kernel compile [22:37] from /usr/src i run that git clone line? [22:38] clone it, copy your config to .config then make oldconfig, then make-kpkg clean, then CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd -append-to-version=-dz1 kernel_image kernel_headers kernel_source [22:38] nah do it somewhere in your home directory [22:38] haha, i was just about to type all that out [22:39] high five Sarvatt [22:39] my first kernel compilation!!! :) [22:39] if you get an error, make menuconfig and disable whatever you need to then make-kpkg clean and try again [22:39] k [22:40] probably want to change CONCURRENCY_LEVEL though [22:40] and i should copy my config from 31-2 to my ~ ? or ~/linux-2.6/.git? [22:40] it will read config from .git right? [22:40] cd linux-2.6 && cp /boot/config-2.6.31-2-generic .config [22:41] im glad kernel.org is fast :P 1998 KiB/s [22:41] cd linux-2.6 && cp /boot/config-2.6.31-2-generic .config && make oldconfig && make-kpkg clean && CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd -append-to-version=-dz1 kernel_image kernel_headers kernel_source [22:41] would work [22:41] 2373 KiB/s [22:41] :) [22:41] just take the defaults if theres new stuff during the make oldconfig [22:43] hmm...git only utilizes 1 core eh? [22:43] :( [22:46] Sarvatt, option m for defaults right? [22:46] just hit enter [22:46] OSD object-as-blkdev support (BLK_DEV_OSD) [N/m/?] (NEW) [22:46] oh ok [22:46] default is N in that one [22:46] ya, so isn't that NEW? [22:46] the one in caps, just hitting enter picks the first thing [22:47] CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd -append-to-version=-billybigrigger kernel_image kernel_headers kernel_source [22:47] we're off and running :P [22:48] now any app crashes i won't be able to report to LP will i? [22:49] ahh nice to see both cores maxed :) [22:49] * billybigrigger goes to brew a cup of tea [22:52] just make-kpkg clean afterwards and later you can just git pull from the linux-2.6 directory and do it over again to update it [22:53] git pull instead of using git clone? [22:53] then it just grabs anything thats changed? [22:53] yep it'll just grab the new changes [22:53] nice [22:53] how long does it take you to compile Sarvatt ? [22:54] hmm, ubuntu stock configuration is like a little more than an hour that way [22:54] what kinda cpu? [22:55] i do it on a remote server, AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ [22:55] oooh [22:56] x2 7750 here, oc'd to 3.0ghz [22:56] i shouldn't see much of a difference then [22:56] yeah you should, thats a good deal faster [22:56] whats the clock speed of your 4200? [22:56] this thing is 2.2ghz plus its virtualized and shared with other people [22:56] ahhh [22:57] i had a 5000+ that was 2.4 i think [22:57] you have heat issues with that cpu at all? [22:57] i have mine still [22:57] its a VPS i use as a web server, i dont have any kind of access to the machine where i could know that :D [22:58] bought this kuma instead, although that brisbane chip oc'd like a bastard, i think i had it from 2.4ghz to 3.1ghz stable, with decent temps [22:58] haha [22:59] i'm about to buy a 7850 for my htpc, just picking out a mobo right now [22:59] i have an am2 5000+ if you want with 2gb ddr2 800 [22:59] spare [22:59] interested? :) [23:00] i actually need a cheap mobo&case and i'd i have another box altogether [23:00] darn, you're making me want to compile a new kernel but its been 7 days since rc2 and i'm sure he'll release rc3 hours after i do it like last time :D [23:00] haha [23:01] usually about a week between rc's eh? [23:29] buidling package now [23:29] Sarvatt, you have a timestamp on when i said i started? [23:29] CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd -append-to-version=-billybigrigger kernel_image kernel_headers kernel_source [23:29] we're off and running :P [23:41] i think something stalled [23:41] /home/billybigrigger/linux-2.6/debian/linux-source-2.6.31-rc2-billybigrigger/usr/share/doc/linux-source-2.6.31-rc2-billybigrigger/Buildinfo [23:41] tar cf - $(echo * | sed -e 's/ debian//g' -e 's/\.deb//g' ) | \ [23:41] (cd /home/billybigrigger/linux-2.6/debian/linux-source-2.6.31-rc2-billybigrigger/usr/src/linux-source-2.6.31-rc2-billybigrigger; umask 000; tar xspf -) [23:41] oops, thought that was 1 line [23:41] or is it just tar'ing the image?