Category archives: Tuxedo

Discussions about Linux, Unix and related technologies

RSS feed of Tuxedo

DHCP goes south on the laptop (How did that happen...)


I seem to have lost the laptop's ability to connect to the DHCP server here at home. Everything else is able to get to it, but the laptop just doesn't get through. So much for getting some more work done this evening.

I'm also getting comment spammed by some jerk here on the blog. Cursed ...

Continue reading

Seem to have OpenVPN working (But I can't really test it from inside the network...)


Okay, I think I've got the OpenVPN connection working now. I'll have to try it out tomorrow morning and fall back to ssh if it fails. Surprisingly involved setup, required compiling a kernel module, editing multiple files, building large numbers of certificates and doing a lot of customisation for the settings.

Twinkle seems to be a decent VoIP Softphone for Linux (Setting up office phone on the laptop for working at Linux Caffe)


Twinkle is a little Qt VoIP Softphone. It seems to work quite nicely with the VoIP account. Haven't tried phoning a live person to see how it works with my microphone, but incoming audio is pretty good on my cable connection. Seems to have all the features I need (and more), so probably go with ...

Continue reading

Fix one break the other... (Grr...)


The suspend2 kernel didn't work with the madwifi package I emerged. Updating to an unstable version got it working. The laptop-lid action, however, is no longer actually locking the KDE session (though it's trying, it's not the ACPI system that's failing, the dcop message just isn't doing anything).

Suspend2/Hibernate working (Almost finished the system configuration...)


The trick with the suspend2-sources tree is to get the latest version (2.6.16-r1), not the (comparatively ancient) stable version. Emerging that with the .config I was using for the 2.5.15-r7 with the suspend2 options enabled gives me a properly suspending desktop (when I explicitly tell it to hibernate).

ssh sessions are lost, which is to ...

Continue reading

Getting your KDE sessions to lock on Laptop Lid Close (A quick and hacky script...)


For those using an ACPI laptop (testing only with the Toshiba Satellite 5100) who want the KDE session to lock when the lid is closed (so that the lid can be closed in a semi-public area to prevent casual snooping), here's a simple script that locks all of the KDE sessions on the machine. Note ...

Continue reading

ACPI is working (Yay!)


Finally got the ACPI code working. Key is to use the Gentoo power management guide. With that the KDE laptop power control is working properly. Makes the on-power/off-power changes work quite nicely. Next up is the synaptics touchpad. Also got the dhcpcd timeout set so that booting without the wired network connection doesn't take ...

Continue reading

ACPI almost working... (Maybe a bit more battery life as a result)


Came down to Linux Caffe to work on getting the Laptop configured to use ACPI (the power-management features). I've got the runlevels set up and have them switching when I unplug/plug-in the laptop. No luck yet in getting a high-level interface (i.e. a GUI widget) configured to let me manage them.

The screen is automatically ...

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