Find the answer to your Linux question:
Results 1 to 6 of 6
Incredibly slow this morning, timing out at most sites. Other symptoms on other days - constantly asking for my wireless key, losing connection completely from time to time. ****N.B. This ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    45

    Haphazard wireless internet

    Incredibly slow this morning, timing out at most sites. Other symptoms on other days - constantly asking for my wireless key, losing connection completely from time to time.

    ****N.B. This thread relates to a different machine to that in my other recent thread****
    Running 10.10 2.6.35-22-generic

    dmesg | grep firmware - this returned nothing.
    Other files attached.
    Attached Files Attached Files

  2. #2
    Just Joined!
    Join Date
    Oct 2007
    Posts
    45
    Remaining files - as you can see I had to split dmesg.txt because it was too large.
    Attached Files Attached Files

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    45
    This problem affects 2 machines here, both wirelessly connected to a 3rd machine which has the wired connection to the internet. Both of these machines have dual boot setups : the main machine with Vista/Ubuntu 10.10 and the spare with Windows 7/Ubuntu 10.10. On both machines the wireless works fine on Windows but not on Linux.

    Typically the wireless connection succeeds immediately on both machines (when running Linux) but it fails after 10 minutes or so and cannot then be recovered. When it does work the connection can, but not always, be incredibly slow at downloading pages.

    NB. The technical data shown in the first 2 posts of this thread refer to my spare machine (the Windows 7/Ubuntu 10.10 one).

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I saw this.
    [ 11.215905] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
    But you're also using several different modules, which I think could be interfering with each other. You might try blacklisting the rt2500 and see if that helps.
    aes_i586 7280 1
    aes_generic 26875 1 aes_i586
    binfmt_misc 6599 1
    rt2870sta 405890 0
    snd_intel8x0 25632 2
    snd_ac97_codec 99227 1 snd_intel8x0
    ac97_bus 1014 1 snd_ac97_codec
    arc4 1165 4
    nouveau 516971 2
    snd_pcm 71475 2 snd_intel8x0,snd_ac97_codec
    rt2800usb 8367 0
    snd_seq_midi 4588 0
    rt2800lib 28897 1 rt2800usb
    rt2x00usb 9779 2 rt2800usb,rt2800lib
    snd_rawmidi 17783 1 snd_seq_midi
    rt2500pci 13731 0
    rt2x00pci 6029 1 rt2500pci
    ttm 56633 1 nouveau
    snd_seq_midi_event 6047 1 snd_seq_midi
    snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event
    rt2x00lib 27275 4 rt2800lib,rt2x00usb,rt2500pci,rt2x00pci
    led_class 2633 1 rt2x00lib
    drm_kms_helper 30200 1 nouveau
    snd_timer 19067 2 snd_pcm,snd_seq
    mac80211 231541 3 rt2x00usb,rt2x00pci,rt2x00lib
    snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq
    drm 168054 4 nouveau,ttm,drm_kms_helper
    ppdev 5556 0
    cfg80211 144470 2 rt2x00lib,mac80211
    crc_ccitt 1351 2 rt2870sta,rt2800usb
    psmouse 59033 0
    snd 49006 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
    parport_pc 26058 1
    eeprom_93cx6 1345 1 rt2500pci
    serio_raw 4022 0
    agpgart 32011 2 ttm,drm
    soundcore 880 1 snd
    k8temp 3132 0
    i2c_algo_bit 5168 1 nouveau
    snd_page_alloc 7120 2 snd_intel8x0,snd_pcm
    i2c_nforce2 5179 0
    lp 7342 0
    parport 31492 3 ppdev,parport_pc,lp
    usbhid 36882 0
    hid 67742 1 usbhid
    firewire_ohci 21106 0
    pata_amd 8746 0
    firewire_core 46643 1 firewire_ohci
    crc_itu_t 1383 1 firewire_core
    sata_nv 19420 2
    forcedeth 49433 0
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Oct 2007
    Posts
    45
    Thanks, Mike, but I haven't got a clue about any of this. I don't know what these modules are or how to blacklist them. Is there anywhere I can read up about this?

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Add them to /etc/modprobe.d/blacklist
    Code:
    kdesu kwrite /etc/modprobe.d/blacklist
    Add the modules by name.
    Code:
    blacklist rt2500pci
    blacklist rt2x00pci
    ##added by Paul Orton, for testing.
    Save and Reboot, if this makes things better, your good to go. If it does nothing, well we tried.

    See this link.
    Howto – Blacklisting Modules in Kubuntu… Linux Free Trade Zone
    This is for Kubuntu but it should still work.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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