[00:01] Perth's pretty nice, too. Although it's suffering somewhat from the house-requires-firstborn-child now. [00:03] RAOF: what? [00:04] Perth house prices are moderately nutty now, what with the (continuing) resource boom. [00:04] yes [00:04] but how does the firstborn come into it? or are you just saying expensive ? :) [00:05] I'm just saying expensive. [00:05] Perhaps in an overly roundabout way. === bjf is now known as bjf-afk [10:59] smb, any sign of a .33.y appearing yet? [10:59] Apart from the tree which is there? [11:00] Nothing in GKH s repo [11:04] Q-FUNK, I saw your comments/updates on the bugs. Though I don't think not having a initramfs is a real workaround as it still seems to cause issues. Just not fatal. [11:05] Q-FUNK, Though as we had some issues with Atom based CPUs, you might try the following option "mem=nopentium" [11:05] smb: correct. it makes the bug non-fatal, but it also deprives users from the initramfs functionalities. [11:06] Q-FUNK, I know yours is a Geode, but who knows, whether those share something [11:06] smb: I was mostly currious about instructions on how to figure out exactly what part of the initramfs payload is the culprit that messes with sysfs in a fatal way, whenever an initramfs image is used. [11:07] smb: well, geode technically is a i586, but sure, I can try that cmdline option. [11:07] Q-FUNK, I don't think anything specific, the chances are high that it too changes timings. And having one less fs mounted also changes the chances of hitting a weird behavior in fs code [11:08] Q-FUNK, The option will cause it not to use large (4M) pages but only 4K ones. [11:10] But the weird behavior there always could not really be associated to code in the fs. Actually the fact that reading values just put into variables back made the error go away completely very much points to something with processor caches. [11:12] Q-FUNK, I will be away for a bit, but please let us know if that option helps. It would give a bit more ideas on what to look for. [11:13] smb: I'm about to reboot the host with that option now. [12:11] smb: I'm not sure if these results are conclusive, but please see my additional comments. [13:18] * apw is curious as to the bug number [13:22] ug 396286 [13:22] bug 396286 [13:23] Malone bug 396286 in linux "[Geode LX] [OLPC] 2.6.31-generic: kernel panic near the end of initramfs" [High,In progress] https://launchpad.net/bugs/396286 [13:24] apw, ^ [13:24] ta [13:51] apw: any ideas on how to solve this bug 396286 ? [13:51] Malone bug 396286 in linux "[Geode LX] [OLPC] 2.6.31-generic: kernel panic near the end of initramfs" [High,In progress] https://launchpad.net/bugs/396286 [13:51] Q-FUNK, nothing other than what has been suggested [13:52] Q-FUNK, in the bug you say 'noraid' helped but don't indicate in what way it helped [13:52] apw: I did. it made the error messages go away. [13:53] your text says "without initramfs" to my reading it doesn't say if just the noraid is a work around with no other change [13:58] I get four errors like this trying to compile the karmic kernel from git: [13:58] drivers/usb/core/hcd.c:144: error: expected expression before '>>' token [13:59] I'm using tag Ubuntu-2.6.31-20.57 [13:59] any idea why? [13:59] mozmck: Try git reset --hard origin [14:00] bleh, I installed a patch, will it undo that? I'm pretty sure my patch didn't touch that file... [14:01] mozmck: Yes it'll do it. [14:02] Q-FUNK, apw My guess is that using noraid just avoids disk access because it does not need to scan for signatures... [14:03] smb: that sounds plausible. [14:07] smb: I really thought that this nopentium was gonna be it, since what it reports is a paging error. apparently wasn't. [14:09] so at least we have some knd of work around with noraid right [14:09] Q-FUNK, It was worth a try. As it prevents the need to split large pages it would help if the Geode had issues there. Not that the CPU could have other issues. But I must say that I don't know how to proceed from here [14:09] it feels that way, although it baffles me as to why. [14:09] apw, If I understood correctly this is only without having a initrd as well [14:10] smb, that is not what i was just told iiuc [14:10] right. it didn't seem to affect operation with an initrd. [14:10] ok does that mean that with an initrd it was still broken or not? [14:10] still borken with an initrd. [14:11] it only made the errors disappear when running without initrd. [14:14] It feels a bit like disk activity at early boot -> problem. Maybe bad DMA? But why does it work when getting past that stage? And why does it help to read back a value that got written to a struct (is it really read or from a cache)? [14:14] from cache. [14:14] the errors appeared with 2.6.31, when ACL caching was added to all filesystem types. [14:15] Q-FUNK, I meant a cpu cache. The ACL caching just happens to be some structure that really has bad effects when being wrong [14:15] ah [14:16] one has to be suspicious that this cpu has a flaw [14:16] I doubt it, since kernels up to 2.6.30 run flawlessly. [14:17] there's really something shady that was done starting with 2.6.31 that buggers. [14:18] Q-FUNK, This can just be something that was flawed before, but with the other changes now takes place [14:18] then again, a similar change happened with 2.6.23 that already killed support for older geodes. that time, it was a known change and easy to spot. not so this time. [14:19] apw had tried to help me inviestigate that older bug. it turns out it was a complete rewrite of how some interupts are handled. [14:25] and there was no turning back on that change. support for older geodes is factually gone (unless someone is willing to figure out what's wrong with the new implementation for that interrupt handler). [14:25] Q-FUNK, Well the code change that triggers your problems this time has showed no bad parts on its own. Make a structure a bit bigger to add two pointers. Set those pointers to -1 (all bits set) and take that value as unset. Checking access functions to these pointers they are not accessed after init. But still some bits get cleared. But not if you read back the pointers directly after you written the values to the structure. [14:29] I'm wondering if what we're not seeing might be in some new include that implements the ACL caching's core functions or a mere copy/paste error. [14:46] apw, what are the odds that a karmic->lucid upgrade will wreck my life? nVidia dual head being the salient issue. [14:46] do both your heads work now? [14:46] there are also hints that suspend/resume does not work so well with nvidia [14:47] i would be concerned, and recommend you take a usb stick and test it before committing [14:47] tgardner, ^ [14:47] apw, yep. both heads work. I never suspend/resume this box anyways. [14:48] apw, any reports of neauvou (sp?) working with 2 heads? [14:49] nouveau, i think the only report i have had was from smb who had poor experience with his external [14:49] apw, thats different then a dual display [14:49] dual DVI [14:50] Right, its only single VGA [14:50] (but behind monitor switch) [14:50] point, then i think you'd be the first. i'd be interested to know how it worked out but have no bacjground [14:50] * tgardner is not often a first adopter :) [14:58] tgardner, what does msm stand for in our new branch [15:00] apw, mobile station modem [15:09] tgardner, i assume i should be treating this like any other distro arm kernel and making it work with our userspace [15:09] apw, yep, did I miss some config options? [15:10] no but there is a bunch of recent backports to handle lucid userspace [15:10] amd pulling them over now [15:11] apw, ppoll et al? [15:11] devtmpfs, modules.builtin async_populatefs, kmsg permissions and ppoll [15:12] egads, I missed a bunch of stuff [15:12] nothing major, will take 10 mins i hope [15:13] apw, just rebase that branch instead of starting a new release. [15:13] tgardner, will do [15:18] tgardner, how are we going to keep this branch in sync with other development? [15:19] apw, other development? do you mean the chromeos tree? [15:20] yeah i assume its going to be developed in a way that we have this lucid delta [15:20] and need to maintain that on top [15:21] apw, we _should_ be able to just cherrypick from the msm Qualcomm 2.6.21.12 branch. However, I don't expect that they'll be making many more changes. [15:21] 2.6.31.12* [15:21] tgardner, ok cool, i guess we'll need to get that documented, where the master tree is sort of thing [15:22] apw, I created a README* [15:22] ahh good [15:23] apw, this may not be cast in stone yet. Martin is pushing to cut over to 2.6.32 sometime in March. [15:23] so we may have a replacement branch at .32 anyhow [15:23] apw, possibly. [15:26] tgardner, ok am bulding the 'final' branch now ... [15:27] apw, ah, at least those patches just slid in. I can't remember if the config checks ended up in the karmic tree, from whence this originated [15:27] heh no they arn't there yet, the backport will pull those over, one more thing on my todo which is nearly done [15:29] tgardner, you using anything special to build test this branch? [15:29] /home/apw/build/lucid/ubuntu-lucid/arch/arm/mach-msm/avs_hw.S: Assembler messages: [15:29] /home/apw/build/lucid/ubuntu-lucid/arch/arm/mach-msm/avs_hw.S:36: Error: selected processor does not support `fmrx r3,fpexc' [15:30] tgardner, I saw you ans to the firmware question I had, the fw is not in any of the linux-firmware or linux-firmware-nonfree tree but it is part of the tarball source package [15:30] apw, different cross-compile tools then I'm using? [15:30] i am using the 2009q3 toolchains from code-sourcery, what you got? [15:32] manjo, thats not really relevant. there must be a license for the firmware. [15:32] apw, arm-2008q3, so I'm down-rev [15:32] hrm [15:32] tgardner, then i am suspicious its not toolchain [15:32] apw, push your changes and I'm upgrade and get it sorted. [15:32] can you pastebin your incantation to build it [15:33] i suspect its me [15:33] apw, hang on... [15:33] * apw holds everything and looks pensive [15:33] apw, :) 'debuild --set-envvar=CONCURRENCY_LEVEL=1 --set-envvar=CROSS_COMPILE=arm-none-linux-gnueabi- --prepend-path=$(CROSSTOOLS_ROOT)/bin -b -nc -aarmel -us -uc' [15:34] apw, nothing special really [15:35] tgardner, ok branch pushed ... see if that builds for you [15:35] apw, ack [15:37] tgardner, where should I be looking for a firmware license? [15:37] manjo, I assume in that tarball. [15:38] manjo, work with cnd. He's well versed in the issues. [15:38] cnd, ^^ [15:38] manjo, give me a minute, writing up a bug report comment [15:40] tgardner, same when invoked direct like you did ... oddness [15:41] apw, building, it'll be done in a couple minutes [15:41] its breaks right a the start for me, you using the old or new toolchaings [15:41] the old one [15:41] 2008q3 [15:41] yep, a good test [15:42] thats a royal pain in the bottom [15:42] has anyone seen any bugs around where 2.6.32-rc2+ need MMC/SDHC built into the kernel instead of as modules to get around hangs on suspend if a SD card has ever been mounted? [15:42] apw, looks like its gonna finish [15:43] Sarvatt, i think there was a few issues with mmc, i remember not being able to get them auto mounted, not sure i remember that specific error thoug [15:43] apw, suppose there is a compiler flag that we need? I'll get the 2009q3 version and mess with it. [15:43] tgardner, so the only question is why the tool chain is pissed off, is that a port issue [15:43] i could upload it and see if it builds i guess [15:44] would make testing hard and annoying tho [15:44] manjo, have you found the license in the tarball? [15:44] apw, yeah, lets try and sort it before creating archive carnage [15:44] tgardner, works for me [15:44] cnd, no there is no such file [15:44] i built a kernel with SDHC/MMC built in and unsafe resume enabled and I'm able to suspend, but with the ubuntu kernels where they are modules it hangs when I try to suspend if I've ever mounted the sd and suspends fine even with a sd in the slot as long as I've never mounted it [15:44] so strange [15:44] tgardner, i am suspecting we need to get on the mir bandwagon too before we could upload it [15:45] manjo, does it seem to be an oversight on their part (i.e. it looks like it should be redistributable, but they don't have a license file)? [15:45] Sarvatt, i suspend routinely with SDHC cards in my mini 10v [15:45] manjo: if so, I suggest emailing them to let them know [15:45] Sarvatt, apw I think I tried to suspend on 2.6.32 but failed when a mmc card was mounted. But I have not tested lately... [15:45] manjo: for now though, we'll need to put it in linux-firmware-nonfree [15:45] cnd, I am emailing them now to find out [15:45] it doesnt work on a mini9, you're lucky apw :D [15:45] apw, Is yours the one attached to a usb controller... [15:45] cnd, is linux-firmware-nonfree part of our repos ? [15:45] manjo, is there no licence on the whole tarball? [15:46] manjo: for -nonfree you have to use apt-get source [15:46] manjo: there's no git tree [15:46] if not its not obvious we can take the driver either [15:46] manjo: it should be fairly obvious how it builds in debian/rules [15:46] cnd, wait I am confused [15:47] apw, nah, I think this can be a universe package for the time being. [15:47] smb: did it hang with the screen still on when you tried it? [15:47] cnd, there are is no repo for linux-firmware-nonfree, then where do I add the fw to ? [15:47] tgardner, is there any hoop jumping for uploading a new package to universe? [15:48] manjo: there's no git tree, the process is just 1. take the latest package source 2. update it 3. upload the new source to somewhere rtg can get to 4. tell him to upload it into lucid [15:48] apw, nope, you only have to be a core-dev, or have rights to linux source package (AFAIK) [15:48] Sarvatt, backlight, yes (but blank/black screen) Seems to be the same right now [15:48] cnd, you are suggesting a dkms package ? [15:48] for the fw ? [15:48] good enough you'll be able to shove it in then, i won't as i suspect i can't ask for upload rights to it till you have uploaded it once [15:48] manjo: no, a dkms package is only meant for kernel modules [15:49] manjo: this is like typical debian packaging [15:49] ah my screen still shows what was on it when i suspended here, it definitely does most of the suspend because i hear the acerhdf module unloading and fan spinning up and when i reboot the network is still disabled [15:49] manjo: dkms is a package you install that builds a new kernel module from source for every kernel you subsequently install, so it's a special type of debian package [15:49] manjo: most debian packages are already built in binary form, so they just install files to the filesystem [15:50] cnd, I know what debian packages are [15:50] Sarvatt, This is an Acer Aspire One as well? [15:50] I still don't get it [15:50] yeah acer aspire one AOA150 [15:50] https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/477106/comments/6 [15:50] Malone bug 477106 in linux "[regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware" [Undecided,Confirmed] [15:50] manjo: where's the disconnect? [15:50] Sarvatt, Mine is AOA110 [15:50] manjo, the package is only in the archive, you get the source with apt-get source [15:51] change it and upload that againt, it exists nowhere else but the archive [15:51] apw, ah! so don't add to /ubuntu [15:51] same thing then but mines the HDD model === bjf-afk is now known as bjf [15:51] this is just for the firmware ... [15:51] manjo, does this driver have any licence at all? where did you get it? [15:51] apw, manjo, it's just for firmware-nonfree [15:52] linux-firmware is kept in git [15:52] cnd, right [15:52] i meant in his case we were talking about just the firmware [15:52] yeah [15:52] Sarvatt, Yes, so mine fades the screen to dark, fan is spinning to, then stays there as well. I see some disk activity before which stops at some point [15:53] Sarvatt, I believe apw's sd slot is a USB device while the aoa is a pci/jmicron [15:53] smb, yes could be [15:53] please don't tell me there are more issues, thanks a lot [15:53] * Sarvatt nods [15:55] apw, I can tell you not if you prefer. :-P [15:55] i'll have to try just building mmc/sdhci/sdhci-pci into the kernel and not enabling unsafe resume to see if that also fixes it [15:56] Sarvatt, sounds good, get a bug filed and let us know the number [15:56] i'll need to find someone who can reproduce it to try and fix it ... :) [15:57] ## [15:57] ## Ubuntu Kernel Team Meeting - Today @ 17:00 UTC - #ubuntu-meeting [15:57] ## agenda: https://wiki.ubuntu.com/KernelTeam/Meeting [15:57] ## [15:59] Sarvatt, Yes, that would provide a better pointer. With unsafe suspend the card will not get ejected on suspend. iirc. And that might be the difference that counts [16:00] smb, yeah mine get bounced every time i suspend i think [16:01] apw, Though probably through a different mechanism. Just guessing, but usb probably has eject code in the core, while mmc does something similar somewhere else [16:01] i think my big latop has an mmc, but that machine is broken for suspend already [16:02] * bjf just noticed the team meeting date in the topic [16:02] bjf, But we cannot change it [16:03] Sarvatt, In my tests I can suspend even after having had mounted the SD card. It just must not be mounted on suspend [16:03] indeed one needs to be an op to do that [16:03] apw: there's a bug here - https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/477106 building a kernel with just the sd stuff built in and no unsafe resume now to see if that also works. i always enable unsafe resume on the kernels I build because its a pain remounting every resume when I usually have files open on the SD at suspend time :D [16:03] Malone bug 477106 in linux "[regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware" [Undecided,Confirmed] [16:04] smb: odd, here if I have ever mounted it even if its unmounted at suspend time it still hangs [16:04] smb: are you using the left SD slot? [16:05] Sarvatt, Yes, the right one only work(ed)s when I have a card in on boot [16:05] Keybuk, hey ... i have a preliminary patch for this readahead tracking, and wondered if you fancy testing it [16:06] apw: hey, could you mail me the details and stuff [16:06] I'm in the middle of Plymouth at the moment and can't really drop state since this does need to be working by β1 [16:07] Keybuk, will do [16:17] btw smb, you might want to add enable_mtrr_cleanup mtrr_spare_reg_nr=1 to the kernel command line on your aspire one since they have screwy mtrr's [16:18] Sarvatt, Heh, I know. I have enable_mtrr_cleanup alone. [16:18] any particular reason we dont enable pcie aspm in the kernel config? [16:18] Sarvatt, Because its marked experimental and "in doubt say no"? [16:20] i could have sworn experimental got removed a few releases ago but I just looked and you're right [16:21] smb, did you want to change the topic? [16:23] bjf, Yes, tried it before [16:23] you nneed to be an op, [16:24] smb, I'm in #ubuntu-ops asking [16:24] Sarvatt, https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/342096 seems related and has some useful information [16:24] Malone bug 342096 in pm-utils "SD Card containing /home corrupted on resume" [Undecided,Confirmed] [16:25] /home on sd needs unsafe resume enabled in the kernel config, need to build your own kernel for that [16:26] * smb wonders whether that was his bug filed for Karmic [16:27] that should probably be wontfix since i doubt you guys are ever going to enable unsafe resume by default :D [16:28] oh looks like you did in hardy [16:29] Sarvatt, Somehow it feels like unsafe might be safer than safe [16:31] ohh nice [16:31] Sarvatt, would unsafe resume work for you also when built as a module? Won't promise anything but it might help on a decision [16:31] This option sets a default which can be overridden by the module parameter "removable=0" or "removable=1". [16:31] can test that without rebuilding the kernel now [16:36] unsafe resume depends on MMC being built in and not a module unfortunately [16:37] ah nevermind CONFIG_MMC=y is what it needs and thats already there [16:38] so booting with mmc.removable=1 should work, lets see [16:42] Sarvatt, I am not sure were you exactly get that option from. The code looks to me like completely changing functions when UNSAFE_RESUME gets set [16:46] jjohansen, hiya, i've been playing with rebasing the -ec2 kernel, as there are lots of interactions i have created ... there were two conflicts in the early patches is just correcting those the righ way forward [16:46] jjohansen, will have some images from those for potential testing shortly [16:46] apw: okay [16:46] am i correct to just fix conflicts or is there a magic way [16:47] apw: just fix them [16:47] cool [16:47] and pray it doesn't break [16:47] :) [16:48] apw: I am running slightly behind (sleep caught up with me) will finish pam_apparmor today [16:48] ## [16:48] ## Kernel team meeting in 10 minutes [16:48] ## [16:49] jjohansen, heh yeah thanks ... [16:58] ## [16:58] ## Meeting starting now [16:58] ## [17:11] jjohansen, those new lucid ec2 kernels are here: http://people.canonical.com/~apw/ec2-lucid/ [17:12] apw: thanks [17:15] we don't get much in the way of interactivity in our meeting ... hrm [17:15] apw, At least we get it done quick [17:15] apw, fyi I'm working on a patch against the alsa driver to prevent a warning message from polluting the boot splash screen (it's level is KERN_ERR, which upstream has acknowledged is too high) [17:15] oops, against acpi [17:16] not alsa [17:16] cnd sounds ok, that would be a minor change, and a bug fix so i am sure we can get that past the ack process after freeze if its not ready in time [17:16] smb, ^^ [17:16] cnd, That is a bug fix [17:16] yeah [17:16] cnd, but bringing it up is the right thing [17:43] smb: i pasted that from the kernel config option, but its in drivers/mmc/core.c [17:47] Sarvatt, Seems to be upstream but not Lucid. If I am not looking at the wrong version [17:47] smb: booting with mmc.removable=0 (aka enabling unsafe resume) changed it so the screen goes black but the backlight is still on like you were saying you get [17:48] well thats odd, i did it with the lucid kernel and it changed what happens when i suspend [17:53] Sarvatt, That option was added in 2.6.33 and I do not remember it being in stable. Basically you know have the same behavior as I do without anything specially set. [17:53] But the option should have no effect other than being ignored [18:02] apw, if I was going to be able to enable 2 monitors, then one would expect they'd both be detected in 'Monitor Preferences", right? [18:03] i would expect so, but i would also run xrandr to see what happens when you do, and also to see what it says you have [18:08] apw, hmm, it sorta thinks I _might_ have 2 displays. I think I'm gonna install to an external HD first and do some experimenting lest I totally wreck my dev box. [18:09] tgardner, very sensible [18:12] smb: without mmc.removable=0 and a SD mounted suspend freezes with the screen contents still on the screen, with the option I get a vt switch and the backlight is still on and the screen is blank. I just reproduced it 4 times with each method even though mmc.removable=0 doesn't do anything on 2.6.32-15. very confusing [18:14] i still have the kernel where all the mmc stuff was built in though and I can just boot that with mmc.removable=1 to test if disabling unsafe resume with the modules built in works on .33 at least [18:16] Sarvatt, That is indeed beyond my understanding. Yes, in .33 it should (in theory work that way) [18:18] 2.6.33-rc8 + mmc.removable=1 (aka disabled unsafe resume config option) + mmc/sdhc modules built in works [18:33] cnd, apw sorry I had to drop off I had an emergency [18:34] manjo: how far did you get with the firmware stuff? [18:34] cnd, I will get together with you in 2 hrs or so and sort this firmaware stuff out [18:34] manjo: ok [18:34] cnd, I still need to be away for a little bit. [18:34] manjo: if you have pressing, more important issues I can do the firmware work for you [18:35] cnd, you mean I just give you the fw files and you magically make them appear in /lib/firmaware/RTL8192SE/ ? [18:35] manjo: I mean I take the bug and work it and get it uploaded for you [18:36] cnd can I skype you quickly ? [18:36] sure, one sec [18:36] need to get headset [18:37] manjo: ready [18:37] I don't think I have you on my list [18:38] cnd, what skype id ? [18:38] manjo: corp186 [18:38] I'm not keen on providing my details in the skype directory :) === KB1JWQ is now known as Sorthum === Sorthum is now known as KB1JWQ [18:51] anyone familiar with hotplug? [18:51] I've read the README in Documentation, it says the kernel somehow calls "hotplug" in userspace to do stuff, and there's a sample hotplug script [18:52] but I don't know of any hotplug user space script or executable [18:52] cnd, That sounds like old cruft, when there was a callout to a hotplug script [18:52] smb, do you know how it's done now? [18:53] is it all in-kernel through vfs? [18:53] cnd, But that has been all replaced by netlink(?) messages. And udev reads those messages [18:53] hmmm [18:56] smb, looks like udev now handles hotplug events, but the mechanism is still the same [18:56] it's just that the hotplug script is now part of udev [18:56] I've found it in /lib/udev/firmware.sh [18:59] cnd, The method is uevent, not netlink. Too late here. But its a bit more than that. [18:59] smb, I'm most interested in the firmware loading part, not the event propagation part, so I think I've found what I need [19:00] thanks [19:00] cnd, ok. === Hedge|Hog is now known as Hedgehog === Hedgehog is now known as Guest31246 [19:20] hmm wasn't this upstream in the 2.6.29 timeframe? UBUNTU: Disable 4MB page tables for Atom, work around errata AAE44 - http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commit;h=97684193e8c6fea095adcc4928f389b090559fc6 [19:21] aka shouldnt be needed to be backported to karmic-lucid [19:23] apw: your EC2 kernels are as good as the last set (ie. doesn't fix outstanding bug but doesn't introduce any new ones that I can see) [19:24] yeah the fix is already there at line 535 - http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=blob;f=arch/x86/mm/pageattr.c;h=dd38bfbefd1fa1972f47403fa6b35e20663e3590;hb=97684193e8c6fea095adcc4928f389b090559fc6 [19:26] http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commit;h=211b3d03c7400f48a781977a50104c9d12f4e229 [19:30] I put a note on https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/523112 about how its already in the kernel for lucid apw [19:30] Malone bug 523112 in linux "Intel Atom CPU can oops because of bug listed in Intel errata AAH41 and AAE44" [Medium,Fix committed] [19:36] is there anything that can be done about an rfkill hard blocked device? [19:37] the external switch is set to on, so I'm guessing it's something that's either in the bios or set in some windows driver? [20:45] bdmurray: I'm removing your patch tag on bug 530348 because the patch is diagnostic in nature, not a "fix" [20:45] Malone bug 530348 in linux-firmware "e100: eth0: e100_request_firmware: Failed to load firmware "e100/d101m_ucode.bin" [Undecided,Incomplete] https://launchpad.net/bugs/530348 [20:46] cnd: then maybe the attachment shouldn't be flagged as a patch? [20:47] bdmurray: it's still technically a patch [20:47] but not a patch that fixes the bug which is what the flag should be used for [20:47] bdmurray, cnd: yah, I'd vote to not flag the attachment as a patch [20:47] bdmurray: ok, bugzilla land is different [20:48] you flag things that are patches in bugzilla land so that the attachment viewer handles them correctly [20:48] maybe the flag should be called patch-fix? [22:07] cnd, I added the firmware to the linux-firware-nonfree package, and it build and works fine, how do I modifiy the changelog ? [22:07] since this is not a git package [22:07] or git tree [22:07] manjo: dch -i starts a new changelog template and opens it in your $EDITOR [22:08] duh! ok [22:09] thought there was some other magic to it [22:17] manjo: nope, pretty simle [22:17] the magic comes when you're using a git tree [22:17] cnd, after I do that just tar up the direcotry and upload to zinc ? [22:17] manjo: so you've been building by running debuild right? [22:17] yes [22:18] bjf, ping [22:18] so, first delete everything debuild created in .. (this will make it easier to figure out what's created in the next step) [22:18] manjo: then run debuild -S [22:18] that should create a source.changes file, .dsc file, and tarball file [22:18] ok [22:18] it did [22:19] akgraner, yo! [22:19] then upload it somewhere, like I did at kernel.ubuntu.com/~cndougla/linux-firmware-nonfree [22:20] and then yell at rtg :) [22:20] cnd, why did mine get renamed to linux-firmware-nonfree-1.6ubuntu1 ? [22:20] manjo: ahhh, dch -i be default appends a new ubuntu release version (maybe there's a better option than -i?) [22:21] so in your changelog you should change that to -1.7 [22:21] manjo: looks like dch -v 1.7 would have been the best route [22:21] ok I will redo [22:22] manjo: you don't really need to undo what you did though [22:22] just modify the changelog [22:29] cnd, thanks a ton [22:29] its done [22:30] manjo: np, you got it uploaded some where? [22:30] cnd, sorry I had to step out a few times during the day... so get interrupted getting this done [22:30] manjo: that's fine, I hope the therapy helped with whatever issues you had [22:31] yep its on my people page ... http://people.canonical.com/~manjo/lp530275-lucid/firmware-nonfree/ [22:31] manjo: btw, you don't need the .build file [22:31] that's just a log of the build process [22:31] yeah I did an scp * so that got in as well [22:31] which for a source package build is even less useful :) [22:32] manjo: what did rtg say about the format of directories in the package? [22:33] cnd, I did not talk to him yet... I am shipping the firmware to lib/firmware and that is where the driver is picking it up from [22:33] cnd, but looks like its really a simple change to the rules script to do it [22:33] right [22:33] ok [22:34] cnd, too late in the cycle to mess with it now [22:35] heh === sconklin is now known as sconklin-gone