[00:00] zul: I'm assuming you mean these: https://wiki.ubuntu.com/KernelTeamBugPolicies [00:00] Jayson_r: yep [00:02] since when has there been 154 bugs for the hardy kernel...oh wait never mind [00:07] lamont: I'm not sure...I'm not even sure that the team is useful [00:08] BenC: I'll do what I can to make it useful :-) [00:42] hah suck on it vmlinuz-2.6.24-rc5-xen [00:42] now to go watch the hockey game [01:27] BenC: I'm going to go out on a limb and guess that an underlying gutsy install is good foryou. [03:28] anybody know if intel pentium M dotham support was removed [03:28] in the latest kernel [03:28] speed stepping is no longer working [03:29] how would i go about finding the difference between linux-image-2.6.20-16-386 and linux-image-2.6.22-14-386 within certain files? [03:30] what do you mean files [03:30] a certain wifi driver has started to panic [03:30] in 2.6.20 it runs fine [03:30] in .22 it panics [03:31] id like to compare the source for those drivers to see what they f'ed up:P [03:32] you can type in the linux kernel into google [03:32] and it will load up the ubuntu kernel page [03:32] the driver isnt in the mainline kernel [03:32] and then you can download the source [03:32] its only within the ubuntu kernel [03:32] and look at that [03:33] http://packages.ubuntu.com/feisty/base/linux-image-2.6.20-16-generic [03:33] something along those lines [03:33] d|v, kernel.ubuntu.com/git will get you both git trees [03:33] ive riped it out of a apt-get source before and merged it into a diff kernel on another pc [03:33] you can download the source of the modules and diff them [03:33] hey super do you know broke speed stepping [03:33] yep thats what i want to do [03:33] in the latest kernel [03:34] intel pentium M processors are stuck at 600 mhz [03:34] with the dotham core [03:34] also .20 lacks a -generic(with smp) which is painfull on my new laptop [03:34] im stuck with the choice of smp or wifi [03:34] its a known bug [03:34] https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/132271 [03:34] Launchpad bug 132271 in linux-source-2.6.22 "[GUTSY] cpu freq scaling not working anymore" [Low,Won't fix] [03:35] and the ethernet cord is damaged and falls out [03:35] but i can't figure out how to patch it [03:35] and yes they aren't bothering to fix it [03:36] this driver half crashed 1 release ago [03:36] and now its just getting worse [03:36] it loose the last char in the essid [03:36] i had problems [03:36] with broadcomm wifi [03:36] my broadcomm refuses to work [03:36] no signal [03:36] 0/100 link quality [03:36] you need the drive [03:36] driver [03:36] i have the firmware [03:36] firmware [03:36] yeah [03:36] i just gave up [03:37] i used that on mine [03:37] to get my wifi working [03:37] and shove this in the pcmcia slot [03:37] 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20) [03:37] PANIC! [03:37] the -generic is .22 so it panics on that driver [03:37] worst case you can use [03:37] ndiswrapper [03:37] i could downgrade the box to .6.20 [03:37] its a bitch to configure [03:37] but then i loose smp and half my speed [03:38] i'm stuck using the 2.6.20-16-generic kernel [03:38] i cant find a -generic of that [03:38] the latest 2.6.22 kernel [03:39] killed my processor [03:39] ouch [03:39] it locks it in at 600 mhz [03:39] a 1.7 gigahertz processor [03:39] ah [03:39] my newest system is dual 1.8ghz [03:39] speed stepping is trashed [03:39] can step down as far as 800mhz [03:39] and its a low priortiy bug [03:39] that they aren't going to fix [03:40] my wifi driver was blacklisted so it wouldnt panic systems on boot [03:40] theyre removing the speedstep-centrino [03:40] from the kernel [03:40] so if you happen to have an intel pentium M processor [03:40] i cant even install 2.6.20 on the smp system [03:41] you need to build your own kernel from now on and patch it [03:41] model name : Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz [03:41] model name : Pentium III (Coppermine) [03:41] i here there are problems [03:41] with dual core [03:41] processors as well [03:41] model name : Pentium II (Deschutes) [03:41] thats most of my ubuntu cpu's [03:41] i might go to fedora [03:42] i don't want to have to constantly patch the kernel everytime there is a new relase [03:43] E: Unable to find a source package for linux-source-2.6.20 [03:43] cant get the old source to compare:P [03:43] ah part of the last release [03:43] https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/132271 [03:43] Launchpad bug 132271 in linux-source-2.6.22 "[GUTSY] cpu freq scaling not working anymore" [Low,Won't fix] [03:43] * clever adds more sources [03:51] got the source the the 2 kernels [03:51] now to simply apply the diff and then diff it myself [03:51] i found a patch [03:51] hoping it iwll work [03:51] on the new kernel [03:52] if you submit it they shold be able to just t and include it [03:52] without having to do any actual dev work [03:55] but thats the fun in open source [03:55] with winblows you cant even patch the kernel:P [03:56] yeah i just use windows for gaming [03:56] and how many bugs might the video driver have?:P === asac_ is now known as asac [04:34] d|v: how would i apply the diff that i get with a kernel source to make the -16 version? [04:38] -p0 seems do it [04:46] seems they changed from r818x to r8180 [04:46] wait [04:46] cant even find the rtl drivers in .22-14 [04:51] * lamont grumbles at mdadm [04:52] im getting lost just trying to compare changes to this driver to track down a panic [04:52] cant even find the source in the kernel that panics [04:55] looksike the modules have been split into there own source package [04:56] yeah here the source is:) [04:58] now i need a panic msg [05:02] null modem hooked up [05:03] using a nfs root system for the panic'ing [05:03] less chance of damage to the root [05:37] got a backtrace:) [05:37] now i could reverse changes to that and try again [07:36] moin === zdzichu_ is now known as zdzichuBG === \sh_away is now known as \sh === chuck__ is now known as zul [14:28] hi [14:28] I'm having issues installing ubuntu-7.10-server on my HP DL380-G2 [14:28] it has a ServerWorks HE-SL chipset [14:28] during the install, e2fsprogs goes wonky [14:28] (the installation of e2fsprogs that is) [14:28] however when using debian, it works just fine [14:29] My guess, is the new SATA style PATA drivers are causing this issue [14:29] as Debian doesn't use those, and Ubuntu does [14:29] is there any way to force those older drivers on Ubuntu as well? [14:29] all_generic_ide [14:32] ok, I'll try that then [14:33] say, if that would solve my issue, what information would I need to provide to get the new style module blacklisted for my system? === \sh is now known as \sh_away [15:41] where's cj [15:41] maybe not [15:41] ;/ [16:01] about https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/177493 [16:01] Launchpad bug 177493 in acpi "DELL Inspiron 6400 won't come back after trying to resume from hibernate with lid closed" [Undecided,New] [16:02] I was unsure about making it an acpi or hibernate bug, went with acpi only because it is the close lid what seems to trigger it [16:02] hope its ok [16:03] other than that, its confirmed, I have done several try outs, all with the same outcome. [16:52] reynaldo: acpi is a small program that prints battery information. File it against the kernel. === Keybuk_ is now known as Keybuk [17:35] mjg59: oh, thought it refered to ACPI as, well, ACPI :-) [17:35] No [17:53] mjg59: changed acordingly. Thanks. [18:09] No problem [18:20] is joydev or other joystick modules that were broken in feisty still broken in gutsy? === macd_ is now known as macd === \sh_away is now known as \sh [21:41] Shite... === \sh is now known as \sh_away === asac_ is now known as asac