[02:12] mjg59: ok, thanks [02:13] crimsun: So it's not PCI configuration space, and it's not an AC97 register issue, so... === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [05:01] BenC: is the mISDN update missing in the last kernel upload? [05:02] yeah, I needed to get some important fixes out, and mISDN merge isn't trivial === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-kernel [07:27] I'm trying to learn git since it's used by the kernel... am I correct in understanding that it stores copies of every version of a given file, rather than diffs? so it's going to use a LOT of space? === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel [09:32] BenC: Around? [09:32] AS [x] drivers/macintosh/mol/_actions.o [09:32] /bin/sh: m4: command not found [09:32] make[5] : *** [drivers/macintosh/mol/_actions.o] Error 127 [09:32] BenC: From the powerpc kernel build --^ [09:33] hi infinity [09:34] doh === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel === crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-kernel === CataEnry [n=cataenry@host30-35.pool8248.interbusiness.it] has joined #ubuntu-kernel === Lathiat [i=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-kernel [02:23] hrm [02:23] the kernel is being built with gcc4 now? [02:47] default since long afaik === doko [n=doko@dslb-084-059-103-022.pools.arcor-ip.net] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel [03:24] makx: ah ok [03:24] additionally, anyone know off hand if there is a reason IPVS is not compiled in the kernel [03:25] Lathiat: Any joy with your battery? [03:25] mjg59: havent tried yet [03:25] you said i needed git? [03:25] Yeah [03:25] i'll do it tomorrow night [03:25] dont have time tonight [03:25] unles its in a daily build in the topic? [03:31] Feb 19 15:18:53 gordian kernel: [4294677.139000] ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA [03:31] Feb 19 15:18:53 gordian kernel: [4294677.139000] ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:DMA [03:31] GO IDE-GENERIC! [03:32] BenC: ok.. now i got DMA/32bit I/O and unmasked irq [03:32] gonna check the system status on load now [03:33] yup that was it :) === fabbione dances around like hell [03:33] i can finally move the mouse again when doing apt-get install [04:19] fabbione: so it was ide-generic? [04:19] so it seems [04:19] now.. i would like to have a word with Scott [04:19] yeah, that is definitely a udev issue, probably the same one I see in another bug report [04:20] I think udev has a well disguised race or ordering problem [04:20] probably.. [04:20] udev is a problem === j_ack [n=nico@p508D8C52.dip0.t-ipconnect.de] has joined #ubuntu-kernel === smurf [n=smurf@run.smurf.noris.de] has joined #ubuntu-kernel === CataEnry [n=Enrico@host30-35.pool8248.interbusiness.it] has joined #ubuntu-kernel [05:11] is there a cmdline util that can trunc() a file? [05:12] just don't want to dd 4gigs to get rid of 900Megs on a cd image [05:12] :>$file ? [05:12] I want to trunc it to 4gigs, not 0 :P [05:13] Mithrandir: any progress with mksquashfs3? [05:13] use dd if=/dev/zero of=file bs=1G seek=4 count=0 ? [05:13] no, haven't had time, I was busy with random other crap on friday [05:16] Mithrandir: sweet, that command worked perfect [05:16] thanks [05:16] it's a sparse file, but I assumed that was what you wanted. === visik7 [n=visi@unaffiliated/visik7] has joined #ubuntu-kernel [05:51] I can't understand how the ubuntu kernel works, it's heavily different from a vanilla kernel [05:59] anyone can explain me it ? === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [06:39] visik7: What do you mean by "Heavily different"? [06:39] for example it check if gcc is 3.4 [06:39] vanilla kernels doesn't do it [06:40] Sorry, what checks if gcc is 3.4? [06:40] make [06:41] When? [06:41] wait a moment [06:43] removed kernel tree for erro [06:44] I need some time to redownload it [07:01] here I'm [07:02] http://pastebin.com/562971 [07:02] here [07:02] says gcc-3.4 not found [07:03] why check if gcc-3.4 is present ? [07:03] a 2.6.15.4 works perfectly with gcc 4 [07:04] and make menuconfig of this source is quite different from a 2.6.12 vanilla (I know that there are patches) [07:13] I know that there are patches but I don't understand why networking options is inside device drivers -> network support like old 2.4 kernels [07:22] and why there are so many way to get kernel source ? [07:22] linux-source-2.6.12 [07:22] linux-tree-2.6.12-10.28 [07:23] apt-get source linux-image-2.6.12-10... [07:23] things aren't so clear [07:26] Because 2.6.12 didn't work properly with gcc 4 [07:27] your or the vanilla ? [07:27] Any [07:27] Not on all the architectures we support [07:27] oh [07:27] ok [07:27] 2.6.15 is built with gcc 4 === rysk [n=slash@lns-bzn-50f-81-56-152-193.adsl.proxad.net] has joined #ubuntu-kernel [07:43] hello, [07:46] I wonder what's that chan is for ? I mean what's mean "ubuntu kernel discussion ONLY". If I'm coding a driver under ubuntu (while it's just a linux driver anyway) is that part of the subject ? [07:51] rysk: It's more for development of the Ubuntu kernel rather than kernel development under Ubuntu (if you see what I mean) [07:51] No harm in asking here, though, the worst that can happen is that you'll be ignored :) [07:54] ok :) I'm just trying to get my graphical tablet working. Since it's recognized as an usb mouse, the driver i've made don't get to handle the tablet unless i'm forcefully unload the usbhid module. Well if anyone knows enough to tell me what to do i will be pleased to hear it :) [07:54] Hm. It identifies as a mouse? [07:55] yeah, that's actually quite strange because the data sent by the tablet is not at the same format of the ones sent by a mouse [07:56] but the hid interface protocol is set to 2 (mouse) [08:03] Sounds like the hardware is broken... [08:04] Might be possible to add a quirk to the mouse driver to refuse to bind to it [08:05] well actually i was more thinking of detaching the mouse driver from it [08:05] If the mouse driver can't drive it, it's better for it never to bind it [08:05] The hardware isn't broken. I guess it's just the vendor who said "Oh, yes, we use it like a mouse so it's a mouse !" [08:06] well that's true [08:06] Stuff that claims to be a mouse ought to speak the mouse protocol [08:06] actually it implements a very close protocol [08:07] but since it absolute position and not relative position and it's have a pressure intensity, it's just put more info in the message [08:07] Also that's fun because it doesn't reply to any input report asking. It's just said "TABLET" [08:08] I bet it speaks the mouse protocol for the version with a magnetic mouse [08:10] how can I compile only a module of the kernel without rerun all make modules that it's huge ? [08:10] visik7: With 2.6.12? You can't. [08:11] make module.ko ? [08:11] With newer kernels, just make patch/to/module.ko [08:11] :( [08:11] ok thanks [08:14] rysk: Take a look at hid_blacklist in hid-core.c - best bet is probably just to add it to there, and then bind it with your driver [08:15] ok thanks [08:16] You'll need to send that patch to LKML to get it added [08:18] yes, I need to make my tablet works fine before that :) === de_wizze [n=vc@AC904F0A.ipt.aol.com] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [09:28] wtf??! [09:30] canada is down 2-0 in olympic hockey === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === damned|home [n=vpol@damned.vpol.org.ru] has joined #ubuntu-kernel [10:03] hi all. i'm trying to recompile dapper (2.6.15-15) kernel with standart config from source and get a error. am i able to get consultation here? === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === Una^ [n=Una@80-46-78-232.static.dsl.as9105.com] has joined #ubuntu-kernel === de_wizze [n=vc@AC904F0A.ipt.aol.com] has left #ubuntu-kernel [] === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-kernel === smurf [n=smurf@run.smurf.noris.de] has joined #ubuntu-kernel === Lathiat [i=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-kernel