Ubuntu – 동글이가 PnP 로 작동하지 않을때

By | 2024년 2월 16일
Table of Contents

Ubuntu – 동글이가 PnP 로 작동하지 않을때

재부팅하면 동글이가 인식이 되지만, 부팅되어 있는 상황에서는 동글이를 꼽아도 인식하지 않는다.

상황

동글이를 꼽으면 usb 에서는 인식을 한다.

lsusb
......
Bus 001 Device 011: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
......

하지만 네트워크에서는 인식이 되지 않는다.

ifconfig

동글이가 DISABLED 되어 있다.

sudo lshw
 *-network DISABLED
       description: Wireless interface
       product: BCM4313 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth1
       version: 01
       serial: 1c:65:9d:99:3d:d1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=5.60.48.36 latency=0 multicast=yes wireless=IEEE 802.11

해결

두개의 패키지가 설치되어 있는지 확인하고 없는 것을 설치해 준다.

sudo apt install netplan.io
sudo apt install network-manager

동글이가 Plug and Play 로 작동하는 것을 확인할 수 있다.

답글 남기기