/srv/irclogs.ubuntu.com/2006/04/29/#ubuntu-kernel.txt

=== Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.181] has joined #ubuntu-kernel
=== JaneW [n=JaneW@dsl-146-153-38.telkomadsl.co.za] has joined #ubuntu-kernel
=== allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel
=== doko_ [n=doko@dslb-088-073-097-132.pools.arcor-ip.net] has joined #ubuntu-kernel
=== johnm [n=johnm@gentoo/developer/johnm] has left #ubuntu-kernel []
=== kimo [n=chatzill@62.114.187.130] has joined #ubuntu-kernel
kimoHi, I reported my toshiba laptop was not turning off in dapper, someone suggested reboot=h, I am here to report that YES this solves the problem ... bye12:28
=== BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu-kernel
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
zulheylo02:50
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== jkakar [n=jkakar@204.174.36.228] has joined #ubuntu-kernel
zulgah...i hate it when users complain that the bug is not fixed in the most recent kernel...read the damn changelog04:52
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== benmat [n=benmat@116.153.216.81.lby.static.siw.siwnet.net] has joined #ubuntu-kernel
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-kernel
bluefoxicyhey guys, question, has anyone taken note of the new stuff in DRM in 2.6.16?  The 2.6.15 kernel in Dapper as of 1 month ago still crashed due to bugs in the via DRM code if using the X driver "via"09:32
bluefoxicyI'm about to try building a 2.6.16 kernel and test the via driver against that in current Ubuntu (AMD64 K8) kernel to see if it appears stable09:33
crimsunis it backportable to our current source?09:33
bluefoxicycrimsun:  I am not sure, I have doubts though.  I glanced through the 2.6.16 patch from 2.6.15, there's a large amount of extra code in DRM, some in the drm_dma and drm_mm code, so I'm guessing DRM got a slight rework?09:34
bluefoxicycrimsun:  backporting it would be nice though09:34
mjg59bluefoxicy: How can you tell it's a DRM bug?09:34
mjg59Can we have a bug number?09:34
bluefoxicyhttps://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/2958609:34
bluefoxicymjg59:  my biggest hint was the system hard-hanging after several complaints (Oopses) from the kernel if I use Driver "via" in Xorg.conf, which goes away if I use Driver "vesa"09:35
mjg59bluefoxicy: That's still quite possibly an issue on the X side09:35
bluefoxicyaverage uptime is an hour with the via driver, days or weeks with vesa; and the oopses come up in the via code09:35
mjg59(well, the mesa side)09:35
bluefoxicymjg59:  X should be able to trash kernel space?09:35
mjg59bluefoxicy: Not really, and it does indicate that there's some issue with the drm code. But that's not necssarily what's causing the hangs09:36
mjg59"via driver is shit" certainly wouldn't be news09:36
bluefoxicyFeb 23 07:52:06 localhost kernel: [33790.181303]  <1>Unable to handle kernel paging request at 0000000005fdc288 RIP:09:37
bluefoxicyFeb 23 07:52:06 localhost kernel: [33790.187430]  <ffffffff88440e6a>{:via:via_mmFreeMem+10}09:37
bluefoxicymjg59:  *shrug*  I dunno then.09:37
bluefoxicyI always assumed trashing the kernel's memory space would need to happen in the kernel.09:38
mjg59The kernel's memory space is not necessarily trashed09:38
mjg59It may just be trusting user input (stupid, but, well)09:38
mjg59The irq backtrace in the last comment is entirely unrelated09:38
bluefoxicyyes, yes it is.09:38
bluefoxicyI threw 'irqpoll' into the kernel command line09:39
bluefoxicyfailed to boot09:39
mjg59Ah. Now, there /is/ a 64-bit related bug09:40
mjg59Can you grab the ubuntu kernel source and apply the patch from http://webcvs.freedesktop.org/dri/drm/shared-core/via_mm.c?r1=1.21&r2=1.22&makepatch=1&diff_format=u ?09:41
bluefoxicymjg59:  ah, yay, no need to do a full move to 2.6.16?  :)09:43
bluefoxicymjg59: int != long on 64 bit?09:44
Mithrandirbluefoxicy: correct09:44
bluefoxicytime to replace my gints with glongs09:44
Mithrandirjust store pointer types in pointers and ints in ints and you're fine.09:44
bluefoxicymjg59:  how do I build this thing?  I don't feel like manually configuring it (I've done that enough times while running gentoO)09:46
mjg59bluefoxicy: dpkg-buildpackage -rfakeroot -nc09:46
mjg59delete all the config.something files in debian/config/amd64/ so you just have config and config.whatever09:47
mjg59Otherwise you'll build loads of images09:47
bluefoxicythere's no debian directory.09:50
mjg59What source did you get?09:52
bluefoxicylinux-source-2.6.1509:52
mjg59How?09:52
bluefoxicyvia apt-get09:53
bluefoxicyand then bzcat | tar x on the file it put in /usr/src09:53
mjg59Do apt-get source linux-image-whatever09:53
bluefoxicyapt-get build-something .. uh09:58
bluefoxicybuilddep?09:58
bluefoxicydrivers/ide/ide-acpi.c:537: warning: format %x expects type unsigned int, but argument 4 has type long unsigned int10:08
mjg59Ignore10:08
mjg59Fixed in the next release10:08
bluefoxicyalright.10:08
bluefoxicyarch/x86_64/pci/mmconfig.c:49: warning: return makes pointer from integer without a cast10:09
bluefoxicyIt just makes me wonder10:09
bluefoxicydo you think anyone actually knows the fundamental difference between a warning and an error?10:10
bluefoxicymjg59:  Once this is compiled I'll need about 6 hours to be sure it's actually working.  The bug is probabilistic; depending on what's going on I'll have problems, but I can view movies and switch desktops without a problem for a while.  Usually what kills me is wandering away from the machine and letting the screensaver come on ;)10:12
bluefoxicyand usually within an hour of running, though I've had it stay up all day once or twice before I realized what the problem was.10:13
bluefoxicyit's stupid, I don't have a button marked "Crash System" to press10:13
=== m_tadeu [i=m_tadeu@62.169.124.209] has joined #ubuntu-kernel
m_tadeuhi everyone...10:49
m_tadeuI think there's a problem with the kernel/nforce chipsets10:50
m_tadeuI'm trying to enable my pcmcia modem( using a pci adaptor ) and only with my mb I'm unable to talk with the modem10:51
m_tadeuis there any issue known about this?10:52
=== Mithrand1r [n=tfheen@c5100BC63.inet.catch.no] has joined #ubuntu-kernel
bluefoxicylinux-image-2.6.15-21-amd64-k8_2.6.15-21.32_amd64.deb11:14
bluefoxicy\11:14
bluefoxicyalright reboot time11:15
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-kernel
m_tadeuwhere can i find that?11:19
bluefoxicymjg59:  Okay, it still bitched about the IRQ but that's immaterial.  The question is, can I hammer it and not die11:20
bluefoxicymjg59: bluefox@icebox:~$ glxgears11:20
bluefoxicyError: couldn't get an RGB, Double-buffered visual11:20
bluefoxicymjg59:  any ideas on this one yet?11:20
m_tadeubluefoxicy, where can i find that kernel packge?11:22
bluefoxicym_tadeu:  what package?11:22
bluefoxicym_tadeu:  the one I'm using I just built11:22
bluefoxicyfrom a source package in dapper11:22
m_tadeubluefoxicy, sory :) though that was for me :)11:24
mjg59bluefoxicy: Uh. Are you using the via driver or the vesa one?11:31
bluefoxicyvia11:32
mjg59Check dmesg?11:32
bluefoxicyit's fine so far.11:34
bluefoxicymjg59:  the double buffer thing always happens.11:34
mjg59Oh, right. Dunno, then11:34
bluefoxicyhttps://launchpad.net/distros/ubuntu/+source/xserver-xorg-driver-ati/+bug/29493  It's like this one11:36
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!