如何搜索无线网络?

如何搜索无线网络?

我正在使用 Ubuntu 12.04。我尝试过这个

sudo iwlist eth0 scan

但这似乎不起作用:(..它说“界面不支持扫描”该怎么办?请帮忙..我无法在 Ubuntu 上访问互联网。

我有移动宽带 USB,但连这个都检测不到。其他 U 盘都能检测到

更多细节

*-network UNCLAIMED 
description: Network controller 
product: Broadcom Corporation 
vendor: Broadcom Corporation 
physical id: 0 
bus info: pci@0000:08:00.0 
version: 01 
width: 64 
bits clock: 33MHz 
capabilities: pm msi pciexpress bus_master cap_list configuration: latency=0 resources: memory:c1500000-c1507fff 

更多详细信息:lspci

00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Thames XT/GL [Radeon HD 7600M Series]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
08:00.0 Network controller: Broadcom Corporation Device 4365 (rev 01)

答案1

更新:

请按照此问题先安装驱动程序。答案取决于内核版本。要了解您的内核版本,您可以执行uname -a

带有 3.4 / 3.5 内核的 Broadcom 4365 无线驱动程序


eth0不是无线适配器。它是以太网适配器。

尝试sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID'

更好的是,首先使用硬件开关启用无线适配器。

然后单击顶部面板network manager按钮查看可用的网络。

有关的:

如何扫描无线接入点?

相关内容