/srv/irclogs.ubuntu.com/2008/09/26/#ubuntu-kernel.txt

=== borschty_ is now known as borschty
DBOhello all, I know I must be sounding like a broken record.  I am growing more frustrated with trying to get suspend working03:28
DBOis there any way I can help debug an issue with the drm.ko module?  Removing it fixes my suspend (at the cost of hardware accel)03:28
DBOcan I get some help trying to compile a new version of the i915 driver with some patches I found?04:03
=== thegodfather is now known as fabbione
lagaamitk: hows aufs looking?12:25
amitkgood, I am compiling the lpia kernel and upload that, then I apply your patches to ubuntu kernel, test with some live cds12:26
amitklaga: there won't be a kernel upload before beta it seems though. sorry.12:27
amitkunless we get a fix to the e1000e bug for which rtg has sent a patch12:28
lagai think i can live with that :)12:32
amitklaga: atleast the mobie team will be using your aufs for their live-usb-sticks. They have a separate kernel where I can push these patches today.12:34
lagayeah, i need it in generic for mythbuntu-diskless.12:34
amitk*your aufs patches, that is12:34
tjaaltonamitk: what do you mean by "Signed-off:", I should use gpg-sign?-)12:51
smb_tptjaalton, I guess he just meant that the patch should include a line "Signed-off-by: name <email>"12:54
tjaaltonsmb_tp: oh, ok12:54
smb_tptjaalton, It also would be interesting: where did that patch come from? It wasn't in upstream yesterday12:54
tjaaltonsmb_tp: from the linuxwacom tarball12:55
tjaaltonlinuxwacom.sourceforge.net12:55
tjaaltonsrc/linux-2.6.26, diff the files against our kernel12:56
tjaaltonunless I've f****d things12:57
tjaalton+up :)12:57
smb_tptjaalton, :) If it works for you. Just have to see whether this also goes upstream or has to be promoted.12:58
amitktjaalton: exactly what smb_tp said. And it is good to know the provenance of the patch (where it came from)12:58
tjaaltonamitk: ok, should've included the url then. I'll update the patch12:59
tjaaltonmy tablet doesn't seem to need the module at all, so I haven't tested it myself13:00
amitktjaalton: in that case, do you know if it _does_ fix it for somebody? No point in applying the patch otherwise.13:01
tjaaltonamitk: of course, as I said "bug foo confirms that .."13:01
tjaaltonthere are a couple of users who got it working by compiling this version of the module13:02
=== thegodfather is now known as fabbione
amitktjaalton: ok. read through the bug now. Please send Signed-off line with a URL13:04
tjaaltonamitk: like this? http://users.tkk.fi/~tjaalton/dpkg/wacom-1.49.patch13:06
tjaaltonuh13:06
tjaaltonok there13:07
amitktjaalton: looks ok13:08
tjaaltonamitk: great13:13
asachi. one questions. whats the idea for those 3g modems that also are storage devices. usually folks now write their own udev rules to get that working. is there anything we can do in general to prefer the modem driver vs. the storage thing?13:59
amitkasac: Arne showed me one that had two different USB ids. On insertion, it first acted as a mass storage device, then you had run some program to switch to the other device. If other devices are similar it seems like something that should be handled in userspace.14:02
asacamitk: well. i talked to dan williams at some point and he said that the storage thing should be blacklisted or something14:03
asacamitk: not really sure what he means by that. will try to ask him again14:04
amitkasac: i guess he means blacklisting a specific usb id from the storage driver. That would make the storage never work. Better ask him.14:05
asacamitk: right. but the storage thing is really just a tiny storage used to ship the windows drivers14:06
asacamitk: i had something similar for a wifi stick14:06
asacfwlanusb14:06
asacbefore i fixed the driver it was always storage14:06
asacwith the windows driver on it14:06
asacbut once fwlanusb driver was proper, things just worked (e.g. no storage device popping up)14:07
asacamitk: i think dan williams didnt say "blacklist", but "give the modem driver higher prio" ... does that make sense to you?14:07
amitkasac: not sure what giving higher prio means.14:08
asacamitk: maybe making udev first modprobe the modem driver before trying storage?14:09
asacanyway. i will try to get a word from the master on this ;)14:10
Zhenechasac, there are 3g sticks that really need an userspace app to tell them "no, dont do storage, do 3g"14:23
Zhenechi think option makes those14:24
asacZhenech: ok. but there area also others that would do the right thing when the modem driver would be tried first?14:24
Zhenechasac, to be honest, I dont know, I only had "normal" modems and these "i need a app" sticks in my hands till now14:26
amitkasac: the ones Zhenech mentions are the only ones I have seen. If there are saner ones, then by all means we could blacklist them in the storage driver.14:26
asacok. so in the end NM probably has to do that :(14:27
Zhenechyou can find a lot of information about these on pharscape.org14:27
Zhenechasac, perfectly udev would do "oh, its a storage, but the id I know to be a 3g, lets call <tool> to enable modem"14:28
Zhenechso it happens on plugin of the modem directly14:28
asacZhenech: yeah. but then how do we find all the ids of those devices?14:28
Zhenechas everyone uses udev, but not everyone uses NM14:28
asacZhenech: yeah. but people not using NM are usually more skilled ;) and even like to find out about udev rules :-P14:29
asacbut agreed14:29
asacat best this would happen at the lowest level possible14:29
Zhenechsee this post http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,545/14:30
Zhenechit contains the utily I mentioned for option cards14:30
Zhenechand udev rules with all the shiny ids needed :)14:30
Zhenechhere are probably more http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,425/14:32
Zhenechasac, sponsor me such a card and I'll package it :>14:32
asacZhenech: show me where the source is ;)14:33
asaci cant find it :)14:33
asac(for ozercdoff)14:33
Zhenechthe udev.tar.gz attached to the post has everything14:34
Zhenechthe name is ... bad ;)14:34
asacZhenech: isnt that released fro ma more official place?14:34
Zhenechnot that I would know off14:35
Zhenechafaik linux support for the option hardware is only semi-official14:35
asacZhenech: ok. but its hso-udev.tar.gz ... or is there a plain udev.tar.gz that i dont see?14:36
Zhenechhttp://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,545/ lists only udev.tar.gz, 26kb big14:37
Zhenech(the other link has a hso-udev file)14:43
DBOping abogani 14:50
aboganiDBO: pong15:01
DBOabogani, can you help me understand why your kernel is the only kernel with which my machine will suspend?15:01
DBOi am on intrepid, using the linux-rt kernel you created15:01
DBOit suspends wonderfully, every other kernel hard locks on resume when the drm module is loaded (they work fine if I dont load drm)15:02
aboganiIt is very hard to say. Generally rt incur in suspend/hibernate problems...15:03
DBOi tried recompiling the latest -generic kernel for intrepid using your config, and I even tried using your config against the stable 2.6.26 kernel15:03
DBOi can't seem to grab the source for your kernel however, apt-get sourceing it just gets me a debian/15:04
DBOabogani, did you do anything special to the drm module?15:04
aboganirt config is very close to -generic one except for rt specific configurations.15:04
aboganiNo at all.15:04
DBOany clue why my console is screwed up in your -rt kernel... it blinks red and black off and on15:05
aboganiWhat video driver are you using?15:05
DBOi91515:05
DBOI am just trying to piece it all together, maybe with enough hints I can figure out how to get a reliable machine =/15:05
aboganiSorry i don't have experience to this type of hardware.15:06
DBOabogani, I also experience some freezing with your kernel15:07
DBOsomething about bad page state15:08
DBOI had emailed you a backtrace to your ubuntu email right before contacting you here15:08
aboganiDBO: I suspect that upstreams already have fix that bug. Anyway keep in account that -rt will be dropped in Intrepid.15:18
DBOintrepid is not going to have -rt at all?15:19
aboganiNot provided by me at least.15:19
aboganiSorry15:20
DBO=/ sucky... its the only real kernel that works for me.15:20
DBOI can't be the only one out there with an intel x4500 integrated gpu15:20
DBOwell I know I am not, there is at least one other guy with the same problem15:20
munckfishsmb_tp: any news on the ports build?16:33
smb_tpmunckfish, I've prepared something that should build but I still have to get someone to upload it...16:34
munckfishsmb_tp: ok16:34
munckfishsmb_tp: seeing as it's not uploaded now - if I wanted to get another patch in now before the beta would that be a PITA or easy?16:35
smb_tpmunckfish, Well closer to PITA since I pushed the things needed for the upload to the repo already16:37
munckfishsmb_tp: np I'll wait till after16:37
elventearHello. I am looking for the netback.c file in the netback driver for the latest Hardy stable Kernel. I downloaded the source from the repo and cloned the hardy git repo and the file is missing. Where should I look for such file?16:58
IntuitiveNippleWhat is the kernel module name?17:01
IntuitiveNippleIsn't that in Xen?17:02
elventearIntuitiveNipple: Xen would be the Git Repo?17:13
IntuitiveNippleThe only Ubuntu xen repo's I know of are Chuck Short's, for intrepid17:16
elventearWhere do the sources for llinux Xen kernel would come from? The said file is not under Xen17:17
elventearOnly Xenbus stuff is17:18
IntuitiveNippleelventear: I'm not sure17:18
elventearThere is an Ugly bug in the Xen Kernel, and I am trying to debug it. I have been told that there is where the bug might reside17:19
elventearBut I want the source that Ubuntu uses17:19
IntuitiveNippleelventear: For building it, last time I looked, it required the "custom-binary-xen" target in the Ubuntu kernel build process.17:20
IntuitiveNippleelventear: And "debian/rules custom-prepare-xen" should show the xen patches17:20
elventearOk17:21
elventearThanks17:21
IntuitiveNippleelventear: That info came from the kernel mailing-list in April, so it ought to be valid17:21
IntuitiveNippleelventear: Although, that was Hardy of course17:21
=== thegodfather is now known as fabbione
superm1BenC, , persia and i were looking at bluetooth support in intrepid and running into lots of issues with btusb.  is there any particular reason we are tied to switching to it when  the hci-usb stuff is still available?18:04
superm1(or anyone else whom is relatively informed on this)18:05
=== calc_ is now known as calc
fabbioneBenC: ping?19:57
fabbionertg: ping?19:58
rtgfabbione: yo19:58
fabbionertg: hey.. did any of you pulled from my gfs1/2 tree into intrepid (both normal and ports)?19:59
fabbionei can't see anything in the last kernel releases19:59
rtgfabbione: I remember doing it once, but nothing recently.19:59
rtgBenC has been leading the charge on Intrepid. I've been busy on other things.20:00
fabbionei did send another pull request after 2.6.27 was first uploaded to intrepid20:00
rtglemme dredge through the list and find it.20:00
fabbioneno BenC didn't pull20:01
fabbioneyou are shipping a broken gfs1 and gfs220:02
fabbiones/you/BenC20:02
fabbioneeek20:02
fabbionei said it correctly before :)20:02
fabbioneBenC didn't pull20:02
rtgDid you send your pull request in September? I don't see it, but my eyes might be getting tired.20:03
fabbioneprobably august20:03
rtghttps://lists.ubuntu.com/archives/kernel-team/2008-August/002854.html20:04
fabbionethere is one from 27th of Aug20:04
fabbionein my sent folder20:04
fabbionehttps://lists.ubuntu.com/archives/kernel-team/2008-August/003004.html20:05
fabbionethis one20:05
fabbioneso 002854.html still has the request for -ports that has not been done at all20:05
fabbionethe latter has extra for supported arches20:05
fabbionethat has not been done either20:05
rtgfabbione: I'll sic smb on the https://lists.ubuntu.com/archives/kernel-team/2008-August/002854.html request, and handle the Intrepid pull myself.20:06
superm1rtg, can you check if the current patchset for btusb suspend support is added into the current 2.6.27 tree we're shipping with, i ididnt think it was? http://www.kernel.org/pub/linux/kernel/people/holtmann/patch-2.6.26-mh5.gz20:06
fabbionertg: "sic smb"? 20:07
smb_tp_rtg, you do what?20:07
rtgsuperm1: uno momento20:07
rtgsmb_tp_: maybe you should respin the -ports upload after pull fabbione's gfs2/gfs1 patches.20:07
superm1marcel posts these to http://www.bluez.org/, and this was just a few days old - so i'd think not generally20:08
fabbioneah ok20:08
fabbionegot it20:08
fabbionertg: anyway it's _very_ important you get the changes for supported arches20:08
fabbionertg: what you have there for gfs1 is totally broken20:08
fabbionegfs2 is exporting unrequired symbols and other stuff20:08
rtgfabbione: ok, I'm getting the message :)20:08
fabbioneok..20:09
fabbionethanks20:09
smb_tp_rtg, hm. ok. munckfish isn't around but then I can take his one more thing as well20:09
smb_tp_fabbione, ports pulled20:19
fabbionesmb_tp_: thanks20:20
rtgfabbione: I pulled after rebasing your tree. Its been long enough that I'm doing a test build before pushing it back out.20:29
rtgsuperm1: looks like that pathc is already in Linus' tree, so we'll pick it up on the next rebase.20:45
rtgs/pathc/patch/20:46
superm1rtg, any estimate on when that should be happening?20:46
rtgshould be soon. -rc7 is close to week old now, isn't it?20:47
rtgfabbione: I pushed your bits20:48
superm1okay great, thanks rtg20:48
=== calc is now known as calc_
=== calc_ is now known as calc

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