=== bladernr_ is now known as bladernr_afk === smb` is now known as smb [08:58] my touchpad is not detected by the kernel during boot, & i need to use the i8042.reset parameter for it to be detected... how should i go about finding out the cause of the problem ? I'm using Ubuntu 11.10 with all updates including proposed. [09:04] zenith, First (if you have not already), you should create a bug report by running "ubuntu-bug linux". Then I think it will help to gather debugging output of the controller. There is a i8042.debug option I believe. If you gather dmesg output in both (with and without i8042.reset in parallel) [09:05] I found it helpful to have a second machine to ssh from there because otherwise every keypress or mouse move adds more debugging output [09:07] where/how should the i8042.debug option be used? [09:07] Same as the reset on the kernel arguments list [09:07] oh [09:11] actually i have subimitted some reports on the bug LP#190283, but i think i made a mistake coz the original bug report was for Intrepid ! (I'm SiddhantSaraf in the bug comments btw) [09:12] bug 190283 [09:12] Launchpad bug 190283 in linux "my lenovo y500 touchpad and keyboard do not work" [Undecided,Confirmed] https://launchpad.net/bugs/190283 [09:12] i even reopened the old bug ... was it a mistake? should i have filed a new bug against Oneiric ? [09:13] Hm, is your machine a lenovo y500 [09:13] yup [09:13] actually its touch not being detected has been a very old issue, Ubuntu forums are full of the issue [09:13] Usually it is better to have a new report if either the hardware or the symptoms are not exactly the same. Its always possible to mark them duplicate later. [09:13] *touchpad [09:15] ok, i think i will file a new bug, after i use the i8042.debug option [09:15] Can happen. Also the problem often is that things can change by bios updates... [09:16] There is already a section in the driver which potentially adds the reset for certain vendors / machines automatically [09:16] But having more debug data will definitely help arguing the case [09:17] And at least the subject line of the old report seems to indicate that the keyboard had not worked either [09:17] which I assume it does for you... [09:17] oops, forgot to mention... the keyboard is another issue.. [09:18] its a bit insteresting... [09:19] Ah I see. Its erratic [09:19] on the login screen, where my keyboard and touchpad both don't work, using a USB mouse if i select 'suspend', then i can bring the computer out of suspen using any key on the keyboard !! & after that thekeyboard works (though the touchpad still doesn't) [09:20] *suspend [09:20] And with i8042.reset both works? [09:20] yeah [09:25] in the output of 'cat /proc/bus/input/devices' the keyboard appears last (when i use the suspend trick), with 'Handlers=sysrq kbd event8' while with i8042.reset it'Handlers=sysrq kbd event4', so definitely the keyboard is detected on resuming from suspend [09:25] Ok, at least that sounds like adding that machine to the exception table would make sense. On the other hand, but I surely have not followed this in any forums, that bug report at least did not seem to attract many other reporters. So when before creating a new bug, I would check on the Lenovo site that you got the latest BIOS (just to be sure). Maybe you have already [09:26] ok, i will check... [09:26] be right back [09:26] I would suspect there is a kind of reset when suspending and resuming. But probably not as complete as when using the reset argument [11:43] bjf, could you refresh http://reports.qa.ubuntu.com/reports/kernel-bugs/reports/rls-mgr-p-tracking-bugs.html and http://reports.qa.ubuntu.com/reports/kernel-bugs/reports/rls-p-tracking-bugs.html please ? [12:17] * ppisati is hungry... [12:25] * smb too === bladernr_afk is now known as bladernr_ === chuck_ is now known as zul [15:37] * ogasawara back in 20 === yofel_ is now known as yofel [16:00] jibel, i'll look into it === bladernr_ is now known as bladernr_afk [16:21] * ppisati -> disappears for a bit... [16:43] jibel, the reports are fixed up [16:53] What am I doing wrong if I'm getting this error: [16:54] "II: Checking modules for generic...previous or current modules file missing!" [16:56] bjf, thanks [16:59] diwic, where are you doing your build ? [16:59] bjf, from git clone ...ubuntu-precise [17:00] bjf, with a new entry to debian.master/changelog, and some patches on top [17:01] diwic, are you using one of our build resources or your own local system ? [17:03] bjf, local system, just installed precise on a machine here, and building from there [17:03] so both target and host is precise [17:04] diwic, did you verify you could build _before_ you started hacking ? [17:04] tgardner, nope [17:06] diwic, i was asking if you were using tangerine so that i could look at your sandbox [17:06] diwic, or one of the other build systems [17:06] bjf, I'm building on my laptop right here [17:06] ugh [17:06] isnt he just missing the ignore files ? [17:08] diwic, how long does it take to do a build on your laptop ? [17:08] bjf, http://paste.ubuntu.com/792869/ [17:08] ogra_, possibly, but unless he's twiddling config options I wouldn't expect to have a module go missing. [17:09] it says modules "file" missing [17:09] diwic, our build resources are there for fast building and you should have access [17:09] tgardner, to be fair, one of the patches adds a new config option (and, I assume, turns it on by default) [17:09] which i ususally get on manual builods if i dont touch the ignore file [17:09] bjf, I think he's mucked about with the changelog and did not start a new release, e.g., didn't move the ABI files forward [17:09] but you know your system better, i only build kernels once a year or so :) [17:10] tgardner: yes, that's what i'm guessing as well [17:10] bjf, don't we have an RTFM in the wiki somewhere about version bumping ? [17:11] tgardner: looking [17:11] tgardner, I added a version entry 3.2.0-7.14~jackdection, old version was 3.2.0-7.13 [17:11] diwic, that's what caused your problem [17:12] bjf, what version number do you suggest [17:12] diwic, if you had not bumped the build number you'd have been ok (probably) [17:12] diwic, you can likely get by with just adding '~jackdetection' to the existing changelog entry. [17:12] tgardner, or +jackdetection if I want it to supersede? Otherwise the changelog would be in the wrong order...? [17:12] diwic, right [17:12] which possibly something else will complain about [17:13] diwic, the other things your could do are to rename the debian.master/abi/3.2.0-7.13 to debian.master/abi/3.2.0-7.14 -or- add the "ignore" files so the checking is skipped [17:15] tgardner: yes, that's what i'm guessing as well [17:15] diwic, look at https://wiki.ubuntu.com/KernelTeam/KernelMaintenance#Overriding_ABI_check_failures [17:16] bjf, tgardner, ogra_, thanks for helping, I'll start a new build named 3.2.0-7.13+jackdetection, AND add ignore ABI checks, just to be sure :-) [17:16] diwic, and i'd recomend moving your build to a fast build resource [17:17] bjf, btw, the inspiration for using 7.14~jackdetection was taken from https://wiki.ubuntu.com/Kernel/KernelBisection (section "Give this test a version number"). Is there something subtle I'm not seeing, or is that wiki page wrong? [17:17] diwic, looking [17:19] diwic, yes, that assumes some knowledge not explained on that page (but which we just sort of explained to you above) [17:20] herton: about the M/dove kernel, i erraneously pasted the lucid url [17:20] herton: now i corrected it, hope you didn't start with the packaging [17:20] ppisati, yep, saw that, I used the right one when building the package [17:20] I saw you pushed the rebase to the maverick branch [17:20] *maverick repo [17:21] ah ok [17:25] bjf, a stupid question, am I supposed to do "fakeroot debian/rules binary-generic skipabi=true"? [17:25] diwic, one sec, there is another skip that you can put on the command line (skipmodules=true maybe) [17:26] it may be singular, need to check [17:26] diwic, apw is correct, it is singular "skipmodule=true" [17:29] bjf, adding both skipabi and skipmodule made the build proceed, thanks [17:29] bjf, for the record, do you have a wiki page for getting started with the tangerine build resources? [17:30] bjf, I tend to use it so seldom (dkms is faster and sufficient for most things) I forget it between times [17:31] bjf, got the link from vanhoof, thanks === BenC__ is now known as BenC [17:32] diwic, np [17:35] jjohansen: be sure and pack ear plugs (you've been warned) [17:35] bjf: ? [17:35] * smb assumes the roomie list went out [17:36] * vanhoof thinks of manjo [17:36] ? [17:36] lulz [17:36] jjohansen: my snoring is bad from what the wife is saying [17:36] vanhoof, you looking for a roomie ? [17:37] manjo: not you! :) [17:37] heh [17:37] believe i'm rooming w/ jk [17:37] bjf: heh, np. I wasn't planning on sleeping anyways [17:37] wonder who my victim is this time [17:37] jjohansen: right, should have known [17:37] manjo: none listed for you [17:38] wohoo [17:38] i don't know if it is good or bad to always be the dogleg [17:39] * vanhoof googles dogleg [17:39] vanhoof, doubt its in there: when you have 5 people at a table and you are the one without someone opposite you, you are the dogleg [17:40] 5th wheel on the car? [17:40] apw: ah [17:40] heh, the 5th wheel is something else alllll together [17:40] apw: third wheel? [17:41] and the new kernel boots! with the new jack detection interface \o/ [17:41] diwic: nice :) [17:42] apw, It is deemed a bit useless, though depending on whether you think of the steering or reserve wheel its probably more useful than the dogleg. :) [17:42] yeah a different feeling to teh word, dogleg in this context is "will be a bit left out on the end there" [17:42] and 5th wheel is "mostly we can do without them" [17:43] now of course it would be common to put your "5th wheel" on the "dogleg" when seating them :) [17:43] woohoo! just found 3500 Forint [17:43] 2 beers [17:43] maybe [17:46] * smb stumbles over some Korunas... Damn, wrong place... [17:48] * apw finds 10K forint, can anyone remember how many to the pound there are [17:48] only 1260 forint here, I guess I'll be thirsty :) [17:48] apw, Mr Google will know [17:48] 25 quid [17:49] smb, was a large beer 800 ? [17:49] hmm... thought 600... but who knows what changes they made [17:50] yeah, and how much we annoy them, so about 12 large beers, thats pretty good, i might be able to stand you a drink :) [17:52] apw, Seemed to have stashed some 30K of them... Should be enough for the first night... :-P [17:52] smb, you are set for the week :) [17:52] apw, my 3500 are work $14 [17:53] s/work/worth/ [17:55] bjf, good job you reminded me, i'd have probabally left them at home [17:59] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/736226 [17:59] Launchpad bug 736226 in linux "bonding inside a bridge does not work when using arp monitoring" [Medium,Confirmed] [19:06] * tgardner -> lunch === bladernr_afk is now known as bladernr_ [20:05] * herton -> eod === jono is now known as Guest4459 [21:39] * tgardner -> EOD