|
|
[wanzhen@localhost ~]$ system-config-network
Component: system-config-network
Version: 1.4.3
Summary: TB8a97ef57 NCHardwareList.py:692:load:ValueError: invalid literal for int() with base 10: 'None'
Traceback (most recent call last):
File "/usr/sbin/system-config-network-gui", line 166, in runit
window = mainDialog()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 253, in __init__
self.load()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 277, in load
self.loadHardware()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 289, in loadHardware
hardwarelist = getHardwareList()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 780, in getHardwareList
__HWList.load()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 692, in load
hw.Modem.BaudRate = int(wvdial[dev]['Baud'])
ValueError: invalid literal for int() with base 10: 'None'
Local variables in innermost frame:
hwconf: <netconfpkg.NCHardwareList.ConfHWConf instance at 0x9dccdec>
i: 1
self: HardwareList.Ethernet.eth0.Status=确定
HardwareList.Ethernet.eth0.Name=eth0
HardwareList.Ethernet.eth0.Type=Ethernet
HardwareList.Ethernet.eth0.Card.ModuleName=skge
HardwareList.Ethernet.eth0.Description=Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller
HardwareList.Modem.Modem0.Status=已配置
HardwareList.Modem.Modem0.Name=Modem0
HardwareList.Modem.Modem0.Modem.DeviceName=/dev/modem
HardwareList.Modem.Modem0.Type=Modem
HardwareList.Modem.Modem0.Description=Generic Modem
isdncard: <netconfpkg.NCisdnhardware.ConfISDN instance at 0xa049c6c>
hw: Hardware.Status=已配置
Hardware.Name=Modem0
Hardware.Modem.DeviceName=/dev/modem
Hardware.Type=Modem
Hardware.Description=Generic Modem
dev: Modem0
wvdial: <netconfpkg.conf.ConfSMB.ConfSMB instance at 0xa04e44c>
> /usr/share/system-config-network/netconfpkg/NCHardwareList.py(692)load()
-> hw.Modem.BaudRate = int(wvdial[dev]['Baud'])
(Pdb) |
|