=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === davyd [n=davyd@oracle.bridgewayconsulting.com.au] has joined #ubuntu-kernel [06:24] hi all [06:25] I was wondering about building a new linux-restricted-modules with updated nvidia drivers [06:25] I'm not entirely sure how this package ties in with the older nvidia-kernel package [06:26] How lrm does, or how nvidia-glx does? [06:27] in the old days, I know I could get nvidia-kernel-source, replace what I wanted to and run make-kpkg over it, and I would get useful packages [06:27] but nowadays, l-r-m provides nvidia-kernel [06:28] l-r-m is preferred. nvidia-kernel-source is separate source in multiverse. [06:29] so, if I didn't want to break my tree, knowing this is eventually going to be fixed in Ubuntu [06:29] I would want to build a new l-r-m [06:29] ? [06:30] I should clarify that to read, build a new l-r-m-2.6.15, since it provides binaries for l-r-m-$(uname -r) and nvidia-kernel-source alike [06:30] will it throw out nvidia-glx as well? [06:31] yes [06:32] (apt-cache showsrc nvidia-glx) [06:32] aah yes, now I remember why I thought this was wrong, it's a 100M source package [06:35] ok, I'll come back to this once I've done some chores [06:35] it should be down by then === JaneW [n=JaneW@dsl-165-221-208.telkomadsl.co.za] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-073-095-071.pools.arcor-ip.net] has joined #ubuntu-kernel [11:31] davyd: I'm building a new LRM now, if you can wait and test my packages. === _human_blip_ [n=mike@220.157.65.127] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel === archis_ [n=archis@unaffiliated/archis] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel [02:30] infinity ; I can test it === davyd_ [n=davyd@cugglephone.madeley.id.au] has joined #ubuntu-kernel [02:47] davyd: Spiffy. I'll push packages in a bit. Just have to finish some OO.o mangling first. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === [g2] [n=g2@nslu2-linux/g2] has joined #ubuntu-kernel [04:41] <[g2] > mjg59 do you have sound working on the Intel macmini ? [04:42] Not with the built-in speaker, no [04:42] <[g2] > mjg59 with the audio out ? [04:42] Try the audio in [04:43] <[g2] > well I"m looking to build/boot a custom kernel [04:43] <[g2] > the 2nd processor is item number one [04:43] <[g2] > sound could be item number 2 [04:45] You don't need a custom kernel for the first, and there is currently no working kernel for sound [04:52] <[g2] > mjg59 how do I enable SMP for i386 ? [04:52] <[g2] > with the latest dapper [04:54] apt-get install linux-image-686 [04:55] <[g2] > mjg59 is there a place for status on the different devices like the Atheros wifi, BT, ACPI etc.. or is here (meaning you) :) [04:55] Everything should work with the exception of ACPI [04:55] <[g2] > I'll double check the linux-image-686 but I'm running a remastered livecd [04:55] <[g2] > I think that kernel is in a different spot [04:56] <[g2] > Ok so everything, but sound and ACPI should work with the 686 kernel ? [04:57] Yes === [g2-build] [n=tom@cpe-066-057-008-035.nc.res.rr.com] has joined #ubuntu-kernel [05:04] <[g2-build] > mjg59: Ok so just copy over the vmlinuz and initrd to the /install dir on the livecd to run that 686 kernel ? [05:04] <[g2-build] > the vmlinuz and initrd from /boot === sinbad444 [n=safs@adsl-72-50-114-174.prtc.net] has joined #ubuntu-kernel [05:05] And the modules [05:05] But I really don't know [05:06] <[g2-build] > Ok [05:06] <[g2-build] > mjg59: thx [05:06] <[g2-build] > mjg59: is anyone working on the ACPI stuff ? === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel === aanjhan_ [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel [05:56] [g2-build] : there are sound fixes for the macmini upstream in hg alsa-kernel [05:57] [g2-build] : http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=14772d35b9a64e07d703c9eaac0d34fca76d87eb;style=gitweb [05:58] crimsun: Ah. Including speaker support? [05:59] mjg59: no idea, I don't have hardware to test :-) [05:59] Ok, checking the patch, it seems not (a friend has been playing with that code) [06:06] <[g2-build] > crimsun: THX. === kimo [n=ahmed@196.202.19.36] has joined #ubuntu-kernel [06:31] Hi, can someone please tell me which function gets called, that is actualy responsible for flipping off my laptop's power switch, when I am turning off my laptop? [06:33] I'm asking coz my toshiba laptop still wont power off, & it seems it's not gonna get fixed for the dapper release [06:33] thought I'd compare the source code, with Suse's, which works great (not that I'm close to being a kernel developper) :) === jane_ [n=JaneW@dsl-146-130-178.telkomadsl.co.za] has joined #ubuntu-kernel [06:57] <[g2-build] > kimo: shutdown [06:57] <[g2-build] > kimo: j/k... [06:57] <[g2-build] > I'd guess that either APM or APCI functions handle it [06:58] <[g2-build] > ACPI [07:05] <[g2-build] > bbl [07:13] oh well, in which file ?? [07:18] pm_power_off, which will either be acpi_power_off from drivers/acpi/sleep/poweroff.c or apm_power_off from arch/i386/kernel/apm.c, depending on whether you use APM or ACPI by default. [07:23] thnx .. seems the core is acpi_enter_sleep_state === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === archis_ [n=archis@unaffiliated/archis] has left #ubuntu-kernel ["Ex-Chat"] === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel [10:29] davyd: Still around, dude? === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel