[NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592)

From: Treeve Jelbert
Date: Tue Jul 23 2013 - 06:59:31 EST


linux-3.10.0 does not support device (0x1814, 0x5592) Asus PCE-N53 which I
would like to use on with 5GHz network.

#lspci
02:00.0 Network controller: Ralink corp. Device 5592
Subsystem: ASUSTeK Computer Inc. Device 851a

# lspci -d :5592 -nn
02:00.0 Network controller [0280]: Ralink corp. Device [1814:5592]

#modprobe rt2x00pci
[ 2724.173984] cfg80211: Calling CRDA to update world regulatory domain


device id (0x1814, 0x5592) 'Asus PCE-N53' not present in rt2800pci.c




After adding this device id , it get the following messages

[ 8.993741] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading
firmware file 'rt2860.bin'
[ 8.994857] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware
detected - version: 0.34
[ 9.073053] NET: Registered protocol family 17
[ 10.438586] ieee80211 phy0: rt2x00lib_rxdone_read_signal: Warning - Frame
received with unrecognized signal, mode=0x0000, signal=0x0000, type=4
[ 69.171225] ieee80211 phy0: rt2x00lib_rxdone: Error - Wrong frame size 0
max 3840


#lsmod
rt2800pci 9514 0
eeprom_93cx6 1913 1 rt2800pci
rt2x00pci 2368 1 rt2800pci
rt2800lib 52747 1 rt2800pci
crc_ccitt 1235 1 rt2800lib
rt2x00mmio 2425 1 rt2800pci
rt2x00lib 30593 4 rt2x00pci,rt2800lib,rt2800pci,rt2x00mmio
led_class 2531 1 rt2x00lib
mac80211 209216 3 rt2x00lib,rt2x00pci,rt2800lib

#ifconfig
wlan0 Link encap:Ethernet HWaddr 30:85:A9:F4:B6:61
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/