Advertisement
Guest User

Untitled

a guest
Mar 14th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 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 ~ $
  119.  
  120. <SECTION07>
  121. pi@raspberrypi ~ $ lsmod
  122. Module Size Used by
  123. sr_mod 13728 0
  124. cdrom 38355 1 sr_mod
  125. rfcomm 32939 0
  126. bnep 10792 2
  127. bluetooth 221259 10 bnep,rfcomm
  128. snd_bcm2835 16165 0
  129. arc4 1683 2
  130. snd_soc_bcm2708_i2s 5474 0
  131. regmap_mmio 2806 1 snd_soc_bcm2708_i2s
  132. snd_soc_core 131268 1 snd_soc_bcm2708_i2s
  133. regmap_spi 1897 1 snd_soc_core
  134. joydev 9084 0
  135. snd_pcm 81593 2 snd_bcm2835,snd_soc_core
  136. evdev 9419 10
  137. ath9k_htc 57067 0
  138. snd_page_alloc 5156 1 snd_pcm
  139. regmap_i2c 1645 1 snd_soc_core
  140. snd_compress 8076 1 snd_soc_core
  141. snd_seq 53769 0
  142. snd_timer 20133 2 snd_pcm,snd_seq
  143. snd_seq_device 6473 1 snd_seq
  144. mac80211 315594 1 ath9k_htc
  145. ath9k_common 3153 1 ath9k_htc
  146. leds_gpio 2059 0
  147. led_class 3688 2 leds_gpio,ath9k_htc
  148. ath9k_hw 405494 2 ath9k_common,ath9k_htc
  149. ath 17741 3 ath9k_common,ath9k_htc,ath9k_hw
  150. snd 61291 7
  151.  
  152. snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
  153. cfg80211 209273 3 ath,mac80211,ath9k_htc
  154. rfkill 19138 3 cfg80211,bluetooth
  155. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement