Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NetGear WNDA3200 USB wireless adapter: Running Raspberry Pi (Raspbian Debian Wheezy)
- ======================================
- Hi All, I'm having trouble trying to install an NetGear WNDA3200 (Atheros) USB wireless WiFi adapter
- on Debian Raspbian Wheezy 3.10.254, can anyone help please, thanks :)
- <SECTION 01>
- pi@raspberrypi ~ $ lsusb
- Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
- Bus 001 Device 004: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
- Bus 001 Device 005: ID 058f:9254 Alcor Micro Corp. Hub
- Bus 001 Device 006: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
- Bus 001 Device 010: ID 0846:9018 NetGear, Inc. WNDA3200 802.11abgn Wireless Adapter [Atheros
- AR7010+AR9280]
- Bus 001 Device 008: ID 1997:2433
- pi@raspberrypi ~ $
- <SECTION 02>
- pi@raspberrypi ~ $ ifconfig
- eth0 Link encap:Ethernet HWaddr b8:27:eb:03:11:60
- inet addr:192.168.0.14 Bcast:192.168.0.255 Mask:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:762 errors:0 dropped:12 overruns:0 frame:0
- TX packets:369 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:61888 (60.4 KiB) TX bytes:43263 (42.2 KiB)
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- UP LOOPBACK RUNNING MTU:65536 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
- wlan0 Link encap:Ethernet HWaddr 4c:60:de:6c:de:a9
- UP BROADCAST MULTICAST MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
- pi@raspberrypi ~ $
- <SECTION 03>
- pi@raspberrypi ~ $ iwconfig
- wlan0 IEEE 802.11abgn ESSID:off/any
- Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
- Retry long limit:7 RTS thr:off Fragment thr:off
- Power Management:off
- lo no wireless extensions.
- eth0 no wireless extensions.
- pi@raspberrypi ~ $
- <SECTION 04>
- GNU nano 2.2.6 File: /etc/network/interfaces
- auto lo
- iface lo inet loopback
- iface eth0 inet static
- address 192.168.0.14
- netmask 255.255.255.0
- gateway 192.168.0.1
- allow-hotplug wlan0
- iface wlan0 inet manual
- address 192.168.0.19
- netmask 255.255.255.0
- gateway 192.168.0.1
- wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
- iface default inet manual
- pi@raspberrypi ~ $
- <SECTION 05>
- GNU nano 2.2.6 File: /etc/wpa_supplicant/wpa_supplicant.conf
- network={
- ssid=SURKITZ
- proto=RSN
- key_mgmt=WPA-PSK
- pairwise=CCMP TKIP
- group=CCMP TKIP
- psk=MyFakeWifiPass
- }
- <SECTION 06>
- pi@raspberrypi ~ $ dpkg-query -l | grep firmware
- ii firmware-atheros 0.36+wheezy.1 all Binary
- firmware for Atheros wireless cards
- ii firmware-brcm80211 0.36+wheezy.1 all Binary
- firmware for Broadcom 802.11 wireless cards
- ii firmware-libertas 0.36+wheezy.1 all Binary
- firmware for Marvell Libertas 8xxx wireless cards
- ii firmware-ralink 0.36+wheezy.1 all Binary
- firmware for Ralink wireless cards
- ii firmware-realtek 0.36+wheezy.1 all Binary
- firmware for Realtek wired and wireless network adapters
- ii ipxe-qemu 1.0.0+git-20120202.f6840ba-3 all PXE boot
- firmware - ROM images for qemu
- ii rpi-update 20130510 all
- Raspberry Pi firmware updating tool
- pi@raspberrypi ~ $
- <SECTION07>
- pi@raspberrypi ~ $ lsmod
- Module Size Used by
- sr_mod 13728 0
- cdrom 38355 1 sr_mod
- rfcomm 32939 0
- bnep 10792 2
- bluetooth 221259 10 bnep,rfcomm
- snd_bcm2835 16165 0
- arc4 1683 2
- snd_soc_bcm2708_i2s 5474 0
- regmap_mmio 2806 1 snd_soc_bcm2708_i2s
- snd_soc_core 131268 1 snd_soc_bcm2708_i2s
- regmap_spi 1897 1 snd_soc_core
- joydev 9084 0
- snd_pcm 81593 2 snd_bcm2835,snd_soc_core
- evdev 9419 10
- ath9k_htc 57067 0
- snd_page_alloc 5156 1 snd_pcm
- regmap_i2c 1645 1 snd_soc_core
- snd_compress 8076 1 snd_soc_core
- snd_seq 53769 0
- snd_timer 20133 2 snd_pcm,snd_seq
- snd_seq_device 6473 1 snd_seq
- mac80211 315594 1 ath9k_htc
- ath9k_common 3153 1 ath9k_htc
- leds_gpio 2059 0
- led_class 3688 2 leds_gpio,ath9k_htc
- ath9k_hw 405494 2 ath9k_common,ath9k_htc
- ath 17741 3 ath9k_common,ath9k_htc,ath9k_hw
- snd 61291 7
- snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
- cfg80211 209273 3 ath,mac80211,ath9k_htc
- rfkill 19138 3 cfg80211,bluetooth
- pi@raspberrypi ~ $
- <SECTION08>
- pi@raspberrypi ~ $ dmesg
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Initializing cgroup subsys cpuacct
- [ 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
- [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
- [ 0.000000] Machine: BCM2708
- [ 0.000000] cma: CMA: reserved 16 MiB at 1b000000
- [ 0.000000] Memory policy: ECC disabled, Data cache writeback
- [ 0.000000] On node 0 totalpages: 114688
- [ 0.000000] free_area_init_node: node 0, pgdat c05cfd6c, node_mem_map c067d000
- [ 0.000000] Normal zone: 896 pages used for memmap
- [ 0.000000] Normal zone: 0 pages reserved
- [ 0.000000] Normal zone: 114688 pages, LIFO batch:31
- [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
- [ 0.000000] pcpu-alloc: [0] 0
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113792
- [ 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
- [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
- [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 0.000000] Memory: 448MB = 448MB total
- [ 0.000000] Memory: 431652k/431652k available, 27100k reserved, 0K highmem
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
- [ 0.000000] vmalloc : 0xdc800000 - 0xff000000 ( 552 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
- [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc05727b4 (5546 kB)
- [ 0.000000] .init : 0xc0573000 - 0xc0597424 ( 146 kB)
- [ 0.000000] .data : 0xc0598000 - 0xc05d0870 ( 227 kB)
- [ 0.000000] .bss : 0xc05d0870 - 0xc067c3e0 ( 687 kB)
- [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] NR_IRQS:330
- [ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
- [ 0.000000] Switching to timer-based delay loop
- [ 0.000000] Console: colour dummy device 80x30
- [ 0.000000] console [tty1] enabled
- [ 0.001183] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
- [ 0.001249] pid_max: default: 32768 minimum: 301
- [ 0.001724] Mount-cache hash table entries: 512
- [ 0.002533] Initializing cgroup subsys memory
- [ 0.002643] Initializing cgroup subsys devices
- [ 0.002685] Initializing cgroup subsys freezer
- [ 0.002720] Initializing cgroup subsys blkio
- [ 0.002885] CPU: Testing write buffer coherency: ok
- [ 0.003367] Setting up static identity map for 0xc0406048 - 0xc04060a4
- [ 0.005205] devtmpfs: initialized
- [ 0.019626] NET: Registered protocol family 16
- [ 0.025607] DMA: preallocated 4096 KiB pool for atomic coherent allocations
- [ 0.026723] bcm2708.uart_clock = 0
- [ 0.028460] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
- [ 0.028515] hw-breakpoint: maximum watchpoint size is 4 bytes.
- [ 0.028556] mailbox: Broadcom VideoCore Mailbox driver
- [ 0.028656] bcm2708_vcio: mailbox at f200b880
- [ 0.028765] bcm_power: Broadcom power driver
- [ 0.028807] bcm_power_open() -> 0
- [ 0.028836] bcm_power_request(0, 8)
- [ 0.529559] bcm_mailbox_read -> 00000080, 0
- [ 0.529604] bcm_power_request -> 0
- [ 0.529835] Serial: AMBA PL011 UART driver
- [ 0.530001] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83) is a PL011 rev3
- [ 0.872228] console [ttyAMA0] enabled
- [ 0.898188] bio: create slab <bio-0> at 0
- [ 0.903526] SCSI subsystem initialized
- [ 0.907504] usbcore: registered new interface driver usbfs
- [ 0.913224] usbcore: registered new interface driver hub
- [ 0.918803] usbcore: registered new device driver usb
- [ 0.925393] Switching to clocksource stc
- [ 0.929740] FS-Cache: Loaded
- [ 0.932914] CacheFiles: Loaded
- [ 0.948721] NET: Registered protocol family 2
- [ 0.954143] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
- [ 0.961412] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
- [ 0.967938] TCP: Hash tables configured (established 4096 bind 4096)
- [ 0.974414] TCP: reno registered
- [ 0.977673] UDP hash table entries: 256 (order: 0, 4096 bytes)
- [ 0.983583] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
- [ 0.990330] NET: Registered protocol family 1
- [ 0.995264] RPC: Registered named UNIX socket transport module.
- [ 1.001327] RPC: Registered udp transport module.
- [ 1.006055] RPC: Registered tcp transport module.
- [ 1.010806] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 1.018158] bcm2708_dma: DMA manager at f2007000
- [ 1.022977] bcm2708_gpio: bcm2708_gpio_probe c05a5e50
- [ 1.028434] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
- [ 1.037820] audit: initializing netlink socket (disabled)
- [ 1.043504] type=2000 audit(0.890:1): initialized
- [ 1.205919] VFS: Disk quotas dquot_6.5.2
- [ 1.210323] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
- [ 1.219163] FS-Cache: Netfs 'nfs' registered for caching
- [ 1.225911] NFS: Registering the id_resolver key type
- [ 1.231205] Key type id_resolver registered
- [ 1.235419] Key type id_legacy registered
- [ 1.240211] msgmni has been set to 875
- [ 1.246079] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
- [ 1.253938] io scheduler noop registered
- [ 1.257901] io scheduler deadline registered (default)
- [ 1.263495] io scheduler cfq registered
- [ 1.267640] bcm2708_fb_debugfs_init: could not create debugfs entry
- [ 1.275228] BCM2708FB: allocated DMA memory 5b400000
- [ 1.280387] BCM2708FB: allocated DMA channel 0 @ f2007000
- [ 1.315073] Console: switching to colour frame buffer device 228x61
- [ 1.335792] uart-pl011 dev:f1: no DMA platform data
- [ 1.340880] kgdb: Registered I/O driver kgdboc.
- [ 1.346180] vc-cma: Videocore CMA driver
- [ 1.350273] vc-cma: vc_cma_base = 0x00000000
- [ 1.355070] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
- [ 1.360655] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
- [ 1.375849] brd: module loaded
- [ 1.384446] loop: module loaded
- [ 1.387999] vchiq: vchiq_init_state: slot_zero = 0xdb000000, is_master = 0
- [ 1.396119] Loading iSCSI transport class v2.0-870.
- [ 1.402395] usbcore: registered new interface driver smsc95xx
- [ 1.408530] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
- [ 1.614686] Core Release: 2.80a
- [ 1.617930] Setting default values for core params
- [ 1.622933] Finished setting default values for core params
- [ 1.828683] Using Buffer DMA mode
- [ 1.832119] Periodic Transfer Interrupt Enhancement - disabled
- [ 1.838054] Multiprocessor Interrupt Enhancement - disabled
- [ 1.843760] OTG VER PARAM: 0, OTG VER FLAG: 0
- [ 1.848211] Dedicated Tx FIFOs mode
- [ 1.852403] dwc_otg: Microframe scheduler enabled
- [ 1.852656] dwc_otg bcm2708_usb: DWC OTG Controller
- [ 1.857701] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
- [ 1.865173] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
- [ 1.870825] Init: Port Power? op_state=1
- [ 1.874832] Init: Power Port (0)
- [ 1.878268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
- [ 1.889517] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 1.901028] usb usb1: Product: DWC OTG Controller
- [ 1.909983] usb usb1: Manufacturer: Linux 3.10.25+ dwc_otg_hcd
- [ 1.920060] usb usb1: SerialNumber: bcm2708_usb
- [ 1.929726] hub 1-0:1.0: USB hub found
- [ 1.937655] hub 1-0:1.0: 1 port detected
- [ 1.946290] dwc_otg: FIQ enabled
- [ 1.946312] dwc_otg: NAK holdoff enabled
- [ 1.946323] dwc_otg: FIQ split fix enabled
- [ 1.946343] Module dwc_common_port init
- [ 1.946807] usbcore: registered new interface driver usb-storage
- [ 1.957550] mousedev: PS/2 mouse device common for all mice
- [ 1.968123] bcm2835-cpufreq: min=700000 max=950000 cur=700000
- [ 1.978415] bcm2835-cpufreq: switching to governor powersave
- [ 1.988392] bcm2835-cpufreq: switching to governor powersave
- [ 1.998276] cpuidle: using governor ladder
- [ 2.006393] cpuidle: using governor menu
- [ 2.014493] sdhci: Secure Digital Host Controller Interface driver
- [ 2.024697] sdhci: Copyright(c) Pierre Ossman
- [ 2.033221] sdhci: Enable low-latency mode
- [ 2.079441] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
- [ 2.091708] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
- [ 2.101984] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 2.114001] ledtrig-cpu: registered to indicate activity on CPUs
- [ 2.131601] hidraw: raw HID events driver (C) Jiri Kosina
- [ 2.141340] Indeed it is in host mode hprt0 = 00021501
- [ 2.153018] usbcore: registered new interface driver usbhid
- [ 2.169668] usbhid: USB HID core driver
- [ 2.193151] TCP: cubic registered
- [ 2.209405] Initializing XFRM netlink socket
- [ 2.217806] NET: Registered protocol family 17
- [ 2.249596] Key type dns_resolver registered
- [ 2.259897] mmc0: read SD Status register (SSR) after 2 attempts
- [ 2.279864] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
- [ 2.300891] mmc0: new high speed SDHC card at address aaaa
- [ 2.315521] registered taskstats version 1
- [ 2.324714] mmcblk0: mmc0:aaaa SU08G 7.40 GiB
- [ 2.333839] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
- [ 2.346351] mmcblk0: p1 p2
- [ 2.376290] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 2.389153] VFS: Mounted root (ext4 filesystem) on device 179:2.
- [ 2.401047] devtmpfs: mounted
- [ 2.408961] Freeing unused kernel memory: 144K (c0573000 - c0597000)
- [ 2.429508] usb 1-1: new high-speed USB device number 2 using dwc_otg
- [ 2.441057] Indeed it is in host mode hprt0 = 00001101
- [ 2.650319] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
- [ 2.662213] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 2.675705] hub 1-1:1.0: USB hub found
- [ 2.685403] hub 1-1:1.0: 5 ports detected
- [ 2.969812] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
- [ 3.080254] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
- [ 3.094004] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 3.110165] smsc95xx v1.0.4
- [ 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
- [ 3.309787] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
- [ 3.434094] usb 1-1.2: New USB device found, idVendor=0451, idProduct=2046
- [ 3.446568] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 3.464485] hub 1-1.2:1.0: USB hub found
- [ 3.474788] hub 1-1.2:1.0: 4 ports detected
- [ 3.569883] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
- [ 3.698436] usb 1-1.3: New USB device found, idVendor=058f, idProduct=9254
- [ 3.719566] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- [ 3.744709] usb 1-1.3: Product: Generic USB Hub
- [ 3.769680] usb 1-1.3: Manufacturer: ALCOR
- [ 3.786678] hub 1-1.3:1.0: USB hub found
- [ 3.806945] hub 1-1.3:1.0: 4 ports detected
- [ 3.910328] usb 1-1.2.4: new full-speed USB device number 6 using dwc_otg
- [ 4.031319] usb 1-1.2.4: not running at top speed; connect to a high speed hub
- [ 4.063226] usb 1-1.2.4: New USB device found, idVendor=058f, idProduct=6364
- [ 4.077680] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
- [ 4.090485] usb 1-1.2.4: Product: Mass Storage Device
- [ 4.100451] usb 1-1.2.4: Manufacturer: Generic
- [ 4.109667] usb 1-1.2.4: SerialNumber: 058F63646476
- [ 4.122251] usb-storage 1-1.2.4:1.0: USB Mass Storage device detected
- [ 4.134453] scsi0 : usb-storage 1-1.2.4:1.0
- [ 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
- [ 4.270252] usb 1-1.3.3: new full-speed USB device number 7 using dwc_otg
- [ 4.334648] udevd[158]: starting version 175
- [ 4.404155] usb 1-1.3.3: not running at top speed; connect to a high speed hub
- [ 4.448151] usb 1-1.3.3: New USB device found, idVendor=0846, idProduct=9018
- [ 4.475538] usb 1-1.3.3: New USB device strings: Mfr=16, Product=32, SerialNumber=48
- [ 4.517557] usb 1-1.3.3: Product: WNDA3200
- [ 4.536780] usb 1-1.3.3: Manufacturer: Netgear
- [ 4.558906] usb 1-1.3.3: SerialNumber: 12345
- [ 4.670286] usb 1-1.3.4: new full-speed USB device number 8 using dwc_otg
- [ 4.819113] usb 1-1.3.4: New USB device found, idVendor=1997, idProduct=2433
- [ 4.862479] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- [ 4.889636] usb 1-1.3.4: Product: Mini Keyboard
- [ 4.899297] usb 1-1.3.4: Manufacturer:
- [ 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
- [ 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
- [ 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
- [ 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
- [ 5.142434] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0
- [ 5.637011] scsi 0:0:0:1: Direct-Access Generic- Compact Flash 1.01 PQ: 0 ANSI: 0
- [ 5.653432] sd 0:0:0:0: [sda] 15407104 512-byte logical blocks: (7.88 GB/7.34 GiB)
- [ 5.705424] sd 0:0:0:0: [sda] Write Protect is off
- [ 5.717533] scsi 0:0:0:2: Direct-Access Generic- SM/xD-Picture 1.02 PQ: 0 ANSI: 0
- [ 5.735799] sd 0:0:0:1: [sdb] Attached SCSI removable disk
- [ 5.765155] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
- [ 5.767677] sd 0:0:0:0: [sda] No Caching mode page found
- [ 5.782637] scsi 0:0:0:3: Direct-Access Generic- MS/MS-Pro 1.03 PQ: 0 ANSI: 0 CCS
- [ 5.799468] sd 0:0:0:2: [sdc] Attached SCSI removable disk
- [ 5.829532] sd 0:0:0:0: [sda] Assuming drive cache: write through
- [ 5.855779] sd 0:0:0:3: [sdd] Attached SCSI removable disk
- [ 5.894410] sd 0:0:0:0: [sda] No Caching mode page found
- [ 5.919548] sd 0:0:0:0: [sda] Assuming drive cache: write through
- [ 5.958501] sda: unknown partition table
- [ 5.988204] sd 0:0:0:0: [sda] No Caching mode page found
- [ 6.009567] sd 0:0:0:0: [sda] Assuming drive cache: write through
- [ 6.039542] sd 0:0:0:0: [sda] Attached SCSI removable disk
- [ 6.688526] cfg80211: Calling CRDA to update world regulatory domain
- [ 7.362254] usb 1-1.3.3: ath9k_htc: Firmware htc_7010.fw requested
- [ 7.417354] usbcore: registered new interface driver ath9k_htc
- [ 7.795393] usb 1-1.3.3: ath9k_htc: Transferred FW: htc_7010.fw, size: 72992
- [ 7.864220] ath9k_htc 1-1.3.3:1.0: ath9k_htc: HTC initialized with 45 credits
- [ 7.949161] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory
- [ 8.804552] ath9k_htc 1-1.3.3:1.0: ath9k_htc: FW Version: 1.3
- [ 8.829599] ath: EEPROM regdomain: 0x65
- [ 8.829644] ath: EEPROM indicates we should expect a direct regpair map
- [ 8.829679] ath: Country alpha2 being used: 00
- [ 8.829691] ath: Regpair used: 0x65
- [ 8.918952] ieee80211 phy0: Atheros AR9280 Rev:2
- [ 11.562042] cfg80211: World regulatory domain updated:
- [ 11.641012] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
- [ 11.728856] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
- [ 11.834740] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
- [ 11.938653] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
- [ 12.129663] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
- [ 12.259788] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
- [ 17.373028] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
- [ 18.013290] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
- [ 26.250244] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
- [ 33.513128] bcm2835-cpufreq: switching to governor ondemand
- [ 33.513163] bcm2835-cpufreq: switching to governor ondemand
- [ 34.956739] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 36.474014] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
- [ 37.451391] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
- [ 38.981296] Bluetooth: Core ver 2.16
- [ 38.981442] NET: Registered protocol family 31
- [ 38.981500] Bluetooth: HCI device and connection manager initialized
- [ 38.981546] Bluetooth: HCI socket layer initialized
- [ 38.981572] Bluetooth: L2CAP socket layer initialized
- [ 38.981645] Bluetooth: SCO socket layer initialized
- [ 39.071302] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
- [ 39.071337] Bluetooth: BNEP filters: protocol multicast
- [ 39.071424] Bluetooth: BNEP socket layer initialized
- [ 39.084692] Bluetooth: RFCOMM TTY layer initialized
- [ 39.084803] Bluetooth: RFCOMM socket layer initialized
- [ 39.084824] Bluetooth: RFCOMM ver 1.11
- [ 55.984450] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 56.094883] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 56.544316] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 56.825058] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
- [ 58.622970] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
- [ 741.246850] usb 1-1.3.1: new low-speed USB device number 9 using dwc_otg
- [ 741.372261] usb 1-1.3.1: New USB device found, idVendor=045e, idProduct=0048
- [ 741.372327] usb 1-1.3.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
- [ 741.372350] usb 1-1.3.1: Product: Microsoft\xffffffc2\xffffffae\xffffffae Office Keyboard
- [ 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
- [ 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
- [ 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
- [ 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
- [154076.000933] usb 1-1.3.2: new low-speed USB device number 10 using dwc_otg
- [154076.107970] usb 1-1.3.2: New USB device found, idVendor=0461, idProduct=4d20
- [154076.108002] usb 1-1.3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
- [154076.108017] usb 1-1.3.2: Product: USB Optical Mouse
- [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
- [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
- [160840.201744] usb 1-1.3.3: USB disconnect, device number 7
- [160840.338526] usb 1-1.3.3: ath9k_htc: USB layer deinitialized
- [160847.138848] usb 1-1.2.1: new full-speed USB device number 11 using dwc_otg
- [160847.241975] usb 1-1.2.1: not running at top speed; connect to a high speed hub
- [160847.254995] usb 1-1.2.1: New USB device found, idVendor=0cf3, idProduct=20ff
- [160847.255028] usb 1-1.2.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
- [160847.255044] usb 1-1.2.1: Product: USB2.0 Disk
- [160847.255059] usb 1-1.2.1: Manufacturer: ZyDA\xffffffc2\xffffff83\xffffff83
- [160847.255072] usb 1-1.2.1: SerialNumber: USB2.0 Disk
- [160847.258154] usb-storage 1-1.2.1:1.0: USB Mass Storage device detected
- [160847.267673] scsi1 : usb-storage 1-1.2.1:1.0
- [160848.273058] scsi 1:0:0:0: CD-ROM Virtual CDROM 0CF320FF 8765 PQ: 0 ANSI: 2
- [160848.360968] sr0: scsi3-mmc drive: 50x/50x xa/form2 tray
- [160848.361005] cdrom: Uniform CD-ROM driver Revision: 3.20
- [160848.370946] sr 1:0:0:0: Attached scsi CD-ROM sr0
- [160849.590911] usb 1-1.2.1: USB disconnect, device number 11
- [160850.339017] usb 1-1.2.1: new full-speed USB device number 12 using dwc_otg
- [160850.442412] usb 1-1.2.1: not running at top speed; connect to a high speed hub
- [160850.455396] usb 1-1.2.1: New USB device found, idVendor=0846, idProduct=9018
- [160850.455431] usb 1-1.2.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
- [160850.455449] usb 1-1.2.1: Product: WNDA3200
- [160850.455463] usb 1-1.2.1: Manufacturer: Netgear
- [160850.455478] usb 1-1.2.1: SerialNumber: 12345
- [160850.460214] usb 1-1.2.1: ath9k_htc: Firmware htc_7010.fw requested
- [160851.199291] usb 1-1.2.1: ath9k_htc: Transferred FW: htc_7010.fw, size: 72992
- [160851.269328] ath9k_htc 1-1.2.1:1.0: ath9k_htc: HTC initialized with 45 credits
- [160852.190498] ath9k_htc 1-1.2.1:1.0: ath9k_htc: FW Version: 1.3
- [160852.190561] ath: EEPROM regdomain: 0x65
- [160852.190575] ath: EEPROM indicates we should expect a direct regpair map
- [160852.190603] ath: Country alpha2 being used: 00
- [160852.190611] ath: Regpair used: 0x65
- [160852.204604] ieee80211 phy1: Atheros AR9280 Rev:2
- pi@raspberrypi ~ $
- <SECTION09>
- pi@raspberrypi ~ $ ps -u root
- PID TTY TIME CMD
- 1 ? 00:00:09 init
- 2 ? 00:00:00 kthreadd
- 3 ? 00:02:23 ksoftirqd/0
- 5 ? 00:00:00 kworker/0:0H
- 7 ? 00:08:42 rcu_preempt
- 8 ? 00:00:00 rcu_bh
- 9 ? 00:00:00 rcu_sched
- 10 ? 00:00:00 khelper
- 11 ? 00:00:00 kdevtmpfs
- 12 ? 00:00:00 netns
- 14 ? 00:00:00 writeback
- 15 ? 00:00:00 bioset
- 16 ? 00:00:00 kblockd
- 17 ? 00:00:00 khubd
- 18 ? 00:00:00 rpciod
- 19 ? 00:00:00 khungtaskd
- 20 ? 00:00:32 kswapd0
- 21 ? 00:00:00 fsnotify_mark
- 22 ? 00:00:00 nfsiod
- 23 ? 00:00:00 crypto
- 29 ? 00:00:00 kthrotld
- 30 ? 00:00:00 VCHIQ-0
- 31 ? 00:00:00 VCHIQr-0
- 32 ? 00:00:00 VCHIQs-0
- 33 ? 00:00:00 iscsi_eh
- 34 ? 00:00:00 dwc_otg
- 35 ? 00:00:00 DWC Notificatio
- 37 ? 00:03:10 mmcqd/0
- 38 ? 00:00:00 deferwq
- 40 ? 00:00:02 jbd2/mmcblk0p2-
- 41 ? 00:00:00 ext4-dio-unwrit
- 143 ? 00:00:00 scsi_eh_0
- 144 ? 00:03:46 usb-storage
- 158 ? 00:00:01 udevd
- 189 ? 00:00:16 kworker/0:1H
- 263 ? 00:00:00 cfg80211
- 335 ? 00:06:34 ifplugd.agent
- 388 ? 00:06:40 ifplugd.agent
- 392 ? 00:08:12 net.agent
- 429 ? 00:06:39 ifplugd.agent
- 441 ? 00:08:11 net.agent
- 1848 ? 00:00:11 kworker/u2:2
- 2163 ? 00:01:48 ifplugd
- 2165 ? 00:00:00 rsyslogd
- 2292 ? 00:00:00 cron
- 2392 ? 00:00:06 ntpd
- 2449 ? 00:00:00 bluetoothd
- 2468 ? 00:00:00 krfcommd
- 2530 ? 00:00:01 NetworkManager
- 2535 ? 00:00:02 cupsd
- 2551 ? 00:00:01 polkitd
- 2586 ? 00:00:00 modem-manager
- 2632 ? 00:00:00 sshd
- 2699 ? 00:00:00 xrdp-sesman
- 2761 ? 00:37:04 wicd
- 2806 tty1 00:00:00 login
- 2807 tty2 00:00:00 getty
- 2808 tty3 00:00:00 getty
- 2811 tty4 00:00:00 getty
- 2812 tty5 00:00:00 getty
- 2813 tty6 00:00:00 getty
- 2814 ? 00:00:00 getty
- 2832 ? 00:08:15 wicd-monitor
- 3087 ? 00:00:00 dhclient
- 3640 tty7 00:56:01 Xorg
- 3715 ? 00:00:00 console-kit-dae
- 3988 ? 00:00:00 udisks-daemon
- 3993 ? 00:02:51 udisks-daemon
- 6214 ? 00:00:00 kworker/0:0
- 16797 ? 00:00:00 sshd
- 21748 ? 00:00:00 kworker/u2:0
- 23576 ? 00:00:00 kworker/0:2
- 24897 ? 00:00:00 udevd
- 24960 ? 00:00:21 ifplugd.agent
- 24967 ? 00:00:22 net.agent
- 24968 ? 00:00:00 udevd
- 28941 ? 00:00:00 kworker/0:1
- 32709 ? 00:00:00 sleep
- 32713 ? 00:00:00 sleep
- pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement