Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Wireless Woes 11.10

  1. #11
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless Woes 11.10

    Did you blacklist rt2800pci? Reboot after that.

  2. #12
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Re: Wireless Woes 11.10

    I do not understand?

    Quote Originally Posted by praseodym View Post
    Did you blacklist rt2800pci? Reboot after that.
    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

  3. #13
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless Woes 11.10

    Code:
    echo "blacklist rt2800pci" | sudo tee /etc/modprobe.d/blacklist-rt2800pci.conf

  4. #14
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Re: Wireless Woes 11.10

    Ah, sorry, not paying attention. Have to enter code line by line not contiguously. Stupid, stupid...

    I get this error:

    Code:
    fleamour@ASRock:~$ wget http://media.cdn.ubuntu-de.org/forum/attachments/2739482/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.
    --2011-12-05 22:07:27--  http://media.cdn.ubuntu-de.org/forum/attachments/2739482/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.
    Resolving media.cdn.ubuntu-de.org... 213.95.41.13
    Connecting to media.cdn.ubuntu-de.org|213.95.41.13|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-12-05 22:07:27 ERROR 404: Not Found.
    I guess address wrong or syntax error?
    Last edited by fleamour; December 5th, 2011 at 11:12 PM.
    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

  5. #15
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless Woes 11.10

    Its a "tar.gz" file:

    Code:
    wget http://media.cdn.ubuntu-de.org/forum/attachments/2739482/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.gz

  6. #16
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Talking Re: Wireless Woes 11.10

    Yeh, I did not enter whole line of code. I was being stooooopiiid, again...

    The code needed entering in whole & in the right order without forgetting what you just entered. But suffice to say, you iz like a walking talking genius, or something! I now proudly type this over the magic of wireless, oh yes!

    To recap, thanks to your ninja like CLI skillz, installing this driver solved it for me:

    Code:
    sudo apt-get install --reinstall linux-headers-$(uname -r) build-essential linux-firmware
    wget http://media.cdn.ubuntu-de.org/forum/attachments/2739482/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.gz
    tar xvf DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared.tar.gz
    cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared
    sudo make
    sudo make install 
    echo "blacklist rt2800pci" | sudo tee /etc/modprobe.d/blacklist-rt2800pci.conf
    Gotta lurve Linux!
    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

  7. #17
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless Woes 11.10



    Please show

    Code:
    uname -a
    You should install the metapackage of the kernel-headers (e.g. linux-headers-generic, -generic-pae, whatever kernel is in use). Dont remove the driver folder, after a kernel upgrade the driver needs to be installed again via:

    Code:
    cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217_prepared
    sudo make clean
    sudo make
    sudo make uninstall
    sudo make install

  8. #18
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Re: Wireless Woes 11.10

    Code:
    fleamour@ASRock:~$ uname -a
    Linux ASRock 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 i686 i386 GNU/Linux
    So this is a non standard driver? I guess it's not in the kernel then, hence reinstall each kernel upgrade? OK must make a note.
    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

  9. #19
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,977
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless Woes 11.10

    No, its non-standard. Install

    Code:
    sudo apt-get install linux-headers-generic
    and you're done with those other 5 command lines.

  10. #20
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wireless Woes 11.10

    OK. Thanks for your help.

    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

Page 2 of 4 FirstFirst 1234 LastLast

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
  •