* [NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592)
@ 2013-07-23 10:49 Treeve Jelbert
0 siblings, 0 replies; 3+ messages in thread
From: Treeve Jelbert @ 2013-07-23 10:49 UTC (permalink / raw)
To: linux-kernel
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592)
@ 2013-07-23 13:56 Xose Vazquez Perez
2013-07-27 16:46 ` [rt2x00-users] " Stanislaw Gruszka
0 siblings, 1 reply; 3+ messages in thread
From: Xose Vazquez Perez @ 2013-07-23 13:56 UTC (permalink / raw)
To: treeve, linux-wireless, users@rt2x00.serialmonkey.com
Treeve Jelbert wrote:
> 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]
RT5592 devices are still unsupported by rt2x00 drivers.
Stanislaw Gruszka <stf_xl@wp.pl> was working on it.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [rt2x00-users] [NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592)
2013-07-23 13:56 [NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592) Xose Vazquez Perez
@ 2013-07-27 16:46 ` Stanislaw Gruszka
0 siblings, 0 replies; 3+ messages in thread
From: Stanislaw Gruszka @ 2013-07-27 16:46 UTC (permalink / raw)
To: Xose Vazquez Perez
Cc: treeve, linux-wireless, users@rt2x00.serialmonkey.com,
Jacob Oursland
On Tue, Jul 23, 2013 at 03:56:04PM +0200, Xose Vazquez Perez wrote:
> Treeve Jelbert wrote:
>
> > 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]
>
> RT5592 devices are still unsupported by rt2x00 drivers.
> Stanislaw Gruszka <stf_xl@wp.pl> was working on it.
I did not make any progress :-( I did some tracing using mmiotrace
to compare with vendor driver, but still did not find difference,
which couse rt2x00 do not work on that adapter.
Stanislaw
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-27 16:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 13:56 [NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592) Xose Vazquez Perez
2013-07-27 16:46 ` [rt2x00-users] " Stanislaw Gruszka
-- strict thread matches above, loose matches on Subject: below --
2013-07-23 10:49 Treeve Jelbert
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.