Opened 6 years ago
Last modified 2 years ago
#14668 new bug
Dlink DWA-525 PCI rev A2 wi-fi adapter can't find any networks
Reported by: | Haiker | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Network/ralinkwifi | Version: | R1/Development |
Keywords: | driver, network, ralinkwifi, wi-fi | Cc: | |
Blocked By: | Blocking: | #11548, #14721 | |
Platform: | x86 |
Description
After connecting Dlink DWA-525 PCI rev A2 wlan adapter to my PC and booting Haiku, the system properly detects this card via ralinkwifi driver, but in the dropdown menu from the Network Preferences's tray icon, there are no any wi-fi networks aviable. Network Preferences dialog shows the same empty list of the wi-fi networks. Also I see the empty list when trying to scan aviable networks via ifconfig using
ifconfig /dev/net/ralinkwifi/0 list
or
ifconfig /dev/net/ralinkwifi/0 scan
commands.
Although listdev detects this wlan card correctly too:
device Network controller [2|80|0] vendor 1814: Ralink corp. device 5360: RT5360 Wireless 802.11n 1T/1R
And this adapter is also supported by FreeBSD 11.1 release: https://www.freebsd.org/releases/11.1R/hardware.html#wlan what is said in the Haiku user guide: https://www.haiku-os.org/docs/userguide/en/workshop-wlan.html
I can confirm - this wi-fi card is fully functional and works & detects wi-fi networks correctly in Linux (Lubuntu 16.04.5 x32).
Motherboard of my PC is MSI MS-7267.
Tested with the latest hrev52462.
See attachments for details.
Attachments (10)
Change History (24)
by , 6 years ago
by , 6 years ago
Attachment: | previous_syslog added |
---|
by , 6 years ago
Attachment: | ifconfig.txt added |
---|
by , 6 years ago
Attachment: | network_preferences.png added |
---|
by , 6 years ago
Attachment: | network_status.png added |
---|
by , 6 years ago
Attachment: | listdev.txt added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Blocking: | 11548 added |
---|
comment:4 by , 6 years ago
Blocking: | 14721 added |
---|
by , 6 years ago
Attachment: | screenshot1.png added |
---|
by , 5 years ago
Attachment: | hrev53174.png added |
---|
comment:8 by , 5 years ago
In hrev53174 still the same issue. Although now I tested it on another PC with another motherboard, Asus A7V8X-X, but Wi-Fi card is the same. I think it doesn't affect the problem.
comment:10 by , 5 years ago
Retested with hrev53644. Now my wifi card is not recognized at all, although I didn't disconnect it. It is not visible as in Network Preferences, same in ifconfig.
by , 5 years ago
Attachment: | screenshot2.png added |
---|
by , 5 years ago
comment:11 by , 5 years ago
KERN: usb_disk: operation 0x35 failed at the SCSI level KERN: usb_disk: request_sense: key: 0x05; asc: 0x20; ascq: 0x00; Invalid command operation code KERN: Name is too long (306 < 372) KERN: error: long file name too long KERN: dosfs_readdir: error returned by get_next_dirent (File name too long)
These are at the end of your syslog, and it appears the ralinkwifi driver is not even attempted to be loaded. Is it blacklisted, or not present somehow? Or are these errors preventing something...
comment:12 by , 5 years ago
No, I didn't blacklist or delete ralinkwifi manually. I only selected failsafe graphics driver at boot, since the system fails to initialize display with default video driver on that PC. Probably that log is not full, because I copied it from the system when it was running. Although ideally driver should initialize during the system boot, so then it should be visible in copied part of the log... Looks like some kind error(s) are indeed preventing successful ralinkwifi loading.
comment:13 by , 5 years ago
Well, the point is that the driver file is not even loaded at all, which is very strange.
Probably a dupe of #11548.