Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.network Configuration->new 2.Isdn->forward 3.Crash Actual results: Expected results: Additional info: ISDN Card: AVM B1 Pcmcia
Created attachment 297115 [details] Debuginfo
(In reply to comment #0) > Description of problem: > > > Version-Release number of selected component (if applicable): > > > How reproducible: > > > Steps to Reproduce: > 1.network Configuration->new > 2.Isdn->forward > 3.Crash > > Actual results: > > > Expected results: > > > Additional info: > ISDN Card: AVM B1 Pcmcia Same problem also for me, i tried to create a new ISDN Device for a Asuscom ISDN PCI and this is the output, hope could help: Component: system-config-network Version: 1.4.7 Summary: TB35871046 IsdnInterface.py:162:setup:AttributeError: 'module' object has no attribute 'card' Traceback (most recent call last): File "/usr/share/system-config-network/netconfpkg/gui/NewInterfaceDialog.py", line 121, in on_start_page_next druid_pages = interface.get_druids() File "/usr/share/system-config-network/netconfpkg/gui/IsdnInterface.py", line 105, in get_druids if not self.init_gui(): File "/usr/share/system-config-network/netconfpkg/gui/IsdnInterface.py", line 74, in init_gui self.setup() File "/usr/share/system-config-network/netconfpkg/gui/IsdnInterface.py", line 162, in setup cardlist = NCisdnhardware.card.keys() AttributeError: 'module' object has no attribute 'card' Local variables in innermost frame: self: <netconfpkg.gui.IsdnInterface.IsdnInterface instance at 0x14c2e60>
This is basically the same problem as Bug 416821, which crashes with: "[...] self.setup() File "/usr/share/system-config-network/netconfpkg/gui/isdnhardware.py", line 207, in setup cardlist = NCisdnhardware.card.keys() AttributeError: 'module' object has no attribute 'card'" So this bug could be closed as a duplicate (which I seem not allowed to do).
*** This bug has been marked as a duplicate of 416821 ***