/srv/irclogs.ubuntu.com/2005/06/18/#ubuntu-kernel.txt

=== amu [~amu@amu.developer.debian] has joined #ubuntu-kernel
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-kernel
=== svenl [~luther@AStrasbourg-251-1-75-78.w82-126.abo.wanadoo.fr] has joined #ubuntu-kernel
=== _rick [~rick@adsl-ull-96-182.42-151.net24.it] has joined #ubuntu-kernel
_rickhoi01:20
=== Micksa pokes mjg59
mjg59Hello01:35
Micksahi01:36
Micksaokay, so the story so far with STR on my laptop is01:36
Micksastuff seems to mostly work okay, except the graphics card :)01:37
Micksaon resume the PCI config is trashed01:37
Micksaand "vbetool post" doesn't do a thing01:37
Micksaso01:37
Micksacould that be a BIOS related thing at all?01:37
Micksacould it be related to the fact that it's on a PCIe port?01:37
mjg59PCI config won't be restored because there's no PCI driver bound to it01:37
mjg59If it's PCIe, then the issue is probably that the kernel doesn't currently resume PCIe bridges properly01:38
mjg59There's a patch on acpi-devel - hang on a moment...01:38
Micksaoooh01:38
mjg59http://www.codon.org.uk/~mjg59/tmp/pcie.diff01:41
Micksaoh, but! Mark Lord has an inspiron 9300, which *seems* to be almost identical to a 6000, and his patches, which get STR working for him, don't fix this problem for me01:42
Micksaum, I'll get back to you :)01:42
_ricki have problem to compile the kernel with dpkg-buildpackage01:42
Micksahmm, that patch applied.01:43
Micksaon top of his patches I mean.01:44
=== doko [~doko___@dsl-082-082-196-074.arcor-ip.net] has joined #ubuntu-kernel
mjg59His patches are just for SATA, aren't they?01:44
Micksanono, not just the patch you told me about01:45
Micksasorry, forgot they were the same person :)01:45
mjg59So you get working resume but no working video at the moment, right?01:46
mjg59That's a touch more miserable to fix01:46
Micksayeah01:47
Micksabut at least I can poke the machine via the network after resume. that sure helps.01:47
Micksaml has a page at http://rtr.ca/dell_i9300/ which goes into great detail about how to get the i9300 to work with linux01:47
Micksaand it links to a patch which covers...01:48
Micksawell, sata and the touch pad :)01:48
MicksaI'm not actually sure if we have exactly the same PCIe bridge01:50
Micksahow do you get lspci to accept output from "lspci -vvx" as input?01:52
mjg59You can't01:53
mjg59You need to use setpci01:53
mjg59But the easiest thing to do is to use /sys/bus/pci/devices/foo/config01:53
mjg59You can cat that out before suspend and back after resume01:53
Micksanono, I thought you could pass the output of "lspci -vvx" to the input of a "lspci -F"02:00
Micksato get numeric PCI ids, for example02:00
Micksa(not that ml gave me the right format anyway :) )02:00
mjg59Oh, right02:05
mjg59No idea, I'm afraid :)02:05
Micksabah02:06
Micksawhat kind of support channel is this02:06
Mithrandirit's not a support channel.03:32
Mithrandirit's a development channel03:33
Mithrandir(says so in the topic)03:33
=== swarm [~swarm@host162-150.pool80181.interbusiness.it] has joined #ubuntu-kernel
jbaileylamont: Hey, how much do you know about crazy ia64 things? =)05:07
swarmI have found that kernel for amd64-k8 coming with Ubuntu Hoary 5.04 isn't compiled for preemption. That could be the reason for input devices loss of interactivity during heavy /dev/hda I/O activities?05:07
jbaileyswarm: Sure.  Or your dma could be disabled on the harddrive.05:07
swarmjbailey: it's set to udma505:07
jbaileyCompiling a kernel with preemtion is still not considered the Right Thing for distro kernels.05:08
lamontjbailey: very little, truth be told.05:08
jbaileylamont: Ah, 'kay.05:08
lamontjbailey: but it's on my list to be come a guru of such things, I fear05:08
jbaileylamont: I came up with the idea that Xen on ia64 might be able to run an i386 kernel.05:09
swarmjbayley: is it available any kernel running on amd athlon 64 with preemption enabled provided by Ubuntu team?05:09
jbaileyswarm: No05:09
=== lamont snaps his head around to stare at jbailey in horror
jbaileylamont: I haven't told you the truly horrific part yet. =)05:09
jbaileyI want to part the Hurd to Xen. =)05:09
lamontjbailey: the horror is that there's a chance it could work05:09
lamontthat's part the Hurd _with_ Xen. :-)05:10
jbaileyRight, same thing really. =)05:10
swarmperhaps it's the wrong place but I ask here... do you know if sun jre/jdk >= 1.4.2 amd64 release run on Ubuntu Hoary amd64?05:11
jbaileyRight, it's the wrong place. =)  Please try in #ubuntu.05:11
swarmI tried yesterday and before.. On #debian-amd64 said that it's normal having that Sun things run on debian amd64. Thanks for the info about kernel05:13
lamontjbailey: does that mean yopu05:14
jbaileylamont: I've been looking for little kernel and compiler projects that will allow me to learn stuff in my spare time without having someone else run me over on it.  I suspect this might be an amusing one that noone else would be actively trying to make work right now. =)05:14
lamontyou're going to make Xen work with NPTL?05:14
lamontjbailey: well, _THAT's_ for certain. :0)05:14
lamont /topic jbailey's interest in the Hurd finally explained05:15
jbaileylamont: It looks like it might now.  I was reading a mailing list and talking with some folks on #xen, and it looks like they can emulate what they need now at a huge penalty, or you can do a custom glibc that uses a few line patch to do TLS accesses differently.05:15
lamontis there anyway to make that patch part of the standard glibc, I wonder?05:15
jbaileylamont: What might be interesting is to see if it's possible to get Xen'ness exposed as an HWCAP and then just build an extra pass onto glibc with that patch.05:16
lamontsounds reasonable05:17
jbaileyUnlikely.  I don't know all of what happens with the patch, but it looks like it doesn't use %gs:# to access the thread stuff anymore, but calculates it.05:17
lamontah, blech05:17
jbaileylamont: If I do take this on, would you mind the occasional ia64 question?  You know, like "Is it true the last twinky^Witarnium rolled off the assembly line in 1970 and they're just selling the stock now?"05:19
lamonteep.  must take daughter to girlscouts05:19
lamontbbl05:19
jbaileyc'ya05:19
lamontjbailey: you can ask whatever you like (literally).  I reserve the right to not answer. :-)05:20
lamontand yes, I have stopped beating my wife.05:20
jbaileyErr.05:20
jbaileyWhy?05:20
jbailey(That's question #1)05:21
lamontI let her win now.05:21
jbailey=)05:21
=== lamont runs to get ready
swarmUsing headers of current kernel image got with Ubuntu Hoary, config from /proc/config.gz, I should be able to modify kernel config only for preemption with easy, right?05:26
jbaileyI guess so, dunno.05:26
jbaileyI don't build my own kernels.05:26
=== swarm [~swarm@host162-150.pool80181.interbusiness.it] has joined #ubuntu-kernel
=== doko [~doko___@dsl-082-082-196-074.arcor-ip.net] has joined #ubuntu-kernel
=== svenl [~luther@AStrasbourg-251-1-75-78.w82-126.abo.wanadoo.fr] has joined #ubuntu-kernel
=== infinity [~adconrad@loki.0c3.net] has joined #ubuntu-kernel
=== TheMuso [~luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel
=== lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-kernel
=== mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel
=== calc [~ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-kernel
=== smurfix [~smurf@smurfix.developer.debian] has joined #ubuntu-kernel
=== Mithrandir [~tfheen@vawad.err.no] has joined #ubuntu-kernel
=== jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== dilinger [dilinger@mouth.voxel.net] has joined #ubuntu-kernel
=== Seveas` [~seveas@seveas.demon.nl] has joined #ubuntu-kernel
=== swarm [~swarm@host162-150.pool80181.interbusiness.it] has joined #ubuntu-kernel
=== doko [~doko___@dsl-082-082-196-074.arcor-ip.net] has joined #ubuntu-kernel
=== svenl [~luther@AStrasbourg-251-1-75-78.w82-126.abo.wanadoo.fr] has joined #ubuntu-kernel
=== infinity [~adconrad@loki.0c3.net] has joined #ubuntu-kernel
=== TheMuso [~luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel
=== lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-kernel
=== mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel
=== calc [~ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-kernel
=== smurfix [~smurf@smurfix.developer.debian] has joined #ubuntu-kernel
=== Mithrandir [~tfheen@vawad.err.no] has joined #ubuntu-kernel
=== jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== dilinger [dilinger@mouth.voxel.net] has joined #ubuntu-kernel
=== swarm [~swarm@host162-150.pool80181.interbusiness.it] has joined #ubuntu-kernel
=== JaneW [~JaneW@212.33.141.9] has joined #ubuntu-kernel
jbaileylamont: w-b question for you.  Does it respect the Architecture field, or does it hand everything to everyone?06:48
=== JaneW [~JaneW@212.33.141.9] has left #ubuntu-kernel ["Leaving"]
lamontw-b respects Packages-arch-specific.  It cares not one wit about Architecture:06:50
lamontdpkg/debhelper will fail the build based on Architecture: though06:50
=== swarm [~swarm@host162-150.pool80181.interbusiness.it] has joined #ubuntu-kernel
swarmjbailey: solved input devices latency problem related to kernel preemption disabled.07:41
swarmI'm using kernel 2.6.11 amd64-k8 smp from Ubuntu. CONFIG_PREEMPT is not set while, of course, CONFIG_SMP=y. My pc has 1 CPU. Now there is no latency and it's very usable. Why?07:46
=== Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-kernel
=== swarm [~swarm@host150-125.pool80181.interbusiness.it] has joined #ubuntu-kernel

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