30/12/2017, 17:53
Salve a tutti! Ho comprato il modulo camera v 2.1 da 8 mega pixel. Installato in un raspi pi2 con raspbian jessie ma non riesco a farla funzionare mi esce sempre fuori lo stesso errore che vi mostro di seguito:
quando invece do il comando "dmesg":
Da cosa dipende? cosa sbaglio?
Codice:
pi@raspberrypi:~ $ raspistill -t 30000
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
mmal: Camera is not detected. Please check carefully the camera module is installed correctly
quando invece do il comando "dmesg":
Codice:
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.13-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 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 model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 8 MiB at 0x36800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 225280
[ 0.000000] free_area_init_node: node 0, pgdat 8085f000, node_mem_map b6036000
[ 0.000000] Normal zone: 1980 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 225280 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 @b5ff4000 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: 223300
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1600 bcm2708_fb.fbheight=1200 bcm2709.boardrev=0xa01041 bcm2709.serial=0x4c6440e8 smsc95xx.macaddr=B8:27:EB:64:40:E8 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=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes 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: 874536K/901120K available (5967K kernel code, 534K rwdata, 1652K rodata, 420K init, 757K bss, 18392K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xb7800000 - 0xff000000 (1144 MB)
lowmem : 0x80000000 - 0xb7000000 ( 880 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80778f64 (7620 kB)
.init : 0x80779000 - 0x807e2000 ( 420 kB)
.data : 0x807e2000 - 0x80867b6c ( 535 kB)
.bss : 0x8086a000 - 0x8092779c ( 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 (phys).
[ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000032] Switching to timer-based delay loop, resolution 52ns
[ 0.000320] Console: colour dummy device 80x30
[ 0.002084] console [tty1] enabled
[ 0.002151] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.002251] pid_max: default: 32768 minimum: 301
[ 0.002624] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002690] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003990] Initializing cgroup subsys blkio
[ 0.004070] Initializing cgroup subsys memory
[ 0.004137] Initializing cgroup subsys devices
[ 0.004198] Initializing cgroup subsys freezer
[ 0.004272] Initializing cgroup subsys net_cls
[ 0.004380] CPU: Testing write buffer coherency: ok
[ 0.004499] ftrace: allocating 20235 entries in 60 pages
[ 0.053957] CPU0: update cpu_capacity 1024
[ 0.054040] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.054087] [bcm2709_smp_prepare_cpus] enter
[ 0.054252] Setting up static identity map for 0x8240 - 0x8274
[ 0.113833] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.114269] [bcm2709_secondary_init] enter cpu:1
[ 0.114323] CPU1: update cpu_capacity 1024
[ 0.114331] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.133808] [bcm2709_boot_secondary] cpu:2 started (0) 17
[ 0.134174] [bcm2709_secondary_init] enter cpu:2
[ 0.134206] CPU2: update cpu_capacity 1024
[ 0.134214] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.153847] [bcm2709_boot_secondary] cpu:3 started (0) 16
[ 0.154103] [bcm2709_secondary_init] enter cpu:3
[ 0.154132] CPU3: update cpu_capacity 1024
[ 0.154140] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.154236] Brought up 4 CPUs
[ 0.154370] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.154411] CPU: All CPU(s) started in HYP mode.
[ 0.154447] CPU: Virtualization extensions available.
[ 0.155458] devtmpfs: initialized
[ 0.179814] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.180207] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.181358] pinctrl core: initialized pinctrl subsystem
[ 0.182193] NET: Registered protocol family 16
[ 0.187992] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.189255] bcm2709.uart_clock = 3000000
[ 0.194461] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.194532] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.194752] Serial: AMBA PL011 UART driver
[ 0.194968] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[ 0.195588] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.265412] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
[ 0.265516] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
[ 0.266276] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[ 0.266329] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[ 0.267112] SCSI subsystem initialized
[ 0.267391] usbcore: registered new interface driver usbfs
[ 0.267534] usbcore: registered new interface driver hub
[ 0.267718] usbcore: registered new device driver usb
[ 0.268473] raspberrypi-firmware soc:firmware: Attached to firmware from 2015-11-18 15:48
[ 0.295880] Switched to clocksource arch_sys_counter
[ 0.345055] FS-Cache: Loaded
[ 0.345494] CacheFiles: Loaded
[ 0.359097] NET: Registered protocol family 2
[ 0.360527] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.360723] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.360964] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.361120] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.361217] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.361610] NET: Registered protocol family 1
[ 0.362138] RPC: Registered named UNIX socket transport module.
[ 0.362190] RPC: Registered udp transport module.
[ 0.362228] RPC: Registered tcp transport module.
[ 0.362265] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.363464] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.364926] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.380906] VFS: Disk quotas dquot_6.6.0
[ 0.381341] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.383958] FS-Cache: Netfs 'nfs' registered for caching
[ 0.385184] NFS: Registering the id_resolver key type
[ 0.385320] Key type id_resolver registered
[ 0.385360] Key type id_legacy registered
[ 0.388196] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.388441] io scheduler noop registered
[ 0.388491] io scheduler deadline registered (default)
[ 0.388849] io scheduler cfq registered
[ 0.391438] BCM2708FB: allocated DMA memory f6c00000
[ 0.391512] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 0.423026] Console: switching to colour frame buffer device 200x75
[ 0.442832] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[ 0.444297] vc-cma: Videocore CMA driver
[ 0.444401] vc-cma: vc_cma_base = 0x00000000
[ 0.444505] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 0.444621] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 0.444972] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 0.461647] brd: module loaded
[ 0.470975] loop: module loaded
[ 0.472125] vchiq: vchiq_init_state: slot_zero = 0xb6c80000, is_master = 0
[ 0.474073] Loading iSCSI transport class v2.0-870.
[ 0.475120] usbcore: registered new interface driver smsc95xx
[ 0.475328] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.675813] Core Release: 2.80a
[ 0.675947] Setting default values for core params
[ 0.676097] Finished setting default values for core params
[ 0.876625] Using Buffer DMA mode
[ 0.876713] Periodic Transfer Interrupt Enhancement - disabled
[ 0.876837] Multiprocessor Interrupt Enhancement - disabled
[ 0.876956] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.877059] Dedicated Tx FIFOs mode
[ 0.877521] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xb6c14000 dma = 0xf6c14000 len=9024
[ 0.877749] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
[ 0.878074] dwc_otg: Microframe scheduler enabled
[ 0.878151] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80402c54
[ 0.878289] WARN::hcd_init_fiq:413: FIQ ASM at 0x80402fb0 length 36
[ 0.878428] WARN::hcd_init_fiq:438: MPHI regs_base at 0xb789a000
[ 0.878594] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.878746] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.878930] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[ 0.879095] Init: Port Power? op_state=1
[ 0.879184] Init: Power Port (0)
[ 0.879567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.879720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.879872] usb usb1: Product: DWC OTG Controller
[ 0.879980] usb usb1: Manufacturer: Linux 4.1.13-v7+ dwc_otg_hcd
[ 0.880110] usb usb1: SerialNumber: 3f980000.usb
[ 0.881151] hub 1-0:1.0: USB hub found
[ 0.881302] hub 1-0:1.0: 1 port detected
[ 0.887515] dwc_otg: FIQ enabled
[ 0.887531] dwc_otg: NAK holdoff enabled
[ 0.887542] dwc_otg: FIQ split-transaction FSM enabled
[ 0.887584] Module dwc_common_port init
[ 0.887996] usbcore: registered new interface driver usb-storage
[ 0.893981] mousedev: PS/2 mouse device common for all mice
[ 0.900600] bcm2835-cpufreq: min=600000 max=1000000
[ 0.906689] sdhci: Secure Digital Host Controller Interface driver
[ 0.912369] sdhci: Copyright(c) Pierre Ossman
[ 0.918508] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 0.924179] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[ 0.966264] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.976950] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.982911] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.989947] usbcore: registered new interface driver usbhid
[ 0.996788] usbhid: USB HID core driver
[ 1.003991] Initializing XFRM netlink socket
[ 1.009812] NET: Registered protocol family 17
[ 1.018947] Key type dns_resolver registered
[ 1.025134] Registering SWP/SWPB emulation handler
[ 1.031765] registered taskstats version 1
[ 1.037699] vc-sm: Videocore shared memory driver
[ 1.043199] [vc_sm_connected_init]: start
[ 1.049502] [vc_sm_connected_init]: end - returning 0
[ 1.057071] Waiting for root device /dev/mmcblk0p2...
[ 1.062668] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.070473] mmc0: new high speed SDHC card at address 59b4
[ 1.076614] mmcblk0: mmc0:59b4 NCard 30.0 GiB
[ 1.083373] mmcblk0: p1 p2
[ 1.086063] Indeed it is in host mode hprt0 = 00021501
[ 1.179953] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 1.185598] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 1.265942] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.271856] Indeed it is in host mode hprt0 = 00001101
[ 1.476315] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.482131] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.488844] hub 1-1:1.0: USB hub found
[ 1.494724] hub 1-1:1.0: 5 ports detected
[ 1.775925] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.834309] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 1.840557] EXT4-fs (mmcblk0p2): 1 orphan inode deleted
[ 1.846312] EXT4-fs (mmcblk0p2): recovery complete
[ 1.896306] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 1.901445] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.901515] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.904205] devtmpfs: mounted
[ 1.904962] Freeing unused kernel memory: 420K (80779000 - 807e2000)
[ 1.925167] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.934018] smsc95xx v1.0.4
[ 2.000254] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:64:40:e8
[ 2.245959] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.310846] random: systemd urandom read with 80 bits of entropy available
[ 2.322073] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 2.329087] systemd[1]: Detected architecture 'arm'.
[ 2.370818] usb 1-1.2: New USB device found, idVendor=046d, idProduct=0b07
[ 2.377168] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.383408] usb 1-1.2: Product: Logitech BT Mini-Receiver
[ 2.389665] usb 1-1.2: Manufacturer: Logitech
[ 2.397158] hub 1-1.2:1.0: USB hub found
[ 2.403943] hub 1-1.2:1.0: 3 ports detected
[ 2.506062] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
[ 2.519934] NET: Registered protocol family 10
[ 2.528166] systemd[1]: Inserted module 'ipv6'
[ 2.536460] systemd[1]: Set hostname to <raspberrypi>.
[ 2.644199] usb 1-1.4: New USB device found, idVendor=148f, idProduct=5370
[ 2.650695] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.657047] usb 1-1.4: Product: 802.11 n WLAN
[ 2.663298] usb 1-1.4: Manufacturer: Ralink
[ 2.669768] usb 1-1.4: SerialNumber: 1.0
[ 2.715962] usb 1-1.2.2: new full-speed USB device number 6 using dwc_otg
[ 2.844521] usb 1-1.2.2: New USB device found, idVendor=046d, idProduct=c71e
[ 2.850979] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.857309] usb 1-1.2.2: Product: Logitech BT Mini-Receiver
[ 2.863544] usb 1-1.2.2: Manufacturer: Logitech
[ 2.869782] usb 1-1.2.2: SerialNumber: 001F201071FE
[ 2.895802] input: Logitech Logitech BT Mini-Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:046D:C71E.0001/input/input0
[ 2.956326] hid-generic 0003:046D:C71E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech BT Mini-Receiver] on usb-3f980000.usb-1.2.2/input0
[ 3.035951] usb 1-1.2.3: new full-speed USB device number 7 using dwc_otg
[ 3.168318] usb 1-1.2.3: New USB device found, idVendor=046d, idProduct=c71f
[ 3.175109] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.181882] usb 1-1.2.3: Product: Logitech BT Mini-Receiver
[ 3.188568] usb 1-1.2.3: Manufacturer: Logitech
[ 3.195233] usb 1-1.2.3: SerialNumber: 001F201071FE
[ 3.279102] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.286419] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.293178] systemd[1]: Starting Remote File Systems (Pre).
[ 3.307856] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.314684] systemd[1]: Starting Encrypted Volumes.
[ 3.329240] systemd[1]: Reached target Encrypted Volumes.
[ 3.336205] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 3.351538] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.358589] systemd[1]: Starting Swap.
[ 3.373390] systemd[1]: Reached target Swap.
[ 3.380338] systemd[1]: Expecting device dev-mmcblk0p1.device...
[ 3.395003] systemd[1]: Starting Root Slice.
[ 3.409756] systemd[1]: Created slice Root Slice.
[ 3.416636] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 3.431591] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 3.438587] systemd[1]: Starting Delayed Shutdown Socket.
[ 3.453526] systemd[1]: Listening on Delayed Shutdown Socket.
[ 3.460562] systemd[1]: Starting Journal Socket (/dev/log).
[ 3.475568] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.482537] systemd[1]: Starting User and Session Slice.
[ 3.497537] systemd[1]: Created slice User and Session Slice.
[ 3.504449] systemd[1]: Starting udev Control Socket.
[ 3.519142] systemd[1]: Listening on udev Control Socket.
[ 3.525849] systemd[1]: Starting udev Kernel Socket.
[ 3.540044] systemd[1]: Listening on udev Kernel Socket.
[ 3.546545] systemd[1]: Starting Journal Socket.
[ 3.560514] systemd[1]: Listening on Journal Socket.
[ 3.567095] systemd[1]: Starting System Slice.
[ 3.581042] systemd[1]: Created slice System Slice.
[ 3.587472] systemd[1]: Starting system-systemd\x2dfsck.slice.
[ 3.601617] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.608273] systemd[1]: Starting Increase datagram queue length...
[ 3.625650] systemd[1]: Starting Restore / save the current clock...
[ 3.667272] systemd[1]: Starting Load Kernel Modules...
[ 3.694626] systemd[1]: Started Set Up Additional Binary Formats.
[ 3.703150] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 3.726819] systemd[1]: Mounting Debug File System...
[ 3.747929] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.767242] systemd[1]: Mounted Huge Pages File System.
[ 3.773079] fuse init (API version 7.23)
[ 3.782755] systemd[1]: Starting udev Coldplug all Devices...
[ 3.801882] i2c /dev entries driver
[ 3.803402] systemd[1]: Starting File System Check on Root Device...
[ 3.829629] systemd[1]: Starting system-autologin.slice.
[ 3.844606] systemd[1]: Created slice system-autologin.slice.
[ 3.851398] systemd[1]: Starting Slices.
[ 3.859995] media: Linux media interface: v0.10
[ 3.873302] systemd[1]: Reached target Slices.
[ 3.891577] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.895790] Linux video capture interface: v2.00
[ 3.912988] systemd[1]: Mounted Debug File System.
[ 3.929021] systemd[1]: Started Increase datagram queue length.
[ 3.970484] systemd[1]: Started Restore / save the current clock.
[ 3.981804] : [color=#ffcc33]bcm2835-v4l2: error -1 while loading driver[/color]
[ 3.993395] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 4.010238] systemd[1]: Time has been changed
[ 4.091960] systemd[1]: Started udev Coldplug all Devices.
[ 4.100088] systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
[ 4.123337] systemd[1]: Failed to start Load Kernel Modules.
[ 4.130400] systemd[1]: Unit systemd-modules-load.service entered failed state.
[ 4.147068] systemd[1]: Started File System Check on Root Device.
[ 4.302694] systemd[1]: Mounting FUSE Control File System...
[ 4.320757] systemd[1]: Starting Apply Kernel Variables...
[ 4.341096] systemd[1]: Mounting Configuration File System...
[ 4.360546] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.380698] systemd[1]: Starting Syslog Socket.
[ 4.389812] systemd[1]: Listening on Syslog Socket.
[ 4.390036] systemd[1]: Starting Journal Service...
[ 4.410870] systemd[1]: Started Journal Service.
[ 4.596751] systemd-udevd[110]: starting version 215
[ 4.747224] random: nonblocking pool is initialized
[ 5.117006] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 5.124323] spi spi0.0: setting up native-CS0 as GPIO 8
[ 5.127092] spi spi0.1: setting up native-CS1 as GPIO 7
[ 5.135245] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 79) (baudrate 100000)
[ 5.384132] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.540924] input: Logitech Logitech BT Mini-Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:046D:C71F.0002/input/input1
[ 5.554531] cfg80211: Calling CRDA to update world regulatory domain
[ 5.599323] logitech 0003:046D:C71F.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech Logitech BT Mini-Receiver] on usb-3f980000.usb-1.2.3/input0
[ 5.776036] usb 1-1.4: reset high-speed USB device number 5 using dwc_otg
[ 5.887052] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[ 5.912787] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[ 5.944163] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 5.949222] usbcore: registered new interface driver rt2800usb
[ 5.991603] cfg80211: World regulatory domain updated:
[ 5.991640] cfg80211: DFS Master region: unset
[ 5.991654] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 5.991674] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.991693] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 5.991708] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.991726] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 5.991745] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 5.991761] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 5.991777] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 5.991793] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 6.389516] systemd-journald[108]: Received request to flush runtime journal from PID 1
[ 6.826384] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 6.830126] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[ 7.164031] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 8.295564] Adding 102396k swap on /var/swap. Priority:-1 extents:5 across:1929212k SSFS
[ 8.738879] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 8.740460] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.550835] [color=#ffcc33]bcm2708_fb soc:fb: Unknown ioctl 0x40187a22[/color]
[ 10.302646] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.307683] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Da cosa dipende? cosa sbaglio?