/srv/irclogs.ubuntu.com/2012/09/20/#ubuntu-kernel.txt

=== ming is now known as Guest65180
=== ming is now known as Guest84153
=== rsalveti` is now known as rsalveti
=== deffrag__ is now known as deffrag
* apw does not like the new colder world07:38
smbapw, Mabe prepares you for the next ice age to come07:47
apwmaybe, cirtainly i need more clothes today07:47
smbOr turn on more hardware07:49
apwoh good idea, i could build some kernels07:51
=== henrix_ is now known as henrix
=== Kiall is now known as zz_Kiall
=== zz_Kiall is now known as Kiall
=== doko_ is now known as doko
metaphysicianI want to try out Linux 3.5 on precise. How can I install it?10:37
* cking wonders why iso.qa.ubuntu.com is so slooooow11:32
siretartogasawara: I can confirm that aufs in the kernel upload from yesterdays works. at least I was finally able to deploy the first quantal machine today with fai and live-boot :-)11:47
=== amitk is now known as amitk-afk
dokoapw, rtg, ogasawara: gcc 4.7.2 is there. no kernel related changes (a C++ fix, a LTO fix, a documentation fix). the only visible change for you is the version bump12:23
apwdoko, thanks for the heads up12:24
rtgdoko, we'll have one more upload before Beta 2 I think12:24
dokoso it should be fine to upload now, if you update it again for the beta?12:24
rtgdoko, yes12:24
dokook12:24
* henrix -> lunch12:44
rtgogasawara, https://wiki.ubuntu.com/Kernel/Dev/Meta-Pkgs is a whiz bang page :)13:08
ogasawarartg: they teach you how to make pretty picture in management 10113:08
rtg:)13:08
apwogasawara, what do you use for those flwo diagrams ?13:12
ogasawaraapw: the google docs drawing13:13
apwahh13:13
ckinganother ppoke in the eye for libreoffice13:13
pstolowskihello, is there any chance to get https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1042213 into beta 2 or into Q final? I think the issue has been spotted and respective fix is identified in newer kernel, and it should be a matter of cherry picking it. I can test a candidate kernel if that helps.13:21
ubot2Launchpad bug 1042213 in linux "[quantal] Kernel oops with NFS mount" [Medium,Confirmed]13:21
ppisatiapw: do you use imap with mutt? and do you connect directly with the imap server? or do you use offlineimap?13:41
apwppisati, yes i do, i use offlineimap as you say13:44
=== cmagina_ is now known as cmagina
ppisatiapw: mutt14:00
ppisatiapw: 's imap implementation is quite crappy14:01
ppisatiapw: it took me a bit to fine tune it14:01
ppisatiapw: now it doesn't hang and gmail doesn't boot me out anymore14:01
ppisatiapw: but still, browsing a mailbox could be a bit frustating still14:01
ppisatii'll give offlineimap a try14:02
apwppisati, yeah i concur, i just use offlineimap it does a nice job14:02
bjfbrendand, are you going to get precise testing wrapped up today?14:05
brendandbjf - most likely. or early tomorrow14:06
bjfbrendand, today would be nice. we don't promote kernels to -updates on Fridays14:06
brendandbjf - ok, i'll put the gas on then14:06
brendandbjf - we are sprinting this week so bandwidth has been a bit lower, but it's mostly done14:07
ckingapw, arges how about e08733446e72b983fed850fc5d8bd21b386feb2914:47
argescking, this is interesting14:48
argescking, this is already in natty i believe14:49
ckingarges, yep, my mistake14:49
argesyes14:49
argesnp. looked good14:49
=== yofel_ is now known as yofel
rtgcking, have you watched http://linuxplumbers.ubicast.tv/videos/acpi-component-architecture-acpica/ yet ?15:50
ckingfunnily enough, I'm working through these, and this was on my list to watch this week15:50
rtgcking, so am I :)15:51
ckingrtg, I was working through the slides on this 2 days ago, made me update fwts a bit 15:51
MestreLionguys, I need help. I'm trying to use a program to re-write the EDID data on my plasma 42" hdtv,  but i'm unable to access my I2C/SMBus programatically. There's no /dev/i2c* , no listing in i2cdetect, etc... any directions on how to troubleshoot it?15:55
MestreLionSome relevant info: motherboard Asus M4A89GTD (AMD 890 chipset), modprobe i2c-dev shows no output or errors, and I'm able to read the EDID fine using get-edid. What can I do? Any relevant log to look at?15:56
sforsheeapw, 9ca8f72a9297f2052d806bd1111e176533aa69bd16:00
ppisatibrb16:07
rtgppisati, are you thinking about a rebase against more recent Quantal master ? there are some ecryptfs fixes (though I dunno if armhf uses it), plus at least one CVE patch. aufs is also enabled.16:23
apwMestreLion, i am not sure we offer any way to write to the EDID, there is some stuff in P onwards to allow you to replace the kernel idea of the EDID for KMS drivers though16:26
apwMestreLion, i don't exactly recall how to use it, the X guys should remember as they asked for it :)16:26
apw(#ubuntu-x)16:26
MestreLionapw: I already found a software that does that using python-smbus16:27
MestreLionthe problem is neither python-smbus nor i2c-detect -l lists *any* i2c bus16:27
MestreLionand i don't have any /dev/i2c-*  file16:27
apwi don't think i am expecting to see the i2c interfaces on VGA ports exposed under KMS anyhow16:27
apwwriting to your EDID sounds like a recipe for disaster though, do you need to change it16:28
apwor only to make you linux box think it says something different16:28
MestreLionapw: my plasma 42 hdtv keeps saying 50HZ is its preferred mode in all resolutions16:29
apwthen you might 16:30
apwjust be able to override its EDID rather than replace it on the device16:30
MestreLionso any fullscreen game, or app, or switching monitors in my dual-view makes the TV go back to 50Hz16:30
MestreLionyes, if I could spoof the EDID, that would be fine too... any directions?16:30
apwMestreLion, there is a place you can put overrides i believe, i forget how it works though.  i would ask on #ubuntu-x they should know as it was something they requested and presumably use16:31
MestreLioni'll give it a try, thanks!16:33
MestreLionbut, still... isn't it odd not to have any i2c in /dev? is this normal?16:33
ppisatirtg: i'll do tomorrow17:18
rtgppisati, ack17:18
* rtg -> lunch17:34
* henrix -> EOD17:47
=== henrix is now known as henrix_
* smb -> EOD18:13
rtgapw, just posted on LKML this morning: [RFC] Second attempt at kernel secure boot support18:35
rtgapw, [PATCH 00/13] overlay filesystem: request for inclusion (v15)19:05
apwrtg thanks19:05
* ogasawara lunch19:38
kamalrtg: do you have an ETA for the next quantal master version?20:13
rtgkamal, I think we'll have one final upload before B220:13
rtgTuesday at the latest20:14
kamalrtg: ok many days off yet -- I won't wait for it.  thanks20:14
* rtg -> EOD20:22
=== Guest57491 is now known as cheako

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