Меню Рубрики

Ralink linux driver rt2860

Ralink linux driver rt2860

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio

Latest commit

Git stats

Files

Failed to load latest commit information.

README.markdown

Install the RT2860 driver from source. For Asus EEE + Ubuntu.

The ASUS EEE 1000h netbook (and similar hardware) ships with a wireless card not completely supported by Ubuntu 10.04 (and later). The Ralink driver is open source, and can be used with slight modification.

This script automates driver download, patch, and installation — including the compilation step, which must be run with each kernel upgrade.

Written and tested on the ASUS EEE 1000h netbook + Ubuntu 10.04.

If you experience success (or problems), add your system info to the wiki’s compatibility page.

Default Install (No network access)

These instructions are intended to help you install the RT2860 driver on a system without reliable network access:

Download the latest release archive from a computer with network access.

Copy the archive install-rt2860-latest.tar.gz to a USB drive (or other media).

Transfer the archive from USB to the system with the RT2860 hardware.

Extract the archive. In the terminal:

Change into the new directory. For version 0.0.1:

Run the install script with sudo. It may take a few minutes to compile:

That’s it! The driver should now be installed.

Alternative Install (With network access)

The driver can also be installed with the following command:

This will clone the latest version of this repo and run the install script.

The install script will fetch the Ralink sources (if not present), and then patch, compile, and install the driver.

The install script has a few options:

Note that the script should be run with sudo: sudo ./install.sh .

The —debug option prints each executed shell command, helpful to spot if anything goes wrong.

The —quick option skips the compilation step, helpful if the sources are already compiled.

If you’ve spotted a bug or found a way to support more use cases (i.e., hardware or distro releases), feel free to open an issue or pull request.

About

Install Ralink RT2860 wireless driver from source. For Asus EEE + Ubuntu.

Источник

Wifi драйвер Ralink RT2860 и RT3290 v.5.0.46.0 Windows 7, 8, 8.1

Подробнее о пакете драйверов:

WiFi Ralink RT2860 RT3290. Характеристики драйвера

Драйвер WIFI карты Ralink RT2860 и RT3290 для Windows 7, Windows 8, Windows 8.1. Установка возможна как в ручном режиме, так и в автоматическом.

Важно!
На некоторых ноутбуках возможно подключение к wifi роутеру на скорости 54 мбит/сек. Чтобы переключить сетевой адаптер в режим «N» (75 мбит/сек, 150 мбит/сек) необходимо зайти в реестр Windows. Для этого нажать «ПУСК» и в поле «Найти программы и файлы» ввести команду «regedit» и нажать enter.

Далее по пути (Ветка реестра): [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlClass<4d36e972-e325-11ce-bfc1-08002be10318>011] найти значение: WirelessMode

По умолчанию выставлен параметр «3», который, в свою очередь означает работу по протоколам «a,b,g».
Необходимо изменить значение на «7» — адаптер должен работать с протоколами «g,n».

Внимание! Перед установкой драйвера WiFi Ralink RT2860 RT3290 рекомендутся удалить её старую версию. Удаление драйвера особенно необходимо — при замене оборудования или перед установкой новых версий драйверов для видеокарт. Узнать об этом подробнее можно в разделе FAQ.

Файлы для скачивания (информация)

Рейтинг: 2.0/5 ( Проголосовало: 20 чел.)

Источник

Ralink RT2860 Drivers Download

Download the latest Ralink RT2860 driver for your computer’s operating system. All downloads available on this website have been scanned by the latest anti-virus software and are guaranteed to be virus and malware-free.

Find All Ralink RT2860 Drivers

Browse the list below to find the driver that meets your needs. To see more matches, use our custom search engine to find the exact driver.

Tech Tip: If you are having trouble deciding which is the right driver, try the Driver Update Utility for Ralink RT2860. It is a software utility that will find the right driver for you — automatically.

DriverGuide maintains an extensive archive of Windows drivers available for free download. We employ a team from around the world. They add hundreds of new drivers to our site every day.

Having trouble finding the right driver? Try the Automatic Driver Update Utility, or you can request a driver and we will find it for you.

Источник

Building RaLink RT2860 WiFi Network driver (kernel 3.0.4 x64)

