Page 11 of 37 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 368

Thread: Really slow wireless internet on ubuntu 11.10

  1. #101
    Join Date
    Mar 2008
    Beans
    157
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Really slow wireless internet on ubuntu 11.10

    Quote Originally Posted by Martian1567 View Post
    I've tried the above steps of disabling IPV6. For some reason, my Ubuntu 11.10 Wireless is still slower than Dial-up. This issue is driving me nuts. I appreciate your support.
    have you tried using the 2.6 kernel?

  2. #102
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi xchecker, let's do it this way since it is not working the other way.
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    (this will create or edit a configuration file that will override the default powermanagement behavior) and enter the following:
    Code:
    #!/bin/sh
    
    /sbin/iwconfig wlan0 power off
    Save, exit gedit and reboot.
    Thanks

  3. #103
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi and1script, yes it is hardware dependent, so please post the output of:
    Code:
    cat /etc/lsb-release; uname -a
    lspci -nnk | grep -iA2 net
    iwconfig
    rfkill list all
    lsmod
    lsusb
    by clicking on new reply and click # and paste the information between the brackets.
    Thank you

  4. #104
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi Martian1567, please do what I said in post 103.
    Thanks

  5. #105
    Join Date
    Jan 2012
    Beans
    4

    Re: Really slow wireless internet on ubuntu 11.10

    Hey wildmanne39 this is what I got when I run the following commands:

    cat /etc/lsb-release; uname -a
    Code:
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.10
    DISTRIB_CODENAME=oneiric
    DISTRIB_DESCRIPTION="Ubuntu 11.10"
    Linux andres-Ubuntu 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

    lspci -nnk | grep -iA2 net
    Code:
    03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [8086:008a] (rev 34)
    	Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN [8086:5325]
    	Kernel driver in use: iwlagn
    --
    06:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
    	Subsystem: Dell Device [1028:04b6]
    	Kernel driver in use: r8169

    iwconfig
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:"CIA-3"  
              Mode:Managed  Frequency:2.412 GHz  Access Point: 1C:7E:E5:35:E7:98   
              Bit Rate=65 Mb/s   Tx-Power=15 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=57/70  Signal level=-53 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:8226  Invalid misc:275   Missed beacon:0

    rfkill list all
    Code:
    1: dell-wifi: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    2: dell-bluetooth: Bluetooth
    	Soft blocked: no
    	Hard blocked: no
    3: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    10: hci0: Bluetooth
    	Soft blocked: no
    	Hard blocked: no

    lsmod
    Code:
    Module                  Size  Used by
    nls_iso8859_1          12713  0 
    nls_cp437              16991  0 
    vfat                   17585  0 
    fat                    61475  1 vfat
    usb_storage            57901  0 
    uas                    18027  0 
    acpi_call              12623  0 
    bnep                   18436  2 
    rfcomm                 47946  8 
    parport_pc             36962  0 
    ppdev                  17113  0 
    snd_hda_codec_hdmi     32040  1 
    snd_hda_codec_realtek   330769  1 
    joydev                 17693  0 
    binfmt_misc            17540  1 
    arc4                   12529  2 
    snd_hda_intel          33390  3 
    snd_hda_codec         104802  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13668  1 snd_hda_codec
    snd_pcm                96714  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi           13324  0 
    snd_rawmidi            30547  1 snd_seq_midi
    dell_wmi               12681  0 
    sparse_keymap          13890  1 dell_wmi
    snd_seq_midi_event     14899  1 snd_seq_midi
    uvcvideo               72711  0 
    videodev               92992  1 uvcvideo
    v4l2_compat_ioctl32    17083  1 videodev
    snd_seq                61896  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              29991  2 snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    dell_laptop            13831  0 
    dcdbas                 14490  1 dell_laptop
    snd                    68266  15 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    btusb                  18600  2 
    bluetooth             166112  23 bnep,rfcomm,btusb
    iwlagn                314213  0 
    psmouse                73882  0 
    serio_raw              13166  0 
    mei                    41480  0 
    mac80211              462092  1 iwlagn
    soundcore              12680  1 snd
    i915                  566827  3 
    cfg80211              199587  2 iwlagn,mac80211
    drm_kms_helper         42558  1 i915
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    drm                   236290  4 i915,drm_kms_helper
    i2c_algo_bit           13423  1 i915
    wmi                    19256  1 dell_wmi
    video                  19412  1 i915
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    ahci                   26002  3 
    libahci                26861  1 ahci
    r8169                  52788  0 
    xhci_hcd               82820  0

    lsusb
    Code:
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 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 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 003: ID 0408:2fb1 Quanta Computer, Inc. 
    Bus 002 Device 003: ID 8086:0189 Intel Corp.
    thanks

  6. #106
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi and1script, please try:
    Code:
    sudo ifconfig wlan0 down
    sudo rmmod -f iwlagn
    sudo modprobe iwlagn 11n_disable=1
    sudo ifconfig wlan0 up
    if it helps we will need to make it permanent.
    Thanks

  7. #107
    Join Date
    Jan 2012
    Beans
    5

    Re: Really slow wireless internet on ubuntu 11.10

    cat /etc/lsb-release; uname -a:
    Code:
     DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.10
    DISTRIB_CODENAME=oneiric
    DISTRIB_DESCRIPTION="Ubuntu 11.10"
    Linux Luke-PC 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    lspci -nnk | grep -iA2 net:
    Code:
     00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 05)
        Subsystem: Intel Corporation Device [8086:201b]
        Kernel driver in use: e1000e
    iwconfig:
    Code:
     lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:"phillies2011"  Nickname:"rtl_wifi"
              Mode:Managed  Frequency:2.432 GHz  Access Point: 00:18:E7:E5:F6:9C   
              Bit Rate:300 Mb/s   Sensitivity:0/0  
              Retry:off   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=99/100  Signal level=61/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
    rfkill list all:
    Code:
     0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
    lsmod:
    Code:
     Module                  Size  Used by
    bnep                   18436  2 
    rfcomm                 47946  8 
    parport_pc             36962  0 
    ppdev                  17113  0 
    vesafb                 13809  1 
    binfmt_misc            17540  1 
    r8712u                189049  0 
    joydev                 17693  0 
    snd_hda_codec_hdmi     32040  4 
    nvidia              11713772  40 
    snd_hda_codec_realtek   330769  1 
    snd_hda_intel          33390  6 
    snd_hda_codec         104802  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    btusb                  18600  2 
    snd_seq_midi           13324  0 
    snd_hwdep              13668  1 snd_hda_codec
    snd_pcm                96714  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_rawmidi            30547  1 snd_seq_midi
    bluetooth             166112  23 bnep,rfcomm,btusb
    psmouse                73882  0 
    snd_seq_midi_event     14899  1 snd_seq_midi
    snd_seq                61896  2 snd_seq_midi,snd_seq_midi_event
    snd_timer              29991  3 snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    snd                    68266  20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    serio_raw              13166  0 
    mei                    41480  0 
    soundcore              12680  1 snd
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    shpchp                 37345  0 
    lp                     17799  0 
    parport                46562  3 parport_pc,ppdev,lp
    usbhid                 47198  0 
    hid                    95463  1 usbhid
    usb_storage            57901  1 
    uas                    18027  0 
    xhci_hcd               82820  0 
    firewire_ohci          40722  0 
    firewire_core          63626  1 firewire_ohci
    crc_itu_t              12707  1 firewire_core
    ahci                   26002  2 
    libahci                26861  1 ahci
    e1000e                160582  0
    lsusb:
    Code:
     
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 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 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 004 Device 002: ID 0bc2:50a1 Seagate RSS LLC 
    Bus 001 Device 003: ID 045e:0768 Microsoft Corp. 
    Bus 001 Device 004: ID 06a3:0cc3 Saitek PLC 
    Bus 001 Device 005: ID 07d1:3300 D-Link System DWA-130 802.11n Wireless N Adapter(rev.E) [Realtek RTL8192SU]
    Bus 002 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    Bus 002 Device 004: ID 058f:6377 Alcor Micro Corp. Multimedia Card Reader
    Bus 002 Device 006: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
    Bus 002 Device 007: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
    Bus 002 Device 008: ID 0a5c:2154 Broadcom Corp.

  8. #108
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi Martian1567, please see if this helps:
    Code:
    echo "net.ipv6.conf.all.disable_ipv6=1" | sudo tee -a /etc/sysctl.conf
    reboot.
    Thanks

  9. #109
    Join Date
    Jul 2008
    Beans
    58

    Re: Really slow wireless internet on ubuntu 11.10

    Wildman -

    OK, we're getting closer. I created the configuration file you suggested and rebooted. Now it takes 15-20 seconds to load a page rather than several minutes. Still slow, but much improved. Can we do better?

    I really appreciate your efforts here.

    Update - Well, maybe not as improved as I thought. The first time it loads a page it takes maybe 30 secs, but then after that it's taking several minutes again to reload or to follow a link at the same site. Definitely frustrating.
    Last edited by xchecker; January 6th, 2012 at 03:44 AM.

  10. #110
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Really slow wireless internet on ubuntu 11.10

    Hi xchecker, in post 89 in the screenshot I gave you it showed dns server set manually to several 8's did you change that also to match mine?
    Thanks

Page 11 of 37 FirstFirst ... 91011121321 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •