/srv/irclogs.ubuntu.com/2010/05/19/#ubuntu-kernel.txt

papachaoticamoinmoin00:36
=== kamal is now known as kamal-away
keeswho should I poke to review my three kernel hardening patches?00:53
jjohansenkees: I'll take a stab at them, and then probably apw, rtg or smb01:00
keesjjohansen: okay.  I figured everyone was busy during UDS last week, but thought I'd ping on it this week.01:02
jjohansenkees: yeah, and this week everyone is recovering from last week :)01:02
kees\o/ uds hangover01:02
=== Edgan__ is now known as Edgan
lapion is there any patch for a modules for the i915 kms that does a burn-in test of most basic functions of older chipsets ?01:11
lapion*module01:11
lapionbtw if you warm-reboot a system from linux into memtest, you are going to find a lot of errors, all due to memory locking01:14
lapionanyone in here ?01:57
lapionI just got a i915 on a i855 xorg abort while I was ssh-d into it, so I took control when I saw the console screen on the display and I did a reboot in the ssh, and the ubuntu splash appeared, which make me think the problem is either xorg-centric, or the hangcheck code has a bug in it.01:59
lapionor am I mistaken to think that the splash screen is also part of kms ?01:59
RAOFlapion: Have you seen the i8xx GPU hang wiki page?02:08
lapionokay tht page was not known to me02:11
RAOFYou've found it?02:15
lagMorning :)06:59
=== rsalveti_ is now known as rsalveti
lagI still don't have permissions to create a directory on zinc =:-(08:19
amitklag: group?08:23
* abogani waves08:23
* amitk waves back08:23
* smb waves08:40
cooloneyamitk: we are going to use -omap4 package name for our 10.07 release08:41
smblag, Where do you want to create it? In your home?08:41
apwsmb, no in git export08:41
cooloneyamitk: need i change the branch name from ti-omap to -omap4 or ti-omap408:41
apwseems to have changed ownership for some reason08:41
cooloneylag: nice to meet you, 08:42
cooloneysmb: apw morning08:42
lagcooloney: Likewise 08:42
smbapw, to kernel-ppa most interestingly...08:42
apwyeah, not sure why that would be done, and i think i could partly pull it back, but i want to know why in case there is a reason08:43
smbYup, umderstanably08:43
amitkcooloney: we won't *replace* the existing ti-omap since that is a supported flavour.08:44
amitkcooloney: just create a new branch, ti-omap4 for all the omap4 patches08:45
cooloneyamitk: ok, so i need copy over all the debian.ti-omap to debian.ti-omap408:46
cooloneyamitk: then fix something in the dir and generate our package08:46
amitkcooloney: yes08:48
cooloneyamitk: ok, working on this. thx08:49
apwdchroot -c lucid-i38609:46
* popey wonders if there's anything else he can do for bug 576601 :)09:47
ubot2Launchpad bug 576601 in linux (Ubuntu) (and 1 other project) "[MacBookPro 7,1]mcp89 sata link reset fails, no disks detected (affects: 31) (heat: 190)" [Medium,Triaged] https://launchpad.net/bugs/57660109:47
apwpopey, fix it :)09:54
* apw feels like moving it to a Low priority for the arrogance that mac users are showing in it ... "a large proportion of ubuntu users affected" yeah right09:55
apw[   60.975812] [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS09:55
apwquality apple as always09:55
RAOFWho needs standards when you produce the entire stack!09:58
apwRAOF, i so wish you were wrong10:00
RAOFI mean, at least Apple isn't *deliberately* messing with us here.10:01
RAOFThey could do something totally ridiculous, like encrypting the partition tables or something.10:03
popey:)10:06
ckingthe good thing about standards is that there are plenty to chose from!10:09
popeyapw: would it help if I put the machine online for one of you guys/gals to ssh into and poke about?10:09
apwit may, i'll need to read that debug and try and add stuff to it to get more infor and get those boot tested, so likely its easier for you to do that10:11
popeyok, no worries, if you need access just let me know.10:12
ericm|ubuntuapw, you know how comes vga16fb being always loaded even with a valid drm fb?10:38
smbericm|ubuntu, its a fallback and iirc there is no better way to tell its needed, but it should back off when it detects another fb10:40
ericm|ubuntusmb, I don't see any vga16fb in modprobe.d somehow?10:41
ericm|ubuntuhow's that being requested to load?10:42
smbas part of the startup scripts I believe10:43
* psurbhi takes a lunch break10:44
ericm|ubuntusmb, yeah - /usr/share/initramfs-tools/hooks/framebuffer:manual_add_modules vga16fb10:45
ericm|ubuntusmb, ok - thanks10:46
ckingericm|ubuntu, why the long irc nick?10:46
ericm|ubuntucking, ericm is occupied10:46
ckingahah10:46
apwericm|ubuntu, its loaded cause it matches the VGA* 10:47
apwvia modaliases, that will go away with maverick10:47
ericm|ubuntuapw, ah right - manual_add_modules only copies the ko itself10:47
ericm|ubuntuapw, where's modaliases?10:48
smbmodinfo vga16fb10:48
smbfilename:       /lib/modules/2.6.32-22-generic/kernel/drivers/video/vga16fb.ko10:48
smbalias:          pci:*bc03sc00i10:48
ericm|ubuntusmb, so it's /lib/modules/2.6.32-22-generic/modules.alias?10:50
smbThat is generated from the info the modules carry10:50
ericm|ubuntusmb, so every graphics card matches pci:*bc03sc00i ?10:51
smbYou normally have tha VGA compatible controller part10:52
apwthe alias meas VGA CARD10:52
ericm|ubuntusmb, ok I see10:52
smbThe bc03 and sc00 10:53
smbnot sure what bc exactands for again10:53
* ericm|ubuntu reading http://wiki.archlinux.org/index.php/ModaliasPrimer - seems to be a good reference10:54
ericm|ubuntuapw, smb, the module list for modules.alias is maintained by the kernel debian build scripts?10:54
ericm|ubuntuor somewhere else?10:54
smbericm|ubuntu, The source _are_ the modules10:55
ericm|ubuntusmb, yet I found no vga16fb info in karmic kernel?10:56
amitkericm|ubuntu: all the ids registered with the drivers are the source of the modaliases10:56
smb~/src/ubuntu-lucid/kernel$ grep ALIAS drivers/video/vga16fb.c 10:57
smbMODULE_ALIAS("pci:*bc03sc00i*");10:57
smbIn the karmic kernel there wwasnt this10:58
smbI think there it might be actually being loaded by the startup script somewhere10:58
ericm|ubuntusmb, I think commit http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commitdiff;h=efc4c46c0d0aba445226f86898b7aed7a0642d05 changed the alias and make a wider match of VGA10:59
ericm|ubuntusmb, I see modules.alias and vga16fb.ko in karmic kernel, how comes it doesn't show up in modules.alias?11:01
smbericm|ubuntu, Because in Karmic the module does not define an module alias?11:02
ericm|ubuntusmb, I think MODULE_ALIAS should be already introduced?11:03
smbericm|ubuntu, But you _can_ write a module without using it11:04
ericm|ubuntusmb, ah right - checked again, vga16fb doesn't have a MODULE_ALIAS in karmic kernel11:04
smbExactly11:05
ericm|ubuntuok, I think I can sleep tonight now :-)11:05
apwright we added it for the boot performance work, as we can then wait for any FB to come live as one definatly will11:07
ericm|ubuntuapw, that makes sense11:09
=== smb is now known as smb-afk
jpdsDoes anyone know what could be causing this error? http://pastebin.ubuntu.com/436071/11:24
=== kro_ is now known as kro
ericm|ubuntujpds, make V=1?11:39
jpdsericm|ubuntu: Curious: http://pastebin.ubuntu.com/436074/11:41
ericm|ubuntujpds, it doesn't look to compile anything - maybe a make clean + make?11:43
jpdsericm|ubuntu: Same result.11:43
ericm|ubuntujpds, how's the Makefile look like?11:44
jpdsericm|ubuntu: http://pastebin.ubuntu.com/436076/11:44
ericm|ubuntujpds, but it looks like nothing is being built - not even those $(MODULE_NAME)-objs :=  rtmp_main.o mlme.o connect.o rtusb_bulk.o rtusb_io.o \11:47
ericm|ubuntusync.o assoc.o auth.o auth_rsp.o rtusb_data.o \11:47
ericm|ubunturtmp_init.o  sanity.o rtmp_wep.o rtmp_info.o \11:47
ericm|ubunturtmp_tkip.o wpa.o md5.o rt2x00debug.o11:47
ericm|ubuntujpds, tried explicitly 'make modules'?11:47
jpdsericm|ubuntu: There's no modules target, but 'module' returns the same error.11:48
ericm|ubuntujpds, tried explicitly 'make -C /lib/modules/$(uname -r)/build M=$(pwd) modules?11:51
ericm|ubuntui.e. skipping the module phony11:52
=== ericm|ubuntu is now known as ericm-afk
jpdsericm-afk: That appears to only do: http://paste.ubuntu.com/436083/11:59
Deemhi. im the one with the diying keyboard. i only want to say, that its not the g15daemon who causes the error. this time i stopped the daemon and the keyboard dies. so it must be something different.12:21
=== cnd is now known as cnd_swap
=== smb-afk is now known as smb
* psurbhi someone at UDS infected me with their cold and cough :( .. and i had just finished my previous dose at UDS.. when is this cold going away! i want to work without being bogged down by it.. :(13:08
apwcking, hey ... do we expect uefi bios'en to boot a lucid image ok ?13:08
apwpsurbhi, thats why we all try and work from home as much as possible, keep the lurgies away13:09
=== JanC_ is now known as JanC
apwcking, about ?13:22
ckingapw, sorry, was distracted for a mo13:23
ckingapw, I got a lucid alpha2 to boot on an Intel based dev platform a while ago - but there were issues in setting the video modes.13:24
apwcking, so this thing also has a WIN-P button ... i am starting to think we should just bind the thing to the appearance applet in gnome13:25
ckingapw, the Win-P issue needs resolving in userspace IMHO13:25
apwwe're never going to get the bios people to do something sensible13:26
ckingespecially when pressured to do insane hot-key weirdnesses based on pressure from Microsoft13:26
apwcking, so should i risk turning on the efi bios ticky?13:29
ckingapw, as long as you can turn it off ;-)13:29
apwcking, do i expect it too boot?13:29
ckingyou will have probs booting it though - I can send you the magic to config up the boot 13:30
apwcking, hrm ... not sure i want that level of pain13:30
ckingit's not too painful - honest!13:30
smbit just hurts a little13:31
apwcking, i added the sensors applet, i have about 20!13:32
ckinglooks like it's a sensitive soul13:32
ckingapw, hacky notes email'd to you13:34
=== JFo-afk is now known as JFo
apwcking, nothing so far, temps remaining constant13:59
apwcking, nope13:59
cking..got a freezer handy?13:59
apwoh, one fan just went off14:00
ckingyay14:00
apwcking, i installed 64 bit, thinking of reinstalling 32 bit to see if that helps14:00
ckingapw, 64 bit will twiddle more transistors that's for sure14:01
apwyeah hard to know how much worse/better, but i can test at least14:01
ckingapw, I suspect a few degrees C14:04
apwi wouldn't be supprised, its not turned the fans back on since i got it back out, interestingly14:04
ckingapw, worth looking at the power consumption when idle for both 32 and 64 installs14:04
apwyeah i guess i'll install both side by side for testing14:05
apwcking, fans came on when the machine touched 54, and even though they got it down to 51, they arn't getting it any further, and i suspect their hyterysis is lower than they achieve14:09
JFocking, just sent you some scripties and info14:09
ckingJFo, much appreciated!14:10
JFomy pleasure :)14:10
ckingapw, well, wonder what it's like with Windoze for idle temp14:10
apwwindows is gone, the installer ate it14:10
ckinglovely14:10
apwyeah14:10
apwit was their fault... they used up all the four primary slots, for the first 30 and last 10GB of the disk14:11
ckingapw,  I normally dd the entire drive to some backup before faffin' around on this kit14:11
apwand installer just heaped itself14:11
apwyou are more troll like than i :)14:11
ckingonce bitten and all that14:11
apwwoner if its has a recovery paeriio14:12
apwpartition14:12
ckingthat's some typo14:12
apwindeed14:13
ckingi suspect you totally nuked it14:13
* cking spots a 75000+ jiffy delay in S3 resume - looks like the mysterious 5 minute delay to me14:15
* abogani waves BenC14:15
JFoapw, this appears to be a quick answer type of deal, bug 28908714:16
ubot2Launchpad bug 289087 in linux (Ubuntu) (and 1 other project) "Missing linux-image-debug packages and metapackages since Intrepid (affects: 22) (dups: 4) (heat: 182)" [High,Triaged] https://launchpad.net/bugs/28908714:16
aboganismb: Hi! How should I proceed to see updated linux-rt package uploaded into Lucid archives?14:17
smbabogani, sadly wait. I have a look next. But there is other stuff I need to do first14:18
aboganismb: No problems. I would want only know that I haven't other things to do. Thanks (in advance).14:19
smbabogani, No, the ball is on my side I guess. 14:20
aboganismb: Ok. Thanks again.14:21
BenCabogani: hey14:23
apwJFo, what is there to answer, they are where the first comment says they are?14:37
JFoapw, do we provide them?14:38
JFoit seems as if there may be some confusion on the part of the bug commenters14:38
apwhave you read pitti's answer in comment #1 which point to where they are14:38
apwother than the oens which are missing cause of the reaper of course, but most are there14:38
* smb is dropping off irc. need to concentrate14:40
apwsmb ack14:40
apwJFo, there is no reasoning with people who do not read what is in front of them, i have added a yet furhter explanation and i think we should close it fix released14:45
JFook, thanks apw14:46
JFodone14:52
apwJFo, ok i've put in a closing comment and closed it14:52
JFocool14:53
apwahh we overlapped, in just the right order14:53
JFoheh14:53
amitkapw: ogasawara: Since we're going to have two omap flavours for maverick, do you have a preference for the naming?14:54
amitkapw: ogasawara: omapmainline and omap4bsp ?14:54
apwamitk, is the current one not already omap ?14:54
apwi don't see any need to rename the current flavour no ?14:55
amitkapw: still cloning the maverick tree, I don't know what current is.14:56
apwamitk, existing is omap14:57
ograamitk, cant you call them like the packages ? 14:59
ogra-omap and -omap414:59
ograamitk, cooloney already builds -omap4 and -omap exists in lucid15:00
ograonce we can merge 3 and 4 we can easily switch back to -omap for everything, that saves a lot of upgrade transition stuff15:01
apwamitk, are these two _new_ falvours or related to the existing omap and omap4 work we know about15:02
ograomap is the one we already have in lucid (omap3, just newer upstream version)15:02
ograomap4 will be new with the 10.07 release and we should provide a proper upgrade path to 10.1015:03
apwok and those are one and the same as the ones amitk is talking about?15:03
ogra(since 10.07 will only be supported for a very short period)15:03
apwif so then yes, omap is already called -omap and -omap4 seems approriate for the new one15:03
ograapw, -omap is todays lucid omap3 flavour ... apart from using a newer mainline i wouldnt expect any changes to it 15:04
* apw wonders where 10.07 is going to exist15:05
amitkapw: 10.07 is mostly PPA work15:13
amitkapw: ogra: omap and omap4 sounds good15:13
JFoapw, mind having a look at bug 51219215:14
ubot2Launchpad bug 512192 in linux (Ubuntu) "Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, and Asus N61Jq. (affects: 63) (dups: 3) (heat: 410)" [Undecided,Triaged] https://launchpad.net/bugs/51219215:14
ograamitk, great15:14
JFoIf I'm to have arm devs kicking around in my bugs they will need to follow the process15:14
JFoas far as status goes that is15:15
apwcking, this heap is staying 50% in C2/50% in C4 when 'idle' that sounds wrong to me15:28
JFosconklin, want to take a look at bug 564508 it has a git SHA in it15:29
ubot2Launchpad bug 564508 in linux (Ubuntu) "Add USB_DEVICE Sitecom WL-349 to rtl8192su (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/56450815:29
apwcking, in both 32 and 64 bit, its about the same15:29
sconklinJFo: wilco15:29
apwJFo, seems to be nothign to do on that than wait, unless you are proposing we take those four patches15:31
apwi'd think we'd want the autodetect as well with it to be any use, and thats not till the next merge window15:31
apwwith all five we could test and consider them for lucid, depends how huge they are15:31
JFoapw, no... it looks like one of the 'arm' people is working it, but had it set to In Progress and unassigned15:32
JFowas my last comment too much?15:32
JFothat is my main concern15:32
apwno its fine, you said its not inprogress without an assignee, and you arn't assigning it to someone15:32
JForight15:32
JFocool15:32
* JFo moves on ;-)15:32
lagsmb: ping15:34
apwsmb is offline as he is working on some critical updates which are getting urgent15:36
lagapw: No problem, I'll touch base with him tomorrow instead15:36
JFoogasawara, bug 582555 appears to be a heads up on some coming changes that we will need to remain aware of :)15:44
ubot2Launchpad bug 582555 in linux (Ubuntu) "ndiswrapper has issues working under kernels 2.6.33 or greater (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/58255515:44
JFocnd_swap, if you are available, mind having a quick look at bug 58131215:45
ubot2Launchpad bug 581312 in linux (Ubuntu) "Unknown key fee[x] pressed (affects: 1) (heat: 12)" [Medium,Triaged] https://launchpad.net/bugs/58131215:45
JFoso on that one that we were looking at the other day for Mark ^^15:50
JFosomething appears to be detected twice as separate input devices15:51
tgardnerogasawara, I jumped on -virtual 'cause its causing me a PITA for the LTS backport.15:59
ogasawaratgardner: it's all yours :)15:59
ogasawaratgardner: I've dropped it from my todo list as I saw you've already started on it in the misc blueprint15:59
tgardnerogasawara, yep - saw the wiki update which reminded me to get in touch with you16:00
ogasawaraJFo: am following up on 58255, thanks for the heads up16:00
JFocertainly :)16:01
ckingapw, what's it doing when it's idle?16:02
apwnothing as far as i can see.  in 64bit its even  98% n C416:02
apwand still on fire16:02
apwi have the feeling its not using something it should to control itself16:03
ckingi assume you are using the powers of powertop to see whats happening16:03
apwyep, it says its ok basically16:04
apwbut its not16:04
cking"it's not == the fan is out of control"?16:04
apwany idea waht the contents od /proc/acpi/processor/CPU/throttling means16:04
apwcking, no i mean the machine is hot, over 50c at 'rest'16:05
ckingapw, not off the top of my head16:05
ckingapw, have you disabled compiz?16:05
apwyes16:05
ckingthat's one sick puppy then16:06
=== saispo is now known as StEdward
ckingapw, if it's 98% in C4 and still hot, then it sounds broken to me16:08
sconklinogasawara, when reviewing stable patches for SRU, how far do you go? Do you just see if they look sane? Do you try to apply them to see if they need fiddling? Build? Test?16:08
ogasawarasconklin: all of the above16:09
apwcking, my take on it too16:09
sconklinogasawara: ok, so how can you process 20 a day? :)16:09
ogasawarasconklin: first I'd apply them, which usually goes quickly and cleanly16:10
ogasawarasconklin: then I use the meld script to give them a once over16:10
ogasawarasconklin: then a build, and test16:10
ckingapw, I'd still install another OS on it and see how that behaves.. just in case...16:11
ogasawarasconklin: but I could only get through like 60-80 patches a day before my head would expload16:11
sconklinogasawara: ok, cool. I think I'm used to some of the driver backports, which often don't apply cleanly16:11
tgardnersconklin, they don't make into the stable kernel _unless_ they apply cleanly.16:11
sconklintgardner: yeah, that's pretty obvious in hindsight16:12
tgardnersconklin, do you have this? git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git16:12
ogasawarasconklin: do you have the cherry-pick.sh script and the git-compare-all script?  makes the applying and reviewing steps less painful16:14
sconklintgardner: no, I thought we worked from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.32.y.git (or whatever the appropriate kernel is)16:14
apwcking, dispite this machine claiming to have C1,2 and C4, the states in the kernel do not appear t match16:14
ckingapw, in what way don't they match?16:15
tgardnersconklin, linux-2.6-stable.git has branches for each stable kernel16:15
sconklinogasawara: I think they are in stefan's scripts, haven't looked yet16:15
sconklintgardner: awesome16:16
apwcking, /proc/acpi/processor/CPU0/power has this:16:16
apwstates:16:16
apw    C1:                  type[C1] promotion[--] demotion[--] latency[001] usage[00003440] duration[00000000000000000000]16:16
apw    C2:                  type[C2] promotion[--] demotion[--] latency[020] usage[00169577] duration[00000000004419124999]16:16
apwnote C1/C216:16
apwon my atom i get C1/C2 and C3 mentioned16:16
apw(other atom)16:17
sconklintgardner, ogasawara sorry, dealing with lots of inbound phone calls - my son wrecked the car last night16:17
apwsconklin, man oh man, that one needs locking up16:17
sconklintgardner: he claims that it was the toyota "unintended acceleration" problem, and the marks on the road sort of back him up, so I'm trying to keep an open mind16:18
ogasawarasconklin: hope he's alright16:18
tgardnersconklin, shit!16:19
sconklinyeah, he's fine. Put it into a ditch and slid over about 50' of large rocks, completely destroyed the bottom.16:19
ckingapw, send me the acpi tables and I will poke around and see wassup16:19
mjg59apw: What's exposed in /proc/acpi will depend on your BIOS - they often change from AC to battery, and the CPU states they map to may be entirely different again16:20
sconklinhe actually made some pretty good decisions about how to handle it16:20
* apw cries16:21
apwcking, how do i get those for you16:21
achiangan opportunity to improve arsenal scripts, perhaps?16:22
ckingapw, sudo acpidump > acpi.info and send it to me...16:23
apwcking, hrm its quite big16:28
apwcking, i emailed it to you, and also put it on chin16:28
ckingapw, yeah, lots of ACPI goodness - not16:28
apwmjg59, thanks you've made my day16:29
mjg59C3 in the bios will typically be C6 on modern CPUs16:30
* kees looks around for smb16:30
ckingmjg59, as in "C6 appears to be C3" in powertop?16:30
mjg59To make matters worse, it may be of ACPI type C2 depending on the precise system16:30
ogasawarakees: I think he's on holiday today?16:30
keesogasawara: ah-ha, thanks.16:30
apwogasawara, kees no he is offline doing some updates for kees without interuption16:31
mjg59cking: Yeah, powertop has some knowledge of the actual CPU states that are used16:31
keesapw: hah, seriously?16:31
mjg59On my laptop, BIOS C2 corresponds to CPU C416:31
apwkees, if its related to your updates i may be able to get 16:31
apwhold of him16:31
mjg59Unless I'm on battery, in which case BIOS C2 corresponds to CPU C216:31
mjg59And BIOS C3 corresponds to CPU C616:31
keesapw: no, nothing there; he just wanted to get some help with bzr and I offered to help16:31
mjg59And I don't get CPU C4 at all16:31
apwkees, i suspect he will be back later when he is done with the work he is on, just couldn't concentrate with us wittering at him16:32
keesapw: heh, okay16:32
=== pgraner is now known as pgraner-afk
JFoapw, do we need to move postponed items from Lucid blueprints to some new blueprint?16:41
apwjfo potentially yes16:42
JFok, was just looking over the lucid bug handling16:42
JFowill add those items to the maverick one16:42
apwok16:42
JFoso they can be reviewed16:43
JFodone, want me to subscribe you to it?16:45
sconklinogasawara: the kernel team tools repo has git-compare-all but not cherry-pick.sh, want to send it to me and I'll add it?16:58
ogasawarasconklin: sure, just a sec16:58
=== kamal-away is now known as kamal
ogasawarasconklin: sent17:01
sconklinogasawara: thx17:01
* JFo goes for some lunch17:08
kamalcking: Hi -- at UDS you mentioned that you might have some pointers for debugging a laptop I'm working on where the system runs insanely slow after installation (but seemed fine when booted from a live-boot USB stick and during install) -- as if its being hammered by interrupts or something -- thoughts?17:12
apwkamal, /proc/interrupts has the counts in it17:14
sconklinkamal: check and see if bug #555595 looks related at all17:14
ubot2Launchpad bug 555595 in linux (Ubuntu) (and 1 other project) "Intel graphics performance regression in 2.6.32-19 lucid kernel update (was: Firefox Slows Down Compiz) (affects: 8) (heat: 56)" [Medium,Triaged] https://launchpad.net/bugs/55559517:14
ckingyep17:14
kamalapw: oh beautiful -- that looks like it will be very useful -- I'll boot the thing up and check it (in an hour when its done booting!)17:15
kamalsconklin: this laptop seems like its just crawling, even long before X starts up -- does that exclude the bug you mentioned?  Either way, how can I disable i915 completely with a boot option?  (seems like a good thing to know how to do).17:16
tgardnersconklin, the latest pull request from Dave Airlie includes Intel Cougarpoint support17:17
apwkamal, i think u can add single to the boot command line to stop the rest of booting17:17
sconklinkamal: it's probably not the same, since the bug referenced is apparently related to compiz17:18
kamalapw: ah yes, that'll do.  thanks17:18
kamalsconklin: got it17:19
sconklinkamal: have you tried i915.modeset=0 ? just to isolate KMS17:19
apwogasawara, i boot tested the amd64 version of your .34 based kernel and it worked17:19
ogasawaraapw: woot!17:19
kamalsconklin: I haven't tried it, but will do.17:19
aboganitgardner: Hi Mr Gardner, May disturb you with a single question?17:20
sconklinkamal: the otehr thing you can do is tell the kernel to use vesafb, don't remember the command line - that will be slower but shouldn't crawl17:20
* apw notes that abogani has used up his single question17:20
ogasawaraheh17:20
sconklintgardner: Yeah, I knew that support was going in but had heard that it was still the basic plumbing parts, I have not looked at it17:20
apwogasawara, yeah didn't fix my issues but did at least boot17:20
aboganiapw: ;-)17:21
kamalsconklin: i'll find the switch if I don't get joy from the lower level investigations -- I think I'll be able to reproduce the problem with 'single' even.17:21
ogasawaraapw: what issues is that?17:21
apwabogani, its always best to ask the original question out right, as we can say no to the question as much as say no to the request to ask17:21
tgardnerabogani, ask apw, he's got all the answers today.17:21
* apw quits17:21
apwogasawara, i have a fan issue on a new bit of kit here17:21
apw.34 didn't fix it17:21
ogasawaraapw: ah.  I'll cross my fingers for .35 to magically fix it :)17:22
aboganiapw, tgardner: Is there a chance to have -preempt kernel on i386 in Maverick? I would want use it a default kernel for Ubuntu Studio.17:22
* persia notes that many Studio users still use i386, for all they have been advised to use amd64 many times. Some cite HW issues.17:23
c^rlmdomsch: does dell-firmware working on lucid?17:24
tgardnerpersia, won't those folks having 64 bit compatibility issues get screwed anyway with the recent toolchain change to i686?17:25
persiaNo.  I can purchase a new computer in the shop today that runs i686 and not amd64.17:26
tgardneratom based I assume17:26
persiaor VIA, but yeah, it only happens for special chips.17:26
* persia is kinda happy the C7M is now "old", as it didn't do all of i68617:27
tgardnerabogani, I've been trying to limit the number of flavours (though I'm in the process of converting the virtual sub-flavour into a regular flavour)17:28
tgardnerbesides, I thought the studio folks were using the -rt kernel anyways17:29
amitkabogani: do you mean that with all the  -rt stuff that has gone into mainline, you won't need an -rt kernel anymore?17:31
aboganitgardner: Is the problem that you don't want offer more flavours? So could I put an universe package (like -preempt2) and it would be OK for you?17:31
persiaNot since hardy, since -rt hasn't been able to match kernel versions well, and most folk don't really need -rt for their stuff.17:31
persiaamitk: Not all of it is mainline yet, although it's getting close.17:32
aboganiamitk: For almost all multimedia users HZ=1000 and PREEMPT =ycould be suffice.17:32
amitkpersia: i didn't mean all of it went in, but all that did go in :)17:32
tgardnerabogani, right. more flavours mean more build time and more maintenance.17:33
tgardnera universe package is fine with me17:33
* tgardner notes that ogasawara has been busy.17:34
amitkwasn't cnd_swap going to look into PREEMPT? Perhaps we should add HZ=1000 to his study list :)17:34
persiaabogani: If you do a universe package, please make it from the same source tree so that we don't get out of sync.  I'd like to be able to use --preempt for the default installer, but would prefer to avoid i386/amd64 bug skew.17:34
apw'for the default installer' ??? persia ?17:36
persiaapw: For the Studio flavour, yes.  A significant majority of Studio users need lower latency, as opposed to Desktop users.17:36
* apw idly wonders what the heck they could need it for17:37
persiaSimilar to how Server users have a different kernel flavour, do to different usage.17:37
persiamultiple audio generators being kept in sample-accurate sync, mostly.17:37
aboganipersia: What is exactly the "i386/amd64 bug skew" which you would want avoid?17:38
persiaSo if one is generating at e.g. 90kHz, one needs to run *each* tone generator and get the output each 10us.17:38
apwwell only if you don't think gneerating ahead is a good idea, but hey17:38
* abogani sound odd to have an amd64 -preempt kernel in main and a similar kernel in universe....17:38
persiaabogani: My worry is that if amd64 -preempt is build from one package, and i386 -preempt is build from a different package, we might end up with issues.17:39
apwthat does sound unhelpful17:39
persiaapw: You can't generate ahead if some of the tone generators depend on the others for input.  Consider a filter and needing to adjust wet/dry mix.17:39
amitkogasawara: why is ONDEMAND turned off in maverick?17:39
tgardneramitk, its enabled, its just not the default17:40
aboganipersia: Sorry I'm stupid: Why ever we should use two different source packages?17:40
amitk$ grep -r CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND debian.master/config/*17:41
amitkdebian.master/config/config.common.ports:# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set17:41
apwabogani, if you are uploading a separate paackage to universe its a separate source package17:41
amitkdebian.master/config/config.common.ubuntu:# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set17:41
amitktgardner: ^^17:41
apwamitk, thats the default17:41
apwour default is not ondemand17:41
tgardnerCONFIG_CPU_FREQ_GOV_ONDEMAND=y17:41
amitktgardner: aah, sorry, I'm blind17:41
persiaabogani: If there aren't two packages, ignore me :)17:41
aboganiif someone put a new package in Universe it should rename it completely so now way to have an amd64 -preempt (in main) and a i386 (in universe).17:42
persiaTo me it makes sense to only have *one* -preempt flavour.  I don't think main/universe matters (and really, unless it ends up on some main-only flavour's images, the binaries will be in universe anyway)17:43
aboganiCan we move all -preempt stuff in universe adding i386 in the same time?17:44
apwabogani, the issue for us is just how long a build takes if we add loads of flavours17:44
apwit already takes nearly 6 hours to build17:45
tgardnerabogani, you mean drop the preempt flavour in amd64 ?17:45
tgardnerI mean, move it from main into your universe kernel?17:45
aboganitgardner: Move it to (not mine) universe for provide both i386/amd64 binary packages.17:46
sconklinogasawara: I renamed the script to drop the ".sh" for consistency with the rest of the tools, and it's now in the maintscripts directory of the kteam-tools repo17:46
ogasawarasconklin: awesome, thanks17:47
tgardnerabogani, I'm fine with that. I don't think --prempt is main is getting much use anyways.17:48
tgardners/is/in/17:48
apwtgardner, + [rtg] drop sub-flavour processing in favor of making virtual a regular17:49
apwi think that that is already on the config blueprint17:49
tgardnerapw, too many places to keep track of stuff. my feeble mind is overwhelmed.17:49
apwogasawara, did i see the -virtual cleanup stuff there too ?17:50
ogasawaraapw: -virtual cleanup bit moved to the misc blueprint17:50
apwok cool then we are good17:50
aboganiSo if I propose to you a new -preempt packaging (which reuse linux-source-2.6.xx for build for avoid to insert again linux kernel source code) that support i386 and amd64 you could stop to build yours?17:51
aboganitgardner, persia, apw ^17:52
* persia is happy with that model, as long as there are udebs17:52
tgardnerabogani, I think I understand that. You want me to remove -preempt from the main pocket build?17:52
apwabogani, if you are going to do that we could give you some help making it like the other branches17:53
apwabogani, so that it can be easily rebased onto the current master as that progresses so you get the goodness for near no effort17:53
mdomschc^rl: firmware-addon-dell  and firmware-tools?  for BIOS updates for most systems, yes.17:53
aboganitgardner: Yes.17:54
tgardnerabogani, I'm fine with that.17:54
persianear no effort sounds like a bonus :)17:54
tgardnerapw, agreed?17:54
aboganipersia: Could you help me in that case (I never supported *udebs in my kernel packages)?17:54
* persia knows little about them, but expects that what apw describes can handle most of it.17:54
apwabogani, if we do it just as a derivative it should support udebs too17:55
apwas it should be the real packaging17:55
apwtgardner, i am good with pulling it out17:55
apwi could put together an example tree for it from whats in ours, and show you how to maintain it17:55
tgardnerapw, ok, I'll take care of it as part of the -virtual flavour rework17:56
apwtgardner, ack, want to action me on that blueprint to mock this up for abogani 17:56
apwabogani, i think it makes sense for me to mock it up, as i've done a number already17:56
tgardnerapw, eh? I can't even figure out where to mark up my task list, much less yours17:57
persiaabogani: apw: tgardner: Thanks a lot!  This should give us a much better story to tell for Studio.17:57
apwtgardner, never mine, i'll do it17:57
ogasawaratgardner, apw: I'll get the blueprint work items added17:57
apwogasawara, ok thanks17:57
tgardnersee, if I whinge enough ....17:57
apwabogani, so i'll try somethign mocked up within the week, with a write up on how it works17:57
aboganiapw: Ok Thanks.17:58
apwtgardner, when you are switching out the virtual stuff, if we arn't going to do that back in older releases17:59
apwit would be best not to remove the support yet, just stop using it for maverick17:59
apwelse we'll diverge 'debian' and have more maintenance of it to worry about17:59
tgardnerapw, thats why I'm hustling to get it done. I think we _should_ backport sub-flavour removal to older releases. it was a wart to begin with.18:00
apwok then thats fine18:00
tgardnerapw, I agree we should have a common debian across all releases18:00
apww18:01
apwwhen do you think you'll poop out the -virtual changes ?18:01
tgardnertoday or tomorrow.18:01
apwoh right ... cool18:01
tgardnerI've got it basically complete, but need to whittle down the config.18:01
tgardnerI could release it as is, its just a bit larger then need be.18:01
apwno thats fine18:02
aboganiapw: Should I preserve the same kernel configuration?18:02
aboganiapw: For -preempt I meant18:02
apwabogani, i think thats a sensible starting point18:03
apwabogani, let me get you a basic tree together in the right form18:03
apwthat should come out in the wash me thinks18:03
apwthen i can hand it off to you once its working18:03
apwtgardner, on the subject of the debian commonisation, i think the enforcement file is proobabally going to be release specific ... what do you think?18:26
tgardnerapw, likely, some features will appear and disappear according to kernel version18:27
apwi was th18:27
apwtgardner, in that case i was thinking it should move to debian.master18:27
apwthe enforcement list18:27
tgardnermakes sense18:27
apwso its 'master' bracnch specific ... cool ... will do that18:27
sconklintgardner: bug #564508 is for lucid and/or karmic and has a trivial patch attached, but also requires a new firmware blob rtl8192sfw.bin. What's the process for getting that all sent up for acks and applied in a synchronized way?18:28
ubot2Launchpad bug 564508 in linux (Ubuntu) "Add USB_DEVICE Sitecom WL-349 to rtl8192su (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/56450818:28
tgardnersconklin, the firmware blob needs to be properly licensed, then added to linux-firmware and SRUd. The ID updates also need a trivial SRU18:29
tgardnersconklin, cnd_swap has been handling firmware updates18:30
sconklintgardner: ok, I'll walk through it with him tomorrow, thanks18:30
ckingyawn19:33
=== bladernr_ is now known as bladernr-afk
=== jjohansen is now known as jj-lunch
=== pgraner-afk is now known as pgraner
=== bladernr-afk is now known as bladernr_
pgranerapw: you about?20:27
cnd_swapJFo: I'll try to look into that key issue from Mark tomorrow20:46
JFothanks cnd_swap 20:47
JFoI figured you'd either see that at some point or I'd ping you on it tomorrow20:47
JFoso, no worries20:48
apwpgraner, hi20:51
tgardnerapw, just dropped you a note about bug #563156 which is what I think he wanted to talk to you about.20:54
ubot2Launchpad bug 563156 in linux (Ubuntu) "laptop runs hot, shorter battery life, fan always on - lucid (affects: 17) (heat: 80)" [High,Triaged] https://launchpad.net/bugs/56315620:54
pgranerapw: rtg is spot on20:56
apwclearly two or three different bugs conflated in one20:57
apwone appears to be radeon drivers are less good with power than fgrlx on lucid20:57
apwanother seems to be late fan start on some machines with intel graphics20:58
apwand possibly one report which was the EC issue20:58
pgranerapw: yea, I was talking to rtg about having a wiki page for the "issue" with how to debug and report explaining that everything in one bug is bad20:58
pgranerapw: and we can get jfo to put a automated message in the bug pointing at the wiki page20:59
apwok20:59
JFoyep20:59
=== jj-lunch is now known as jjohansen
tgardnersure would be nice to have editorial ability and just delete the crack20:59
pgranerapw: much like bryce does for X bugs that go nuclear20:59
pgranertgardner: yea we can keep wishing20:59
Deemapw: i think it might interest you, that the g15daemon doesnt cause the error so my keyboard dies. its maybe something other.21:00
apwDeem, are there stack traces in your logs whne it breaks21:00
* JFo makes a note on automated processing of specific issues21:00
apwJFo, i'll get something together in the am on the wiki and we can get it out there tomorrow21:01
JFocoolness21:01
apwpgraner, i think the dell mini 10v is a herring rouge.  i updated and never saw the issue21:07
apwthe others look to be a combination of victims of the EC: bug which is likely fixed if we ask them to test and a real issue with ATI powersaving21:08
pgranerapw: you know I have it as you saw it on my machine but I will get hard data from karmic & lucid 21:08
vanhoofgrrr22:45
vanhoofnote to self: there are other places besides walmart that can make a passport photo :)22:46
=== rsalveti_ is now known as rsalveti

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