[12:09] BenC: ping [12:14] zul: pong [12:15] BenC: Is someone assigned to produce the fix for my laptop? [12:15] WebMaven: yeah, me [12:15] BenC: Ah, OK. [12:16] WebMaven: first part is actually figuring out what to fix [12:16] Is there any further info I can get you to help that along? [12:17] I obviously have a workaround for now, but I'd rather have an actual fix. [12:22] BenC: the fxsave_clelar function doesnt exist in 2.6.10 looks like i might have to backport it [12:23] http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blobdiff;h=cba8a3b0cded5a77191d9528710b04c85bc13c5b;hp=876eb9a2fe7868a7c7ce01ef694403b3150f4601;hb=18bd057b1408cd110ed23281533430cfc2d52091;f=include/asm-x86_64/i387.h === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [12:35] and i gave you the wrong link [12:38] http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7180d4fb83085fef9d24b353f5bd79cf6fd98447 [12:48] I [12:48] have no fucking clue if this is going to work. [12:48] oh that's right I have to throw stuff in elf.h all over the place === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === jane_ [n=JaneW@dsl-146-167-152.telkomadsl.co.za] has joined #ubuntu-kernel [01:53] thre patches for hoary done [01:54] BenC: are you going to the the distro team meeting tomorrow morning? [01:55] im debating whether to get up for it or not [02:01] morning [02:01] zul: do it! === sivang better get to sleep if he wants to make it to that meeting [02:02] wohoo...dateline is doing internet predators again [02:42] did they get me on there this time? === bluefoxicy predates zul [02:44] uh...ok [02:50] BenC: awake? [02:50] BenC: un-ping [03:21] BenC: yay it builds === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === Lure_ [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-kernel [10:03] BenC: please pull from my edgy tree when you are around.. i completed the cluster cleanup for gfs1 === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel === doko [n=doko@dslb-088-073-065-191.pools.arcor-ip.net] has joined #ubuntu-kernel === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-kernel === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-kernel [] === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-kernel === human_blip [n=mike@220.157.65.29] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [10:59] hey [11:03] hi zul [11:05] hey ajmitch === _mike_ [n=mike@220.157.65.29] has joined #ubuntu-kernel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [01:13] hey [01:13] hey zul [01:14] hey ajmitch [01:16] BenC: ill send you the diff for hoary tonight === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-kernel [] === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-kernel === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-kernel [06:12] Hi all, ogra pointed me here [06:12] I have a problem my keyboard on a Toshiba Laptop [06:12] it happens on the live cd as well as the system I upgraded from breezy [06:12] it was fine before [06:13] but now every minute or so, it just skips two characters or so [06:13] cbx33: the letters "w", "i", "t" and "h" don't work? :p [06:13] Keybuk, see, it skipped those 4 [06:14] sometimes, it holds down one letter for the 2 that it skipped and replaces them with that character [06:14] cbx33: Does it skip and sometimes repeat? [06:14] it started happening after the upgrade? [06:14] Keybuk, yes [06:14] BenC, yes [06:14] cbx33: There's a bug report about that, search linux-source-2.6.15 bug reports for "repeat" [06:14] cbx33: Did you have working battery status in breezy? [06:15] mjg59, no [06:15] Do you in dapper? [06:15] yes [06:15] yeah, that's the one [06:15] Ok. It'll be the smart battery driver [06:15] wow thanks guys [06:15] anything I can do [06:15] unload the driver [06:15] I'de prefer to get rid of the battery monitor [06:15] It seems to disable interrupts for long enough that things break [06:15] acpi_ something [06:15] any helpers on how [06:15] cbx33: sudo rmmod acpi-sbs [06:15] how do I make that permanent? [06:15] Will do it temporarily. It's a bit harder to make it permanent. [06:15] echo blacklist acpi-sbs > /etc/modprobe.d/blacklist-sbs [06:16] Keybuk: No [06:16] or is it force loaded? [06:16] Keybuk: acpid modprobes everything in drivers/acpi [06:16] mjg59: gnargh, and it doesn't use modprobe -b ?! [06:16] Keybuk: Doubt it [06:16] acpid should call modprobe -b [06:16] could I add it to my login script? [06:16] actually no [06:16] hey BenC [06:17] hey fabbione, saw your msg [06:17] I'll pull shortly [06:17] that'll do for now [06:17] cbx33: edit /etc/init.d/acpid and add MODPROBE_OPTIONS=-b near the top [06:17] BenC: perfect thanks.. it kills cluster/ and update the gnbd code that's the only left over from the cvs tree [06:17] what does that do? [06:18] cbx33: it means that the blacklist line I gave you above with work [06:18] cbx33: and then do the blacklist shown above [06:18] and prevent that module being loaded at boot [06:18] ok cool [06:19] shall i create blacklist-sbs [06:19] if it doesn't exist? [06:19] yes [06:19] (filed a bug on acpid to remind myself to fix that) [06:19] can I test by restarting the acpid service ? [06:19] cbx33: if you've done the rmmod, yes [06:20] BenC: so if my hoary boots tonight ill upload it sounds good? or do you want to have a look at the diff again? [06:20] if the module doesn't show up in lsmod after, then it's worked [06:20] hello, any idea what to check if a custom built 2.6.15 (from dapper 2.6.15-23) doesn't show the splash? (it simply stays black) [06:20] zul: upload sounds good [06:20] w00t [06:20] thank you guys so much [06:20] you have nooooo idea how annoying that was [06:21] Keybuk, do you have a bug number for that so I can see when it's fixed [06:21] #49017 [06:22] BenC: excelente el presidente [06:22] (for the acpid blacklist) [06:22] #39315 for the battery module problem [06:23] thanks [06:24] oh you guys are amazing [06:24] thank you so much [06:24] do you guys hug here ;) like in motu? [06:24] and -bugs [06:24] if so === cbx33 hugs Keybuk, BenC and mjg59 [06:30] there seems to be a patch to fix that hang when reading BAT/state [06:39] mjg59: Have you seen the patch that makes acpi/ec.c use a sema instead of a spinlock, and fixes the acpi-sbs problem? [06:40] presumably it slows down access to the ec, but keeps it from holding off interrupts while reading the bat status [06:41] does the fix we just implemented stop the batt monitor from working [06:41] yes [06:46] ok cool just soas I know [06:46] thought it did === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-kernel === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-kernel [] === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-kernel [08:27] BenC: Might help [08:51] mjg59: I'm a little reluctant to put it into dapper...but the problem it's causing is pretty big [08:52] might be best to disable acpi-sbs for dapper, and test this patch in edgy [08:52] What codepath does the patch hit? [08:54] acpi_ec_polling_wait(), acpi_ec_poll_read(), acpi_ec_poll_write(), acpi_ec_poll_query() [08:54] Does anything else use them? [08:55] it's just ec.c...changing the spinlocks to semaphores and some udelays to msleeps, but with same timeouts [08:55] use those functions? [08:55] hmm..not sure [08:57] The answer seems to be "no" [08:57] I'd just go ahead and do it, tbh [08:57] ibm_acpi [08:58] and i2c_acpi_ec [08:58] acpi_sbs.c uses i2c_acpi_ec [08:59] fuck it, can't hurt I guess [08:59] 11 out of 16 hunks FAILED -- saving rejects to file drivers/acpi/ec.c.rej [08:59] figures [09:02] Ha [09:02] i2c_acpi_ec is only used for acpi_sbs [09:02] The rejects are probably due to acpi *finally* being lindented [09:03] yeah, looks that way [09:03] the patch is for .14 [09:04] plus s/polling/poll/ [09:35] crimsun: ping === NuxTech [n=nux@dsl-146-90-240.telkomadsl.co.za] has joined #ubuntu-kernel === NuxTech [n=nux@dsl-146-90-240.telkomadsl.co.za] has left #ubuntu-kernel [] [09:54] right im out of here.. [09:55] ttyl === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [11:05] BenC: pong [11:06] crimsun: should any of the sound patches you sent me for dapper need to be merged into 2.6.17, or will they get pulled from upstream? [11:07] BenC: they're all from upstream hg, so they'll get pulled, no need to merge [11:07] (saves much work) [11:07] ok, thanks [11:07] np === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [11:21] yay it boots [11:25] BenC: ping [11:26] zul: pong [11:26] is there anything i have to do to dput to upload to hoary-security? [11:29] i guess not.. [11:29] Uploading via ftp linux-source-2.6.10_2.6.10-34.18.dsc: done. [11:29] Uploading via ftp linux-source-2.6.10_2.6.10-34.18.diff.gz: [11:36] crap it got rejected [11:37] it says im not permitted to upload to hoary security