우분투 무선으로 연결되었지만 웹사이트가 로드되지 않음 - 14.04 LTS x64

우분투 무선으로 연결되었지만 웹사이트가 로드되지 않음 - 14.04 LTS x64

나는 Linux에 관한 초보자이고 이미 수많은 다른 스레드에서 찾은 모든 것을 읽고 시험해 보았습니다. 그러니 내가 나 자신에게 더 많은 문제를 일으켰을 수도 있다는 것을 명심하세요. 하지만 필요하다면 우분투를 다시 설치하고 처음부터 고치려고 합니다.

문제는 wlan0을 통해 무선 연결에 연결할 수 있다는 것입니다. 그런데 그러면 어떤 식으로든 인터넷을 사용할 수 없어요. 브라우저를 사용하면 처음에는 중간쯤에 로드되지만 이후에는 다시 로드되지 않습니다.

Google은 가끔 첫 번째 시도에서 로드될 수 있으므로 Wi-Fi는 두 번째 사용할 때까지 작동하는 것 같습니다.

게다가 새로 설치한 것입니다.

Wi-Fi 연결이 끊어져도 오류가 발생하지 않으며 신호 강도가 뛰어납니다.

ifconfig

eth0      Link encap:Ethernet  HWaddr 6c:62:6d:8f:b1:fc  
  inet addr:192.168.0.110  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::6e62:6dff:fe8f:b1fc/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:11530 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8627 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:7151561 (7.1 MB)  TX bytes:1262467 (1.2 MB)

lo        Link encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX packets:3105 errors:0 dropped:0 overruns:0 frame:0
  TX packets:3105 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:309918 (309.9 KB)  TX bytes:309918 (309.9 KB)

wlan0     Link encap:Ethernet  HWaddr 00:e0:4c:87:12:01  
  inet addr:192.168.0.106  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::2e0:4cff:fe87:1201/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:416 errors:0 dropped:68 overruns:0 frame:0
  TX packets:636 errors:0 dropped:1 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:342914 (342.9 KB)  TX bytes:80997 (80.9 KB)

iwconfig

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"MultiStation"  Nickname:"rtl_wifi"
  Mode:Managed  Frequency:2.462 GHz  Access Point: 00:0C:F6:AD:E2:00   
  Bit Rate:150 Mb/s   Sensitivity:0/0  
  Retry:off   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=100/100  Signal level=100/100  Noise level=0/100
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

netstat -rn

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG        0 0          0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 wlan0

경로 -n

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     9      0        0 wlan0

고양이 /etc/resolv.conf

nameserver 127.0.1.1
search sitecomwl341
nameserver 127.0.1.1
search sitecomwl341

나는 또한 다음을 시도했습니다.

gksudo gedit /etc/modprobe.d/iwlwifi.conf

그리고 다른 드라이버를 사용하는 것 같음에도 불구하고 다음 줄을 편집했습니다.

options iwlwifi 11n_disable=1

nm 도구

- Device: wlan0  [MultiStation] ------------------------------------------------
Type:              802.11 WiFi
Driver:            r8712u
State:             connected
Default:           no
HW Address:        00:E0:4C:87:12:01

Capabilities:
  Speed:           150 Mb/s

Wireless Properties
  WEP Encryption:  yes
  WPA Encryption:  yes
  WPA2 Encryption: yes

Wireless Access Points (* = current AP)
  *MultiStation:   Infra, 00:0C:F6:AD:E2:00, Freq 2462 MHz, Rate 54 Mb/s, Strength 100 WPA2

IPv4 Settings:
  Address:         192.168.0.106
  Prefix:          24 (255.255.255.0)
  Gateway:         192.168.0.1

DNS:             192.168.0.1

sudo lshw -C 네트워크

*-network
   description: Wireless interface
   physical id: 1
   bus info: usb@2:1.4
   logical name: wlan0
   serial: 00:e0:4c:87:12:01
   capabilities: ethernet physical wireless
   configuration: broadcast=yes driver=r8712u ip=192.168.0.106 multicast=yes wireless=IEEE 802.11bgn

lspci

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:06.0 PCI bridge: Intel Corporation Core Processor Secondary PCI Express Root Port (rev 18)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Turks/Whistler HDMI Audio [Radeon HD 6000 Series]
02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

lsusb

Bus 002 Device 009: ID 0a5c:2148 Broadcom Corp. BCM92046DG-CL1ROM Bluetooth 2.1 Adapter
Bus 002 Device 008: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 002 Device 007: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 002 Device 006: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 002 Device 005: ID 0bda:8192 Realtek Semiconductor Corp. RTL8191SU 802.11n Wireless Adapter
Bus 002 Device 004: ID 058f:6360 Alcor Micro Corp. Multimedia Card Reader
Bus 002 Device 003: ID 1bcf:0005 Sunplus Innovation Technology Inc. 
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

첫 번째 답변으로 인해 편집하십시오.

무선을 다시 활성화하려고 하면 다음 오류가 발생합니다.

wico@wico-MS-7708:~$ sudo ifconfig eth0 down
wico@wico-MS-7708:~$ sudo ifconfig wlan0 down
wico@wico-MS-7708:~$ sudo modprobe -r r8712u
wico@wico-MS-7708:~$ sudo modprobe rtl8192cu
wico@wico-MS-7708:~$ echo "0bda 8192" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id
0bda 8192
wico@wico-MS-7708:~$ sudo modprobe rtl8192cu
wico@wico-MS-7708:~$ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
wico@wico-MS-7708:~$

또한 무선 연결을 끊은 후에는 새 무선을 다시 검색하지 않는 것 같기 때문에 동일한 무선 또는 다른 무선에 다시 연결하려면 재부팅해야 합니다.

답변1

이 질문에 대한 답변이 아직 이루어지지 않았기 때문에 최선의 해결책이라고 생각되는 것으로 직접 답변할 수 있을 것이라고 생각했습니다. 나는 지난 몇 년 동안 이 문제를 겪은 적이 있으므로 곧 해결될 문제가 아니라고 가정하는 것이 안전합니다. 이전에는 네트워크 카드를 작동시킬 수 있었지만 항상 하루나 이틀이 소요되었습니다.

그리고 다른 Linux 배포판을 다시 설치하거나 이동할 때마다 모든 작업을 다시 수행해야 합니다. 특정 네트워크 카드와 같은 배포판은 없는 것 같습니다.

가장 좋은 방법은 USB WiFi 동글(저렴함)을 구입하는 것입니다. USB WiFi 동글은 모두 대부분의 Linux 배포판에서 즉시 인식되고 설치되어 인터넷을 다시 검색할 수 있는 것처럼 보입니다.

관련 정보