"No wireless networks found", even with a supported network card

Hello,

I’ve recently installed Beta 5 on an Asus Eee laptop, dual booting with Windows 7. Works wonderfully, except for the wi-fi: even though my network card – RT3090 Wireless 802.11n 1T/1R PCIe – is supposed to be supported, it shows no available wireless networks. It worked fine on Windows.

Could anyone help?
Thanks.

Welcome Freple!

First things first, could you upload your syslog so we could see what might be going wrong? This file should be found at /var/log/syslog.

In addition, please type out “listdev” into Terminal and paste the output here.

2 Likes

Sure thing! You can find the file here, I couldn’t manage to upload it here directly. The result of listdev is as follows:

/> listdev

device Bridge (Host bridge) [6|0|0]
  vendor 8086: Intel Corporation
  device a010: Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge

device Display controller (VGA compatible controller, VGA controller) [3|0|0]
  vendor 8086: Intel Corporation
  device a011: Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller

device Display controller [3|80|0]
  vendor 8086: Intel Corporation
  device a012: Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller

device Multimedia controller (Audio device) [4|3|0]
  vendor 8086: Intel Corporation
  device 27d8: NM10/ICH7 Family High Definition Audio Controller

device Bridge (PCI bridge, Normal decode) [6|4|0]
  vendor 8086: Intel Corporation
  device 27d0: NM10/ICH7 Family PCI Express Port 1

device Bridge (PCI bridge, Normal decode) [6|4|0]
  vendor 8086: Intel Corporation
  device 27d2: NM10/ICH7 Family PCI Express Port 2

device Network controller [2|80|0]
  vendor 1814: Ralink corp.
  device 3090: RT3090 Wireless 802.11n 1T/1R PCIe

device Bridge (PCI bridge, Normal decode) [6|4|0]
  vendor 8086: Intel Corporation
  device 27d6: NM10/ICH7 Family PCI Express Port 4

device Network controller (Ethernet controller) [2|0|0]
  vendor 1969: Qualcomm Atheros
  device 1062: AR8132 Fast Ethernet

device Serial bus controller (USB controller, UHCI) [c|3|0]
  vendor 8086: Intel Corporation
  device 27c8: NM10/ICH7 Family USB UHCI Controller #1

   device Hub (Unused, Full speed (or root) hub) [9|0|0]
     vendor 0000: Unknown
     device 0000: Unknown

device Serial bus controller (USB controller, UHCI) [c|3|0]
  vendor 8086: Intel Corporation
  device 27c9: NM10/ICH7 Family USB UHCI Controller #2

   device Hub (Unused, Full speed (or root) hub) [9|0|0]
     vendor 0000: Unknown
     device 0000: Unknown

device Serial bus controller (USB controller, UHCI) [c|3|0]
  vendor 8086: Intel Corporation
  device 27ca: NM10/ICH7 Family USB UHCI Controller #3

   device Hub (Unused, Full speed (or root) hub) [9|0|0]
     vendor 0000: Unknown
     device 0000: Unknown

device Serial bus controller (USB controller, UHCI) [c|3|0]
  vendor 8086: Intel Corporation
  device 27cb: NM10/ICH7 Family USB UHCI Controller #4

   device Hub (Unused, Full speed (or root) hub) [9|0|0]
     vendor 0000: Unknown
     device 0000: Unknown

device Serial bus controller (USB controller, EHCI) [c|3|20]
  vendor 8086: Intel Corporation
  device 27cc: NM10/ICH7 Family USB2 EHCI Controller

   device Hub (Unused, Full speed (or root) hub) [9|0|0]
     vendor 0000: Unknown
     device 0000: Unknown

      device Video (Video Streaming) [e|2|0]
        vendor 13d3: IMC Networks
        device 5702: UVC VGA Webcam

device Bridge (PCI bridge, Subtractive decode) [6|4|1]
  vendor 8086: Intel Corporation
  device 2448: 82801 Mobile PCI Bridge

device Bridge (ISA bridge) [6|1|0]
  vendor 8086: Intel Corporation
  device 27bc: NM10 Family LPC Controller

device Mass storage controller (SATA controller, AHCI 1.0) [1|6|1]
  vendor 8086: Intel Corporation
  device 27c1: NM10/ICH7 Family SATA Controller [AHCI mode]
1 Like

@lelldorin Database is wrong on vendor name, Realtek devices names are starting with RTL, RT stands for Ralink Technology here.

1 Like

It doesn’t seems like that vendor/device ID is supported by the current ralinkwifi driver (albeit it does mentions an MSI RT3090 card, with different ids).

The chip being from Ralink, the MSI card is probably only rebranding. It may worth the try to add IDs to the driver.

1 Like

Perhaps is it possible to retrieve few more IDs from generic drivers provided by MediaTek here or there although they include support for different chips.

I’m sorry, I don’t think I understand what I’m supposed to do. Could you explain in more detail?

Apparently the driver needs to be updated to recognize your card. So, unless you have some developer skills and can try that by yourself, there’s not much you can do to make it work.

You can open a ticket on Haiku bug tracker joining relevant informations and a link to this thread. A dev will then do the changes and may ask you to do some testing. Understand that with beta 5 out, there are a lot of reports so it can take time.

2 Likes

Sorry for the confusion… Seems I mistyped while searching for the ID… and also I need better glasses… because current driver does lists:

{ 0x1814, 0x3090, "Ralink Technology RT3090" },

on line 89.

In any case @Freple, follow @Starcrasher advice, and file a bug report (info about how to make the most out of those here: Reporting bugs).

2 Likes

Alright, I’ll file a report as soon as I have a minute. Thank you all!