Author archives: Mike

RSS feed of Mike

Makes for a late day when you start at midnight (Caffeine helps...)


I had two coffee's at Cafe Diplomatica after the PyGTA meeting. They've kept me productive enough to turn in a fairly full day's work. I'm still not really sleepy, but my hands are on fire. Guess it's time to call it a night. Tomorrow the 7.5 hour dental appointment starts. The TAUG meeting has been ...

Continue reading

Still no nVidia driver (Another couple of burned hours...)


Spent the couple of hours between getting the wifi card working and the PyGTA meeting trying to get the nvidia driver to work with X windows. No luck (even with Seneca helping). Burned far too much time on the laptop today... I really should have just let it go and used the hard-link for access... ...

Continue reading

The key is to ignore what the package says (Orinoco Gold is actually an Atheros Chipset)


The reason the bloody wifi card wouldn't work is that I was trying to load it with the wrong driver with a borked pcmcia bus. I eventually got the yenta-socket module loaded and that let me see Proxim Orinoco Gold wifi card was actually an Atheros AR5211. That card is supported by the madwifi-driver package. ...

Continue reading

No Orinoco Gold love (Silly pcmcia subsystem no longer has an ioctl operation it requires...)


I came down to Linux Caffe to work today. So far no real work done as it turns out the Orinoco Gold network card can't be loaded. Have tried it with both Kubuntu and Knoppix, neither recognised it and both crashed whenever I touched the touchpad.

Apparently I'll have to upgrade to pcmciautils in order ...

Continue reading

PyGTA is tomorrow (Tuesday) (Toronto Python User's group meeting...)


Tomorrow at 7PM is the monthly PyGTA meeting at Linux Caffe. It'll be a less formal meeting than normal, with short talks and discussions and more free socialisation time. If you want to do a 5-10 minute presentation on a project or topic, let me know and I'll put you on the schedule.

No suspense yet (Suspend2 doesn't just magically make it work, apparently...)


Well, have spent a good couple of hours trying to get software suspend working on the new laptop. I've got the kernel compiled, but I can't get it to boot. I'm using:
kernel /kernel-genkernel-x86-2.6.15-suspend2-r8 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hda4 resume2=swap:/dev/hda3 noresume2

in grub to boot and the kernel is panicking because it can't find the /dev/ram0 ...

Continue reading

Apparently joy in technology derives from ownership! (Or at least possession...)


Pleasant VexMeet this evening. I sometimes wonder just how bored people must get hearing me prattle on about things. I really need to get out more so I'm not so driven to talk when I see people... coincidentally...

ACI has loaned me a laptop so I can work on various projects in locations other than ...

Continue reading

Need to speed up PySNMP 3.5.x (PySNMP-se (let alone PySNMP) is still too slow...)


In one of those cases where I'm too clever for my own good, I coded Cinemon to automatically back off from SNMP v2c to SNMP v1 when there were timeouts with the v2c software. The problem is that with v2c I get timeouts all the time due to the rather slow processing of the (large) ...

Continue reading

Minor TwistedSNMP release is up (0.3.13)


This release just adds an errback so that failures during tabular-retrieval message integration (which shouldn't, but apparently can, occur) will cause the overall table retrieval to raise the error (instead of reporting an uncaught exception). You can get it from the TwistedSNMP homepage, as normal.