|
ubuntu系统下,运用硬件检测工具检测结果如下,请问网卡驱动和无线网卡驱动找到了没?
Detecting your network controller(s):
Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
Is this correct?
Testing your connection to the Internet:
ERROR:root:Could not find def gateway info in /proc
Traceback (most recent call last):
File "/usr/share/hwtest/scripts/internet_test", line 132, in <module>
sys.exit(main(sys.argv[1:]))
File "/usr/share/hwtest/scripts/internet_test", line 118, in main
host = route.get_default_gateway()
File "/usr/share/hwtest/scripts/internet_test", line 81, in get_default_gateway
t1 = self._get_default_gateway_from_bin_route()
File "/usr/share/hwtest/scripts/internet_test", line 69, in _get_default_gateway_from_bin_route
if def_gateway:
UnboundLocalError: local variable 'def_gateway' referenced before assignment
Are you connected to the Internet? |
|