Greetings. I've installed Crux. Got it to boot on an encrypted LVM, thanks to betterinitramfs. Got openbox working. Got pypanel in as a panel & system tray. Audio works. Bumblebee is in and working. Network via Ethernet runs fine, without me having to do anything. Nice, that last. There is only one problem that I've not been able to figure out. The problem is that wicd is unable to connect. wicd is running. wicd-gtk runs, and an icon appears for it in the system tray, but it will not connect to wired nor wifi. It must be *close* to working because the various wifi routers in the area are visible. One odd thing is that while wicd claims to not be able to connect to the Ethernet, I can continue to load web pages, etc. I ran wicd-gtk from a command line to capture the output: ~$ wicd-gtk ** (process:3544): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:3544): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:3544): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' Importing pynotify failed, notifications disabled. Has notifications support False Loading... Connecting to daemon... Connected. displaytray True Done loading. refreshing... ESSID : <hidden> ESSID : HOME-0DE5 ESSID : HOME-9E52-2.4 ESSID : xfinitywifi ESSID : <hidden> ESSID : xfinitywifi /usr/share/wicd/gtk/gui.py:458: Warning: Source ID 62 was not found when attempting to remove it gobject.source_remove(self.update_cb) /usr/share/wicd/gtk/gui.py:458: Warning: Source ID 580 was not found when attempting to remove it gobject.source_remove(self.update_cb) ~$ During the above output, I attempted to connect to the wired Internet and then the wireless. I am befuddled. Short of learning Python and going over the source code for wicd, I don't know what to do. Thank you.