/srv/irclogs.ubuntu.com/2006/12/02/#ubuntu-kernel.txt

ajmitchso is hearing of it on irc12:38
zulheh..12:39
=== FriedCPU [i=friedcpu@stuck.in.the.delta.qu4dr4n7.com] has joined #ubuntu-kernel
=== elektranox [n=elektran@p5481EA35.dip.t-dialin.net] has left #ubuntu-kernel []
kylemBenC, ping03:08
BenCkylem: yo03:08
kylemheh, nm. figured it out.03:09
kylemjust trying to make that ndiswrapper message slightly more informative03:30
kylemof course, figuring out what the possible return values of call_usermode_helper are is fun.03:31
BenC2.6.20-1.1 is going to be a huge changelog04:06
BenCdebian/rules printchanges | wc -l04:06
BenC28004:06
kylemyow.04:11
kylemcould just crop the upstream git section, heh.04:13
=== kylem likes the changelog management in ubuntu-2.6.git though.
fabbionehumpf05:38
fabbionegit pull05:38
fabbionefatal: unexpected EOF05:38
fabbioneFetch failure: git://git.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git05:38
fabbioneNo changes.05:38
fabbioneBenC, kylem: do you know why am I getting this error?05:38
=== datten_ [n=datten@xdsl-81-173-188-140.netcologne.de] has joined #ubuntu-kernel
BenCfabbione: Is this from an old edgy repo?06:53
BenCfabbione: If so, you need to re-clone the ubuntu-2.6 tree06:53
fabbioneBenC: it's a clone i did 15 days ago.. but ok.. i will reclone. thx06:56
fabbionegotta feed the fattosaurus rex now :)06:57
BenClol07:01
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel
=== tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-kernel
=== joejaxx [i=jadaz87@ubuntu/member/joejaxx] has joined #ubuntu-kernel
=== Mithrandir [n=tfheen@vawad-xen1.err.no] has joined #ubuntu-kernel
=== crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-kernel
=== thom [n=thom@195.54.228.42] has joined #ubuntu-kernel
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
dade`the linux-source-2.6.19 package which versione of .19 contains ?10:50
dade`the "-0" one ?10:50
=== ivoks [n=ivoks@21-100.dsl.iskon.hr] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== calavera [n=calavera@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-kernel
mjg59BenC: pm_prepare_console() has reappeared in kernel/power/*03:24
mjg59BenC: What happened to the patch that fixed that?03:24
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-kernel
=== rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel
=== rikai_ is now known as rikai
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== bigon [i=bigon@imladris.bigon.be] has left #ubuntu-kernel ["Ex-Chat"]
=== zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
BenCmjg59: There's a config option for it now...I'd have to check for it06:27
=== rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel
mjg59BenC: No, that's something different06:32
BenCthis is the code that disables pm from mucking with the console on suspend/resume, right?06:34
mjg59Yes06:34
BenCI was sure something was added in mainline kernel for this when I moved to 2.6.1906:34
mjg59No, there are two chunks of code06:34
mjg59One controls whether messages get sent to the console (which is now a config message)06:35
mjg59And one controls whether the kernel does VT switching (which isn't)06:35
=== rikai_ is now known as rikai
BenCSo I need to re-add my config option for the vt switching06:36
BenCI'll try to get that pushed upstream during 2.6.20 too06:36
mjg59It would probably be better if it was run-time switchable in some way06:42
BenCI can do that too :)06:44
Mithrandirthat'd be wonderful.06:51
MithrandirI have graphical suspend and resume working, sans that small bug, which you can *cough* work around by sending a SAK.06:51
makxnice06:53
Mithrandirs/suspend/hibernate/, really.06:54
mjg59Mithrandir: Did you make any changes to usplash?06:56
mjg59If not, I'm not sure how you handled the password stuff06:56
Mithrandirmjg59: I ignored it, but I think I can work around it by writing a shim in uswsusp06:57
Mithrandirgiven that usplash supports input now06:58
Mithrandirusplash needs a few more bits exposed in the API too, iirc.06:58
mjg59I think it's trivial to do by just refactoring the input code in usplash06:58
mjg59I wrote that earlier, I'll push it now06:58
Mithrandirok06:59
Mithrandirdo we have bzr imports of suspend-cvs?06:59
mjg59Dunno07:00
mjg59Gah. What's the bzr foo to recover a file I accidently deleted?07:01
mjg59Ah, I can just cat it07:02
Mithrandirbzr revert foo, I'd think07:02
mjg59Ah, yes, that would also work07:02
mjg59Mithrandir: Pull latest code, then usplash_get_string07:04
=== pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel
=== datten_ [n=datten@xdsl-81-173-186-205.netcologne.de] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
makxhmm are there images for netboot.tar.gz?07:20
makxs/images/mirrors #uups07:20
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-kernel
=== ivoks [n=ivoks@21-100.dsl.iskon.hr] has joined #ubuntu-kernel
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
dade`BenC: are you here ?09:40
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
dade`wow if i change the preempt method the kernel recompiles everything11:12
BenCyeah, things like preempt are pretty extensive11:13
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel
=== doko_ [n=doko@dslb-088-073-073-245.pools.arcor-ip.net] has joined #ubuntu-kernel

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