Advertisement
Guest User

WNDA3200

a guest
Mar 14th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. NetGear WNDA3200 USB wireless adapter: Running Raspberry Pi (Raspbian Debian Wheezy)
  2. ======================================
  3.  
  4. Hi All, I'm having trouble trying to install an NetGear WNDA3200 (Atheros) USB wireless WiFi adapter
  5.  
  6. on Debian Raspbian Wheezy 3.10.254, can anyone help please, thanks :)
  7.  
  8. <SECTION 01>
  9. pi@raspberrypi ~ $ lsusb
  10. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  11. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  12. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
  13. Bus 001 Device 004: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
  14. Bus 001 Device 005: ID 058f:9254 Alcor Micro Corp. Hub
  15. Bus 001 Device 006: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
  16. Bus 001 Device 010: ID 0846:9018 NetGear, Inc. WNDA3200 802.11abgn Wireless Adapter [Atheros
  17.  
  18. AR7010+AR9280]
  19. Bus 001 Device 008: ID 1997:2433
  20. pi@raspberrypi ~ $
  21.  
  22. <SECTION 02>
  23. pi@raspberrypi ~ $ ifconfig
  24. eth0 Link encap:Ethernet HWaddr b8:27:eb:03:11:60
  25. inet addr:192.168.0.14 Bcast:192.168.0.255 Mask:255.255.255.0
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:762 errors:0 dropped:12 overruns:0 frame:0
  28. TX packets:369 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:61888 (60.4 KiB) TX bytes:43263 (42.2 KiB)
  31.  
  32. lo Link encap:Local Loopback
  33. inet addr:127.0.0.1 Mask:255.0.0.0
  34. UP LOOPBACK RUNNING MTU:65536 Metric:1
  35. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  36. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  37. collisions:0 txqueuelen:0
  38. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  39.  
  40. wlan0 Link encap:Ethernet HWaddr 4c:60:de:6c:de:a9
  41. UP BROADCAST MULTICAST MTU:1500 Metric:1
  42. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  43. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  44. collisions:0 txqueuelen:1000
  45. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  46.  
  47. pi@raspberrypi ~ $
  48.  
  49. <SECTION 03>
  50. pi@raspberrypi ~ $ iwconfig
  51. wlan0 IEEE 802.11abgn ESSID:off/any
  52. Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
  53. Retry long limit:7 RTS thr:off Fragment thr:off
  54. Power Management:off
  55.  
  56. lo no wireless extensions.
  57.  
  58. eth0 no wireless extensions.
  59.  
  60. pi@raspberrypi ~ $
  61.  
  62. <SECTION 04>
  63. GNU nano 2.2.6 File: /etc/network/interfaces
  64.  
  65. auto lo
  66.  
  67. iface lo inet loopback
  68. iface eth0 inet static
  69. address 192.168.0.14
  70. netmask 255.255.255.0
  71. gateway 192.168.0.1
  72.  
  73. allow-hotplug wlan0
  74. iface wlan0 inet manual
  75. address 192.168.0.19
  76. netmask 255.255.255.0
  77. gateway 192.168.0.1
  78. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  79. iface default inet manual
  80.  
  81. pi@raspberrypi ~ $
  82.  
  83. <SECTION 05>
  84. GNU nano 2.2.6 File: /etc/wpa_supplicant/wpa_supplicant.conf
  85.  
  86. network={
  87. ssid=SURKITZ
  88. proto=RSN
  89. key_mgmt=WPA-PSK
  90. pairwise=CCMP TKIP
  91. group=CCMP TKIP
  92. psk=MyFakeWifiPass
  93. }
  94.  
  95. <SECTION 06>
  96. pi@raspberrypi ~ $ dpkg-query -l | grep firmware
  97. ii firmware-atheros 0.36+wheezy.1 all Binary
  98.  
  99. firmware for Atheros wireless cards
  100. ii firmware-brcm80211 0.36+wheezy.1 all Binary
  101.  
  102. firmware for Broadcom 802.11 wireless cards
  103. ii firmware-libertas 0.36+wheezy.1 all Binary
  104.  
  105. firmware for Marvell Libertas 8xxx wireless cards
  106. ii firmware-ralink 0.36+wheezy.1 all Binary
  107.  
  108. firmware for Ralink wireless cards
  109. ii firmware-realtek 0.36+wheezy.1 all Binary
  110.  
  111. firmware for Realtek wired and wireless network adapters
  112. ii ipxe-qemu 1.0.0+git-20120202.f6840ba-3 all PXE boot
  113.  
  114. firmware - ROM images for qemu
  115. ii rpi-update 20130510 all
  116.  
  117. Raspberry Pi firmware updating tool
  118. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement