=== lamont [i=lamont@nat/hp/x-998d95d432029265] has joined #ubuntu-kernel === gasbag [n=gasbag@68-189-241-88.dhcp.oxfr.ma.charter.com] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === johanbr [n=j@d154-20-238-192.bchsia.telus.net] has joined #ubuntu-kernel === zul [n=bob@ubuntu/member/zul] has joined #ubuntu-kernel === Lure [n=lure@71.16.75.178] has joined #ubuntu-kernel === Lure_ [n=lure@71.16.75.178] has joined #ubuntu-kernel [04:01] linux-restricted-modules-2.6.19-4-generic_2.6.19.1-1_i386.deb [04:01] sweetness [04:01] nice [04:02] Does it work? :) === johanbr [n=j@d154-20-238-192.bchsia.telus.net] has joined #ubuntu-kernel [04:14] infinity: I upgraded to latest unified ati shar file [04:14] I don't have any ATI to test with though [04:14] rest of the stuff just got the normal request_irq() fixups, and removal of linux/config.h [04:15] getting ready to test nvidia === johanbr [n=j@d154-20-238-192.bchsia.telus.net] has joined #ubuntu-kernel [04:19] infinity: I plan on having lrm/linux-meta/linux-source-2.6.19 uploaded tomorrow [04:19] infinity: want to test lrm+ati? [04:22] infinity: if you feel like testing it, I'm uploading the x86 packages including fglrx stuff to rookery:~bcollins/ now [04:24] lrm+ati won't work, guaranteed. [04:24] Unless you did the necessary (and hush-hush, we don't talk about it) hex-editing. [04:32] nope, give me some hints :) [04:33] Probably easier shown than spoken. I can mangle the orig for you for this upload, and show you at UDS-MV. [04:33] can we do it in debian/rules? [04:33] Note thta we have an unwritten (but oft confirmed) pseudo-license with ATI to blatantly violate their license (which disallows binary patching), hence why this is a bit hush-hush. [04:34] I'd rather we keep the shar file intact without modification [04:34] I've tried a few ways to automate it, and it never quite turns out right. [04:34] We always just rolled our own tarballs in previous releases. *shrug* [04:34] is this on the kernel module or the libaries? [04:34] (We did even before I started patching binaries) [04:34] This is libGL. [04:34] is it rpath related? [04:35] Vaguely, yeah. They hardcode the (incorrect) path to the DRI modules. [04:36] It could be fixed with a symlink on i386 (though ugly), but it can't really be fixed on amd64 at all without binary patching, since they build for SuSE which uses lib/lib64 while we use lib32/lib [04:37] And, of course, as any kid who used to do binary patching in the bad old days knows, you must make sure to pad out the replaces string with nulls, and make sure the binary is the same length at the end. :) [04:37] Trivial to do with a hex editor by hand, I had a hard time coaxing sed or perl into wanting to give me love. [04:39] infinity: That may no longer be the case [04:39] I'd be ecstatic if that were so. [04:39] infinity: I can't find any hint of that path in any of the binaries [04:39] Let me grab the latest. [04:39] 8.29.6 is what I have [04:40] single shar for x86 and x86_64 [04:40] We want 8.30.3 [04:40] 8.29.6 is known-broken. [04:40] Like, moreso than usual. :) [04:40] 8.30.3 is beta isn't it? [04:41] Not according to their press release that says it was released yesterday. :/ [04:41] wasn't on the download when I went to "current", just a few hours ago [04:41] Gah, ati.com goes to ati.amd.com now. [04:41] yep :) [04:41] Man, I need to keep up with tech news. [04:43] Curernt is 8.30.3 when I go there. :) [04:44] Thouhg, where are you finding this unified shar? [04:44] Also, I'm womdering if we should do an fglrx-legacy, or if we should just tell poeple to use the radeon driver if they've got old cards. [04:45] Linux Drivers -> FireGL Series -> Linux x86 Display Driver... -> any "Current Driver" [04:45] Hrm, I went a different route. [04:46] I went to "Drivers & Software" [04:46] But, kay. While they server the 32/64-bit "driver installers" out of different directories, they do appear to be the same file. :) [04:46] serve, even. [04:47] yeah, md5sum proved that to me :) [04:47] got a url got 8.30.3? [04:47] I'm low on bandwidth, I just trusted file lenght. :) [04:47] https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176 [04:48] I'll drop that in and rebuild [04:49] Want to unshar it, "find . -name libGL\* -exec strings \{\} \; | grep usr" for me? [04:49] If they've really removed those hardcoded paths, I'm a happy man. [04:49] if not, I'll see about hacking them in-build [04:49] I'm sure it's not too much effort, I just gave up cause I had better things to do. [04:51] If I did the regex matching (and replacing) in pure escape codes, and found the magical invocation for "stop trying t null-terminate the string, you dimwit", I'm sure it'd go smoothly. :) [04:52] Of course, the other advantage to distributing it pre-patched was that it wasn't obvious from the build system that we were violating the license. [04:52] And ATI doesn't really want us to mention that we're doing so (which is why it's not in debian/copyright), cause then everyone will want to. [04:53] "Well, if Ubuntu can add a binary patch for their pet issue, why can't we add binary patches for PCI IDs?" etc. [04:54] I realise the irony of me discussing this in a public channel, but it's not like it's a SECERET that we provide a patched libGL (any idiot can verify that with md5sum), it's just something we prefer to pretend we're not doing. [05:02] why do we move the dri modules if they are hard coded? [05:04] In the i386 cause, it's because we don't ship /usr/X11R6 anymore, in the amd64 case, it's because of that, and also because of the lib/lib32/lib64 confusion. [05:04] Our base system (lib) is 64-bit, SuSE's base system is 32-bit, so the biarch logic is ass-backwards there. [05:05] While we can symlink lib64->lib, we clearly can't symlink lib->lib32. :) [05:14] right [05:20] Oh, this could prove.. Interesting... [05:20] http://projects.info-pull.com/mokb/ === neo2ubuntu [n=ubuntu@adsl-68-251-189-154.dsl.ipltin.ameritech.net] has joined #ubuntu-kernel [07:59] BenC: are you still around? === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-kernel === infinity2 [n=adconrad@loki.0c3.net] has joined #ubuntu-kernel === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-kernel === Topic for #ubuntu-kernel: Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/CategoryKernel | 2.6.19-4.4 uploaded. Don't use it, it's for bootstrapping only (and for you, infinity) === Topic (#ubuntu-kernel): set by BenC at Wed Nov 1 00:10:23 2006 === siretart [i=siretart@tauware.de] has joined #ubuntu-kernel === _fs is now known as fs === 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/CategoryKernel | 2.6.19-4.4 uploaded. Don't use it, it's for bootstrapping only (and for you, infinity) === Topic (#ubuntu-kernel): set by BenC at Wed Nov 1 00:10:23 2006 === HeMing [n=sungod@61.51.105.92] has joined #ubuntu-kernel [06:07] anybody in here? === kylem [i=kyle@fruit.freedesktop.org] has joined #ubuntu-kernel === kriebly [n=moho@wisdom.Stanford.EDU] has joined #ubuntu-kernel === Lure_ [n=lure@72-254-161-29.client.stsn.net] has joined #ubuntu-kernel === _human_blip_ [n=mike@220.157.65.29] has joined #ubuntu-kernel === Lure_ [n=lure@72-254-161-29.client.stsn.net] has joined #ubuntu-kernel === tonfa [n=tonfa@footwar.residence.ens-lyon.fr] has joined #ubuntu-kernel [09:40] gug [09:41] just curious, has anybody managed to boot -rc4-mm2 (with or without SYSFS_DEPRECATED) [09:41] ? [09:41] and thanks for the UUID stuff, switching to libata works fine! === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-073-091-236.pools.arcor-ip.net] has joined #ubuntu-kernel