Rt3290 driver for linux

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Improves connectivity strength and therefore speed on your ralink rt3290 model version.

Borwe/rt3290-linux-drivers

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

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 Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

The RT3290 WI-FI drivers for linux

Tested on Ubuntu 18.04.2 LTS running on Kernel 5.0.x, it compiles and improves performance of wi-fi signal greatly on this card.

I made this version seeing that almost nobody cared about this card, not even the original vendor Ralink which turned to Mediatek, who just care about the Windows version, and the version that comes with linux kernel out of the box has weak wifi strength as it’s more generic and using the drivers of rt2800pci.

Needs the dkms package from the distro repos or manually compiled. Can be gotten in Ubuntu derivatives by simply doing:

1. $: git clone https://github.com/Borwe/rt3290-linux-drivers.git 2. $: sudo cp -r rt3290sta-2.6.0.0/ /usr/src/ 3. $: sudo dkms install -m rt3290sta -v 2.6.0.0 --force 4. $: sudo reboot
1. $: sudo dkms remove rt3290sta/2.6.0.0 --all 2. $: sudo reboot

After installation, and reboot, you might see there is no wifi, but it’s just that the interface is put down on boot, you can make it auto start on start up yourself or run:

Читайте также:  Linux symbolic link to file

Here eno1 being the driver interface of the Ralink card that would be seen with a simple iwconfig

About

Improves connectivity strength and therefore speed on your ralink rt3290 model version.

Источник

Step 1: Download the Ralink rt3290 bluetooth Driver Package Now the first step is to download the ralink rt3290 bluetooth Linux driver (rtbth-dkms) package. Download this driver file from below link:

Please Note: The current deb package of Ralink rt3290 bluetooth is only available for x64 based distribution for 32bit distors you need to manually compile the bluetooth package for more please follow this link.

Step 2: Install Ralink rt3290 bluetooth Driver After you have downloaded driver file, the next step is to install the driver package, Although you can install driver package via command line but we recommend Gdebi as it can install any debian package within seconds. If you don’t have Gdebi installer then please install it via Software center or just open terminal by pressing Ctrl+Alt+T and type the below code:

sudo apt-get install Gdebi

Press Enter and when the installation succeed, Open the rtbth-dkms.deb file via Gdebi install and install the package.

Step 3: Run the Ralink rt3290 bluetooth module (rtbth) As you have completed above steps, now just after the installation finish, the next step is to check the bluetooth module- by typing below cmd in terminal:

Soon as you launch this command you will get message “init complete” this indicates that your module have been successfully loaded. If the terminal doesn’t gives you any output then its advisable to please check your bluetooth area whether the ubuntu detects bluetooth or not. (If it doesn’t then read the below steps)

If the first command doesn’t works then toogle your WiFi switch on off and again type:

And, Press Enter, You will see your Wireless or Bluetooth light which indicates your rt3290 bluetooth activated and you can now use your bluetooth adapter.

Step 4: Auto-Load Ralink rt3290 (rtbth) module at startup Now, the final step is to auto load the rtbth module at startup which prevents you from activating module at every boot. For that you need to add the module in modules.conf file.

Читайте также:  Эмулятор sega mega drive linux

All you have to do is to find Kernel module file and its Located in /etc/modules-load.d/modules.conf

You can manually Browse this file in Nautilus or any other file manager. All you have to do is to run File Manager in Terminal by typing the command:

But if find this difficult then type in terminal:

sudo gedit /etc/modules-load.d/modules.conf

It will open the notepad file of modules.conf and after that enter rtbth at end of file.

Just click on save and restart your PC and see if the modules load automatically.

Источник

I have found that there is a large community suffering from the problems with the WiFi-Bluetooth card Ralink RT-3290. It has been a problem since 2012-2013. None of the solutions I’ve found is simple, effective and durable. I managed, with great effort, some results. But when there is a kernel update, the problems return. Can anyone provide a simple , effective and lasting solution?
Is there a project from Ubuntu’s developers to attack the problem?

The kernel developers weren’t getting any help from the manufacturer in this case and there is a special interface involved if I remember correctly

Thank you. I know that there is no help from the manufacturer. And the bugs are reported for a long time. Internet is full of refrencias and PPA to this particular problem with Ralink RT3290. I’ve tried everything. The rbth-dkms driver (with modifications and after hard work) does work (not perfectly) at least in kernel versions lower than 3.15. In that case, one skilled enough to adapt it to make it work adjusting to the new BT kernel API. My knowledge is not enough. So I am surprised that some expert community has not found an effective packaged solution. Because it is a widespread problem.

4 Answers 4

Generally, the answer above is a steps in a correct direction. There are only two steps missing.

Step-by-step solution Open new terminal ( Ctrl + Alt + T ) and type as follows:

 sudo apt install git mkdir ~/tmp cd ~/tmp git clone https://github.com/alinefr/rtbth.git cd rtbth make sudo make install sudo cp -r ~/rtbth /usr/src/rtbth-3.9.3 sudo dkms install rtbth/3.9.3 sudo nano /etc/modules 

Add rtbth to the end of the file, then Ctrl + o and ENTER (to save the file) and Ctrl + X to close the editor

Then reboot and the new driver will be loaded.

This one worked for me to get the Bluetooth to be active and find devices, however, I didn’t succeeded to pair my Jabra play clipper with it, but that might be due to the Jabra device problems.

Читайте также:  Linux mint настройка меню пуск

Anyway, you can try it out and share your progress with us

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

pkeeper / rt3290sta Public archive

Forked driver for Ralink RT3290 Wi-Fi adapter for Linux Kernel => 3.11

pkeeper/rt3290sta

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

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 Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Forked driver for Ralink RT3290 Wi-Fi adapter for Linux Kernel => 3.11

While not fully stable, it works much better than rt2800pci kernel driver. If it stops to work, reload the driver. Bluetooth is not working. You need to recompile driver on every kernel update (or you could make DKMS from it and send me a patch).

comand for that (it will ask your user password to apply changes to system) : git clone https://github.com/pkeeper/rt3290sta.git && cd rt3290sta && make && sudo make install && sudo modprobe -r rt2800pci && sudo modprobe rt3290sta

Now you need to make it load on startup. Blacklist the «rt2800pci» driver in /etc/modprobe.d/blacklist.conf and add «rt3290sta» to /etc/modules.

cd to a driver directory, run make clean && make && sudo make install && modprobe rt3290sta

If someone could debug it and make patches, it could be pretty cool 🙂

About

Forked driver for Ralink RT3290 Wi-Fi adapter for Linux Kernel => 3.11

Источник

Оцените статью
Adblock
detector