Archiv > Raspberry PI

RPI 2

(1/17) > >>

clausmuus:
Hi,

ab sofort sind die RPI Images auch Raspberry PI 2 geeignet. Gleiches sollte nach einem Upgrade der Fall sein.

Claus

pbriesch:
Bin schon am Ausprobieren.  ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

pbriesch:
Bei dem Paket satip/vtuner gibt es folgende Meldung:

--- Code: ---Starting satip:
modprobe: can't load module dvb_core (kernel/drivers/media/dvb-core/dvb-core.ko): invalid module format

--- End code ---

Paul

pbriesch:
Hier noch einige Kernelmeldungen:

--- Code: ---Mar  4 13:38:57 (none) user.warn kernel: [  322.634337] dvb_core: disagrees about version of symbol module_layout
Mar  4 13:42:00 (none) user.warn kernel: [  505.803508] snd: disagrees about version of symbol module_layout
Mar  4 13:42:00 (none) user.warn kernel: [  505.811850] i2c_bcm2708: disagrees about version of symbol module_layout
Mar  4 13:42:00 (none) daemon.err udevd[10156]: failed to execute '/lib/udev/usb-db' 'usb-db /devices/platform/bcm2708_usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0': No such file or directory
Mar  4 13:42:00 (none) daemon.err udevd[10157]: failed to execute '/lib/udev/net.agent' 'net.agent': No such file or directory
Mar  4 13:42:00 (none) user.warn kernel: [  505.998603] 8192cu: disagrees about version of symbol module_layout
Mar  4 13:42:01 (none) daemon.err udevd[10245]: failed to execute '/lib/udev/net.agent' 'net.agent': No such file or directory
Mar  4 13:42:19 (none) user.warn kernel: [  524.569969] i2c_bcm2708: disagrees about version of symbol module_layout
Mar  4 13:42:19 (none) user.warn kernel: [  524.614960] snd: disagrees about version of symbol module_layout
Mar  4 13:42:19 (none) user.warn kernel: [  524.638263] 8192cu: disagrees about version of symbol module_layout
Mar  4 13:42:19 (none) daemon.err udevd[11836]: failed to execute '/lib/udev/usb-db' 'usb-db /devices/platform/bcm2708_usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0': No such file or directory
Mar  4 13:42:19 (none) daemon.err udevd[11841]: failed to execute '/lib/udev/net.agent' 'net.agent': No such file or directory
Mar  4 13:42:20 (none) daemon.err udevd[11901]: failed to execute '/lib/udev/net.agent' 'net.agent': No such file or directory
--- End code ---

Mit dem satip-plugin funktioniert der RPI 2 :D

pbriesch:
Und hier noch die Ausgabe von dmesg:

