Quote:
Originally Posted by nixcraft
Code:
vi -b file-name
vi -b rt61sta.dat
-b is binary mode options, which will be set that makes it possible to edit a binary or executable file.
|
Thank you. The network interface of ra0 is up now, but the driver can't get any interrupts of tx or rx.
The dump from my console:
/etc/Wireless/RT61STA # ifconfig ra0
ra0 Link encap:Ethernet HWaddr 00:14:85:11
2:E2
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:222 overruns:222 frame:222
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:155 Base address:0x5000
/etc/Wireless/RT61STA # cat /proc/interrupts
2: 1 FI2S dma/error
10: 4522 serial
13: 0 gpio
15: 780 FIQ dispatcher
17: 0 rtc Alrm
19: 5000 timer
22: 980 capture
35: 779 eth0
37: 1 FTC_FOTG2XX
155: 0 ra0
160: 0 FI2S dma/error
161: 147 FI2S dma/error
Err: 0
/etc/Wireless/RT61STA #
It seems the card receives packets, but it drops them for some reason and therefore there's no rx interrupt. How could this happen?
I am using linux 2.4.19 with rt61 driver v1.1.0.0 on ARM platform.