internet wifi po pewnym czasie gubi po

Masz problemy z siecią bądź internetem? Zapytaj tu
orzechus
Posty: 73
Rejestracja: 13 czerwca 2013, 20:00

internet wifi po pewnym czasie gubi połączenie

Post autor: orzechus »

Mam nowo zainstalowanego Debiana Jessie z Xfce. Problem polega na tym, że załaduje się parę stron w przeglądarce i koniec, brak internetu. W konsoli też stoi. Przeglądałem trochę internetu żeby to naprawić, ale nie udało mi się. Proszę o pomoc. Oto garść informacji.

uname -a

Kod: Zaznacz cały

Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux
dpkg --print-architecture

Kod: Zaznacz cały

amd64
lspci -k

Kod: Zaznacz cały

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
    Subsystem: Gigabyte Technology Co., Ltd Device 5000
    Kernel driver in use: hsw_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    Kernel driver in use: pcieport
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device 5007
    Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Gigabyte Technology Co., Ltd Device 1c3a
    Kernel driver in use: mei_me
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device 5006
    Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device a002
    Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
    Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device 5006
    Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation B85 Express LPC Controller (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device 5001
    Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device b005
    Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    Subsystem: Gigabyte Technology Co., Ltd Device 5001
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 8a9b
    Kernel driver in use: nvidia
01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 8a9b
    Kernel driver in use: snd_hda_intel
04:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
ifconfig -a

Kod: Zaznacz cały

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:951 errors:0 dropped:0 overruns:0 frame:0
          TX packets:951 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:98686 (96.3 KiB)  TX bytes:98686 (96.3 KiB)

wlan0     Link encap:Ethernet  HWaddr 24:3c:20:0b:21:55  
          inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::263c:20ff:fe0b:2155/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1628 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2038 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:728314 (711.2 KiB)  TX bytes:346920 (338.7 KiB)
iwconfig

Kod: Zaznacz cały

wlan0     IEEE 802.11bgn  ESSID:"neostrada_c64d"  
          Mode:Managed  Frequency:2.457 GHz  Access Point: 00:1E:37:0F:51:42   
          Bit Rate=1 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr :o ff
          Encryption key :o ff
          Power Management :o ff
          Link Quality=54/70  Signal level=-56 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:6   Missed beacon:0

lo        no wireless extensions.
nano /etc/resolv.conf

Kod: Zaznacz cały

# Generated by NetworkManager
nameserver 192.168.1.1
nano /etc/network/interfaces

Kod: Zaznacz cały

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

ODPOWIEDZ