=== defendguin [n=supertux@cpe-72-181-7-135.houston.res.rr.com] has joined #ubuntu-kernel | ||
defendguin | BenC: do you know what the typical operating temperature of a intel dual core processor is? | 12:42 |
---|---|---|
BenC | defendguin: mine shows 44C | 12:43 |
BenC | it's pretty idle though | 12:43 |
defendguin | how many mhz? | 12:43 |
defendguin | its clocking down to 1ghz or 800mhz? | 12:44 |
defendguin | BenC: how should i record this? i opened up this friend of mine's myspace page with about 50 slide shows and it gets the processor up half way and sends both cores to full speed and the fan begins to kick in and blow some air out of the side of the laptop and the temp gets up to about 71 degrees | 12:53 |
BenC | it's a 1.8Ghz | 12:53 |
BenC | so it's probably clocking down to 1 | 12:53 |
BenC | defendguin: sounds like you can blame firefox...not sure if that's a bug | 12:54 |
defendguin | i blame my friend | 12:54 |
defendguin | the page is hideous | 12:54 |
JanC | IIRC those CPUs are safe up to 100 C or something? | 12:55 |
defendguin | i have no idea | 12:55 |
JanC | maybe not really good for CPU lifetime though :) | 12:56 |
defendguin | but it certainly seems like the fan is whirring and working properly | 12:56 |
JanC | depends on where you measure too of course | 01:00 |
defendguin | BenC: i guess this guy just has different hardware because the fan seems to be very responsive to the processor here. Anywhere from silent at idle to noticeable when the processor was being used heavily | 01:02 |
defendguin | BenC: the guy pretty much gets the same results as me temp wise. is 49C really too hot for a mostly idle processor? | 01:15 |
BenC | not really | 01:15 |
defendguin | i guess i could boot back into edgy and see if it is the same | 01:17 |
defendguin | damn i guess i remove those options from grub :-( | 01:20 |
defendguin | I am reading the technical specifications and typically they use a range of anywhere between 50 and 100C in these documents | 01:35 |
=== ivoks [n=ivoks@16-202.dsl.iskon.hr] has joined #ubuntu-kernel | ||
defendguin | any time they list anything below that the processor is in one of several sleep states | 01:39 |
BenC | defendguin: sounds like a non-bug to me then | 01:51 |
BenC | defendguin: I can get mine up to 75C doing a compile | 01:54 |
BenC | then there's this: | 01:54 |
BenC | critical (S5): 126 C | 01:54 |
BenC | if critical trip point (instant power off) is 126C, then 70, even 80, doesn't sound so bad | 01:55 |
Amaranth | 75C? damn, i get to 88C | 01:59 |
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== AvengerMoJo [n=alex@219.142.241.138] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== Amaranth_ [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== Ivan_ [n=chatzill@S0106000f3d5a7adf.ed.shawcable.net] has joined #ubuntu-kernel | ||
=== panduwana [n=rooney@124.81.122.66] has joined #ubuntu-kernel | ||
panduwana | hello, i'm new, is there any tutorial about making kernel module for ubuntu? | 04:02 |
BenC | panduwana: you really want #ubuntu | 04:04 |
panduwana | oh ok sorry | 04:04 |
=== panduwana [n=rooney@124.81.122.66] has left #ubuntu-kernel [] | ||
Ivan_ | probably an annoying questions by now, but ps3 wifi, how? | 04:08 |
BenC | Ivan_: not | 04:17 |
BenC | only ethernet is supported on ps3 | 04:17 |
BenC | otherwise use a USB wireless dongle supported by linux | 04:17 |
mjg59 | BenC: Hm. So, we're almost certainly going to want the code to forcible enable the HPET on ICH systems | 04:18 |
mjg59 | Which is, unfortunately, unlikely to make it in for .22 | 04:18 |
mjg59 | But we should have what's approximately the final patch before then | 04:18 |
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-kernel | ||
BenC | mjg59: Ok | 04:23 |
mjg59 | So I don't think it's going to be a long term merge issue, but it may represent a divergence from upstream | 04:26 |
mjg59 | The issue is that the PIT has a minimum useful tick rate of around 40Hz, but there's the potential for us to get lower than that | 04:27 |
mjg59 | So HPET is useful, and most hardware from the past couple of years supports it. But BIOSes didn't start turning it on until fairly recently | 04:27 |
mjg59 | So it's a potentially very useful patch for power conservationm | 04:28 |
BenC | Sounds useful, definitely give it a good once over | 04:31 |
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
mjg59 | Right. There's a possible suspend regression at the moment, which is why I'm not pushing it right now | 04:32 |
mjg59 | I'll see if I can find hardware to duplicate it on | 04:32 |
mjg59 | But then, I get the feeling that there may be regressions in that field in .22 in general right now, so... | 04:32 |
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
BenC | mjg59: how big is the patch? | 04:48 |
mjg59 | Erm. | 04:48 |
mjg59 | Hang on a sec... | 04:48 |
mjg59 | 14K | 04:49 |
Amaranth | lines or file size? | 04:50 |
mjg59 | File size | 04:50 |
mjg59 | 540 lines of diff (including context and headers) | 04:50 |
mjg59 | So not really /too/ bad | 04:51 |
mjg59 | It is, irritatingly, more of an hpet update rather than just the force-enabling | 04:51 |
mjg59 | But large parts of it are tied together | 04:51 |
=== AvengerMoJo [n=alex@61.14.130.201] has joined #ubuntu-kernel | ||
BenC | mjg59: any chance the hpet update gets into 2.6.22? :) | 04:57 |
mjg59 | Doesn't seem likely | 04:57 |
mjg59 | I've been talking to upstream about it | 04:57 |
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel | ||
=== racarr_ [n=robb@pool-71-163-244-36.washdc.fios.verizon.net] has joined #ubuntu-kernel | ||
=== macd [n=d@adsl-156-70-60.msy.bellsouth.net] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== n2diy [n=darryl@ppp-42d429e5.wlks.losch.net] has joined #ubuntu-kernel | ||
=== dade` [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-kernel | ||
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel | ||
=== Lure [n=lure@external-1.hermes.si] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@59.92.22.80] has joined #ubuntu-kernel | ||
=== m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel | ||
=== Edulix [n=edulix@252.Red-88-15-163.dynamicIP.rima-tde.net] has joined #ubuntu-kernel | ||
Edulix | hi | 09:10 |
Edulix | I compiled my own ubuntu kernel, it was linux-source-2.6.22_2.6.22-2.7.tar.gz | 09:11 |
Edulix | but it created 2.6.21 packages! how's that? wasn't it a 2.6.22? I'm confused | 09:11 |
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@59.92.14.190] has joined #ubuntu-kernel | ||
=== ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== elmarco|away is now known as elmarco | ||
=== jml [n=jml@125-236-193-95.adsl.xtra.co.nz] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 [n=alex@61.14.130.209] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel | ||
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel | ||
=== abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== AvengerMoJ1 [n=alex@61.14.130.209] has left #ubuntu-kernel [] | ||
=== dade` [n=dade@mail.nectarine.info] has joined #ubuntu-kernel | ||
=== amitk_ [n=amit@a81-197-130-222.elisa-laajakaista.fi] has joined #ubuntu-kernel | ||
=== farion [n=farion@p54A3BEAC.dip0.t-ipconnect.de] has joined #ubuntu-kernel | ||
farion | can someone explain me, howto compile the source of linux-ubuntu-modules-2.6.22? | 03:04 |
BenC | farion: sudo apt-get build-dep linux-ubuntu-modules-2.6.22; apt-get -b source linux-ubuntu-modules-2.6.22 | 03:13 |
=== cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== AvengerMoJo [n=alex@219.142.241.138] has joined #ubuntu-kernel | ||
=== wmat [n=btraynor@gromit.mixdown.ca] has joined #ubuntu-kernel | ||
farion | BenC: Okay, thx i'll try | 03:41 |
ogra | BenC, i did the initramfs measurements -ltsp vs. -i386 ... -ltsp is finishing 11secs faster if i add a break=bottom ... | 03:45 |
BenC | ogra: so from pxe finish to busybox is 11 seconds different? | 03:46 |
ogra | yep | 03:46 |
ogra | we take 55sec they 44 | 03:46 |
BenC | what about break=top? | 03:46 |
ogra | i'll try with break top as well | 03:47 |
ogra | hee beaten me | 03:47 |
ogra | *heh | 03:47 |
BenC | hehe | 03:47 |
BenC | would be nice to know how much of that is initial kernel and how much is driver loading and initramfs scripts | 03:47 |
ogra | yep | 03:47 |
BenC | maybe take out the hibernate script in initramfs...you guys don't need that, right? | 03:48 |
ogra | im not a big fan of stopwatching though ... | 03:48 |
BenC | hehe | 03:48 |
ogra | right | 03:48 |
Mithrandir | you should just install bootchart and work from that. | 03:49 |
ogra | Mithrandir, well, jammcq refuses to use bootchart ... and on this 200Mhz client it takes nearly 1h to generate the final image ... | 03:50 |
ogra | to keep some consistency with the ltsp guis i resrted to use their "hit powerbutton and stopwatch" method for now | 03:51 |
mjg59 | 11 seconds seems like a fairly irrelevant difference when the complaint is an extra three minutes | 03:51 |
ogra | *guys | 03:51 |
ogra | yeah | 03:51 |
ogra | it is | 03:52 |
Mithrandir | ogra: just copying the tar.gz somewhere else and generating the image there should work fine. | 03:52 |
=== farion [n=farion@p54A3BEAC.dip0.t-ipconnect.de] has joined #ubuntu-kernel | ||
ogra | sadly we have many of these 11 seconds in various places ... it stacks up | 03:52 |
ogra | break top gives me 32secs for i386 and 23 sec for -ltsp | 03:55 |
ogra | so their vmlinuz is already faster | 03:56 |
maks_ | well non-generic kernel | 03:58 |
BenC | our vmlinuz should be pretty stripped down | 03:58 |
BenC | what kernel is ltsp's? | 03:59 |
zul | gah...I dislike it when things change | 04:02 |
mjg59 | ogra: That accounts for almost the entirity of the 11 seconds, so if you want to reduce it that's clearly what you should be looking at. However, it's still going to make almost no difference overall. | 04:04 |
ogra | yeah | 04:04 |
ogra | i'm still trying to find the big switch i just need to flip to loose 2mins | 04:05 |
mjg59 | ogra: If you want to actually improve things, I think yo're going to have to figure out why stuff is actually slower. Did you do the NFS benchmarking with an ltsp kernel? | 04:05 |
ogra | but it seems its just the stacked up amount of all these little things | 04:05 |
ogra | yes, no big difference | 04:05 |
ogra | one thing i assume will make a big difference is to use the ltsp initramfs script ... but thats to hackish that i even want to think about using it | 04:06 |
ogra | instead of a real nfsroot they use tmpfses and load all stuff into ram before going on with booting the real thing | 04:06 |
ogra | so the actual bootsequence is done from ram ... not from the nfsroot | 04:08 |
mjg59 | So they transfer over a large file and then run from that? | 04:09 |
ogra | the create tmpfses and move or bind mount particular nfs dirs into that | 04:11 |
ogra | we do the same to gain rw access to crtain files on the readonly nfsroot ... but only in the booting system, not in the initramfs | 04:11 |
BenC | well the initramfs is alreayd all in ram | 04:12 |
mjg59 | Right, but where are the binaries that they're actually executing? | 04:12 |
BenC | doesn't read much from the nfsmount as far as I know | 04:13 |
ogra | no, we just plainly mount / | 04:13 |
ogra | http://www.mcquillansystems.com/init.txt | 04:13 |
ogra | thats their initramfs creator script | 04:14 |
mjg59 | ogra: That doesn't give a lot of insight | 04:15 |
=== Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-kernel | ||
mjg59 | But by the looks of it, the binaries they execute still come from the nfs mount, right? | 04:15 |
ogra | right | 04:15 |
mjg59 | So I can't see why that would make any difference to startup times | 04:15 |
ogra | ah, sorry, they dont bindmount, they link | 04:15 |
mjg59 | The only obvious difference is that their /tmp is on tmpfs | 04:15 |
mjg59 | Where does /tmp come from on the edubuntu systems? | 04:16 |
ogra | ours as well, but later in the loop | 04:16 |
ogra | from ltsp-client-setup, the firt initscript we run on ltsp clients | 04:16 |
ogra | *first | 04:16 |
ogra | which bind mounts various other stuff to ram as well | 04:17 |
mjg59 | Ok. So in that case, I can't see any reason why that would explain any speed differences | 04:17 |
ogra | but only wih the writeabilty in mind, no speed thoughts involved | 04:17 |
ogra | well, their stuff is earlier in ram than ours thats the only difference i see | 04:18 |
ogra | if you access anything the second ime you might be lucky to get it from ram instead of the nfsroot | 04:19 |
mjg59 | ? | 04:20 |
mjg59 | It doesn't execute anything from ram | 04:20 |
ogra | if your /bin is on a ramdisk ? | 04:20 |
mjg59 | It's not! | 04:20 |
mjg59 | /bin is just a symlink into an NFS mount | 04:21 |
ogra | hmm | 04:22 |
ogra | right | 04:22 |
ogra | you would have to copy it instead ... which would slow down even more ... weird ... | 04:24 |
farion | howto do i recompile my ubuntu standardkernel - i only want to change two items? | 04:24 |
ogra | i'm really runing out of ideas wher else to look | 04:24 |
mjg59 | farion: This isn't a support channel - #ubuntu is a better place to ask questions like that | 04:25 |
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== bdgraue [n=bdgraue@dyndsl-085-016-106-199.ewe-ip-backbone.de] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-c6d51da0047914ab] has joined #ubuntu-kernel | ||
=== johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-f4a940def67a8f2e] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-044e2625c6a3cd9d] has joined #ubuntu-kernel | ||
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel | ||
=== AvengerMoJo [n=alex@219.142.241.138] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-44a3bc16802c53f5] has joined #ubuntu-kernel | ||
lamont | 09:25:18.548890 IP 15.238.4.198.42014 > 10.0.0.2.80: S 4194244240:4194244240(0) win 5840 <mss 1460,sackOK,timestamp 93976 0,nop,wscale 5> | 05:25 |
lamont | 09:25:18.549337 IP 10.0.0.2.80 > 15.238.4.198.42014: S 1534251669:1534251669(0) ack 4194244241 win 5792 <mss 1460,sackOK,timestamp 833213942 93976,nop,wscale 7> | 05:25 |
lamont | 09:25:18.549382 IP 15.238.4.198.42014 > 10.0.0.2.80: . ack 1 win 183 <nop,nop,timestamp 93976 833213942> | 05:25 |
lamont | so why do we pick a window size of 183?? | 05:25 |
lamont | and then why does the far side send 638 octets of data to that 183 window? | 05:27 |
=== bleinmono [n=toffel@ppp85-141-151-221.pppoe.mtu-net.ru] has joined #ubuntu-kernel | ||
=== pmjdebruijn [n=pmjdebru@home.pcode.nl] has joined #ubuntu-kernel | ||
=== ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== dade` [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-kernel | ||
=== dade` [n=dade@85-18-201-175.ip.fastwebnet.it] has left #ubuntu-kernel [] | ||
=== dade` [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-kernel | ||
=== dade` [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-kernel | ||
BenC | Anyone have any thoughts on enabling SLUB vs SLAB in gutsy? | 06:12 |
BenC | I've been reading it, and it actually fixes some bugs, so I'm considering it for next upload | 06:12 |
BenC | http://lwn.net/Articles/229096/ in case anyone wants to read up on it | 06:14 |
lamont | any reason I can't run a gutsy kernel on a feisty box? | 06:16 |
lamont | BenC: any chance you have a machine with the current top-of-tree kernel on it? | 06:16 |
BenC | yeah | 06:16 |
BenC | lamont: you can run gutsy kernel on feisty...I am | 06:17 |
BenC | in fact, I'm running it on edgy in a few places too | 06:17 |
lamont | could you capture the 3-way handshake for a wget of some random web page for me? | 06:17 |
lamont | tcpdump, that is | 06:17 |
lamont | BenC: rebuilt, or just drop the deb in and go? | 06:17 |
BenC | if you can give me commands, I can do that | 06:17 |
BenC | lamont: dpkg -i, and reboot | 06:17 |
lamont | tcpdump -ni eth0 host 64.233.167.99 | 06:18 |
lamont | and in another window: wget 64.233.167.99 | 06:18 |
BenC | lamont: nvidia/fglrx support is a different story | 06:18 |
lamont | then grab the first 3 lines of output | 06:18 |
lamont | specifically, I'm looking at the number after 'win' :) | 06:18 |
BenC | lamont: does it matter than I'm behind a firewall? | 06:18 |
lamont | 01:00.0 VGA compatible controller: nVidia Corporation NV25GL [Quadro4 900 XGL] (rev a3) | 06:18 |
lamont | no matter | 06:18 |
=== lamont is running stock kernel/etc - haven't played with getting fglrx working better or such | ||
lamont | so as long as it stll works, no 3d/etc is fine | 06:19 |
BenC | yeah, it'll still work | 06:19 |
BenC | 12:19:33.762854 IP 192.168.1.130.59038 > 64.233.167.99.80: S 2512816493:2512816493(0) win 5840 <mss 1460,sackOK,timestamp 36801128 0,nop,wscale 7> | 06:19 |
BenC | 12:19:33.799159 IP 64.233.167.99.80 > 192.168.1.130.59038: S 2499560590:2499560590(0) ack 2512816494 win 8190 <mss 1460> | 06:19 |
BenC | 12:19:33.799215 IP 192.168.1.130.59038 > 64.233.167.99.80: . ack 1 win 5840 | 06:19 |
BenC | this is stock 2.6.22-rc1 | 06:20 |
BenC | well, it's gutsy kernel, but it's stock | 06:20 |
lamont | 10:20:43.051400 IP 15.238.4.198.44514 > 64.233.167.99.80: . ack 1 win 183 <nop,nop,timestamp 426415 23137170> | 06:20 |
lamont | that's the feisty kernel | 06:20 |
lamont | note the tcp receive window size of 183... | 06:21 |
lamont | whatever fixed that bug would be good to get back into feisty | 06:21 |
BenC | could be affected by sysctl stuff | 06:21 |
lamont | 'twould make my coworkers happy | 06:21 |
lamont | mine started with a window of 5840 as well | 06:21 |
lamont | it just drops dramatically on the final ack | 06:22 |
BenC | what win do you get back from remote? | 06:22 |
BenC | win/scale stuff is weird | 06:23 |
BenC | I've seen where certain windows machines work badly with linux when scaling is turned on | 06:23 |
lamont | 65535 from google | 06:23 |
lamont | can I force it to not scale? | 06:24 |
lamont | 10:20:43.051551 IP 15.238.4.198.44514 > 64.233.167.99.80: P 1:102(101) ack 1 win 183 <nop,nop,timestamp 426415 23137170> | 06:25 |
lamont | 10:20:43.136797 IP 64.233.167.99.80 > 15.238.4.198.44514: P 1:1431(1430) ack 102 win 65535 <nop,nop,timestamp 23137170 426415> | 06:25 |
lamont | so does it violate RFC to send 1430 octets when the other end advertised a window of 183? | 06:26 |
=== lamont reboots into the current gutsy kernel. brb | ||
=== amitk_ [n=amit@a81-197-130-222.elisa-laajakaista.fi] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-f1da7e4449e32a54] has joined #ubuntu-kernel | ||
lamont | BenC: fixed in 2.6.22-1-server_2.6.22-1.5 | 06:33 |
BenC | lamont: there's a scaling setting in /proc/sys/ somewhere | 06:33 |
lamont | thanks | 06:34 |
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
lamont | BenC: hrm... actually, 2.6.22 shows the same issue, turning off window scaling makes it go away | 07:00 |
lamont | --> bug in other vendor's stuff, not linux. kthxbye | 07:00 |
BenC | lamont: yeah, sounds about right | 07:00 |
=== ivoks [n=ivoks@vipnet23-164.mobile.CARNet.hr] has joined #ubuntu-kernel | ||
ogra | if i monitor an nfsroot thats mounted via udp with -o nolock with wireshark, why do i still see sunrpc noise over tcp ? | 07:08 |
=== m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel | ||
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel | ||
=== dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel | ||
=== doko_ [n=doko@dslb-088-073-067-058.pools.arcor-ip.net] has joined #ubuntu-kernel | ||
=== amitk_ [n=amit@a81-197-130-222.elisa-laajakaista.fi] has joined #ubuntu-kernel | ||
=== AnAnt [n=anant@217.53.144.163] has joined #ubuntu-kernel | ||
AnAnt | Hello, will there be a kernel fix for Feisty ? | 08:05 |
zul | probably when it is ready | 08:08 |
AnAnt | zul: do you know about that bug regarding MMC cards ? | 08:09 |
Amaranth | you mean the broken tifm driver? | 08:10 |
AnAnt | Amaranth: so it is broken ? | 08:10 |
AnAnt | Amaranth: hello ? | 08:11 |
Amaranth | yes | 08:11 |
AnAnt | Amaranth: ic, no fix for it yet ? | 08:11 |
Amaranth | you could use gutsy ;) | 08:11 |
zul | its being worked on according to the bug reports | 08:12 |
AnAnt | hmmm | 08:12 |
AnAnt | zul: what is bug report # ? | 08:12 |
zul | 53923 | 08:12 |
AnAnt | zul: thanks | 08:13 |
=== AnAnt [n=anant@217.53.144.163] has left #ubuntu-kernel [] | ||
=== gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-kernel | ||
=== n2diy [n=darryl@ppp-42d42966.wlks.losch.net] has joined #ubuntu-kernel | ||
=== blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel | ||
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@unaffiliated/pkl/x-764568] has joined #ubuntu-kernel | ||
=== lamont [i=lamont@nat/hp/x-f712b6ee41e53632] has joined #ubuntu-kernel | ||
=== mdomsch [n=Matt_Dom@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@unaffiliated/pkl/x-764568] has joined #ubuntu-kernel | ||
=== cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel | ||
=== elementz [n=elementz@pD9E5639A.dip.t-dialin.net] has joined #ubuntu-kernel | ||
=== scarter [n=scarter@24-180-202-223.dhcp.trcy.mi.charter.com] has joined #ubuntu-kernel | ||
=== jml [n=jml@125-236-193-95.adsl.xtra.co.nz] has joined #ubuntu-kernel | ||
=== acm [n=acm@p57BCB41B.dip0.t-ipconnect.de] has joined #ubuntu-kernel | ||
=== jml [n=jml@125-236-193-95.adsl.xtra.co.nz] has joined #ubuntu-kernel | ||
=== sloof3 [n=andy@c-69-248-196-225.hsd1.pa.comcast.net] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@unaffiliated/pkl/x-764568] has joined #ubuntu-kernel | ||
=== benanzo [n=ben@c-71-197-165-27.hsd1.or.comcast.net] has joined #ubuntu-kernel | ||
=== reitblatt [n=mark@70-128-147-165.lightspeed.snantx.sbcglobal.net] has left #ubuntu-kernel [] | ||
=== benanzo [n=ben@c-71-197-165-27.hsd1.or.comcast.net] has left #ubuntu-kernel [] | ||
mjg59 | BenC: Did you have a chance to check the appletouch thing? | 12:15 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!