F10 Network Manager crashes using "Edit" on ttyUSB0



People,

I have been trying to get this Virgin Mobile Broadband Huawei E169 USB modem going but I haven't had any success with F10. I do:

umount /media/VIRGIN\ BROADBAND/
rmmod usb_storage
rmmod usbserial
modprobe usbserial vendor=0x12d1 product=0x1001
echo "ATZ^M" > /dev/ttyUSB0
system-config-network

- the device displays (ttyUSB0) but when I click on "Edit" to continue
setting up the connection the program crashes - I attach the full
traceback but the salient lines are:

File "/usr/share/system-config-network/netconfpkg/NCDevice.py", line
177, in getDialog
raise NotImplemented
TypeError: exceptions must be classes, instances, or strings
(deprecated), not NotImplementedType


Thanks,

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW 2001
Australia
E-mail: phil@xxxxxxxxxxxxx

Component: system-config-network
Version: 1.5.93
Summary: TBf8f4a16f NCDevice.py:177:getDialog:TypeError: exceptions must be classes, instances, or strings (deprecated), not NotImplementedType

Traceback (most recent call last):
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 814, in on_editButton_clicked
self.editButtonFunc[self.active_page](button)
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 922, in on_deviceEditButton_clicked
button = self.editDevice(device)
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 950, in editDevice
dialog = device.getDialog()
File "/usr/share/system-config-network/netconfpkg/NCDevice.py", line 177, in getDialog
raise NotImplemented
TypeError: exceptions must be classes, instances, or strings (deprecated), not NotImplementedType

Local variables in innermost frame:
self: Device.AllowUser=False
Device.BootProto=dhcp
Device.Device=ttyUSB0
Device.DeviceId=ttyUSB0
Device.IPv6Init=False
Device.NMControlled=False
Device.OnBoot=False
Device.Type=Unknown



--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Relevant Pages