[00:52] Kano: ar9170usb isn't enabled in the Ubuntu builds AFAIR; i've been using compat-wireless with the firmware from linux-firmware.git. [00:52] you are lying [00:53] is it enabled now for karmic? [00:53] http://packages.ubuntu.com/search?searchon=contents&keywords=ar9170usb.ko&mode=exactfilename&suite=karmic&arch=any [00:54] they are of course in the image [00:54] ah, good [00:55] apw: would you sync the ar9170usb config (=m) in the c-o-d builds, too? [00:55] where are the 2.6.30 source packages [00:57] canonically? they're gone; karmic is using 2.6.31-git. you'll have to use launchpadlibrarian for older source packages (e.g., https://edge.launchpad.net/ubuntu/+source/linux/2.6.30-10.12). [00:58] you dont used a orig file? [00:59] it doesn't appear so [01:03] no errors about dm with 2.6.31 in launchpad? [01:03] that's definitely broken [01:05] i can't speak for karmic's source package at the moment; i'm using a c-o-d build (2009-07-09) [01:07] c-o-d? [01:11] "crack of the day" builds: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ [01:12] i see [01:12] wenn i can not use those, i do not use ubuntu as base. i always have to apply some patches before building [01:13] are you patching pristine upstream? those are upstream kernel.org sources. [01:15] no some config settings [01:16] i enable the wireless legacy code and some other things on the fly, also i correct known bugs [01:16] somehow u likes to have some bugs, prefer to fix em [01:17] :-) [01:18] like my kernel has working dm, comedi s626 only loading for one special device not generic, and some other changes [01:19] http://kanotix.com/files/excalibur/linux-2.6.31-generic/source/ [01:19] i even have got aufs2 [01:20] also i use lzma compression [01:20] for vmlinuz [01:26] which lzma patch did you choose? there are several [01:27] no patch [01:27] thats one config setting [01:28] CONFIG_KERNEL_LZMA=y [01:30] i compress kernel + initrd with lzma, u uses lzma compression for initrd only in live mode it seems [01:30] but they still did not compress the kernel image with lzma [08:43] smb it is possible that it can be allowed to be interrupted [08:43] as the semantic is likely 'when complete all cpus must have flushed the tlb' [08:43] Hm, ok. Cause in that one case it looked like [08:44] from the printk's I saw the printk before calling the function (after changing the attrs) and the BUG trace is from some acpi code [08:44] but I have two more printk's in global_flush_tlb [08:45] there is no guarentee they have not been 'printed' and not yet flushed out [08:45] which acpi code is blammoing [08:46] wouldn't it with the BUG statement? Something generic called from thread helper: autoremove.wake.function->...>acpi.os.execute.deferred [08:48] depends on the output device, all printk does is queue it for printing in the dmesg buffer and then wake up the drivers [08:48] some drivers are more immediate than others [08:49] serial for instance definatly is not [08:50] smb what is the specific panic, do you have a picture? [08:50] Hm, currently using vga with smal font [08:50] apw, yes [08:50] there must be more information in there, can you get the picture up somewhere [08:50] null pointer dereference [08:50] hrm [08:52] if the remapping was gone correctly then it would not make any difference if the flush has occured or not [08:54] http://www.krikkit.de/aa1debug/07100001.JPG [08:54] http://www.krikkit.de/aa1debug/07100003.JPG is a bit better [08:59] https://pastebin.canonical.com/19558/ [08:59] that is bugging twice [08:59] That would be the code snippled called [08:59] the stack is not from the original bug by the looks [08:59] and the first one is between your two debug statements [09:00] apw, Oh it is only one. Just two pictures of it [09:00] need to find our where that first EIP is on line 4 [09:00] But the rest yeah [09:00] smb, no in the second picture there are two panics [09:00] one on lines 4-6 [09:01] and one on 7- [09:01] the stack is as likely to be from the second one [09:01] Oh, right. The Null pointer and then Oops: 0003 [09:01] need to translate c0105550 on your kernel [09:02] Just a second. Booting the build machine [09:04] Hm, c0105550 -> device_not_available [09:12] apw, Oh actually I just noticed the between printing the eip of the first oops and the BUG, the flush_map(...) is from within global_flush_tlb [09:12] One of the debug statements I added [09:12] yeah saw that [09:13] Hrm, missed it on the camera and on the screen :/ [09:14] are interrupts turned off during the conversion to r/o? [09:15] do you know if the other cpu threads are awake when that code runs? [09:15] a) I don't think so, just spinlocks while taking lists out afaik. b) not sure but checking [09:16] smb, ok the first panic is very odd as its panicing on the stack push [09:17] b) it is after bringing up the hyperthreads [09:17] apw, dumb question, how do I see this? [09:17] so its possible the other thread is losing its stack or similar [09:18] ENTRY(device_not_available) [09:18] RING0_INT_FRAME [09:18] pushl $-1 # mark this as an int [09:18] CFI_ADJUST_CFA_OFFSET 4 [09:18] pushl $do_device_not_available [09:18] CFI_ADJUST_CFA_OFFSET 4 [09:18] jmp error_code [09:18] CFI_ENDPROC [09:18] END(device_not_available) [09:18] it the eip is exactly device_not_available ... then it is pushing a frame [09:19] Ok, yes it is. As the next eip is exactly the entry of call_function_interrupt [09:19] smb, i don't understand [09:19] phone? [09:20] ok [11:08] * apw watches his fan turn on and off correctly on his thinkpad .. amazing [13:12] hey all, got a bit of an issue, when i boot with acpi=off everything boots but of course acpi does not work, when i boot with nolapic acpi works but wireless does not, any ideas? [13:19] why are you booting with either of those? === fabbione is now known as fabbione-vac [14:38] ogasawara_: I have again the laptop I told you some days ago. Tell me if you need something. [14:47] ogasawara_: Ehm, Hello, first of all... ;) [14:53] 2.6.31-2: does it include the fix for tun interfaces? [15:06] Is there a generic problem with the 2.6.28-13 kernel build on i386? [15:10] rgz, It runs for me [15:10] What problem do you have? [15:13] smb: It first gives off some error about my resolution bindings, after grub's loaded; says that 307 doesn't exist, I change the splash resolution, it boots up gdm but all I/O devices don't function. [15:14] I'll get a log as soon as I can, just wondered if anyone else experienced something similar. [15:16] rgz, It does not ring a bell immediately. Hm, 307 might be a resolution but why this affects IO devices. HAve you once tried removing splash? [15:21] smb: Yeah, I looked through the logs, might be something to do with nvidia drivers, but I'm not entirely sure. [15:23] It's a pain; but I'll come back when I have the logs in check. [15:23] rgz, Just to enlighten me. ;-) Did using splash or not make a difference. Ok [15:26] Can anyone have a look at #21367 it can be fixed in (at most) 5 minutes [15:27] smb: No, no difference. [15:27] rgz, ok thanks === Nicke_ is now known as Nicke [16:08] there is a newer version of firmware for ipw2200 than what's in linux-firmware (bug #357968). license in the tarball is the same. would I be stepping on anyone's toes if I uploaded an updated linux-firmware to karmic? [16:08] Malone bug 357968 in linux-firmware "Please update ipw2200 firmware to version 3.1" [Undecided,Triaged] https://launchpad.net/bugs/357968 [16:14] jdstrand, I would not believe so. I believe the names were incremental (so old ones stay there), right? [16:14] smb: I don't understand your question. it is a native package, I would adjust the version appropriately [16:15] jdstrand, It is rather about the version of the firmware file. I just believe those get adapted, sod the old firmware files stay [16:17] smb: linux-firmware simply has the untarred files in firmware/ipw2200. I figured I'd put the new ones there instead [16:17] is that not the proper way? [16:17] all the filenames are the same [16:17] the LICENSE is the same [16:19] Oh I see I confused that with other wireless firmaware which has version numbers in the filename and the driver loads just the highest supported [16:19] So here it is just a replacement as it looks [16:20] * jdstrand nods [16:21] There has been a request to upgrade the iwl4965 just today. I wonder whether it will make sense to get that done with one update [16:22] oh.. forgott, jdstrand ^ [16:23] smb: I don't know anything about iwl4965. I can say preliminary testing shows the ipw2200 driver works fine on 2.6.28 (haven't tested on karmic) [16:23] apw, Would you feel being stepped on something when the firmware package gets done? [16:24] I'm happy to do an ipw2200 only upload [16:24] otherwise, the details are in the bug for ipw2200 [16:24] jdstrand, Ok, for simplicity. Lets do one by one [16:24] alright, consider it done :) [16:29] smb, jdstrand the only thing about firmware is legal issues, i would just touch based with pgraner to make sure he is happy [16:29] apw: the license in the new tarball is the same as in firmware/ipw2200 of linux-firmware [16:30] then that sounds fine to me, i would just let pgraner know you are updating it, as there is a review ongoing [16:30] jdstrand: then it good [16:30] thanks guys-- will test on karmic and upload [16:30] apw, jdstrand: I have it noted. Thanks for the heads up [16:30] jdstrands, Can anyone have a look at #21367 also? [16:31] nanomad: not really my jurisdiction, sorry [16:31] jdstrand, np, thanks anyway [16:32] nanomad: and that isn't linux-firmware, bug linux anyway [16:32] yes, i noticed that :) [16:32] bug #21367 [16:32] Malone bug 21367 in linux "Wifi-enabled led is not lit on ipw2200 cards" [Low,Confirmed] https://launchpad.net/bugs/21367 [16:34] The question is really why upstream did not change the default. It might be work on many but just not on all. Pragmatically I got a ipw2200 and my led works without... [16:35] nanomad, whats the question with it? [16:35] apw, it got disabled in karmic [16:35] it was fixed in Jaunty if I understand things [16:35] since it is not fixed upstream [16:35] it got lost from jaunty -> karmic [16:36] if i manually modprobe ipw2200 with led=1 it works [16:37] Hm, ok. So we had it with the other default in Jaunty [16:37] smb, looks like that [16:37] smb can you accept the nom for jaunty for me on that bug [16:37] and i'll sort out the states [16:38] * smb wait for lp [16:38] ok [16:38] actually, it would be nice to report it upstream. Or we will have the same bug at the next kernel bump [16:38] smb, ok thats been applied to jaunty since the karmic fork and all the commits there are on my list to review [16:39] apw, We should check to get it upstream this time,... [16:39] nanomad, yep [16:39] Either we will know why not or wo't loose it agian [16:39] smb yep. will do that as its been on for 3 months [16:43] apw, ok, quickly scanned the ipw2200 bugs and it did not look like there was one of "suddenly broke" [16:43] smb, might be worth rejecting the nom for karmic on that bug as it means nothing [16:43] smb, thanks for that [16:44] apw, Yeah, will reject that. You are not on it nw? [16:46] i've assigned it me and added it to my list to close when karmic has it [16:46] apw, ok, nomination rejected === bjf_afk is now known as bjf [16:47] smb, thanks [16:49] apw, smb, thanks guys. === maco_ is now known as maco [17:05] apw: I uploaded linux-firmware 1.14 to karmic. I tried to git clone http://kernel.ubuntu.com/git-repos/ubuntu/linux-firmware-karmic.git/ but got: [17:05] fatal: http://kernel.ubuntu.com/git-repos/ubuntu/linux-firmware-karmic.git//info/refs not found: did you run git update-server-info on the server? [17:05] its meant to get run on every commit magically [17:05] apw: I uploaded the new source package to /home/jamie/uploads/karmic on chinstrap [17:06] apw: I looked around for docs on how to update linux-firmware, but nothing popped up [17:06] apw: if you point me at it, I'll do it, otherwise you can get the source package on chinstrap or wait for LP [17:07] ack [17:09] hi people, i've been using jaunty for months, but the RT-kernel is still not updated. it's full of bug. any release date? is someone working on it? [17:12] example, worst bug for me: https://bugs.launchpad.net/ubuntu/+source/linux-rt/+bug/374026 [17:12] Malone bug 374026 in linux-rt "Kernel threads using 100% on one of the two CPUs" [Undecided,Confirmed] [17:12] apw, Is there actually a git for linux-firmware...? [17:13] smb dunno, wanna try and find out and sort that for me [17:13] * apw is snowed [17:13] still undecided... [17:13] wip, The rt kernel is community maintained. Don't know the status [17:13] apw, can do [17:15] smb: thanks for the information, it [17:15] smb: but it means that i should recompile my kernel... ouch... === ogasawara_ is now known as ogasawara [20:09] hello [20:10] could anyone help me with LP bug #396286 ? [20:10] Malone bug 396286 in linux "kernel 2.6.31-generic oops after loading initramfs" [Undecided,New] https://launchpad.net/bugs/396286 [20:12] apw: I beleive that you were the one who replied to LP bug #241307 earlier. I think that we managed to narrow down the source of the problem. is there anythign else I can add? [20:12] Malone bug 241307 in linux "kernel oops during bootup in LTSP" [High,In progress] https://launchpad.net/bugs/241307 [20:13] Q-FUNK, looks like you have some significant update there [20:14] i need to read what you've said and comment, busy right now, will look next week [20:14] apw: at least, it looks like wwx and leio/mraudsepp (freenode) have done a good job of narrowing down the cause. [20:15] apw: wwx pointed out that with early releases of kernel 2.6.23, it was still possible to revert the change with an easy patch, but not anymore. [20:15] alright. I'll wait for your followup, then. :) [20:16] yeah probabally futzed by the merge of 32 and 64 bit x86 [20:16] on my list for next week [20:17] is that what the code that replaced the old ia32 init code in ASM does? attempt to combine init code for x32 and x64 into one? [20:20] no i mean that is what likely futses reverting the patch [20:20] the previous bug you mention sounds liek a very early panic, normally we take piccies of those with a digitcal camera and attach those to the bug [20:21] I'd gladly take a pic (as I previously did for the 2.6.24 kernel bug), but not much core dump fits on the default 24-line VGA screen. [20:21] yes, it indeed feels like an early kernel panic. I'm just not sure what causes it [20:23] if you add vga=ask to the kernel command line it lets you pick a smaller font [20:33] yup. but the max still is 80x60. we cannot quite fit the whole kernel dump [20:34] anyhow. attached. hope it helps. [20:41] Hi everybody! I need more recent kernel like 2.6.29. I installed it from http://kernel.ubuntu.com/~kernel-ppa/. But there is no restricted extras. Where I could get config of existing kernel (like 2.6.28) including RESTRICTED EXTRAS. How could I buld new kernel very similar to default ? [20:56] vitovt, um, restricted extras packags just have like...flash and java and mp3 [20:58] ow. sorry. i mean restricted-modules [20:59] it's too late in my country and I sleeppy now :) [21:04] 2 [21:04] 3 [21:04] 4 [21:04] 5 [21:04] 6 [21:04] 7 [21:04] [21:04] I have a big problem with 2.6.28 kernel in mainline. [21:04] When i'm out of RAM - swap usage allmost impossible. [21:04] There are a lot of errors in syslog (Error allocating memory). [21:04] I used kernel 2.6.29 from (http://kernel.ubuntu.com/~kernel-ppa/). It works great. But miss some important modules for me. [21:04] Also I need to make some modification (framebuffers support) [21:04] How I can build restricted extras for 2.6.29 and make configuration allmost similar to 2.6.28-generic ? [21:04] Sorry for possible flood [21:45] vitovt: clone the git tree; see kernel.ubuntu.com/git/ [21:46] vitovt: see the knowledgebase on the kernel wiki for pointers to build it against the appropriate kernel headers