Distro is Lubuntu 12.10 and Hardware Info Report lists wireless device as rtl8187, running on RTL8187/RTL8187B USB wireless driver.
Modem is 2wire 2701hgv-e.
Internet seems to disconnect at random and tends to get really slow + laggy at times. I've no idea what the cause is. Under Windows, I may or may not have encountered the same issue but I was unable to find the cause.
Please go easy on me since I've only started using Lubuntu for a few days, with some scratchy knowledge of Linux commands from a few years ago. To put it, I'm just trying out random commands from threads and sites. Now, I've no idea where to go next or what the issue is. :(
ifconfig
Quote:
eth0 Link encap:Ethernet HWaddr 00:26:6c:6b:4c:fd
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:43 Base address:0xa000
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:16436 Metric:1
RX packets:6951 errors:0 dropped:0 overruns:0 frame:0
TX packets:6951 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:809399 (809.3 KB) TX bytes:809399 (809.3 KB)
wlan0 Link encap:Ethernet HWaddr b4:82:fe:6d:ce:94
inet addr:192.168.1.80 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::b682:feff:fe6d:ce94/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:189486 errors:0 dropped:0 overruns:0 frame:0
TX packets:132199 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:200990198 (200.9 MB) TX bytes:18537645 (18.5 MB)
|
sudo service networking restart did nothing to resolve the issue.
sudo ethtool lo; sudo ethtool wlan0:
Quote:
Settings for lo:
Link detected: yes
Settings for wlan0:
Link detected: yes
|
iwconfig
Quote:
lo no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"SotongKia"
Mode:Managed Frequency:2.462 GHz Access Point: 34:EF:44:53:05:19
Bit Rate=11 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=51/70 Signal level=-59 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:7815 Invalid misc:3012 Missed beacon:0
eth0 no wireless extensions.
|
sudo lshw -c network
Quote:
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 02
serial: 00:26:6c:6b:4c:fd
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=N/A latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:43 ioport:2000(size=256) memory:90410000-90410fff memory:90400000-9040ffff memory:90420000-9043ffff
*-network
description: Wireless interface
physical id: 2
bus info: usb@2:6
logical name: wlan0
serial: b4:82:fe:6d:ce:94
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8187 driverversion=3.2.0-26-generic firmware=N/A ip=192.168.1.80 link=yes multicast=yes wireless=IEEE 802.11bg
|
Okay, I've read that it is possible the packets are dropping at the NIC level. And from the below link: Increase the size of the ethernet device ring buffer. Is this a good solution to try? I'm too much of a newbie to know how to fix the system if I break it by mistake.
http://linux-troubleshooting.blogspo...-in-linux.html
sudo ethtool -g wlan0
Quote:
Ring parameters for wlan0:
Pre-set maximums:
RX: 0
RX Mini: 0
RX Jumbo: 0
TX: 0
Current hardware settings:
RX: 0
RX Mini: 0
RX Jumbo: 0
TX: 0
|
Thanks everyone for reading! =)