1

I have this ralink 3290 wifi. it s not working well. I did the first reinstallation and had it working on the fly. now by rebooting wifi dies or is not alive at anyway.

here is some outputs

abcdef@abcdef-HP-Pavilion-17-Notebook-PC:~/Downloads$ lspci | grep Network
02:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
abcdef@abcdef-HP-Pavilion-17-Notebook-PC:~/Downloads$ 
abcdef@abcdef-HP-Pavilion-17-Notebook-PC:~/Downloads$ sudo lshw -C network
  *-network UNCLAIMED     
       description: Network controller
       product: RT3290 Wireless 802.11n 1T/1R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f0210000-f021ffff
  *-network
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eno1
       version: 07
       serial: a0:d3:c1:63:0d:0d
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.105 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:31 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff memory:f0010000-f001ffff
abcdef@abcdef-HP-Pavilion-17-Notebook-PC:~/Downloads$ 

anybody to help me activate this correctly ? thank you by advance.

heynnema
  • 70,711
JFab
  • 11

1 Answers1

0

I am using asus X450cc and my wifi card it rt3290. This is what worked for me

I downloaded the rt3290 Driver from here, extracted it and entered the directory and ran

sudo ./run.sh

This requires a working ethernet connection.

Then I also tried How to install wifi driver Ralink RT3290 and How do I get an RT3290 wireless card to work?

Then I tried:

rfkill unblock all

I also tried:

sudo apt-get update
sudo apt-get install firmware-b43-installer b43-fwcutter
sudo reboot

Finally I tried:

sudo ifconfig enp3s0f0 up  #(here this is my logical name of wifi change it to your wifi name)
sudo pm-suspend

Now my wifi is working, although I still have a tiny problem; every time I boot into Ubuntu I need to suspend and resume, only then does my wifi work.