Description of problem: I ran system-config-network-tui and it told me to open a report Version-Release number of selected component (if applicable): How reproducible: very Steps to Reproduce: 1. run the command 2. 3. Actual results: An unhandled exception has occured. This is most likely a bug. Please save the crash dump and file a detailed bug report against system-config-network at https://bugzilla.redhat.com/bugzilla Component: system-config-network Version: 1.3.95 Summary: TB /usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py:45:getDialog:TypeError: 'NoneType' object is not callable Traceback (most recent call last): File "/usr/sbin/system-config-network-tui", line 274, in ? dev = selectDevice(screen) File "/usr/sbin/system-config-network-tui", line 183, in selectDevice if not dev.getDialog(): File "/usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py", line 45, in getDialog dialog = _devWirelessDialog(self) TypeError: 'NoneType' object is not callable > /usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py(45)getDialog() -> dialog = _devWirelessDialog(self) (Pdb) Expected results: never run it before Additional info: if fails right after it switches to a blue background and a box saying "Loading Hardware". If it's something specific to my system it would probably be my wireless (guessing by the msg). I'm running FC6 on a Thinkpad T60 with the madwifi drivers from livna So I have an ath0 and a wifi0 device (though I don't know what wifi is for). The profile stuff is really befuddled along w/ where I enter keys for my device, but I finally got it working manually. And I'm not sure my /etc/sysconfig/network-scripts/keys-ath0 (and all the links) is correct
Created attachment 144814 [details] Crash report
http://www.redhat.com/archives/fedora-test-list/2006-November/msg00138.html