Ubuntu 13.10에는 무선이 없습니다

Ubuntu 13.10에는 무선이 없습니다

Ubuntu 13.10으로 업그레이드했는데 무선에 연결할 수 없습니다. 연결할 수 있는 건 이더넷밖에 없는데 도와주세요. 어떻게 해야 하나요?

다음은lspci -nnk | grep -i net -A2

00:19.0 ethernet controller [0200]:intel corporation 82579V Gigabit network connection [8086:1503] (rev 04) 
        subsystem: acer incorporated [ALI Device] [1025:8000] 
        Kernel driver in use : e100e

output of lsusb: 

Bus 002 Device 003: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:0152 Realtek Semiconductor Corp. Mass Storage Device
Bus 001 Device 040: ID 04e8:6863 Samsung Electronics Co., Ltd 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 003 Device 003: ID 045e:070f Microsoft Corp. 
Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

업데이트!

이제 무선에 연결할 수 있지만 인터넷에 액세스할 수 없습니다. + 무선을 재부팅하면 사라집니다. 도와주세요. 지금까지 도움을 주셔서 감사합니다 :)

iwconfig:

viktor@Viktor-Dator:~$ iwconfig
usb0      no wireless extensions.

eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off

답변1

이더넷을 분리하고 재부팅하십시오. 무선 드라이버가 로드되었는지 확인하십시오.

lsmod | grep rtl

그렇지 않은 경우 로드합니다.

sudo modprobe rtl8192cu

무선 인터페이스(이상적으로는 wlan0)가 생성되었습니까?

iwconfig

네트워크를 스캔하고 보나요?

sudo iwlist wlan0 scan

무선 스위치 또는 키 조합이 무선을 활성화하도록 설정되어 있습니까?

rfkill list all

관련 정보