=== Rohinton [n=rkazak@inet-netcache2-o.oracle.com] has left #ubuntu-kernel [] === marcin_ant_ [n=marcin@194.114.146.126] has joined #ubuntu-kernel === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === jml [n=jml@59.167.203.115] has joined #ubuntu-kernel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === mrec_ [n=revenger@p54B35262.dip.t-dialin.net] has joined #ubuntu-kernel === BenSee [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-kernel === reitblatt [n=mark@resnet-50-13.dorm.utexas.edu] has joined #ubuntu-kernel === johanbr [n=j@blk-224-156-151.eastlink.ca] has joined #ubuntu-kernel === jml [n=jml@dsl-210-15-197-192-static.TAS.netspace.net.au] has joined #ubuntu-kernel === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === reitblatt [n=mark@resnet-50-42.dorm.utexas.edu] has joined #ubuntu-kernel === Starting logfile irclogs/ubuntu-kernel.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-kernel === Topic for #ubuntu-kernel: Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | 2.6.20-14.22 Uploaded - If you aren't using it, then you risk your bugs not getting fixed. | BUG STATUS (2.6.20): 352 Open, 6 Unconfirmed, 6 Unassigned === Topic (#ubuntu-kernel): set by BenC at Sun Apr 1 19:07:28 2007 === jml [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-kernel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel === m0rg0th [n=manugarg@220.225.228.97] has joined #ubuntu-kernel [06:36] BenC: alive? === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #ubuntu-kernel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel === varka [n=varkatop@p54A5CA5A.dip.t-dialin.net] has joined #ubuntu-kernel === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === ivoks [n=ivoks@32-202.dsl.iskon.hr] has joined #ubuntu-kernel === abogani_ [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === Keybuk [n=scott@yttrium.canonical.com] has joined #ubuntu-kernel === Razor44 [n=kathy@ipa185.0.91.tellas.gr] has joined #ubuntu-kernel === jml [n=jml@59.167.203.115] has joined #ubuntu-kernel [11:13] hm, is the rt2500 driver as braindead as it seems from bug 78037? === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel [11:28] Mithrandir: if my laptop hadn't been dead I would have tried. I can confirm that it doesn't work in NM though :-) [11:28] Mithrandir: hej btw :-) [11:28] hiya === AnAnt [n=ant1@62.139.130.178] has joined #ubuntu-kernel [11:32] I found out why I can't boot using -12 & -13 kernels [11:32] in the grub menu, I used root=/dev/hda5, when I changed it to root=UUID=.... it worked [11:33] but is that correct ? === abogani [n=abogani@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === gicmo [n=gicmo@p5491e144.dip.t-dialin.net] has joined #ubuntu-kernel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel === m0rg0th [n=manugarg@72.14.231.89] has joined #ubuntu-kernel === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel === gicmo_ [n=gicmo@p5491CCE9.dip.t-dialin.net] has joined #ubuntu-kernel [01:18] AnAnt: feisty has moved to new IDE subsystem where most of the disks are now /dev/sdXX [01:18] AnAnt: this is why everything has moved to UUID= to ease the transition [01:18] AnAnt: try changing to /dev/sda [01:19] Lure: oh [01:19] Lure: thanks a lot [01:19] AnAnt: but UUID= is the only way to make it painless for future changes [01:20] Lure: i see, I have another question [01:20] Lure: does the kernel have effect on key combinations used in the virtual console ? [01:21] Lure: there used to be a package (acon), it used to work in Edgy, now it doesn't work in Feisty [01:21] Lure: I mean, it does load, but some key combinations don't work anymore [01:21] Lure: for example leftCtrl+leftAlt+O used to show some menu, now it doesn't do that [01:21] AnAnt: it can, as it does some mappings for laptop key support, but I am not the right person really [01:21] Lure: ok, who's the right person to ask ? [01:22] AnAnt: probably someone that works on that package (acon)... [01:22] Lure: I'm the one working on it === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [01:23] AnAnt: then diagnose the keycodes returned by kernel - see HotkeyResearch page in wiki [01:23] AnAnt: not sure if this would help though [01:29] Lure: but that's not a hotkey [01:30] Lure: for example leftCtrl+leftAlt+O , is that a hotkey ? [01:31] AnAnt: key combination actually - you shoud compare edgy to feisty and see where the difference is === AlinuxOS [n=vsichi@host216-173-dynamic.61-82-r.retail.telecomitalia.it] has joined #ubuntu-kernel [01:37] Lure: I see, that it gives several integers, not just one [01:38] Lure: pressing leftCtrl+leftAlt gave: 0x38 0x1d, pressing O while those keys were down gave: 0x18 0x98, releasing all keys gave: 0x9d 0xb8 [01:39] compare to edgy [01:39] ok === AnAnt [n=ant1@62.139.130.178] has joined #ubuntu-kernel [01:50] Lure: ok, I found that there is a difference between Edgy & Feisty [01:50] when keys in Edgy, I get 0x9d 0xb8 [01:51] while in Feisty it is: 0xb8 0x9d === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-kernel === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel [02:54] hi, i need someone to help me disable framebuffer, im told its part of the kernel === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel [02:58] sacater: We only use framebuffers on architectures that require framebuffers [02:58] So either you don't have one, or you don't want to disable it === gnomefre1k [n=gnomefre@adsl-144-142-94.rmo.bellsouth.net] has joined #ubuntu-kernel [03:06] hmm [03:06] is there anyway i can find out if i have it [03:06] a command? === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [03:08] hey BenC [03:08] yo zul [03:08] feeling better? [03:31] <_ion> benc: Hi. I asked a couple of questions on this channel yesterday. Did you notice them? :-) === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel [03:35] _ion: Yes :) [03:35] _ion: There's no repo for lrm, but I do have everything from you and am integrating it [03:36] <_ion> benc: Yeah, but i might be able to do more. :-) === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === rtg [n=rtg@12.104.145.50] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel [05:05] I just love it when you call the ICU and no one picks up === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel [05:15] hey BenC === sacater_ [n=sacater@213.131.245.105] has joined #ubuntu-kernel === pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel [05:44] mjg59: ping, today's the last day for memstick === mathrick_ [n=mathrick@nat.kollegienet.dk] has joined #ubuntu-kernel === mathrick__ [n=mathrick@users.kollegienet.dk] has joined #ubuntu-kernel === reitblatt [n=mark@resnet-50-24.dorm.utexas.edu] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel [06:20] hey, are there plans to package a placeholder restricted-modules-2.6.20-14 ? [06:20] or should I roll my own? [06:21] I think they are in the middle of being worked on [06:23] BenC: around/ [06:23] ? [06:27] just wanted to check, -14 got installed to check a bug [06:27] so no biggie, let me know if a hand is needed === jb-home [n=jbailey@2002:4a38:aa9:1:20d:93ff:fe5a:87c0] has joined #ubuntu-kernel === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === ivoks [n=ivoks@6-15.dsl.iskon.hr] has joined #ubuntu-kernel === ivoks [n=ivoks@37-84.dsl.iskon.hr] has joined #ubuntu-kernel === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === arun [n=arun@chobie.cs.Virginia.EDU] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === sacater_ [n=sacater@105.245.131.213.static.inetbone.net] has joined #ubuntu-kernel === kkubasik [n=kjk38@129.22.170.98] has joined #ubuntu-kernel [08:28] When is dmidecode needed for kernel bugs? [08:28] Is it just power off issues? [08:29] no, it can be used to blacklist other things as well [08:29] keyboards, etc.. === m0rg0th [n=manugarg@219.64.120.181] has joined #ubuntu-kernel === rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === salty-horse [n=ori@pdpc/supporter/active/salty-horse] has joined #ubuntu-kernel [08:55] is this channel logged? [08:57] ues [08:57] yes even [08:58] ... zul, where are the archives? :) [08:58] people.ubuntulinux.org/~fabbione/irclogs [09:01] thanks === doko [n=doko@dslb-088-073-103-113.pools.arcor-ip.net] has joined #ubuntu-kernel === bleinmono [n=toffel@ppp91-76-72-222.pppoe.mtu-net.ru] has joined #ubuntu-kernel === salty-horse [n=ori@pdpc/supporter/active/salty-horse] has left #ubuntu-kernel ["Leaving"] === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel [10:48] hey kylem === chrisle [n=chrisle@p54be081a.dip0.t-ipconnect.de] has joined #ubuntu-kernel