Code: Select all
Module Size Used by
rpi_ft5406 2826 0
i2c_dev 6047 0
snd_bcm2835 19769 3
evdev 10232 6
joydev 9047 0
snd_soc_wm8804_i2c 1430 0
snd_soc_pcm512x_i2c 2129 0
snd_soc_wm8804 7184 1 snd_soc_wm8804_i2c
snd_soc_pcm512x 15547 1 snd_soc_pcm512x_i2c
snd_soc_tas5713 5006 0
regmap_i2c 2714 3 snd_soc_pcm512x_i2c,snd_soc_wm8804_i2c,snd_soc_tas5713
snd_soc_bcm2708_i2s 6701 0
regmap_mmio 2969 1 snd_soc_bcm2708_i2s
snd_soc_core 132622 4 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_tas5713,snd_soc_bcm2708_i2s
snd_compress 7736 1 snd_soc_core
snd_pcm_dmaengine 3287 1 snd_soc_core
snd_pcm 74825 5 snd_bcm2835,snd_soc_pcm512x,snd_soc_wm8804,snd_soc_core,snd_pcm_dmaengine
snd_seq 53561 0
snd_seq_device 3650 1 snd_seq
snd_timer 18157 2 snd_pcm,snd_seq
snd 52116 13 snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
8192cu 528485 0
i2c_bcm2708 5014 0
spi_bcm2708 5121 0
Code: Select all
pi@raspberrypi ~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: BCM2709
[ 0.000000] cma: Reserved 8 MiB at 0x3a800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 241664
[ 0.000000] free_area_init_node: node 0, pgdat 8085af80, node_mem_map b9fa6000
[ 0.000000] Normal zone: 2124 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 241664 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f6d000 s20608 r8192 d24448 u53248
[ 0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa01041 bcm2709.serial=0x159880a4 smsc95xx.macaddr=B8:27:EB:98:80:A4 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 939564K/966656K available (5958K kernel code, 534K rwdata, 1648K rodata, 416K init, 757K bss, 18900K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xbb800000 - 0xff000000 (1080 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x80775cd0 (7608 kB)
[ 0.000000] .init : 0x80776000 - 0x807de000 ( 416 kB)
[ 0.000000] .data : 0x807de000 - 0x80863af4 ( 535 kB)
[ 0.000000] .bss : 0x80866000 - 0x8092378c ( 758 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000031] Switching to timer-based delay loop, resolution 52ns
[ 0.000321] Console: colour dummy device 80x30
[ 0.002144] console [tty1] enabled
[ 0.002207] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.002308] pid_max: default: 32768 minimum: 301
[ 0.002679] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002746] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.004086] Initializing cgroup subsys blkio
[ 0.004171] Initializing cgroup subsys memory
[ 0.004241] Initializing cgroup subsys devices
[ 0.004306] Initializing cgroup subsys freezer
[ 0.004380] Initializing cgroup subsys net_cls
[ 0.004492] CPU: Testing write buffer coherency: ok
[ 0.004617] ftrace: allocating 20207 entries in 60 pages
[ 0.053980] missing device node for CPU 0
[ 0.054063] missing device node for CPU 1
[ 0.054102] missing device node for CPU 2
[ 0.054138] missing device node for CPU 3
[ 0.054183] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.054228] [bcm2709_smp_prepare_cpus] enter
[ 0.054389] Setting up static identity map for 0x8240 - 0x8274
[ 0.113965] [bcm2709_boot_secondary] cpu:1 started (0) 18
[ 0.114406] [bcm2709_secondary_init] enter cpu:1
[ 0.114459] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.133953] [bcm2709_boot_secondary] cpu:2 started (0) 17
[ 0.134319] [bcm2709_secondary_init] enter cpu:2
[ 0.134352] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.153995] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.154252] [bcm2709_secondary_init] enter cpu:3
[ 0.154283] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.154377] Brought up 4 CPUs
[ 0.154484] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.154525] CPU: All CPU(s) started in SVC mode.
[ 0.155538] devtmpfs: initialized
[ 0.176112] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.176475] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.177636] pinctrl core: initialized pinctrl subsystem
[ 0.178462] NET: Registered protocol family 16
[ 0.184214] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.185399] bcm2709.uart_clock = 3000000
[ 0.185474] of_platform_populate failed: -22
[ 0.187691] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.187759] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.187943] Serial: AMBA PL011 UART driver
[ 0.188114] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[ 0.688898] console [ttyAMA0] enabled
[ 0.693097] bcm2835-mbox bcm2835-mbox: mailbox enabled
[ 0.766409] bcm2708-dmaengine bcm2708-dmaengine: DMA legacy API manager at f3007000, dmachans=0x7f35
[ 0.775687] bcm2708-dmaengine bcm2708-dmaengine: failed to get irq for DMA channel 13
[ 0.783569] bcm2708-dmaengine bcm2708-dmaengine: Initialized 8 DMA channels (+ 1 legacy)
[ 0.792452] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[ 0.799805] bcm2708-dmaengine bcm2708-dmaengine: dma_debug:0
[ 0.806167] SCSI subsystem initialized
[ 0.810166] usbcore: registered new interface driver usbfs
[ 0.815792] usbcore: registered new interface driver hub
[ 0.821261] usbcore: registered new device driver usb
[ 0.826988] raspberrypi-firmware raspberrypi-firmware.0: Attached to firmware from 2015-09-23 12:12
[ 0.863295] Switched to clocksource arch_sys_counter
[ 0.917332] FS-Cache: Loaded
[ 0.920610] CacheFiles: Loaded
[ 0.935094] NET: Registered protocol family 2
[ 0.940797] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.948064] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.954779] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.961272] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.967298] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.974057] NET: Registered protocol family 1
[ 0.978870] RPC: Registered named UNIX socket transport module.
[ 0.984910] RPC: Registered udp transport module.
[ 0.989637] RPC: Registered tcp transport module.
[ 0.994382] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.001852] bcm2708_gpio: bcm2708_gpio_probe 80802a68
[ 1.008839] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.031012] VFS: Disk quotas dquot_6.6.0
[ 1.035412] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.044960] FS-Cache: Netfs 'nfs' registered for caching
[ 1.051506] NFS: Registering the id_resolver key type
[ 1.056678] Key type id_resolver registered
[ 1.060884] Key type id_legacy registered
[ 1.067858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.075542] io scheduler noop registered
[ 1.079505] io scheduler deadline registered (default)
[ 1.085095] io scheduler cfq registered
[ 1.090611] BCM2708FB: allocated DMA memory fac00000
[ 1.095668] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 1.108443] Console: switching to colour frame buffer device 100x30
[ 1.121359] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[ 1.130775] vc-cma: Videocore CMA driver
[ 1.136622] vc-cma: vc_cma_base = 0x00000000
[ 1.143181] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 1.150406] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 1.157837] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 1.183585] brd: module loaded
[ 1.197377] loop: module loaded
[ 1.203381] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[ 1.213999] Loading iSCSI transport class v2.0-870.
[ 1.221717] usbcore: registered new interface driver smsc95xx
[ 1.229491] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.437550] Core Release: 2.80a
[ 1.442547] Setting default values for core params
[ 1.449272] Finished setting default values for core params
[ 1.657148] Using Buffer DMA mode
[ 1.662352] Periodic Transfer Interrupt Enhancement - disabled
[ 1.670105] Multiprocessor Interrupt Enhancement - disabled
[ 1.677562] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.683799] Dedicated Tx FIFOs mode
[ 1.689439] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
[ 1.703271] FIQ FSM acceleration enabled for :
[ 1.703271] Non-periodic Split Transactions
[ 1.703271] Periodic Split Transactions
[ 1.703271] High-Speed Isochronous Endpoints
[ 1.727946] dwc_otg: Microframe scheduler enabled
[ 1.728016] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80401108
[ 1.728025] WARN::hcd_init_fiq:413: FIQ ASM at 0x80401464 length 36
[ 1.728036] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[ 1.728057] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.728122] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.728162] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.728208] Init: Port Power? op_state=1
[ 1.728212] Init: Power Port (0)
[ 1.728505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.728516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.728525] usb usb1: Product: DWC OTG Controller
[ 1.728534] usb usb1: Manufacturer: Linux 4.1.7-v7+ dwc_otg_hcd
[ 1.728543] usb usb1: SerialNumber: bcm2708_usb
[ 1.729496] hub 1-0:1.0: USB hub found
[ 1.729554] hub 1-0:1.0: 1 port detected
[ 1.730037] dwc_otg: FIQ enabled
[ 1.730041] dwc_otg: NAK holdoff enabled
[ 1.730045] dwc_otg: FIQ split-transaction FSM enabled
[ 1.730077] Module dwc_common_port init
[ 1.737219] usbcore: registered new interface driver usb-storage
[ 1.737486] mousedev: PS/2 mouse device common for all mice
[ 1.769474] bcm2835-cpufreq: min=600000 max=900000
[ 1.777134] sdhci: Secure Digital Host Controller Interface driver
[ 1.777137] sdhci: Copyright(c) Pierre Ossman
[ 1.777441] mmc-bcm2835 mmc-bcm2835.0: mmc_debug:0 mmc_debug2:0
[ 1.777450] mmc-bcm2835 mmc-bcm2835.0: DMA channels allocated
[ 1.813440] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.813851] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.814025] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.814282] usbcore: registered new interface driver usbhid
[ 1.814285] usbhid: USB HID core driver
[ 1.814607] Initializing XFRM netlink socket
[ 1.814644] NET: Registered protocol family 17
[ 1.814829] Key type dns_resolver registered
[ 1.815289] Registering SWP/SWPB emulation handler
[ 1.816270] registered taskstats version 1
[ 1.816543] vc-sm: Videocore shared memory driver
[ 1.816555] [vc_sm_connected_init]: start
[ 1.827279] [vc_sm_connected_init]: end - returning 0
[ 1.923438] Indeed it is in host mode hprt0 = 00021501
[ 1.988375] Waiting for root device /dev/mmcblk0p2...
[ 1.994619] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.998097] mmc0: new high speed SDHC card at address aaaa
[ 1.998750] mmcblk0: mmc0:aaaa SL32G 29.7 GiB
[ 2.020082] mmcblk0: p1 p2
[ 2.093341] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.101820] Indeed it is in host mode hprt0 = 00001101
[ 2.155859] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.173397] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.182252] devtmpfs: mounted
[ 2.187874] Freeing unused kernel memory: 416K (80776000 - 807de000)
[ 2.323786] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.332562] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.343014] hub 1-1:1.0: USB hub found
[ 2.348967] hub 1-1:1.0: 5 ports detected
[ 2.633415] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.753897] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.763007] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.776579] smsc95xx v1.0.4
[ 2.847829] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:98:80:a4
[ 2.943366] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 3.054101] usb 1-1.2: New USB device found, idVendor=0409, idProduct=005a
[ 3.064109] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.074900] hub 1-1.2:1.0: USB hub found
[ 3.081524] hub 1-1.2:1.0: 4 ports detected
[ 3.183451] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
[ 3.305216] usb 1-1.3: New USB device found, idVendor=7392, idProduct=7811
[ 3.314865] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.324695] usb 1-1.3: Product: 802.11n WLAN Adapter
[ 3.332257] usb 1-1.3: Manufacturer: Realtek
[ 3.340016] usb 1-1.3: SerialNumber: 00e04c000001
[ 3.383809] udevd[175]: starting version 175
[ 3.393448] usb 1-1.2.4: new low-speed USB device number 6 using dwc_otg
[ 3.601440] usb 1-1.2.4: New USB device found, idVendor=046d, idProduct=c318
[ 3.613501] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.623591] usb 1-1.2.4: Product: Logitech Illuminated Keyboard
[ 3.632014] usb 1-1.2.4: Manufacturer: Logitech
[ 3.682802] input: Logitech Logitech Illuminated Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:046D:C318.0001/input/input0
[ 3.753859] hid-generic 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-bcm2708_usb-1.2.4/input0
[ 3.806516] input: Logitech Logitech Illuminated Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.1/0003:046D:C318.0002/input/input1
[ 3.891150] bcm2708_spi bcm2708_spi.0: master is unqueued, this is deprecated
[ 3.894154] hid-generic 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-bcm2708_usb-1.2.4/input1
[ 3.948806] input: Logitech Logitech Illuminated Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.2/0003:046D:C318.0003/input/input2
[ 3.971937] bcm2708_spi bcm2708_spi.0: SPI Controller at 0x3f204000 (irq 80)
[ 3.974225] hid-generic 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-bcm2708_usb-1.2.4/input2
[ 4.003409] bcm2708_i2c_init_pinmode(1,2)
[ 4.036406] bcm2708_i2c_init_pinmode(1,3)
[ 4.102149] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[ 4.347173] random: nonblocking pool is initialized
[ 4.486381] pcm512x 1-004d: Failed to reset device: -5
[ 4.506143] pcm512x: probe of 1-004d failed with error -5
[ 4.536521] wm8804 1-003b: Failed to read device ID: -5
[ 4.548792] wm8804: probe of 1-003b failed with error -5
[ 4.558712] pcm512x 1-004c: Failed to reset device: -5
[ 4.567753] pcm512x: probe of 1-004c failed with error -5
[ 4.632470] usbcore: registered new interface driver rtl8192cu
[ 7.098457] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 7.467283] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 8.004212] i2c /dev entries driver
[ 12.507473] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 19.662608] Adding 102396k swap on /var/swap. Priority:-1 extents:2 across:2134012k SSFS
[ 20.669298] rtc-ds1307 1-0068: rtc core: registered ds1307 as rtc0
[ 20.669347] rtc-ds1307 1-0068: 56 bytes nvram
[ 20.669426] i2c i2c-1: new_device: Instantiated device ds1307 at 0x68
[ 23.021777] uart-pl011 dev:f1: no DMA platform data
[ 32.158881] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 32.227102] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 80.610611] rtc-ds1307 1-0068: rtc core: registered ds1307 as rtc0
[ 80.610659] rtc-ds1307 1-0068: 56 bytes nvram
[ 80.619219] i2c i2c-1: Failed to register i2c client ds1307 at 0x68 (-16)
[ 80.734210] rtc-ds1307 1-0068: rtc core: registered ds1307 as rtc0
[ 80.734246] rtc-ds1307 1-0068: 56 bytes nvram
[ 80.740499] i2c i2c-1: Failed to register i2c client ds1307 at 0x68 (-16)