/srv/irclogs.ubuntu.com/2009/05/02/#ubuntu-kernel.txt

=== bradf_afk is now known as bradf_
=== thunderstruck is now known as gnomefreak
SiDihi people15:11
SiDiDoes anyone mind telling me if theres an "official" PPA for the latest kernels ?15:12
dandel!bug 33870115:28
ubot3Malone bug 338701 in linux "acpi_irq is not set properly." [Medium,In progress] https://launchpad.net/bugs/33870115:28
ubot3Factoid bug 338701 not found15:28
dandelI got that bug bisected, and it was a pain ( took over 40 kernel compiles to pinpoint which file and patch caused the break )15:30
dandelSiDi, Do you know how to build the kernel yourself? (it's rather painless once you get used to it )15:34
SiDidandel: i never compiled a kernel :)15:34
dandelwant to learn?15:34
dandelAfter all, knowing how to compile it makes it much faster for yourself to run a bisect to pinpoint where something broke ><; (if it does )15:35
SiDiwhat you said is really reassuring me :]15:35
dandelDo you want vinilla kernel or ubuntu kernel ?15:36
SiDiUbuntu :P15:37
SiDiLet's not take too many risks15:37
dandelSiDi, vinilla kernel is "better" to test against, because that is what all the other distributions pull.15:38
SiDiAlright then15:38
SiDianyways, if its an epic failure i'll go back to my current one :)15:38
dandelyea.15:38
* dandel gets list of packes to install.15:39
dandelok, the packages listed here are very useful: https://help.ubuntu.com/community/Kernel/Compile15:40
SiDiReasons for NOT compiling : You have no idea what you are doing. Thats totally me15:41
SiDii'll ping you when i'm ready :) got an apt-get already running for at least half an hour :X15:41
dandeloh, and do you have git-core installed too?15:42
SiDii got git yeh15:44
dandelafter you get the required compile tools, pick a directory and run this command to get the kernel code for vinilla... git clone linux/kernel/git/torvalds/linux-2.6.git15:46
SiDiack15:46
dandelOh, once you have the git, it's actually fairly fast to update to latest code :D15:47
SiDiWell, my bandwidth is all but fast :]15:47
dandelI understand.15:47
dandelthe clone always takes the most time.15:47
dandelhowever, the when the update is ran, which is "git pull", it takes a lot less time.15:49
* SiDi uses Git for other projects :p15:49
dandelI only have maybe 5 commands total i use to build the kernel each revision, and 2 of those are to simply put it in the boot manager.15:54
SiDiIs there a laptop kernel flavour btw ?15:54
dandelthe laptop kernel flavor is the kernel itself :P15:55
dandelThe kernel actually has no differences between laptop and desktop, although server might have some slight tweaks on how it's configured.15:56
SiDiokey :)15:57
dandelI was actually testing my laptop the past 3 or 4 days with various revisions on the vanilla kernel.15:58
apwthere are some vanilla kernel .debs in the kernel-team site: https://wiki.ubuntu.com/KernelMainlineBuilds15:59
dandelah, APW, just the person i wanted to see.16:00
* apw becomes transparent16:00
dandelhar har... I got the bug which i was working on finally pinpointed to the exact patch.16:00
SiDiapw: thanks :D16:01
apwdandel, sounds good16:01
dandelYea, but when i unroll that patch, the acpi works again, but it undoes what that patch is supposed to do.16:01
apwthats a start at least16:02
dandeldoes the bot have commit patch info support?16:02
apwdunno, never thoought to test that16:03
dandelOh well, here's the patch details though (this one breaks my acpi)... http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=729b2bdbfa19dd9be98dbd49caf2773b3271cc2416:04
apwyou added that to the bug?16:04
apwand which bug?16:04
dandel!bug 33870116:04
ubot3Malone bug 338701 in linux "acpi_irq is not set properly." [Medium,In progress] https://launchpad.net/bugs/33870116:04
ubot3Factoid bug 338701 not found16:05
apwdoh silly ubot316:05
dandelYea, well, on the kernel bugzilla, it's bug 1287316:05
ubot3dandel: Error: Could not parse data returned by Malone: The read operation timed out16:05
dandelI did an unroll patch against 2.6.30-rc4 and it fixed it16:06
dandelI'm not exactly a happy camper because this bug took 4 days worth of commit testing and compiles to pinpoint. (which was 42 compiles from last count) 16:09
apwdandel, that commit pointed there is a merge of a bunch of things, did you have a more specific sha1?16:18
dandelActually, yes.16:20
dandellook at the actaully link to the kernel.org patch i pasted in irc 15 min ago.16:20
apwahh yes ...16:21
apwwe need that in the bug too so its not lost16:22
dandelrecheck the page, i posted the git report.16:23
apwthanks ... hmmm16:23
dandelI think it's possibly related to the fact this laptop might be able to wake up from sleep if the battery is low.16:24
SiDiHey again16:59
dandelhi.16:59
SiDidandel: thanks for your links. i'll hack my kernel later, i forgot i needed a stable machine for an oral exam in a few weeks :)16:59
Balrog_Hi ... is Ubuntu's 2.6.28 kernel supposed to work with the Compaq Armada M700? I get this bug: https://bugs.launchpad.net/bugs/34688919:10
ubot3Malone bug 346889 in linux-meta "Ubuntu 9.04 Alpha 6 (Kernel 2.6.28) crashes Compaq Armada M700 during boot-up." [Undecided,New] 19:10
Balrog_anyone wants to help figure out what's going on?19:11
dandelDarling, have you tried booting and seeing if any crashes/warnings occur during boot?19:18
Balrog_Yes ... seems to crash on drivers19:19
dandelCan you get the log and put that up?19:20
Balrog_How would I get the log? It crashes early in the boot process19:21
dandelSecond computer.19:21
dandeland also check to see if /var/log/dmesg.1 exists i think.19:22
Balrog_it hangs for a while at "Loading hardware drivers," then hangs for good at "Loading manual drivers"19:22
Balrog_I'll get the logs ... they're located in /var/log under what names?19:23
dandel/var/log/dmesg.1 or /var/log/dmesg.0 or something like that might have it19:23
Balrog_ok.19:23
Balrog_give me a few minutes19:23
Balrog_dandel: I have logs19:30
dandelok... put those up19:30
Balrog_dandel: it's crashing before anything gets logged19:32
dandelhmm19:33
dandeltry building the kernel 2.6.29 or 2.6.30-rc4 kernel and see if that works.19:35
dandelI looked at the spec for that laptop, have you tried another distribution's boot disk with a 2.6.28 kernel or newer? 19:38
apwi think they have tries 2.6.29.1 from the kernel-ppa19:39
Balrog_OK. I'll be away for a bit.19:40
Balrog_dandel: and apw: 2.6.29.2 crashes :)20:33
Balrog_:( *20:33
Balrog_I think I'm going back to Intrepid20:33
=== mnem0 is now known as mnemo

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!