Jump to content

Atheros AR8131/AR8132


bramo
 Share

315 posts in this topic

Recommended Posts

Log results after manually setting ip address(DHCP). Previous logs gave a hardware error 0x400. p.s. driver took over the ethernet device name assigned to my USB wireless card. USB card no longer works. Please fix in later drivers.

modify outputPacket function

source change see : http://code.google.com/p/iats/source/detail?r=34

 

log2.rtf

Link to comment
Share on other sites

Hi reader02, during the test, the data transmite succesfully to router.

And I tried ping command, my router was not responding ping data.

here's for ping results

PING 169.254.97.118 (169.254.97.118): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
ping: sendto: No route to host
Request timeout for icmp_seq 4
ping: sendto: Host is down
Request timeout for icmp_seq 5
ping: sendto: Host is down
Request timeout for icmp_seq 6
ping: sendto: Host is down
Request timeout for icmp_seq 7
ping: sendto: Host is down
Request timeout for icmp_seq 8
ping: sendto: Host is down
Request timeout for icmp_seq 9
ping: sendto: Host is down
Request timeout for icmp_seq 10
ping: sendto: Host is down

kernel.log.zip

Link to comment
Share on other sites

Hi reader02, during the test, the data transmite succesfully to router.

And I tried ping command, my router was not responding ping data.

here's for ping results

PING 169.254.97.118 (169.254.97.118): 56 data bytes

 

You can't ping computers in the 169.254.97.xxx address range. Addresses in this range are set aside for when a host can not find a DHCP server to assign it a proper IP address. Packets from these addresses are not forwarded to their destination. This ip address is a sign that your laptop is not properly communicating with your router if at all.

 

Edit: latest Kernel Log added

20100422_b_kernel.rar

Link to comment
Share on other sites

now data transmit ok. the atl1c_clean_tx_irq() Function is called correctly

 

but Data receive has problems.

Not rx interrupt, atl1c_clean_rx_irq() Function is not called.

 

If you can get DHCP address, drive is completely correct.

else direction the drive has problems.

 

According to the log:

AR8131 /AR8132 both has rx buffer over error. (status = 0x8), havn't rx interrupt.

 

 

please wait.

Link to comment
Share on other sites

It's working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

It's working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

reader02, you are awesome!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ;)

 

OK, it's working, but about 2-3 minute. after restart it's start to work for next 2-3 minute. Anyway, you're on the right way`! Thank you for hard work!

Link to comment
Share on other sites

 Share

×
×
  • Create New...