I have a problem to build the rt2860 wifi driver. Its the first time i have to do this. I downloaded the driver from the RaLink website, modified it and then i ran make as root.

This error message makes me assume, that there should be a makefile with a target named ‘modules’. The build folder is absolutely empty. what to do now? Should i get the specific kernel sources and place them into /lib/modules/3.x.x/build/?

I also downloaded the firmware files and my distri. is Crux.

2 Answers 2

There rt2xx-based devices are already supported in the mainline kernel quite well, so there’s no need to download anything from the RaLink website. The kernel module for the RT2860 is «rt2800pci».

You can either run menuconfig, select this driver as a module and rebuild OR you can use the compat-wireless package.

EDIT: You will also need the firmware for it (rt2860.bin). You can get it from the firmware-ralink Debian package.

I’m using debian-sid on a eeepc1000 that has a ralink as well.

when i was on the 2.6 kernels, i had to add all in-kernel drivers for ralink to the blacklist, and compile that.

when i upgraded to kernel 3.2 it was a mess. i had some new module in the kernel that was not affected by the blacklist somewhat working with the card. my AP got only 10% signal or so, and it was messy.

after upgrading the debian package (from linux-image-3.2.0-3 to 3.2.0-4) the support was completely gone.

i got it back by removing the blacklist. the modules i’m using now are rt2x00pci,rt2800lib,rt2800pci

so, if you compiled the drivers on 2.6 and added the blacklists. simply remove the blacklists and ignore whatever you had compiled (the STA drivers. they will not even be probed if the ones in the kernel work for you. but if they are being probed, add the STA ones to the blacklist)

I honestely do not know hows the support on 3.0, but on 3.2 it’s as good as it was on 2.6 with the ra drivers.

Источник

Ralink linux driver rt2860

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO updated to work with Linux kernel 3.8 and above. Tested with Ubuntu 14.04

sudo apt-get update

sudo apt-get install git linux-headers-generic linux-headers-$(uname -r) build-essential dkms fakeroot

sudo nano /etc/modprobe.d/blacklist.conf

Add the following lines:

  • blacklist rt2800pci
  • blacklist rt2800lib
  • blacklist rt2x00usb
  • blacklist rt2x00pci
  • blacklist rt2x00lib
  • blacklist rt2860sta
  • blacklist rt3090sta

To save and exit, press Ctrl-X, Y, Enter

sudo nano /etc/modules

Add the following line:

To save and exit, press Ctrl-X, Y, Enter

Now restart the computer, or alternatively:

  • sudo depmod -a
  • sudo modprobe -rfv rt2800pci
  • sudo modprobe -v rt5390sta

How to update the driver after a Linux kernel upgrade

To update the driver (or «recompile it for your current kernel», to be exact), run the shellscript included here, named «update-driver-after-kernel-upgrade».

If you were in your home directory (that’s the default when you open a terminal) when you issued the «git clone» command above, then you can enter the following code in your terminal:

About

2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO updated to work with Linux kernel 3.8 and above. Tested with Ubuntu 14.04 and 16.04

Источник

compizomania

Азбука в Linux для начинающих и не только. Я знаю только то, что ничего не знаю, но другие не знают и этого. Сократ

Страницы

23 февраля 2012

Как установить драйверы для Ralink Wireless Network устройства в Ubuntu 11.10


Если вы не нашли драйвер для устройства беспроводной сети Ralink в Ubuntu, то эта инструкция может быть полезна для вас. Я постараюсь помочь вам установить драйверы для следующих поддерживаемых адаптеров беспроводной сети:

  • RT3090
  • RT3092
  • RT3390
  • RT5390
  • RT5392

В Ubuntu 11.10 или более старой версии, откройте терминал, установите репозиторий и пакет DKMS следующими командами:

Затем отредактируйте файл /etc/modprobe.d/blacklist.conf с помощью команды:

Когда откроется редактор, в конце файла добавьте следующие строки:

# Blacklist conflicting kernel modules
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2860sta
blacklist rt3090sta

Должно получиться как на снимке:

Сохраните и закройте редактор , а затем перезагрузите компьютер. Теперь вы можете протестировать беспроводной сетевой адаптер.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Операционная система mac os краткое описание
  • Операционная система mac os x возможности и применение
  • Оперативная система mac os
  • Опера для os mac
  • Однопользовательский режим mac os