Advertisement
Guest User

WNDA3200_atheros

a guest
Mar 14th, 2014
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.33 KB | None | 0 0
  1.  
  2. NetGear WNDA3200 USB wireless adapter: Running Raspberry Pi (Raspbian Debian Wheezy)
  3. ======================================
  4.  
  5. Hi All, I'm having trouble trying to install an NetGear WNDA3200 (Atheros) USB wireless WiFi adapter
  6.  
  7. on Debian Raspbian Wheezy 3.10.254, can anyone help please, thanks :)
  8.  
  9. <SECTION 01>
  10. pi@raspberrypi ~ $ lsusb
  11. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  12. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  13. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
  14. Bus 001 Device 004: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
  15. Bus 001 Device 005: ID 058f:9254 Alcor Micro Corp. Hub
  16. Bus 001 Device 006: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
  17. Bus 001 Device 010: ID 0846:9018 NetGear, Inc. WNDA3200 802.11abgn Wireless Adapter [Atheros
  18.  
  19. AR7010+AR9280]
  20. Bus 001 Device 008: ID 1997:2433
  21. pi@raspberrypi ~ $
  22.  
  23. <SECTION 02>
  24. pi@raspberrypi ~ $ ifconfig
  25. eth0 Link encap:Ethernet HWaddr b8:27:eb:03:11:60
  26. inet addr:192.168.0.14 Bcast:192.168.0.255 Mask:255.255.255.0
  27. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  28. RX packets:762 errors:0 dropped:12 overruns:0 frame:0
  29. TX packets:369 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:1000
  31. RX bytes:61888 (60.4 KiB) TX bytes:43263 (42.2 KiB)
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. UP LOOPBACK RUNNING MTU:65536 Metric:1
  36. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  37. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  38. collisions:0 txqueuelen:0
  39. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  40.  
  41. wlan0 Link encap:Ethernet HWaddr 4c:60:de:6c:de:a9
  42. UP BROADCAST MULTICAST MTU:1500 Metric:1
  43. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  44. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  45. collisions:0 txqueuelen:1000
  46. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  47.  
  48. pi@raspberrypi ~ $
  49.  
  50. <SECTION 03>
  51. pi@raspberrypi ~ $ iwconfig
  52. wlan0 IEEE 802.11abgn ESSID:off/any
  53. Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
  54. Retry long limit:7 RTS thr:off Fragment thr:off
  55. Power Management:off
  56.  
  57. lo no wireless extensions.
  58.  
  59. eth0 no wireless extensions.
  60.  
  61. pi@raspberrypi ~ $
  62.  
  63. <SECTION 04>
  64. GNU nano 2.2.6 File: /etc/network/interfaces
  65.  
  66. auto lo
  67.  
  68. iface lo inet loopback
  69. iface eth0 inet static
  70. address 192.168.0.14
  71. netmask 255.255.255.0
  72. gateway 192.168.0.1
  73.  
  74. allow-hotplug wlan0
  75. iface wlan0 inet manual
  76. address 192.168.0.19
  77. netmask 255.255.255.0
  78. gateway 192.168.0.1
  79. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  80. iface default inet manual
  81.  
  82. pi@raspberrypi ~ $
  83.  
  84. <SECTION 05>
  85. GNU nano 2.2.6 File: /etc/wpa_supplicant/wpa_supplicant.conf
  86.  
  87. network={
  88. ssid=SURKITZ
  89. proto=RSN
  90. key_mgmt=WPA-PSK
  91. pairwise=CCMP TKIP
  92. group=CCMP TKIP
  93. psk=MyFakeWifiPass
  94. }
  95.  
  96. <SECTION 06>
  97. pi@raspberrypi ~ $ dpkg-query -l | grep firmware
  98. ii firmware-atheros 0.36+wheezy.1 all Binary
  99.  
  100. firmware for Atheros wireless cards
  101. ii firmware-brcm80211 0.36+wheezy.1 all Binary
  102.  
  103. firmware for Broadcom 802.11 wireless cards
  104. ii firmware-libertas 0.36+wheezy.1 all Binary
  105.  
  106. firmware for Marvell Libertas 8xxx wireless cards
  107. ii firmware-ralink 0.36+wheezy.1 all Binary
  108.  
  109. firmware for Ralink wireless cards
  110. ii firmware-realtek 0.36+wheezy.1 all Binary
  111.  
  112. firmware for Realtek wired and wireless network adapters
  113. ii ipxe-qemu 1.0.0+git-20120202.f6840ba-3 all PXE boot
  114.  
  115. firmware - ROM images for qemu
  116. ii rpi-update 20130510 all
  117.  
  118. Raspberry Pi firmware updating tool
  119. pi@raspberrypi ~ $
  120.  
  121. <SECTION07>
  122. pi@raspberrypi ~ $ lsmod
  123. Module Size Used by
  124. sr_mod 13728 0
  125. cdrom 38355 1 sr_mod
  126. rfcomm 32939 0
  127. bnep 10792 2
  128. bluetooth 221259 10 bnep,rfcomm
  129. snd_bcm2835 16165 0
  130. arc4 1683 2
  131. snd_soc_bcm2708_i2s 5474 0
  132. regmap_mmio 2806 1 snd_soc_bcm2708_i2s
  133. snd_soc_core 131268 1 snd_soc_bcm2708_i2s
  134. regmap_spi 1897 1 snd_soc_core
  135. joydev 9084 0
  136. snd_pcm 81593 2 snd_bcm2835,snd_soc_core
  137. evdev 9419 10
  138. ath9k_htc 57067 0
  139. snd_page_alloc 5156 1 snd_pcm
  140. regmap_i2c 1645 1 snd_soc_core
  141. snd_compress 8076 1 snd_soc_core
  142. snd_seq 53769 0
  143. snd_timer 20133 2 snd_pcm,snd_seq
  144. snd_seq_device 6473 1 snd_seq
  145. mac80211 315594 1 ath9k_htc
  146. ath9k_common 3153 1 ath9k_htc
  147. leds_gpio 2059 0
  148. led_class 3688 2 leds_gpio,ath9k_htc
  149. ath9k_hw 405494 2 ath9k_common,ath9k_htc
  150. ath 17741 3 ath9k_common,ath9k_htc,ath9k_hw
  151. snd 61291 7
  152.  
  153. snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
  154. cfg80211 209273 3 ath,mac80211,ath9k_htc
  155. rfkill 19138 3 cfg80211,bluetooth
  156. pi@raspberrypi ~ $
  157.  
  158. <SECTION08>
  159. pi@raspberrypi ~ $ dmesg
  160. [ 0.000000] Booting Linux on physical CPU 0x0
  161. [ 0.000000] Initializing cgroup subsys cpu
  162. [ 0.000000] Initializing cgroup subsys cpuacct
  163. [ 0.000000] Linux version 3.10.25+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014
  164. [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
  165. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  166. [ 0.000000] Machine: BCM2708
  167. [ 0.000000] cma: CMA: reserved 16 MiB at 1b000000
  168. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  169. [ 0.000000] On node 0 totalpages: 114688
  170. [ 0.000000] free_area_init_node: node 0, pgdat c05cfd6c, node_mem_map c067d000
  171. [ 0.000000] Normal zone: 896 pages used for memmap
  172. [ 0.000000] Normal zone: 0 pages reserved
  173. [ 0.000000] Normal zone: 114688 pages, LIFO batch:31
  174. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  175. [ 0.000000] pcpu-alloc: [0] 0
  176. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113792
  177. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708.boardrev=0xe bcm2708.serial=0x98031160 smsc95xx.macaddr=B8:27:EB:03:11:60 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
  178. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  179. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  180. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  181. [ 0.000000] Memory: 448MB = 448MB total
  182. [ 0.000000] Memory: 431652k/431652k available, 27100k reserved, 0K highmem
  183. [ 0.000000] Virtual kernel memory layout:
  184. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  185. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  186. [ 0.000000] vmalloc : 0xdc800000 - 0xff000000 ( 552 MB)
  187. [ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
  188. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  189. [ 0.000000] .text : 0xc0008000 - 0xc05727b4 (5546 kB)
  190. [ 0.000000] .init : 0xc0573000 - 0xc0597424 ( 146 kB)
  191. [ 0.000000] .data : 0xc0598000 - 0xc05d0870 ( 227 kB)
  192. [ 0.000000] .bss : 0xc05d0870 - 0xc067c3e0 ( 687 kB)
  193. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  194. [ 0.000000] Preemptible hierarchical RCU implementation.
  195. [ 0.000000] NR_IRQS:330
  196. [ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
  197. [ 0.000000] Switching to timer-based delay loop
  198. [ 0.000000] Console: colour dummy device 80x30
  199. [ 0.000000] console [tty1] enabled
  200. [ 0.001183] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
  201. [ 0.001249] pid_max: default: 32768 minimum: 301
  202. [ 0.001724] Mount-cache hash table entries: 512
  203. [ 0.002533] Initializing cgroup subsys memory
  204. [ 0.002643] Initializing cgroup subsys devices
  205. [ 0.002685] Initializing cgroup subsys freezer
  206. [ 0.002720] Initializing cgroup subsys blkio
  207. [ 0.002885] CPU: Testing write buffer coherency: ok
  208. [ 0.003367] Setting up static identity map for 0xc0406048 - 0xc04060a4
  209. [ 0.005205] devtmpfs: initialized
  210. [ 0.019626] NET: Registered protocol family 16
  211. [ 0.025607] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  212. [ 0.026723] bcm2708.uart_clock = 0
  213. [ 0.028460] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  214. [ 0.028515] hw-breakpoint: maximum watchpoint size is 4 bytes.
  215. [ 0.028556] mailbox: Broadcom VideoCore Mailbox driver
  216. [ 0.028656] bcm2708_vcio: mailbox at f200b880
  217. [ 0.028765] bcm_power: Broadcom power driver
  218. [ 0.028807] bcm_power_open() -> 0
  219. [ 0.028836] bcm_power_request(0, 8)
  220. [ 0.529559] bcm_mailbox_read -> 00000080, 0
  221. [ 0.529604] bcm_power_request -> 0
  222. [ 0.529835] Serial: AMBA PL011 UART driver
  223. [ 0.530001] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83) is a PL011 rev3
  224. [ 0.872228] console [ttyAMA0] enabled
  225. [ 0.898188] bio: create slab <bio-0> at 0
  226. [ 0.903526] SCSI subsystem initialized
  227. [ 0.907504] usbcore: registered new interface driver usbfs
  228. [ 0.913224] usbcore: registered new interface driver hub
  229. [ 0.918803] usbcore: registered new device driver usb
  230. [ 0.925393] Switching to clocksource stc
  231. [ 0.929740] FS-Cache: Loaded
  232. [ 0.932914] CacheFiles: Loaded
  233. [ 0.948721] NET: Registered protocol family 2
  234. [ 0.954143] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  235. [ 0.961412] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  236. [ 0.967938] TCP: Hash tables configured (established 4096 bind 4096)
  237. [ 0.974414] TCP: reno registered
  238. [ 0.977673] UDP hash table entries: 256 (order: 0, 4096 bytes)
  239. [ 0.983583] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  240. [ 0.990330] NET: Registered protocol family 1
  241. [ 0.995264] RPC: Registered named UNIX socket transport module.
  242. [ 1.001327] RPC: Registered udp transport module.
  243. [ 1.006055] RPC: Registered tcp transport module.
  244. [ 1.010806] RPC: Registered tcp NFSv4.1 backchannel transport module.
  245. [ 1.018158] bcm2708_dma: DMA manager at f2007000
  246. [ 1.022977] bcm2708_gpio: bcm2708_gpio_probe c05a5e50
  247. [ 1.028434] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
  248. [ 1.037820] audit: initializing netlink socket (disabled)
  249. [ 1.043504] type=2000 audit(0.890:1): initialized
  250. [ 1.205919] VFS: Disk quotas dquot_6.5.2
  251. [ 1.210323] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  252. [ 1.219163] FS-Cache: Netfs 'nfs' registered for caching
  253. [ 1.225911] NFS: Registering the id_resolver key type
  254. [ 1.231205] Key type id_resolver registered
  255. [ 1.235419] Key type id_legacy registered
  256. [ 1.240211] msgmni has been set to 875
  257. [ 1.246079] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  258. [ 1.253938] io scheduler noop registered
  259. [ 1.257901] io scheduler deadline registered (default)
  260. [ 1.263495] io scheduler cfq registered
  261. [ 1.267640] bcm2708_fb_debugfs_init: could not create debugfs entry
  262. [ 1.275228] BCM2708FB: allocated DMA memory 5b400000
  263. [ 1.280387] BCM2708FB: allocated DMA channel 0 @ f2007000
  264. [ 1.315073] Console: switching to colour frame buffer device 228x61
  265. [ 1.335792] uart-pl011 dev:f1: no DMA platform data
  266. [ 1.340880] kgdb: Registered I/O driver kgdboc.
  267. [ 1.346180] vc-cma: Videocore CMA driver
  268. [ 1.350273] vc-cma: vc_cma_base = 0x00000000
  269. [ 1.355070] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  270. [ 1.360655] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  271. [ 1.375849] brd: module loaded
  272. [ 1.384446] loop: module loaded
  273. [ 1.387999] vchiq: vchiq_init_state: slot_zero = 0xdb000000, is_master = 0
  274. [ 1.396119] Loading iSCSI transport class v2.0-870.
  275. [ 1.402395] usbcore: registered new interface driver smsc95xx
  276. [ 1.408530] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  277. [ 1.614686] Core Release: 2.80a
  278. [ 1.617930] Setting default values for core params
  279. [ 1.622933] Finished setting default values for core params
  280. [ 1.828683] Using Buffer DMA mode
  281. [ 1.832119] Periodic Transfer Interrupt Enhancement - disabled
  282. [ 1.838054] Multiprocessor Interrupt Enhancement - disabled
  283. [ 1.843760] OTG VER PARAM: 0, OTG VER FLAG: 0
  284. [ 1.848211] Dedicated Tx FIFOs mode
  285. [ 1.852403] dwc_otg: Microframe scheduler enabled
  286. [ 1.852656] dwc_otg bcm2708_usb: DWC OTG Controller
  287. [ 1.857701] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
  288. [ 1.865173] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
  289. [ 1.870825] Init: Port Power? op_state=1
  290. [ 1.874832] Init: Power Port (0)
  291. [ 1.878268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  292. [ 1.889517] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  293. [ 1.901028] usb usb1: Product: DWC OTG Controller
  294. [ 1.909983] usb usb1: Manufacturer: Linux 3.10.25+ dwc_otg_hcd
  295. [ 1.920060] usb usb1: SerialNumber: bcm2708_usb
  296. [ 1.929726] hub 1-0:1.0: USB hub found
  297. [ 1.937655] hub 1-0:1.0: 1 port detected
  298. [ 1.946290] dwc_otg: FIQ enabled
  299. [ 1.946312] dwc_otg: NAK holdoff enabled
  300. [ 1.946323] dwc_otg: FIQ split fix enabled
  301. [ 1.946343] Module dwc_common_port init
  302. [ 1.946807] usbcore: registered new interface driver usb-storage
  303. [ 1.957550] mousedev: PS/2 mouse device common for all mice
  304. [ 1.968123] bcm2835-cpufreq: min=700000 max=950000 cur=700000
  305. [ 1.978415] bcm2835-cpufreq: switching to governor powersave
  306. [ 1.988392] bcm2835-cpufreq: switching to governor powersave
  307. [ 1.998276] cpuidle: using governor ladder
  308. [ 2.006393] cpuidle: using governor menu
  309. [ 2.014493] sdhci: Secure Digital Host Controller Interface driver
  310. [ 2.024697] sdhci: Copyright(c) Pierre Ossman
  311. [ 2.033221] sdhci: Enable low-latency mode
  312. [ 2.079441] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
  313. [ 2.091708] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
  314. [ 2.101984] sdhci-pltfm: SDHCI platform and OF driver helper
  315. [ 2.114001] ledtrig-cpu: registered to indicate activity on CPUs
  316. [ 2.131601] hidraw: raw HID events driver (C) Jiri Kosina
  317. [ 2.141340] Indeed it is in host mode hprt0 = 00021501
  318. [ 2.153018] usbcore: registered new interface driver usbhid
  319. [ 2.169668] usbhid: USB HID core driver
  320. [ 2.193151] TCP: cubic registered
  321. [ 2.209405] Initializing XFRM netlink socket
  322. [ 2.217806] NET: Registered protocol family 17
  323. [ 2.249596] Key type dns_resolver registered
  324. [ 2.259897] mmc0: read SD Status register (SSR) after 2 attempts
  325. [ 2.279864] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
  326. [ 2.300891] mmc0: new high speed SDHC card at address aaaa
  327. [ 2.315521] registered taskstats version 1
  328. [ 2.324714] mmcblk0: mmc0:aaaa SU08G 7.40 GiB
  329. [ 2.333839] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  330. [ 2.346351] mmcblk0: p1 p2
  331. [ 2.376290] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  332. [ 2.389153] VFS: Mounted root (ext4 filesystem) on device 179:2.
  333. [ 2.401047] devtmpfs: mounted
  334. [ 2.408961] Freeing unused kernel memory: 144K (c0573000 - c0597000)
  335. [ 2.429508] usb 1-1: new high-speed USB device number 2 using dwc_otg
  336. [ 2.441057] Indeed it is in host mode hprt0 = 00001101
  337. [ 2.650319] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  338. [ 2.662213] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  339. [ 2.675705] hub 1-1:1.0: USB hub found
  340. [ 2.685403] hub 1-1:1.0: 5 ports detected
  341. [ 2.969812] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  342. [ 3.080254] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  343. [ 3.094004] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  344. [ 3.110165] smsc95xx v1.0.4
  345. [ 3.184565] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:03:11:60
  346. [ 3.309787] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
  347. [ 3.434094] usb 1-1.2: New USB device found, idVendor=0451, idProduct=2046
  348. [ 3.446568] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  349. [ 3.464485] hub 1-1.2:1.0: USB hub found
  350. [ 3.474788] hub 1-1.2:1.0: 4 ports detected
  351. [ 3.569883] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
  352. [ 3.698436] usb 1-1.3: New USB device found, idVendor=058f, idProduct=9254
  353. [ 3.719566] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  354. [ 3.744709] usb 1-1.3: Product: Generic USB Hub
  355. [ 3.769680] usb 1-1.3: Manufacturer: ALCOR
  356. [ 3.786678] hub 1-1.3:1.0: USB hub found
  357. [ 3.806945] hub 1-1.3:1.0: 4 ports detected
  358. [ 3.910328] usb 1-1.2.4: new full-speed USB device number 6 using dwc_otg
  359. [ 4.031319] usb 1-1.2.4: not running at top speed; connect to a high speed hub
  360. [ 4.063226] usb 1-1.2.4: New USB device found, idVendor=058f, idProduct=6364
  361. [ 4.077680] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  362. [ 4.090485] usb 1-1.2.4: Product: Mass Storage Device
  363. [ 4.100451] usb 1-1.2.4: Manufacturer: Generic
  364. [ 4.109667] usb 1-1.2.4: SerialNumber: 058F63646476
  365. [ 4.122251] usb-storage 1-1.2.4:1.0: USB Mass Storage device detected
  366. [ 4.134453] scsi0 : usb-storage 1-1.2.4:1.0
  367. [ 4.155821] hid-generic 0003:058F:6364.0001: hiddev0,hidraw0: USB HID v1.10 Device [Generic Mass Storage Device] on usb-bcm2708_usb-1.2.4/input1
  368. [ 4.270252] usb 1-1.3.3: new full-speed USB device number 7 using dwc_otg
  369. [ 4.334648] udevd[158]: starting version 175
  370. [ 4.404155] usb 1-1.3.3: not running at top speed; connect to a high speed hub
  371. [ 4.448151] usb 1-1.3.3: New USB device found, idVendor=0846, idProduct=9018
  372. [ 4.475538] usb 1-1.3.3: New USB device strings: Mfr=16, Product=32, SerialNumber=48
  373. [ 4.517557] usb 1-1.3.3: Product: WNDA3200
  374. [ 4.536780] usb 1-1.3.3: Manufacturer: Netgear
  375. [ 4.558906] usb 1-1.3.3: SerialNumber: 12345
  376. [ 4.670286] usb 1-1.3.4: new full-speed USB device number 8 using dwc_otg
  377. [ 4.819113] usb 1-1.3.4: New USB device found, idVendor=1997, idProduct=2433
  378. [ 4.862479] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  379. [ 4.889636] usb 1-1.3.4: Product: Mini Keyboard
  380. [ 4.899297] usb 1-1.3.4: Manufacturer:
  381. [ 4.963148] input: Mini Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/input/input0
  382. [ 5.003224] hid-generic 0003:1997:2433.0002: input,hidraw1: USB HID v1.01 Keyboard [ Mini Keyboard] on usb-bcm2708_usb-1.3.4/input0
  383. [ 5.071593] input: Mini Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.1/input/input1
  384. [ 5.115093] hid-generic 0003:1997:2433.0003: input,hidraw2: USB HID v1.01 Mouse [ Mini Keyboard] on usb-bcm2708_usb-1.3.4/input1
  385. [ 5.142434] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0
  386. [ 5.637011] scsi 0:0:0:1: Direct-Access Generic- Compact Flash 1.01 PQ: 0 ANSI: 0
  387. [ 5.653432] sd 0:0:0:0: [sda] 15407104 512-byte logical blocks: (7.88 GB/7.34 GiB)
  388. [ 5.705424] sd 0:0:0:0: [sda] Write Protect is off
  389. [ 5.717533] scsi 0:0:0:2: Direct-Access Generic- SM/xD-Picture 1.02 PQ: 0 ANSI: 0
  390. [ 5.735799] sd 0:0:0:1: [sdb] Attached SCSI removable disk
  391. [ 5.765155] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
  392. [ 5.767677] sd 0:0:0:0: [sda] No Caching mode page found
  393. [ 5.782637] scsi 0:0:0:3: Direct-Access Generic- MS/MS-Pro 1.03 PQ: 0 ANSI: 0 CCS
  394. [ 5.799468] sd 0:0:0:2: [sdc] Attached SCSI removable disk
  395. [ 5.829532] sd 0:0:0:0: [sda] Assuming drive cache: write through
  396. [ 5.855779] sd 0:0:0:3: [sdd] Attached SCSI removable disk
  397. [ 5.894410] sd 0:0:0:0: [sda] No Caching mode page found
  398. [ 5.919548] sd 0:0:0:0: [sda] Assuming drive cache: write through
  399. [ 5.958501] sda: unknown partition table
  400. [ 5.988204] sd 0:0:0:0: [sda] No Caching mode page found
  401. [ 6.009567] sd 0:0:0:0: [sda] Assuming drive cache: write through
  402. [ 6.039542] sd 0:0:0:0: [sda] Attached SCSI removable disk
  403. [ 6.688526] cfg80211: Calling CRDA to update world regulatory domain
  404. [ 7.362254] usb 1-1.3.3: ath9k_htc: Firmware htc_7010.fw requested
  405. [ 7.417354] usbcore: registered new interface driver ath9k_htc
  406. [ 7.795393] usb 1-1.3.3: ath9k_htc: Transferred FW: htc_7010.fw, size: 72992
  407. [ 7.864220] ath9k_htc 1-1.3.3:1.0: ath9k_htc: HTC initialized with 45 credits
  408. [ 7.949161] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory
  409. [ 8.804552] ath9k_htc 1-1.3.3:1.0: ath9k_htc: FW Version: 1.3
  410. [ 8.829599] ath: EEPROM regdomain: 0x65
  411. [ 8.829644] ath: EEPROM indicates we should expect a direct regpair map
  412. [ 8.829679] ath: Country alpha2 being used: 00
  413. [ 8.829691] ath: Regpair used: 0x65
  414. [ 8.918952] ieee80211 phy0: Atheros AR9280 Rev:2
  415. [ 11.562042] cfg80211: World regulatory domain updated:
  416. [ 11.641012] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  417. [ 11.728856] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  418. [ 11.834740] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  419. [ 11.938653] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  420. [ 12.129663] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  421. [ 12.259788] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  422. [ 17.373028] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  423. [ 18.013290] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  424. [ 26.250244] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  425. [ 33.513128] bcm2835-cpufreq: switching to governor ondemand
  426. [ 33.513163] bcm2835-cpufreq: switching to governor ondemand
  427. [ 34.956739] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  428. [ 36.474014] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
  429. [ 37.451391] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
  430. [ 38.981296] Bluetooth: Core ver 2.16
  431. [ 38.981442] NET: Registered protocol family 31
  432. [ 38.981500] Bluetooth: HCI device and connection manager initialized
  433. [ 38.981546] Bluetooth: HCI socket layer initialized
  434. [ 38.981572] Bluetooth: L2CAP socket layer initialized
  435. [ 38.981645] Bluetooth: SCO socket layer initialized
  436. [ 39.071302] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  437. [ 39.071337] Bluetooth: BNEP filters: protocol multicast
  438. [ 39.071424] Bluetooth: BNEP socket layer initialized
  439. [ 39.084692] Bluetooth: RFCOMM TTY layer initialized
  440. [ 39.084803] Bluetooth: RFCOMM socket layer initialized
  441. [ 39.084824] Bluetooth: RFCOMM ver 1.11
  442. [ 55.984450] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  443. [ 56.094883] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  444. [ 56.544316] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  445. [ 56.825058] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  446. [ 58.622970] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
  447. [ 741.246850] usb 1-1.3.1: new low-speed USB device number 9 using dwc_otg
  448. [ 741.372261] usb 1-1.3.1: New USB device found, idVendor=045e, idProduct=0048
  449. [ 741.372327] usb 1-1.3.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  450. [ 741.372350] usb 1-1.3.1: Product: Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard
  451. [ 741.429381] input: Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/input/input2
  452. [ 741.431893] hid-generic 0003:045E:0048.0004: input,hidraw3: USB HID v1.10 Keyboard [Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard] on usb-bcm2708_usb-1.3.1/input0
  453. [ 741.507447] input: Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.1/input/input3
  454. [ 741.509606] hid-generic 0003:045E:0048.0005: input,hidraw4: USB HID v1.10 Device [Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard] on usb-bcm2708_usb-1.3.1/input1
  455. [154076.000933] usb 1-1.3.2: new low-speed USB device number 10 using dwc_otg
  456. [154076.107970] usb 1-1.3.2: New USB device found, idVendor=0461, idProduct=4d20
  457. [154076.108002] usb 1-1.3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  458. [154076.108017] usb 1-1.3.2: Product: USB Optical Mouse
  459. [154076.116845] input: USB Optical Mouse as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/input/input4
  460. [154076.122176] hid-generic 0003:0461:4D20.0006: input,hidraw5: USB HID v1.11 Mouse [USB Optical Mouse] on usb-bcm2708_usb-1.3.2/input0
  461. [160840.201744] usb 1-1.3.3: USB disconnect, device number 7
  462. [160840.338526] usb 1-1.3.3: ath9k_htc: USB layer deinitialized
  463. [160847.138848] usb 1-1.2.1: new full-speed USB device number 11 using dwc_otg
  464. [160847.241975] usb 1-1.2.1: not running at top speed; connect to a high speed hub
  465. [160847.254995] usb 1-1.2.1: New USB device found, idVendor=0cf3, idProduct=20ff
  466. [160847.255028] usb 1-1.2.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
  467. [160847.255044] usb 1-1.2.1: Product: USB2.0 Disk
  468. [160847.255059] usb 1-1.2.1: Manufacturer: ZyDA\xffffffc2\xffffff83\xffffff83
  469. [160847.255072] usb 1-1.2.1: SerialNumber: USB2.0 Disk
  470. [160847.258154] usb-storage 1-1.2.1:1.0: USB Mass Storage device detected
  471. [160847.267673] scsi1 : usb-storage 1-1.2.1:1.0
  472. [160848.273058] scsi 1:0:0:0: CD-ROM Virtual CDROM 0CF320FF 8765 PQ: 0 ANSI: 2
  473. [160848.360968] sr0: scsi3-mmc drive: 50x/50x xa/form2 tray
  474. [160848.361005] cdrom: Uniform CD-ROM driver Revision: 3.20
  475. [160848.370946] sr 1:0:0:0: Attached scsi CD-ROM sr0
  476. [160849.590911] usb 1-1.2.1: USB disconnect, device number 11
  477. [160850.339017] usb 1-1.2.1: new full-speed USB device number 12 using dwc_otg
  478. [160850.442412] usb 1-1.2.1: not running at top speed; connect to a high speed hub
  479. [160850.455396] usb 1-1.2.1: New USB device found, idVendor=0846, idProduct=9018
  480. [160850.455431] usb 1-1.2.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
  481. [160850.455449] usb 1-1.2.1: Product: WNDA3200
  482. [160850.455463] usb 1-1.2.1: Manufacturer: Netgear
  483. [160850.455478] usb 1-1.2.1: SerialNumber: 12345
  484. [160850.460214] usb 1-1.2.1: ath9k_htc: Firmware htc_7010.fw requested
  485. [160851.199291] usb 1-1.2.1: ath9k_htc: Transferred FW: htc_7010.fw, size: 72992
  486. [160851.269328] ath9k_htc 1-1.2.1:1.0: ath9k_htc: HTC initialized with 45 credits
  487. [160852.190498] ath9k_htc 1-1.2.1:1.0: ath9k_htc: FW Version: 1.3
  488. [160852.190561] ath: EEPROM regdomain: 0x65
  489. [160852.190575] ath: EEPROM indicates we should expect a direct regpair map
  490. [160852.190603] ath: Country alpha2 being used: 00
  491. [160852.190611] ath: Regpair used: 0x65
  492. [160852.204604] ieee80211 phy1: Atheros AR9280 Rev:2
  493. pi@raspberrypi ~ $
  494.  
  495. <SECTION09>
  496. pi@raspberrypi ~ $ ps -u root
  497. PID TTY TIME CMD
  498. 1 ? 00:00:09 init
  499. 2 ? 00:00:00 kthreadd
  500. 3 ? 00:02:23 ksoftirqd/0
  501. 5 ? 00:00:00 kworker/0:0H
  502. 7 ? 00:08:42 rcu_preempt
  503. 8 ? 00:00:00 rcu_bh
  504. 9 ? 00:00:00 rcu_sched
  505. 10 ? 00:00:00 khelper
  506. 11 ? 00:00:00 kdevtmpfs
  507. 12 ? 00:00:00 netns
  508. 14 ? 00:00:00 writeback
  509. 15 ? 00:00:00 bioset
  510. 16 ? 00:00:00 kblockd
  511. 17 ? 00:00:00 khubd
  512. 18 ? 00:00:00 rpciod
  513. 19 ? 00:00:00 khungtaskd
  514. 20 ? 00:00:32 kswapd0
  515. 21 ? 00:00:00 fsnotify_mark
  516. 22 ? 00:00:00 nfsiod
  517. 23 ? 00:00:00 crypto
  518. 29 ? 00:00:00 kthrotld
  519. 30 ? 00:00:00 VCHIQ-0
  520. 31 ? 00:00:00 VCHIQr-0
  521. 32 ? 00:00:00 VCHIQs-0
  522. 33 ? 00:00:00 iscsi_eh
  523. 34 ? 00:00:00 dwc_otg
  524. 35 ? 00:00:00 DWC Notificatio
  525. 37 ? 00:03:10 mmcqd/0
  526. 38 ? 00:00:00 deferwq
  527. 40 ? 00:00:02 jbd2/mmcblk0p2-
  528. 41 ? 00:00:00 ext4-dio-unwrit
  529. 143 ? 00:00:00 scsi_eh_0
  530. 144 ? 00:03:46 usb-storage
  531. 158 ? 00:00:01 udevd
  532. 189 ? 00:00:16 kworker/0:1H
  533. 263 ? 00:00:00 cfg80211
  534. 335 ? 00:06:34 ifplugd.agent
  535. 388 ? 00:06:40 ifplugd.agent
  536. 392 ? 00:08:12 net.agent
  537. 429 ? 00:06:39 ifplugd.agent
  538. 441 ? 00:08:11 net.agent
  539. 1848 ? 00:00:11 kworker/u2:2
  540. 2163 ? 00:01:48 ifplugd
  541. 2165 ? 00:00:00 rsyslogd
  542. 2292 ? 00:00:00 cron
  543. 2392 ? 00:00:06 ntpd
  544. 2449 ? 00:00:00 bluetoothd
  545. 2468 ? 00:00:00 krfcommd
  546. 2530 ? 00:00:01 NetworkManager
  547. 2535 ? 00:00:02 cupsd
  548. 2551 ? 00:00:01 polkitd
  549. 2586 ? 00:00:00 modem-manager
  550. 2632 ? 00:00:00 sshd
  551. 2699 ? 00:00:00 xrdp-sesman
  552. 2761 ? 00:37:04 wicd
  553. 2806 tty1 00:00:00 login
  554. 2807 tty2 00:00:00 getty
  555. 2808 tty3 00:00:00 getty
  556. 2811 tty4 00:00:00 getty
  557. 2812 tty5 00:00:00 getty
  558. 2813 tty6 00:00:00 getty
  559. 2814 ? 00:00:00 getty
  560. 2832 ? 00:08:15 wicd-monitor
  561. 3087 ? 00:00:00 dhclient
  562. 3640 tty7 00:56:01 Xorg
  563. 3715 ? 00:00:00 console-kit-dae
  564. 3988 ? 00:00:00 udisks-daemon
  565. 3993 ? 00:02:51 udisks-daemon
  566. 6214 ? 00:00:00 kworker/0:0
  567. 16797 ? 00:00:00 sshd
  568. 21748 ? 00:00:00 kworker/u2:0
  569. 23576 ? 00:00:00 kworker/0:2
  570. 24897 ? 00:00:00 udevd
  571. 24960 ? 00:00:21 ifplugd.agent
  572. 24967 ? 00:00:22 net.agent
  573. 24968 ? 00:00:00 udevd
  574. 28941 ? 00:00:00 kworker/0:1
  575. 32709 ? 00:00:00 sleep
  576. 32713 ? 00:00:00 sleep
  577. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement