sponix | http://www.timhardy.net/wordpress/bytopic/howto/ --> Can someone give me a hand implementing this work-a-round so I can burn DVD's with k3b ? | 03:17 |
---|---|---|
wgrant | sponix: This isn't a support channel. | 03:27 |
sponix | I'll just do my best to fine a bug report .. Sorry if I disturbed anyone | 03:35 |
sponix | s/fine/file/ | 03:35 |
=== asac_ is now known as asac | ||
=== thegodfather is now known as fabbione | ||
pwnguin | do we have any good docs on actually fixing bugs? | 05:17 |
=== Igorot_ is now known as Igorot | ||
=== hunger_t is now known as hunger | ||
asac | pitti: how should a MIR look like if its just for some parts? | 10:30 |
asac | e.g. one binary package | 10:31 |
asac | pitti: siretart: bug 250245 | 11:03 |
ubottu | Launchpad bug 250245 in ubuntu "[MIR] - pcsc-lite sources + partially binary promotion to main" [High,Confirmed] https://launchpad.net/bugs/250245 | 11:03 |
asac | cody-somerville: there? | 11:11 |
asac | cody-somerville: gnomefreak said he asked you to add our mozillateam meetings to the fridge. you still have that on your radar (or are you actually the right to ask)? | 11:13 |
=== lut4rp|afk is now known as lut4rp | ||
=== lut4rp is now known as lut4rp}{afk | ||
=== arthur- is now known as arthur__ | ||
=== arthur__ is now known as arthur_ | ||
=== Kopfgeldjaeger2 is now known as Kopfgeldjaeger | ||
ogra | BenC, had a good trip ? | 15:25 |
=== TomaszD is now known as Guest33196 | ||
BenC | ogra: 13.5 hour drive...but it was nice | 15:30 |
ogra | :) | 15:30 |
BenC | ogra: how's things in waltham? | 15:30 |
ogra | funny, there was a marriage in the hotel last night | 15:31 |
laga | did someone marry their ebox? | 15:31 |
ogra | lots of bikers, burnouts at 1am with an exploding tire etc | 15:31 |
BenC | kick ass | 15:32 |
ogra | i got the 2.4.26 kernel runing on the cmpc btw | 15:32 |
ogra | and indeed it fixes the prob | 15:32 |
BenC | you mean 2.6.26, right? :) | 15:32 |
ogra | but only applying the r8169 changes for .26 to .24 doesnt help :/ | 15:32 |
ogra | yeah, indeed :) | 15:32 |
ogra | i saw there is a lot changed in af_packet as well ... but that doesnt build if i dont lso have all the socket.h changes ... which was the point where i gave up las night | 15:33 |
ogra | not sure where to go from here ... | 15:34 |
BenC | check pci quirks | 15:34 |
BenC | if it isn't the driver itself, that's about the only other place where I can see something getting fixed | 15:35 |
BenC | (I can't see a bug in af_packet only affecting one device, but I guess it's possible) | 15:35 |
ogra | well, its an issue of the NIC not replying to dhcp offers, thats why i suspected af_packet | 15:35 |
BenC | ogra: does setting the IP manually make it work otherwise? | 15:36 |
ogra | but it doesnt work with static IP either ... | 15:36 |
BenC | ok, then definitely not af_packet :) | 15:36 |
ogra | well, not sure if the hotel network doesnt block here | 15:36 |
BenC | direct PC-to-PC ethernet should tell you though | 15:36 |
ogra | might be that the router only accepts connections the dhcp server gave out before | 15:37 |
ogra | good idea, i hope one of the cards i have here does autosensing .... i have no crossover cable with me | 15:37 |
BenC | most modern PHY's have autosensing now adays | 15:38 |
ogra | yeah | 15:38 |
ogra | but i have never used my lappies wired interface, so i'm not sure | 15:38 |
ogra | meh, firs some fiddling ... i dont have a -19 kernel on the cmpc atm ... damned space constraints | 15:39 |
ogra | *first | 15:39 |
ogra | btw, we should look that we start generating the initramfs in /tmp instead of boot ... i constantly run into space issues with /boot through that | 15:40 |
norsetto | asac: I guess you haven't received my last email? | 15:43 |
ogra | BenC, oh, that smells related http://marc.info/?l=linux-netdev&m=121498012600793&w=2 | 16:18 |
ogra | (even though i dont see it at all in 2.6.26) | 16:18 |
ogra | hmm, even more ... http://userweb.kernel.org/~romieu/r8169/2.6.26-rc9/20080710-r8169-test.patch | 16:21 |
BenC | ogra: ah, comes from mario too | 16:26 |
BenC | ogra: going to give it a try? | 16:26 |
BenC | ogra: transient may include "works in 2.6.26 and not in 2.6.24" | 16:26 |
ogra | well, it seems we have it in .24 | 16:28 |
ogra | http://paste.ubuntu.com/28741/ | 16:28 |
ogra | what i wonder is if the call: | 16:29 |
ogra | 1441 dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n"); | 16:29 |
ogra | 1442 RTL_W8(0x82, 0x01); | 16:29 |
ogra | that actually happens before the "if (tp->mac_version == RTL_GIGA_MAC_VER_02) {" doesnt trash it for me already | 16:29 |
ogra | it somehow looks like wrongly ordered for me .... but its not different in .26 though | 16:30 |
ogra | if only kernel builds wouldnt take a century :/ | 16:31 |
BenC | ogra: hehe, it's easy to just build one driver | 16:31 |
BenC | ogra: mkdir ../build; cp /boot/config-`uname -r` ../build/.config; make O=`pwd`/../build prepare; make O=`pwd`/build drivers/net/8169.ko | 16:36 |
BenC | ogra: or: mkdir tmp; cd tmp; cp ../drivers/net/8169.c .; echo "obj-m = 8169.o" > Makefile; make M=`pwd` -C /usr/src/linux-headers-`uname -r` | 16:38 |
* BenC could go on and on | 16:38 | |
ogra | ah, when i clean out the typos it actually works :) | 16:49 |
highvoltage | :) | 16:51 |
=== gaurdro_ is now known as gaurdro | ||
ogra | intresting, dropping the RTL_W8(0x82, 0x01); line makes dmesg look a lot better (i get proper link up/down messages now) but doesnt make it work | 16:52 |
ogra | well, but that looks like i'm on the right path ... | 16:53 |
ogra | yay, something to fill my bored sunday with ... | 16:53 |
lamont | what's the plugin to have firefox claim to be IE7/Windoze? | 17:44 |
highvoltage | lamont: user-agent-switcher | 17:54 |
emgent | heya | 18:18 |
=== ScottK2 is now known as ScottK | ||
lamont | highvoltage: that did the trick -thanks | 19:05 |
ion_ | benc: Btw, is there an intention to release a new Linux image soonish? | 19:05 |
highvoltage | lamont: you're welcome. | 19:06 |
ogra | hmpf, seems no matter what i do with the direver cant get it to work ... even using the complete code from 2.6.26 doesnt help | 19:19 |
=== DreamThi1f is now known as DreamThief | ||
=== Hattory_ is now known as Hattory | ||
BenC | ion_: probably tomorrow or tue | 21:04 |
ion_ | benc: Great | 21:06 |
=== dashua__ is now known as dashua | ||
alex-weej | mdz: https://launchpad.net/ubuntu/+spec/no-more-source-packages | 22:32 |
alex-weej | that's obsolete now right? | 22:32 |
alex-weej | someone mentioned this here a couple weeks back to me but i can't remember what they said had taken over | 22:32 |
pwnguin | there cant be that many open blueprints | 22:43 |
pwnguin | https://blueprints.edge.launchpad.net/ubuntu/+spec/distributed-development-importer ? | 22:44 |
alex-weej | pwnguin: thanks | 23:15 |
hmuller | Is it safe to assume the uvesafb/v86d problem (x86_64) is a known issue with the current daily-live? I didn't see a respective bug in Launchpad. | 23:17 |
hmuller | And is it too early to be reporting bugs for missing firmware in Intrepid? | 23:20 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!