tl;dr -- WiFi works but very slow, whereas Ethernet works fine. Multiple troubleshooters did not help, and I'm not sure about the driver I need
Long time reader, first time writer, and generally new to Linux Mint. I have a relatively fresh install of Linux Mint 17.2 Cinnamon Refaela, and the WiFi used to work fine, but now it doesn't.
Options considered and eliminated:
- not router as other devices work fine
- not Internet connection as a cable connection is very fast (240mb/s vs. 0.3 mb/s with WiFi).
- system is fully updated
I have read several guides on the subject (eg. https://goo.gl/jiQNhc) but at the moment I'm a bit confused in regards to my physical WiFi card: on the one hand HP says that my model, 4720s, has Atheros 9285 (http://h20564.www2.hp.com/hpsc/doc/publ ... -c02057767) but on the other hand some reviews (eg. http://www.notebookreview.com/notebookr ... 0s-review/) says I have the RALINK 3090. Running some commands on terminal say the same, but I consider the possibility that I just got the wrong drivers (not sure how). My BIOS isn''t being too helpful...
So my first question would be: how do I know what card I actually have?
inxi -Fxx says:
Code: Select all
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: 2000 bus-ID: 45:00.0 chip-ID: 10ec:8168
IF: eth0 state: down mac: 64:31:50:06:88:16
Card-2: Ralink RT3090 Wireless 802.11n 1T/1R PCIe driver: rt2800pci ver: 2.3.0 bus-ID: 44:00.0 chip-ID: 1814:3090
IF: wlan0 state: up mac: e0:2a:82:1b:11:52
Card-3: Ralink usb-ID: 002-003 chip-ID: 148f:1000
IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Code: Select all
-------------------------
* I. scanning WIFI PCI devices...
-- Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
==> PCI ID = 1814:3090
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:"Jerusalem"
Mode:Managed Frequency:2.437 GHz Access Point: 64:7C:34:8E:1D:E9
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-23 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:174 Invalid misc:2803 Missed beacon:0
lo no wireless extensions.
At this stage I would mostly want to just re-install the driver, but I'm not sure how to do that: where and how do I get the driver for my network card?
Note that most guides and tips refer to non-functional WiFi, but here's the case is a bit different, just slow...
Many thanks for your help -- and let me know if I can post anything else that could provide useful information
- Ehud