--- Code: ---MLD> dmesg
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0.147 (devel@mld-nb4-rpi2) (gcc version 4.6.3 (Debian 4.6.3-14+rpi1) ) #1 SMP PREEMPT Sun Mar 1 05:32:46 CET 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 0x36800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 225280
[    0.000000] free_area_init_node: node 0, pgdat 80a42f40, 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 (8620->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 11 pages/cpu @b6005000 s13184 r8192 d23680 u45056
[    0.000000] pcpu-alloc: s13184 r8192 d23680 u45056 alloc=11*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=1920 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa01041 bcm2709.serial=0x79083655 smsc95xx.macaddr=B8:27:EB:08:36:55 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  root=/dev/mmcblk0p2 rootwait splash=silent quiet nodialog smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0
[    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: 872672K/901120K available (7552K kernel code, 421K rwdata, 2076K rodata, 456K init, 780K bss, 20256K 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 : 0xb7800000 - 0xff000000   (1144 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xb7000000   ( 880 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x8096f430   (9630 kB)
[    0.000000]       .init : 0x80970000 - 0x809e2000   ( 456 kB)
[    0.000000]       .data : 0x809e2000 - 0x80a4b73c   ( 422 kB)
[    0.000000]        .bss : 0x80a4b73c - 0x80b0eadc   ( 781 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:480
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[    0.000015] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[    0.000037] Switching to timer-based delay loop, resolution 52ns
[    0.000327] Console: colour dummy device 80x30
[    0.000551] console [tty0] enabled
[    0.000581] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000605] pid_max: default: 32768 minimum: 301
[    0.001005] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001029] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002349] Initializing cgroup subsys memory
[    0.002396] Initializing cgroup subsys devices
[    0.002423] Initializing cgroup subsys freezer
[    0.002464] Initializing cgroup subsys net_cls
[    0.002487] Initializing cgroup subsys blkio
[    0.002572] CPU: Testing write buffer coherency: ok
[    0.002659] ftrace: allocating 23400 entries in 69 pages
[    0.062491] missing device node for CPU 0
[    0.062559] missing device node for CPU 1
[    0.062585] missing device node for CPU 2
[    0.062612] missing device node for CPU 3
[    0.062649] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.062665] [bcm2709_smp_prepare_cpus] enter
[    0.062805] Setting up static identity map for 0x6dcb80 - 0x6dcbd8
[    0.122532] [bcm2709_boot_secondary] cpu:1 started (0) 17
[    0.122837] [bcm2709_secondary_init] enter cpu:1
[    0.122894] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.142496] [bcm2709_boot_secondary] cpu:2 started (0) 17
[    0.142755] [bcm2709_secondary_init] enter cpu:2
[    0.142791] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.162571] [bcm2709_boot_secondary] cpu:3 started (0) 18
[    0.162809] [bcm2709_secondary_init] enter cpu:3
[    0.162843] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.162940] Brought up 4 CPUs
[    0.162966] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.162978] CPU: All CPU(s) started in SVC mode.
[    0.164019] devtmpfs: initialized
[    0.182696] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.184165] xor: measuring software checksum speed
[    0.282327]    arm4regs  :   829.200 MB/sec
[    0.382432]    8regs     :   542.400 MB/sec
[    0.482536]    32regs    :   511.200 MB/sec
[    0.582649]    neon      :   594.400 MB/sec
[    0.582664] xor: using function: arm4regs (829.200 MB/sec)
[    0.582708] pinctrl core: initialized pinctrl subsystem
[    0.583501] NET: Registered protocol family 16
[    0.589115] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.612753] cpuidle: using governor ladder
[    0.642784] cpuidle: using governor menu
[    0.643151] bcm2709.uart_clock = 3000000
[    0.646800] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.646818] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.646856] mailbox: Broadcom VideoCore Mailbox driver
[    0.646966] bcm2708_vcio: mailbox at f300b880
[    0.647392] bcm_power: Broadcom power driver
[    0.647411] bcm_power_open() -> 0
[    0.647423] bcm_power_request(0, 8)
[    1.148093] bcm_mailbox_read -> 00000080, 0
[    1.148107] bcm_power_request -> 0
[    1.148249] Serial: AMBA PL011 UART driver
[    1.148390] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.383632] raid6: int32x1     87 MB/s
[    1.553854] raid6: int32x2    103 MB/s
[    1.724440] raid6: int32x4    101 MB/s
[    1.894846] raid6: int32x8     79 MB/s
[    2.064651] raid6: neonx1     287 MB/s
[    2.234799] raid6: neonx2     384 MB/s
[    2.405041] raid6: neonx4     424 MB/s
[    2.575177] raid6: neonx8     266 MB/s
[    2.575190] raid6: using algorithm neonx4 (424 MB/s)
[    2.575202] raid6: using intx1 recovery algorithm
[    2.575812] SCSI subsystem initialized
[    2.576066] usbcore: registered new interface driver usbfs
[    2.576185] usbcore: registered new interface driver hub
[    2.576351] usbcore: registered new device driver usb
[    2.578258] Switched to clocksource arch_sys_counter
[    2.633114] FS-Cache: Loaded
[    2.633520] CacheFiles: Loaded
[    2.649595] NET: Registered protocol family 2
[    2.651018] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    2.651145] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    2.651339] TCP: Hash tables configured (established 8192 bind 8192)
[    2.651454] TCP: reno registered
[    2.651475] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    2.651538] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    2.651884] NET: Registered protocol family 1
[    2.652396] RPC: Registered named UNIX socket transport module.
[    2.652414] RPC: Registered udp transport module.
[    2.652425] RPC: Registered tcp transport module.
[    2.652435] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.653401] bcm2708_dma: DMA manager at f3007000
[    2.653545] bcm2708_gpio: bcm2708_gpio_probe 80a071a8
[    2.654301] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    2.656329] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    2.656569] audit: initializing netlink subsys (disabled)
[    2.656637] audit: type=2000 audit(2.619:1): initialized
[    2.677334] FS-Cache: Netfs 'nfs' registered for caching
[    2.678442] NFS: Registering the id_resolver key type
[    2.678516] Key type id_resolver registered
[    2.678529] Key type id_legacy registered
[    2.678955] SGI XFS with security attributes, no debug enabled
[    2.684568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.684760] io scheduler noop registered
[    2.684785] io scheduler deadline registered
[    2.684855] io scheduler cfq registered (default)
[    2.686574] BCM2708FB: allocated DMA memory f6c00000
[    2.686625] BCM2708FB: allocated DMA channel 0 @ f3007000
[    2.716843] Console: switching to colour frame buffer device 240x61
[    2.736608] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    2.736959] uart-pl011 dev:f1: no DMA platform data
[    2.737554] vc-cma: Videocore CMA driver
[    2.737569] vc-cma: vc_cma_base      = 0x00000000
[    2.737581] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    2.737593] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    2.751450] brd: module loaded
[    2.758381] loop: module loaded
[    2.758805] vchiq: vchiq_init_state: slot_zero = 0xb6800000, is_master = 0
[    2.759609] Loading iSCSI transport class v2.0-870.
[    2.760506] usbcore: registered new interface driver smsc95xx
[    2.760584] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.960964] Core Release: 2.80a
[    2.960985] Setting default values for core params
[    2.961038] Finished setting default values for core params
[    3.161484] Using Buffer DMA mode
[    3.161501] Periodic Transfer Interrupt Enhancement - disabled
[    3.161511] Multiprocessor Interrupt Enhancement - disabled
[    3.161524] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.161542] Dedicated Tx FIFOs mode
[    3.161934] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xb6c14000 dma = 0xf6c14000 len=9024
[    3.161974] FIQ FSM acceleration enabled for :
[    3.161974] Non-periodic Split Transactions
[    3.161974] Periodic Split Transactions
[    3.161974] High-Speed Isochronous Endpoints
[    3.162000] dwc_otg: Microframe scheduler enabled
[    3.162071] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80581ac0
[    3.162091] WARN::hcd_init_fiq:413: FIQ ASM at 0x80581e0c length 36
[    3.162112] WARN::hcd_init_fiq:438: MPHI regs_base at 0xb7806000
[    3.162139] dwc_otg bcm2708_usb: DWC OTG Controller
[    3.162192] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    3.162244] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    3.162303] Init: Port Power? op_state=1
[    3.162314] Init: Power Port (0)
[    3.162648] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.162669] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.162686] usb usb1: Product: DWC OTG Controller
[    3.162702] usb usb1: Manufacturer: Linux 3.19.0.147 dwc_otg_hcd
[    3.162718] usb usb1: SerialNumber: bcm2708_usb
[    3.163864] hub 1-0:1.0: USB hub found
[    3.163935] hub 1-0:1.0: 1 port detected
[    3.164685] dwc_otg: FIQ enabled
[    3.164702] dwc_otg: NAK holdoff enabled
[    3.164713] dwc_otg: FIQ split-transaction FSM enabled
[    3.164756] Module dwc_common_port init
[    3.165189] usbcore: registered new interface driver usb-storage
[    3.165516] mousedev: PS/2 mouse device common for all mice
[    3.166228] bcm2835-cpufreq: min=600000 max=900000
[    3.166534] Driver 'mmcblk' needs updating - please use bus_type methods
[    3.166615] sdhci: Secure Digital Host Controller Interface driver
[    3.166627] sdhci: Copyright(c) Pierre Ossman
[    3.166808] DMA channels allocated for the MMC driver
[    3.198424] Load BCM2835 MMC driver
[    3.198616] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.199137] ledtrig-cpu: registered to indicate activity on CPUs
[    3.200481] hidraw: raw HID events driver (C) Jiri Kosina
[    3.202889] usbcore: registered new interface driver usbhid
[    3.202902] usbhid: USB HID core driver
[    3.203295] TCP: cubic registered
[    3.204398] Initializing XFRM netlink socket
[    3.204446] NET: Registered protocol family 17
[    3.204633] Key type dns_resolver registered
[    3.207193] Registering SWP/SWPB emulation handler
[    3.213870] registered taskstats version 1
[    3.217807] Btrfs loaded
[    3.218027] vc-sm: Videocore shared memory driver
[    3.218047] [vc_sm_connected_init]: start
[    3.218900] [vc_sm_connected_init]: end - returning 0
[    3.219961] Waiting for root device /dev/mmcblk0p2...
[    3.236824] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.240106] mmc0: new high speed SDHC card at address aaaa
[    3.240772] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[    3.242357]  mmcblk0: p1 p2
[    3.334602] F2FS-fs (mmcblk0p2): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    3.334626] F2FS-fs (mmcblk0p2): Can't find valid F2FS filesystem in 1th superblock
[    3.335454] F2FS-fs (mmcblk0p2): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    3.335472] F2FS-fs (mmcblk0p2): Can't find valid F2FS filesystem in 2th superblock
[    3.335644] F2FS-fs (mmcblk0p2): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    3.335658] F2FS-fs (mmcblk0p2): Can't find valid F2FS filesystem in 1th superblock
[    3.335818] F2FS-fs (mmcblk0p2): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    3.335832] F2FS-fs (mmcblk0p2): Can't find valid F2FS filesystem in 2th superblock
[    3.336764] BTRFS: device fsid c503670b-cfb8-4551-bc65-16eef5da1fe3 devid 1 transid 77 /dev/root
[    3.338914] BTRFS info (device mmcblk0p2): disk space caching is enabled
[    3.353387] BTRFS: detected SSD devices, enabling SSD mode
[    3.357639] VFS: Mounted root (btrfs filesystem) on device 0:14.
[    3.358496] Indeed it is in host mode hprt0 = 00021501
[    3.369536] devtmpfs: mounted
[    3.370325] Freeing unused kernel memory: 456K (80970000 - 809e2000)
[    3.538461] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    3.538645] Indeed it is in host mode hprt0 = 00001101
[    3.738777] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    3.738807] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.740042] hub 1-1:1.0: USB hub found
[    3.740165] hub 1-1:1.0: 5 ports detected
[    4.018436] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.118620] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.118641] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.121788] smsc95xx v1.0.4
[    4.182130] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:08:36:55
[    4.258370] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
[    4.359878] usb 1-1.3: New USB device found, idVendor=7392, idProduct=7822
[    4.359899] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.359916] usb 1-1.3: Product: 802.11n WLAN Adapter
[    4.359931] usb 1-1.3: Manufacturer: Realtek
[    4.359947] usb 1-1.3: SerialNumber: 00e04c000001
[    4.438382] usb 1-1.5: new low-speed USB device number 5 using dwc_otg
[    4.557876] usb 1-1.5: New USB device found, idVendor=0bc7, idProduct=0006
[    4.557897] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.557914] usb 1-1.5: Product: USB Receiver
[    4.557930] usb 1-1.5: Manufacturer: X10 Wireless Technology Inc
[    5.080779] BTRFS info (device mmcblk0p2): disk space caching is enabled
[    7.010940] i2c_dev: disagrees about version of symbol module_layout
[    7.118329] uinput: disagrees about version of symbol module_layout
[    7.228003] i2c_dev: disagrees about version of symbol module_layout
[    8.099954] udevd[331]: starting version 175
[    8.304840] snd: disagrees about version of symbol module_layout
[    8.348736] i2c_bcm2708: disagrees about version of symbol module_layout
[    8.521650] 8192cu: disagrees about version of symbol module_layout
[    8.538646] lirc_dev: disagrees about version of symbol module_layout
[    8.578782] rc_core: disagrees about version of symbol module_layout
[    8.830490] XFS (mmcblk0p1): unknown mount option [nls].
[    8.831645] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    8.831666] F2FS-fs (mmcblk0p1): Can't find valid F2FS filesystem in 1th superblock
[    8.832292] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x6020601)
[    8.832310] F2FS-fs (mmcblk0p1): Can't find valid F2FS filesystem in 2th superblock
[    8.832332] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[    8.832346] F2FS-fs (mmcblk0p1): Can't find valid F2FS filesystem in 1th superblock
[    8.832361] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x6020601)
[    8.832374] F2FS-fs (mmcblk0p1): Can't find valid F2FS filesystem in 2th superblock
[   14.060946] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   14.061144] random: nonblocking pool is initialized
[   15.568940] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xDDE1
[   35.248051] i2c_bcm2708: disagrees about version of symbol module_layout
[   35.443117] lirc_dev: disagrees about version of symbol module_layout
[   35.444139] rc_core: disagrees about version of symbol module_layout
[   35.565762] 8192cu: disagrees about version of symbol module_layout
[   35.589959] snd: disagrees about version of symbol module_layout
[  119.671789] i2c_bcm2708: disagrees about version of symbol module_layout
[  119.684220] snd: disagrees about version of symbol module_layout
[  119.837492] 8192cu: disagrees about version of symbol module_layout
[  119.920441] lirc_dev: disagrees about version of symbol module_layout
[  119.921220] rc_core: disagrees about version of symbol module_layout
[  186.469915] i2c_bcm2708: disagrees about version of symbol module_layout
[  186.475427] snd: disagrees about version of symbol module_layout
[  186.745863] 8192cu: disagrees about version of symbol module_layout
[  186.761799] lirc_dev: disagrees about version of symbol module_layout
[  186.762635] rc_core: disagrees about version of symbol module_layout
MLD>
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version