무선 드라이버

무선 드라이버

내 노트북의 결과는 다음과 같습니다. 무선 드라이버와 그래픽을 어떻게 설치합니까?

$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated 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:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (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)
02:00.0 Network controller: Broadcom Corporation Device 4365 (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)

$ sudo lshw -c network
  *-network UNCLAIMED     
       description: Network controller
       product: Broadcom Corporation
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f0500000-f0507fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 07
       serial: 3c:97:0e:85:c0:0d
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=172.16.96.36 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:43 ioport:2000(size=256) memory:f0404000-f0404fff memory:f0400000-f0403fff

$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: no
    Hard blocked: no

답변1

lspci 출력에 따르면 설치해야 하는 추가 드라이버는 무선 카드용 드라이버인 것 같습니다.

02:00.0 네트워크 컨트롤러: Broadcom Corporation Device 4365(rev 01)

(전혀 작동하지 않는 경우에만, 그렇지 않으면 필요하지 않습니다.)

이더넷 포트를 사용하여 인터넷에 연결하고(인터넷에서 전용 드라이버를 다운로드해야 함) 대시보드를 열고 "드라이버"를 검색하면 이를 위한 도구가 표시됩니다. 여기에 이미지 설명을 입력하세요 Broadcom 무선 드라이버를 선택하고 "변경 사항 적용"을 누릅니다. " 여기에 이미지 설명을 입력하세요

이는 14.04의 예이지만 12.04에도 적용될 수 있습니다.

귀하의 그래픽 카드는 다음과 같습니다:

00:02.0 VGA 호환 컨트롤러: Intel Corporation 2세대 코어 프로세서 제품군 통합 그래픽 컨트롤러(rev 09)

이미 지원됩니다. 시스템에 다른 그래픽 카드가 있다고 생각하지만 감지되지 않는 경우 BIOS 설정과 dmesg 출력을 확인해야 합니다.

관련 정보