From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021022 Description of problem: redhat-config-network crashes on startup and is completely unusable. Possibly due to me running on a Toshiba Satellite 3000 laptop with builtin wireless card. See additional information for capture of the error message Version-Release number of selected component (if applicable): 1.1.86 How reproducible: Always Steps to Reproduce: 1. Run redhat-config-network 2. 3. Actual Results: program does not start due to a Python exception. Expected Results: Program should start and be usable. Additional info: Component: redhat-config-network Version: 1.1.86 Summary: TB /usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareFactory.py:42:getHardwareClass: KeyError: Wireless Traceback (most recent call last): File "/usr/sbin/neat", line 98, in ? window = mainDialog() File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/maindialog.py", line 154, in __init__ self.load() File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/maindialog.py", line 227, in load self.loadHardware() File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/maindialog.py", line 238, in loadHardware hardwarelist = getHardwareList() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareList.py", line 389, in getHardwareList HWList.load() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareList.py", line 220, in load self.updateFromSystem() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareList.py", line 167, in updateFromSystem i = self.addHardware(getDeviceType(device)) File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareList.py", line 134, in addHardware hwc = hwf.getHardwareClass(type) File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareFactory.py", line 42, in getHardwareClass return self[type][0] KeyError: Wireless Local variables in innermost frame: subtype: None self: {'Ethernet': {0: <class netconfpkg.NCHWEthernet.HwEthernet at 0x8414104>}, 'Modem': {0: <class netconfpkg.NCHWModem.HwModem at 0x81d99dc>}, 'ISDN': {0: <class netconfpkg.NCHWIsdn.HwIsdn at 0x81dd7c4>}, 'Token Ring': {0: <class netconfpkg.NCHWTokenring.HwTokenring at 0x83e6bd4>}} type: Wireless
*** This bug has been marked as a duplicate of 80935 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.