=== JaneW [n=JaneW@dsl-165-202-116.telkomadsl.co.za] has joined #ubuntu-kernel [02:20] BenC: sent more patches :) === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [03:08] heylo [03:08] 'lo zul [03:08] hey crimsun how is it going? [03:10] not bad, yourself? [03:10] good.. === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel === _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel === jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@59.92.53.71] has joined #ubuntu-kernel === _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel === ecoergi [n=root@tor/session/external/x-cfa048a9b048e4af] has joined #ubuntu-kernel === jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel [08:13] i have a usb smartcard reader. they have given me a patch to use with the linux-2.6.16 kernel. i have breezy. is there a howto for this situation somewhere? [08:14] i believe patch will apply to 2.6.12 kernel in breezy. need .config for this and instruction to rebuild initrd and such things [08:23] config is in your /boot/config-$(uname -r) [08:24] apt-get source linux-image-$(uname -r) [08:24] patch it and use devscripts to build it [08:24] [apt-get build-dep linux-image-$(uname -r)] [08:25] thanks crimsun === dispyex [n=dispyex@83.234.226.115] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === ivoks_ [n=ivoks@lns02-0276.dsl.iskon.hr] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === maswan [i=maswan@kennedy.acc.umu.se] has left #ubuntu-kernel [] === kimo [n=ahmed@196.202.19.77] has joined #ubuntu-kernel === ivoks [n=ivoks@lns02-0276.dsl.iskon.hr] has joined #ubuntu-kernel [01:20] My toshiba laptop does NOT turn off at all using the new 22 kernel!! This is really irritating ... [01:21] kimo: sounds like acpi problems [01:21] kimo: Please file a bug [01:22] already filed .. [01:22] kimo: Which number? [01:22] one second [01:22] 31993 [01:23] it used to be 50%/50%, now it seems it doesnt turn off at all [01:23] Right, so it's not just -22 [01:23] talking to me? what's -22 ? [01:24] 12:20 < kimo> My toshiba laptop does NOT turn off at all using the new 22 kernel!! This is really irritating ... [01:24] kernel revision [01:24] What hardware? [01:25] toshiba A105 S361 laptop [01:25] kernel 2.6.15-22.34 [01:26] What wireless chipset? [01:26] ipw2200 [01:27] If you do sudo modprobe -r ipw2200, does the machine shut down? [01:28] hmm .. never done that [01:28] Can you try? [01:28] well. yeah but I am on that machine [01:29] That just makes it easier :) [01:29] :) [01:29] ok .. I can try that now [01:30] I will just modprobe -r ipw2200 [01:30] then proceed with a normal poweroff [01:30] ok? [01:30] mjg59: i'm having problems with hibernate since the begining of May (it worked before and I didn't touch anything) [01:30] kimo: yes [01:30] one minute [01:31] ivoks: What's the problem? [01:32] mjg59: it doesn't shut down... hibernate starts and then disk led is on, but nothing happens for 10 minutes [01:32] mjg59: then it dies [01:32] mjg59: on AC and battery... same thing [01:32] on the other hand, sleep works [01:32] ivoks: Can you edit /etc/default/acpi-support and disable DPMS [01:33] Then move /etc/acpi/suspend.d/90-framebuffer-stop out of the way [01:33] Then try hibernation and tell me what output there is? [01:33] ok [01:34] by the way... there isn't restart function for /etc/init.d/acpi-support [01:34] i hope i'll be back :) === kimo [n=ahmed@196.202.19.77] has joined #ubuntu-kernel [01:41] Hi .. I'm back === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel [01:42] modprobe -r ; poweroff => NO POWEROFF [01:42] :) [01:42] reboot then 'modprobe -r ipw2200; poweroff => CORRECT POWEROFF' [01:42] bad results here, too [01:42] reboot then ' poweroff => CORRECT POWEROFF' [01:43] kimo: modprobe -r won't do anything [01:43] It always seemed to me, that when I use my laptop for some time, it doesnt poweroff. If I immediately poweroff after booting , it works [01:43] ivoks: yeah I meant 'modprobe -r ipw2200' [01:43] ok [01:45] do u think I can just stick in Suse10.1 kernel in dapper, & it would work ? [01:45] no [01:45] why is that [01:45] I mean a kernel provides an interface right .. [01:49] Because our kernel is somewhat modified [01:49] Ok. So what happens when you try to power off? [01:50] the last thing .. it says 'will now halt' I think I hear the hard-disk tick like it's turning off, and that's it, the power button is still lighting. I have to press it for 4 seconds to manually turn off [01:50] Does the screen stay on? [01:50] yes [01:51] Ok [01:51] I would be happy to help u test patches & such [01:52] if I have any, I'll let you know [01:52] kimo: do you boot with noacpi? [01:52] Oh, yes, that's a point. What does /proc/cmdline say? [01:52] no .. I tried 2 tricks before 'acpi=force'& 'reboot=h' [01:52] same result [01:53] root=/dev/mapper/Kubuntu--VG-Kubuntu--LV vga=0x361 selinux=0 resume=/dev/sda6 splash=silent reboot=h acpi=force [01:53] Ok [01:54] bye [01:54] ivoks: How did yours fail? [03:25] mjg59: so I hope I was helpful with this poweroff problem. Let me know if I can be helpful... (I really wish this gets fixed before Dapper) [03:26] kimo: Sure, I'm looking into it [03:27] mjg59: ok .. just to keep in touch .. feel free to email me on email.ahmedkamal AT gmail.com [03:31] kimo: Can you try something for me? [03:31] kimo: Get the kernel, go to drivers/acpi/sleep/poweroff.c, search for acpi_power_off and then make the first line of that function: [03:31] acpi_sleep_prepare(ACPI_STATE_S5) [03:31] ; [03:31] I think the comment is wrong [03:32] mjg59: I think I must have linux-source or something right ? [03:32] Yes [03:32] apt-get source linux-image-2.6.15 [03:33] then I'd recompile it ? :) [03:33] Oh, hang on a minute please [03:33] ok .. [03:33] not that I couldnt, but I wouldnt trust the results especially that I'm very new to debian systems [03:40] I get a weird error when running debuild on the linux-source: [03:40] find: lib: No such file or directory [03:41] this is on linux-source-2.6.12 (breezy) [03:44] this comes from the 'kernel-wedge check' from debian/rules -> binary_udebs === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === JaneW [n=JaneW@dsl-165-202-116.telkomadsl.co.za] has joined #ubuntu-kernel [04:32] mjg59: I'm still here ... lemme know when u need me to test somthing === doko [n=doko@201.160.17.131.cableonline.com.mx] has joined #ubuntu-kernel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@59.92.36.206] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === ivoks [n=ivoks@lns02-0276.dsl.iskon.hr] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@59.92.35.167] has joined #ubuntu-kernel === cjb [n=cjb@pool-151-203-228-240.bos.east.verizon.net] has left #ubuntu-kernel ["ERC] === cjb [n=cjb@pool-151-203-228-240.bos.east.verizon.net] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel [09:49] mjg59: Hi ... any findings about the 'poweroff' problem ? [10:29] got a question about a freshly build d-i kernel, during bootstrap it complains that it can't find modules.dep === allee [n=ach@dialin-212-144-130-097.pools.arcor-ip.net] has joined #ubuntu-kernel === ivoks [n=ivoks@lns02-0276.dsl.iskon.hr] has joined #ubuntu-kernel === jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel