Closed don41382 closed 6 years ago
Führe mal yahm-module -m pivccu-driver enable
Aus und poste das Ergebnis Gruß
Leo
Von meinem iPhone gesendet
Am 29.08.2018 um 22:17 schrieb Felix Eckhardt notifications@github.com:
Moin,
ich bin der Anleitung http://coldcorner.de/2018/02/26/homematic-ccu2-mit-yahm-auf-raspberry-pi-3/ gefolgt bzw. der aktuellen github README.md. Auf dem System war eine frishe Raspbian Version
Leider erhalte ich keine Module Information nach Aufruf:
YAHM Version: 1.9 CCU2 Version: 2.35.16
Module information Module Serial: Module Firmware: not
LXC container information Name: yahm State: RUNNING PID: 697 IP: 192.168.178.39 CPU use: 15.13 seconds BlkIO use: 9.41 MiB Link: vethBAA9BK TX bytes: 15.69 KiB RX bytes: 22.65 KiB Total bytes: 38.34 KiB Das Module habe ich von ELV (HM-MOD-RPI-PCB) erworben und sollte (siehe Bild) auch richtig installiert und gelötet sein.
Hat jemand eine Idee?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Moin Leo,
danke für deinen Support. Hier ist der Output:
pi@raspberrypi:~ $ sudo yahm-module -m pivccu-driver enable
Executing pivccu-driver module_install()
Found hardware: Raspberry Pi 3
Found OS: raspbian
Found kernel: 4.14.50
Trying to disable bluetooth on Raspberry Pi 3 to use HM-MOD-RPI-PCB
Modification /boot/config.txt done.
Trying to disable serial console
Serial disabled successfully.
Updating sources
Downloading/Installing kernel sources/headers
Installing dependencies
Set right gcc version
Found kernel 4.14.50-v7+ downloading sources from git und prepare kernel modules (5-10 min)
*** gcc version check: OK
*** Using: /usr/share/doc/raspberrypi-bootloader/changelog.Debian.gz
*** Latest firmware revision: 748fb17992426bb29d99224b93cb962fefbdc833
*** Linux source commit: f1a1eec4c38d3c36b67c609f6c27805d04dab978
*** Kernel source already installed: /usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978
Blocking new kernel updates, please do not use rpi-update anymore, or run this module after kernel update again
Installing kernel modules
Building eq3 kernel modules
make -C /lib/modules/4.14.50-v7+/build M=/tmp/tmp.gIkT1VkDYI/kernel modules
make[1]: Entering directory '/usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978'
CC [M] /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.o
CC [M] /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.o
CC [M] /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.o
CC [M] /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.o
CC [M] /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.o
Building modules, stage 2.
MODPOST 5 modules
CC /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.mod.o
LD [M] /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.ko
CC /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.mod.o
LD [M] /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.ko
CC /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.mod.o
LD [M] /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.ko
CC /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.mod.o
LD [M] /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.ko
CC /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.mod.o
LD [M] /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.ko
make[1]: Leaving directory '/usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978'
Regenerating modules.dep and map files
Installing/Setup overlay file
Creating Overlay files
pivccu-bcm2835.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
pivccu-sun8i-h3.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
Setup Kernel Scheduler
kernel.sched_rt_runtime_us = -1
Preparing modification rfd.conf...
[Interface 0] block found in rfd.conf checking it...
Modification rfd.conf done.
Changing multimacd files
Changing lxc config
Copy startup files
PIVCCU was installed successfully, please restart your system to apply changes
STATUS: Module pivccu-driver was successfully installed
Felix
Hi
Macht mal reboot und poste danach output von lsmod
Von meinem iPhone gesendet
Am 30.08.2018 um 07:59 schrieb Felix Eckhardt notifications@github.com:
Moin Leo,
Danke für deinen Support. Hier ist der Output:
pi@raspberrypi:~ $ sudo yahm-module -m pivccu-driver enable Executing pivccu-driver module_install() Found hardware: Raspberry Pi 3 Found OS: raspbian Found kernel: 4.14.50 Trying to disable bluetooth on Raspberry Pi 3 to use HM-MOD-RPI-PCB Modification /boot/config.txt done. Trying to disable serial console Serial disabled successfully. Updating sources Downloading/Installing kernel sources/headers Installing dependencies Set right gcc version Found kernel 4.14.50-v7+ downloading sources from git und prepare kernel modules (5-10 min)
*** gcc version check: OK
*** Using: /usr/share/doc/raspberrypi-bootloader/changelog.Debian.gz
*** Latest firmware revision: 748fb17992426bb29d99224b93cb962fefbdc833
*** Linux source commit: f1a1eec4c38d3c36b67c609f6c27805d04dab978
*** Kernel source already installed: /usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978
Blocking new kernel updates, please do not use rpi-update anymore, or run this module after kernel update again Installing kernel modules Building eq3 kernel modules make -C /lib/modules/4.14.50-v7+/build M=/tmp/tmp.gIkT1VkDYI/kernel modules make[1]: Entering directory '/usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978' CC [M] /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.o CC [M] /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.o CC [M] /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.o CC [M] /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.o CC [M] /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.o Building modules, stage 2. MODPOST 5 modules CC /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.mod.o LD [M] /tmp/tmp.gIkT1VkDYI/kernel/dw_apb_raw_uart.ko CC /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.mod.o LD [M] /tmp/tmp.gIkT1VkDYI/kernel/eq3_char_loop.ko CC /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.mod.o LD [M] /tmp/tmp.gIkT1VkDYI/kernel/generic_raw_uart.ko CC /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.mod.o LD [M] /tmp/tmp.gIkT1VkDYI/kernel/pl011_raw_uart.ko CC /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.mod.o LD [M] /tmp/tmp.gIkT1VkDYI/kernel/plat_eq3ccu2.ko make[1]: Leaving directory '/usr/src/linux-f1a1eec4c38d3c36b67c609f6c27805d04dab978' Regenerating modules.dep and map files Installing/Setup overlay file Creating Overlay files pivccu-bcm2835.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property pivccu-sun8i-h3.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property Setup Kernel Scheduler kernel.sched_rt_runtime_us = -1 Preparing modification rfd.conf... [Interface 0] block found in rfd.conf checking it... Modification rfd.conf done. Changing multimacd files Changing lxc config Copy startup files PIVCCU was installed successfully, please restart your system to apply changes STATUS: Module pivccu-driver was successfully installed Felix
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hier der Output nach dem Reboot:
pi@raspberrypi:~ $ sudo lsmod
Module Size Used by
xt_tcpudp 16384 5
veth 16384 0
fuse 106496 3
iptable_filter 16384 1
bridge 122880 0
stp 16384 1 bridge
llc 16384 2 bridge,stp
snd_bcm2835 32768 0
snd_pcm 98304 1 snd_bcm2835
snd_timer 32768 1 snd_pcm
snd 69632 3 snd_timer,snd_bcm2835,snd_pcm
uio_pdrv_genirq 16384 0
uio 20480 1 uio_pdrv_genirq
ftdi_sio 40960 1
usbserial 40960 3 ftdi_sio
fixed 16384 0
plat_eq3ccu2 16384 0
eq3_char_loop 20480 0
ip_tables 24576 1 iptable_filter
x_tables 32768 3 ip_tables,iptable_filter,xt_tcpudp
ipv6 434176 43 bridge
hi
was passiert wenn du modprobe pl011_raw_uart
eingibst, schau unter dmesg nach
Hi Leo,
befinde mich gerade noch im Urlaub und bin am 10. Spetember wieder zurück, dann schicke ich dir den Output.
Felix
Hallo,
ich bin auf das selbe Problem wie Felix gestoßen, bis hierher sieht es bei mir genau gleich aus. Die Ausgabe von modprobe lautet:
root@raspberrypi:/home/pi# modprobe pl011_raw_uart
root@raspberrypi:/home/pi# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.50-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1122 SMP Tue Jun 19 12:26:26 B ST 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] On node 0 totalpages: 242688
[ 0.000000] free_area_init_node: node 0, pgdat 80c85000, node_mem_map ba3a100 0
[ 0.000000] Normal zone: 2133 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 242688 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 17 pages/cpu @ba34a000 s38720 r8192 d22720 u6963 2
[ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=1680 bcm2 708_fb.fbheight=1050 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_s ize=0x40000000 dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=d55363d5-02 root fstype=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: 940236K/970752K available (7168K kernel code, 575K rwdata , 2072K rodata, 1024K init, 706K bss, 22324K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
modules : 0x7f000000 - 0x80000000 ( 16 MB)
.text : 0x80008000 - 0x80800000 (8160 kB)
.init : 0x80b00000 - 0x80c00000 (1024 kB)
.data : 0x80c00000 - 0x80c8fef4 ( 576 kB)
.bss : 0x80c96f40 - 0x80d478b4 ( 707 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 25253 entries in 75 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: 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.000004] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 43980 46511078ns
[ 0.000012] Switching to timer-based delay loop, resolution 52ns
[ 0.000157] Console: colour dummy device 80x30
[ 0.000430] console [tty1] enabled
[ 0.000454] Calibrating delay loop (skipped), value calculated using timer fr equency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000476] pid_max: default: 32768 minimum: 301
[ 0.000660] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000679] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001270] Disabling memory control group subsystem
[ 0.001327] CPU: Testing write buffer coherency: ok
[ 0.001599] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001831] Setting up static identity map for 0x100000 - 0x10003c
[ 0.001907] Hierarchical SRCU implementation.
[ 0.002273] smp: Bringing up secondary CPUs ...
[ 0.002687] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.003111] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.003513] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.003566] smp: Brought up 1 node, 4 CPUs
[ 0.003602] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.003613] CPU: All CPU(s) started in HYP mode.
[ 0.003622] CPU: Virtualization extensions available.
[ 0.004163] devtmpfs: initialized
[ 0.009228] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[ 0.009603] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.009742] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns
[ 0.009766] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.010147] pinctrl core: initialized pinctrl subsystem
[ 0.010593] NET: Registered protocol family 16
[ 0.012264] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.014740] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.014758] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.014893] Serial: AMBA PL011 UART driver
[ 0.015756] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.015998] uart-pl011 3f201000.serial: could not find pctldev for node /soc/ gpio@7e200000/uart0_pins, deferring probe
[ 0.031908] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb813000, dma chans=0x1
[ 0.032675] SCSI subsystem initialized
[ 0.032809] usbcore: registered new interface driver usbfs
[ 0.032849] usbcore: registered new interface driver hub
[ 0.032902] usbcore: registered new device driver usb
[ 0.040060] raspberrypi-firmware soc:firmware: Attached to firmware from 2018 -06-07 15:31
[ 0.040797] clocksource: Switched to clocksource arch_sys_counter
[ 0.081061] VFS: Disk quotas dquot_6.6.0
[ 0.081131] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.081257] FS-Cache: Loaded
[ 0.081398] CacheFiles: Loaded
[ 0.085899] NET: Registered protocol family 2
[ 0.086313] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.086379] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.086481] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.086584] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.086616] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.086751] NET: Registered protocol family 1
[ 0.087031] RPC: Registered named UNIX socket transport module.
[ 0.087043] RPC: Registered udp transport module.
[ 0.087053] RPC: Registered tcp transport module.
[ 0.087062] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.087913] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counter s available
[ 0.089469] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.093605] FS-Cache: Netfs 'nfs' registered for caching
[ 0.093945] NFS: Registering the id_resolver key type
[ 0.093974] Key type id_resolver registered
[ 0.093983] Key type id_legacy registered
[ 0.093999] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.094985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 51)
[ 0.095068] io scheduler noop registered
[ 0.095079] io scheduler deadline registered (default)
[ 0.095229] io scheduler cfq registered
[ 0.095240] io scheduler mq-deadline registered
[ 0.095250] io scheduler kyber registered
[ 0.096889] BCM2708FB: allocated DMA memory fad10000
[ 0.096915] BCM2708FB: allocated DMA channel 0 @ bb813000
[ 0.131252] Console: switching to colour frame buffer device 210x65
[ 0.146440] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.147364] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.147511] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000 000(1024 MiB)
[ 0.147881] vc-sm: Videocore shared memory driver
[ 0.148101] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f2 00000
[ 0.153329] brd: module loaded
[ 0.158611] loop: module loaded
[ 0.158693] Loading iSCSI transport class v2.0-870.
[ 0.159199] libphy: Fixed MDIO Bus: probed
[ 0.159325] usbcore: registered new interface driver lan78xx
[ 0.159436] usbcore: registered new interface driver smsc95xx
[ 0.159529] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.387559] Core Release: 2.80a
[ 0.387612] Setting default values for core params
[ 0.387700] Finished setting default values for core params
[ 0.587922] Using Buffer DMA mode
[ 0.587974] Periodic Transfer Interrupt Enhancement - disabled
[ 0.588055] Multiprocessor Interrupt Enhancement - disabled
[ 0.588134] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.588199] Dedicated Tx FIFOs mode
[ 0.588496] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbad 04000 dma = 0xfad04000 len=9024
[ 0.588655] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 0.588964] dwc_otg: Microframe scheduler enabled
[ 0.588998] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e7d20
[ 0.589091] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e8088 length 36
[ 0.589189] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb87e000
[ 0.589304] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.593111] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.596933] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.600724] Init: Port Power? op_state=1
[ 0.604453] Init: Power Port (0)
[ 0.608234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.611980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
[ 0.615707] usb usb1: Product: DWC OTG Controller
[ 0.619406] usb usb1: Manufacturer: Linux 4.14.50-v7+ dwc_otg_hcd
[ 0.623123] usb usb1: SerialNumber: 3f980000.usb
[ 0.627207] hub 1-0:1.0: USB hub found
[ 0.630988] hub 1-0:1.0: 1 port detected
[ 0.635004] dwc_otg: FIQ enabled
[ 0.635007] dwc_otg: NAK holdoff enabled
[ 0.635009] dwc_otg: FIQ split-transaction FSM enabled
[ 0.635016] Module dwc_common_port init
[ 0.635164] usbcore: registered new interface driver usb-storage
[ 0.638994] mousedev: PS/2 mouse device common for all mice
[ 0.642766] IR NEC protocol handler initialized
[ 0.646440] IR RC5(x/sz) protocol handler initialized
[ 0.650094] IR RC6 protocol handler initialized
[ 0.653756] IR JVC protocol handler initialized
[ 0.657336] IR Sony protocol handler initialized
[ 0.660975] IR SANYO protocol handler initialized
[ 0.664579] IR Sharp protocol handler initialized
[ 0.668118] IR MCE Keyboard/mouse protocol handler initialized
[ 0.671631] IR XMP protocol handler initialized
[ 0.675549] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.679311] bcm2835-cpufreq: min=1200000 max=1200000
[ 0.683134] sdhci: Secure Digital Host Controller Interface driver
[ 0.686788] sdhci: Copyright(c) Pierre Ossman
[ 0.690637] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[ 0.694532] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.698337] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.703251] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.707065] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.710925] usbcore: registered new interface driver usbhid
[ 0.714625] usbhid: USB HID core driver
[ 0.718721] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.723669] [vc_sm_connected_init]: start
[ 0.733189] [vc_sm_connected_init]: end - returning 0
[ 0.737167] Initializing XFRM netlink socket
[ 0.740878] NET: Registered protocol family 17
[ 0.744571] Key type dns_resolver registered
[ 0.748389] Registering SWP/SWPB emulation handler
[ 0.752381] registered taskstats version 1
[ 0.759369] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 0.763188] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.768055] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 312500 00) is a 16550
[ 0.772367] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 0.776151] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[ 0.831199] sdhost: log_buf @ bad07000 (fad07000)
[ 0.859271] Indeed it is in host mode hprt0 = 00021501
[ 0.932326] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.937588] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.942724] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.945167] random: fast init done
[ 0.952535] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.980806] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 0.985010] of_cfs_init
[ 0.988656] of_cfs_init: OK
[ 0.992540] Waiting for root device PARTUUID=d55363d5-02...
[ 1.067572] mmc0: host does not support reading read-only switch, assuming wr ite-enable
[ 1.073974] mmc0: new high speed SDHC card at address 0001
[ 1.077972] mmcblk0: mmc0:0001 00000 29.3 GiB
[ 1.081671] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 1.085461] Indeed it is in host mode hprt0 = 00001101
[ 1.150096] mmcblk0: p1 p2
[ 1.165457] mmc1: new high speed SDIO card at address 0001
[ 1.181631] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O pts: (null)
[ 1.185469] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.196824] devtmpfs: mounted
[ 1.202533] Freeing unused kernel memory: 1024K
[ 1.321006] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 1.324915] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.329243] hub 1-1:1.0: USB hub found
[ 1.333190] hub 1-1:1.0: 5 ports detected
[ 1.598395] systemd[1]: System time before build time, advancing clock.
[ 1.650826] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 1.718451] NET: Registered protocol family 10
[ 1.723153] Segment Routing with IPv6
[ 1.734778] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.753892] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.761035] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SEL INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.765722] systemd[1]: Detected architecture arm.
[ 1.781072] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 1.781078] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber =0
[ 1.783519] smsc95xx v1.0.6
[ 1.798209] systemd[1]: Set hostname to <raspberrypi>.
[ 1.829927] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.847415] random: systemd-sysv-ge: uninitialized urandom read (16 bytes rea d)
[ 1.883196] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb- 1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:4d:1f:dd
[ 1.980858] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
[ 2.121064] usb 1-1.3: New USB device found, idVendor=1bcf, idProduct=05cf
[ 2.125484] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber =0
[ 2.129870] usb 1-1.3: Product: SilverCrest STMS 2219 A1
[ 2.139930] systemd[1]: Listening on udev Control Socket.
[ 2.149889] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.155643] input: SilverCrest STMS 2219 A1 as /devices/platform/soc/3f980000 .usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:1BCF:05CF.0001/input/input0
[ 2.164491] systemd[1]: Reached target Swap.
[ 2.174840] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point.
[ 2.185936] systemd[1]: Created slice System Slice.
[ 2.196367] systemd[1]: Listening on udev Kernel Socket.
[ 2.206602] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
[ 2.221460] hid-generic 0003:1BCF:05CF.0001: input,hidraw0: USB HID v1.00 Key board [SilverCrest STMS 2219 A1] on usb-3f980000.usb-1.3/input0
[ 2.239769] input: SilverCrest STMS 2219 A1 as /devices/platform/soc/3f980000 .usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:1BCF:05CF.0002/input/input1
[ 2.301442] hid-generic 0003:1BCF:05CF.0002: input,hiddev96,hidraw1: USB HID v1.00 Mouse [SilverCrest STMS 2219 A1] on usb-3f980000.usb-1.3/input1
[ 2.462337] eq3_char_loop: loading out-of-tree module taints kernel.
[ 2.472148] Started plat_eq3ccu2
[ 15.189689] random: crng init done
[ 15.189702] random: 7 urandom warning(s) missed due to ratelimiting
[ 28.047997] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 28.116600] systemd-journald[108]: Received request to flush runtime journal from PID 1
[ 28.380602] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 28.382420] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[ 28.560361] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 28.566428] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdi o.bin for chip 0x00a9a6(43430) rev 0x000001
[ 28.566607] usbcore: registered new interface driver brcmfmac
[ 28.778365] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2 017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
[ 28.778995] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7. 11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:1 4
[ 29.298102] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 29.368699] new mount options do not match the existing superblock, will be i gnored
[ 29.369692] yahmbr0: port 1(eth0) entered blocking state
[ 29.369700] yahmbr0: port 1(eth0) entered disabled state
[ 29.369996] device eth0 entered promiscuous mode
[ 29.491900] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 29.525770] yahmbr0: port 1(eth0) entered blocking state
[ 29.525776] yahmbr0: port 1(eth0) entered forwarding state
[ 29.525924] IPv6: ADDRCONF(NETDEV_UP): yahmbr0: link is not ready
[ 29.553596] fuse init (API version 7.26)
[ 29.756768] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:1 02396k SSFS
[ 30.390845] IPv6: ADDRCONF(NETDEV_CHANGE): yahmbr0: link becomes ready
[ 31.006526] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE 1
[ 34.006644] Bluetooth: Core ver 2.22
[ 34.006702] NET: Registered protocol family 31
[ 34.006705] Bluetooth: HCI device and connection manager initialized
[ 34.006719] Bluetooth: HCI socket layer initialized
[ 34.006729] Bluetooth: L2CAP socket layer initialized
[ 34.006749] Bluetooth: SCO socket layer initialized
[ 34.017536] Bluetooth: HCI UART driver ver 2.3
[ 34.017547] Bluetooth: HCI UART protocol H4 registered
[ 34.017550] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 34.017707] Bluetooth: HCI UART protocol Broadcom registered
[ 34.193285] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.193299] Bluetooth: BNEP filters: protocol multicast
[ 34.193318] Bluetooth: BNEP socket layer initialized
[ 35.194404] yahmbr0: port 2(vethKWH78B) entered blocking state
[ 35.194417] yahmbr0: port 2(vethKWH78B) entered disabled state
[ 35.194710] device vethKWH78B entered promiscuous mode
[ 35.195831] IPv6: ADDRCONF(NETDEV_UP): vethKWH78B: link is not ready
[ 35.287726] eth0: renamed from vethNLKQNS
[ 35.361631] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 35.364329] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 35.364495] IPv6: ADDRCONF(NETDEV_CHANGE): vethKWH78B: link becomes ready
[ 35.364557] yahmbr0: port 2(vethKWH78B) entered blocking state
[ 35.364563] yahmbr0: port 2(vethKWH78B) entered forwarding state
[ 36.692520] uart-pl011 3f201000.serial: no DMA platform data
root@raspberrypi:/home/pi# sudo yahm-ctl info
YAHM Version: 1.9
CCU2 Version: 2.35.16
Module information
Module Serial:
Module Firmware: not
LXC container information
Name: yahm
State: RUNNING
PID: 813
IP: 192.168.178.43
IP: 2001:a62:1414:1600:4849:43ff:fe49:790a
IP: fd00::4849:43ff:fe49:790a
CPU use: 26.71 seconds
BlkIO use: 31.84 MiB
Link: vethKWH78B
TX bytes: 13.16 KiB
RX bytes: 48.74 KiB
Total bytes: 61.89 KiB
Grüße, Michael
@michaelroeth was für einen Raspberry hast du? Ich habe einen Pi 3. Woher hast du das Modul? Auch direkt von ELV?
richtig, ein Pi3 B mit frisch aufgesetzten . Das Modul war direkt von ELV, dieses hier um genau zu sein. Auch ich habe mich an die selbe Anleitung gehalten wie du.
Außer dem von dir beschriebenen Fehler mit dem nicht funktionierenden Modul ist mir noch aufgefallen, dass sich nach dem YAHM-Installationsscript-Durchlauf das WLAN am Pi nicht mehr aktivieren lässt.
Hi
weclhe Raspbian Version nutzt ihr? bitte postet eure /boot/config.txt
Bei mir ist es die aktuell verfügbare Version des Strech Lite. Version: June 2018 Release date: 2018-06-27 Kernel version: 4.14
Die config.txt poste ich heute Abend!
in der config.txt muss ein Eintrag mit dtoverlay=pivccu-bcm2835
existieren
Falls nicht ergänzen.
Habt Ihr Pi3 B oder B+
Ich glaube es leigt daran, dass B+ noch nicht richtig als Raspberry erkannt wird, muss ich noch fixen. Hab ein B+ daheim liegen und würde heute Abend ein Patch raushauen.
@leonsio Wir haben beide den Pi3.
Hi
Raspberry Pi 3 gibt es in mehreren Ausführungen
https://de.wikipedia.org/wiki/Raspberry_Pi#Raspberry_Pi
Es gibt einen kleinen aber feinen Unterschied zwischen B und B+ B+ sieht auch etwas anders aus, unter der Stiftleiste ist das Raspberry Logo auf einem Alu Panel stanzt
beim B ist das auf dem Panell Links vom Chipsatz gestanzt
Von: Felix Eckhardt notifications@github.com An: leonsio/YAHM YAHM@noreply.github.com Kopie: Leonid Kogan leon@leonsio.com, Mention mention@noreply.github.com Gesendet: 06.09.2018 14:29 Betreff: Re: [leonsio/YAHM] YAHM Module Information werden nicht angezeigt (#178)
@leonsio Wir haben beide den Pi3. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@leonsio Sorry, da hatte ich dich falsch verstanden. Es ist der B (ohne Plus). Schau auf das erste Foto, dass ich gepostet habe. Der CPU ist Schwarz, nicht Silbern und hat die ID 20953-RPI32.
Schau bitte nach der config.txt bzw. Poste den Inhalt der Datei
Von meinem iPhone gesendet
Am 06.09.2018 um 16:53 schrieb Felix Eckhardt notifications@github.com:
@leonsio Sorry, da hatte ich dich falsch verstanden. Ich bin der Meinung, dass es der B (ohne Plus) sein muss. Schau auf das erste Foto, dass ich gepostet habe. Der CPU ist Schwarz und nicht Silbern wie beim Pi 3 B+.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Hier der Inhalt der config.txt
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Allow the normal UART pins to work
dtoverlay=pi3-miniuart-bt
enable_uart=1
force_turbo=1
dtoverlay=unsupported
enable_uart=1
dtoverlay=pi3-miniuart-bt
core_freq=250
Ich habe verschiedene Zeilen in dem letzten Block ein- und auskommentiert und auch die Zeile dtoverlay=pivccu-bcm2835
hinzugefüt und zwischendrin immer mal wieder rebootet, aber an der Ausgabe von yahm-cntrl info hat sich leider nichts geändert. Leider habe ich keine Ahnung was ich damit bewirke.
Vielen Dank fürs drüberschauen!!
nachdem du neugestartet hast, schau bitte ob unter /dev sich ein neues Gerät /dev/raw-uart befindet und unter lsmod sollte ebenfalls etwas mit raw-uart stehen
@michaelroeth konntest du das Problem lösen? Ich bin am Montag wieder aus dem Uralub und werde dann erneut einen Versuch starten.
sorry ich bin jetzt erst wieder zum probieren gekommen. Ich habe jetzt noch einmal mit einer ganz frischen installation angefangen. nach der installation war zuert wieder die selbe ausgabe wie bereits beschrieben. Dann nochmal die config.txt erweitert, sieht jetzt so aus:
# Allow the normal UART pins to work
dtoverlay=pi3-miniuart-bt
enable_uart=1
force_turbo=1
dtoverlay=unsupported
dtoverlay=pivccu-bcm2835
siehe da, nach einem reboot:
root@raspberrypi:/home/pi# yahm-ctl info
YAHM Version: 1.9
CCU2 Version: 2.35.16
Module information
Module Serial: OEQ2298421
Module Firmware: 1.4.1
LXC container information
Name: yahm
State: RUNNING
PID: 610
IP: 192.168.178.47
IP: 2001:a62:1414:1600:4849:43ff:fe49:79c2
IP: fd00::4849:43ff:fe49:79c2
CPU use: 14.71 seconds
BlkIO use: 35.84 MiB
Link: vethN90JLK
TX bytes: 4.20 KiB
RX bytes: 58.61 KiB
Total bytes: 62.81 KiB
root@raspberrypi:/home/pi# cd
root@raspberrypi:~# lsmod
Module Size Used by
xt_tcpudp 16384 5
cmac 16384 1
bnep 20480 2
veth 16384 0
hci_uart 36864 1
btbcm 16384 1 hci_uart
serdev 20480 1 hci_uart
bluetooth 368640 24 hci_uart,bnep,btbcm
ecdh_generic 28672 1 bluetooth
iptable_filter 16384 1
fuse 106496 3
bridge 122880 0
stp 16384 1 bridge
llc 16384 2 bridge,stp
brcmfmac 307200 0
brcmutil 16384 1 brcmfmac
cfg80211 573440 1 brcmfmac
rfkill 28672 4 bluetooth,cfg80211
snd_bcm2835 32768 0
snd_pcm 98304 1 snd_bcm2835
snd_timer 32768 1 snd_pcm
snd 69632 3 snd_timer,snd_bcm2835,snd_pcm
pl011_raw_uart 16384 0
generic_raw_uart 20480 2 pl011_raw_uart
uio_pdrv_genirq 16384 0
evdev 24576 2
uio 20480 1 uio_pdrv_genirq
joydev 20480 0
fixed 16384 0
plat_eq3ccu2 16384 0
eq3_char_loop 20480 0
ip_tables 24576 1 iptable_filter
x_tables 32768 3 ip_tables,iptable_filter,xt_tcpudp
ipv6 434176 41 bridge
root@raspberrypi:~# cd /dev
root@raspberrypi:/dev# ls
autofs loop2 ram15 tty16 tty41 ttyprintk
block loop3 ram2 tty17 tty42 ttyS0
btrfs-control loop4 ram3 tty18 tty43 uhid
bus loop5 ram4 tty19 tty44 uinput
cachefiles loop6 ram5 tty2 tty45 urandom
char loop7 ram6 tty20 tty46 usb
console loop-control ram7 tty21 tty47 vchiq
cpu_dma_latency mapper ram8 tty22 tty48 vcio
cuse mem ram9 tty23 tty49 vc-mem
disk memory_bandwidth random tty24 tty5 vcs
eq3loop mmcblk0 raw tty25 tty50 vcs1
fb0 mmcblk0p1 raw-uart tty26 tty51 vcs2
fd mmcblk0p2 rfkill tty27 tty52 vcs3
full mqueue serial1 tty28 tty53 vcs4
fuse net shm tty29 tty54 vcs5
gpiochip0 network_latency snd tty3 tty55 vcs6
gpiochip1 network_throughput stderr tty30 tty56 vcsa
gpiochip2 null stdin tty31 tty57 vcsa1
gpiomem ppp stdout tty32 tty58 vcsa2
hidraw0 ptmx tty tty33 tty59 vcsa3
hidraw1 pts tty0 tty34 tty6 vcsa4
hwrng ram0 tty1 tty35 tty60 vcsa5
initctl ram1 tty10 tty36 tty61 vcsa6
input ram10 tty11 tty37 tty62 vcsm
kmsg ram11 tty12 tty38 tty63 vhci
log ram12 tty13 tty39 tty7 watchdog
loop0 ram13 tty14 tty4 tty8 watchdog0
loop1 ram14 tty15 tty40 tty9 zero
aber funktionieren tuts leider trotzdem noch nicht so ganz. In der WebUI kommt folgende Meldung: und es lassen sich demnach auch keine HM-IP Geräte verbinden. Die Nicht-HM-IP-Geräte lassen sich verbinden.
Mach Firmware Update mit yahm-ctl dann Neustarten und dat wars ;) Nur FW ab 2.xx unterstützt Homematic IP
Von meinem iPhone gesendet
Am 09.09.2018 um 20:15 schrieb michaelroeth notifications@github.com:
sorry ich bin jetzt erst wieder zum probieren gekommen. Ich habe jetzt noch einmal mit einer ganz frischen installation angefangen. nach der installation war zuert wieder die selbe ausgabe wie bereits beschrieben. Dann nochmal die config.txt erweitert, sieht jetzt so aus:
Allow the normal UART pins to work
dtoverlay=pi3-miniuart-bt enable_uart=1 force_turbo=1 dtoverlay=unsupported dtoverlay=pivccu-bcm2835 siehe da, nach einem reboot:
root@raspberrypi:/home/pi# yahm-ctl info YAHM Version: 1.9 CCU2 Version: 2.35.16
Module information Module Serial: OEQ2298421 Module Firmware: 1.4.1
LXC container information Name: yahm State: RUNNING PID: 610 IP: 192.168.178.47 IP: 2001:a62:1414:1600:4849:43ff:fe49:79c2 IP: fd00::4849:43ff:fe49:79c2 CPU use: 14.71 seconds BlkIO use: 35.84 MiB Link: vethN90JLK TX bytes: 4.20 KiB RX bytes: 58.61 KiB Total bytes: 62.81 KiB root@raspberrypi:/home/pi# cd root@raspberrypi:~# lsmod Module Size Used by xt_tcpudp 16384 5 cmac 16384 1 bnep 20480 2 veth 16384 0 hci_uart 36864 1 btbcm 16384 1 hci_uart serdev 20480 1 hci_uart bluetooth 368640 24 hci_uart,bnep,btbcm ecdh_generic 28672 1 bluetooth iptable_filter 16384 1 fuse 106496 3 bridge 122880 0 stp 16384 1 bridge llc 16384 2 bridge,stp brcmfmac 307200 0 brcmutil 16384 1 brcmfmac cfg80211 573440 1 brcmfmac rfkill 28672 4 bluetooth,cfg80211 snd_bcm2835 32768 0 snd_pcm 98304 1 snd_bcm2835 snd_timer 32768 1 snd_pcm snd 69632 3 snd_timer,snd_bcm2835,snd_pcm pl011_raw_uart 16384 0 generic_raw_uart 20480 2 pl011_raw_uart uio_pdrv_genirq 16384 0 evdev 24576 2 uio 20480 1 uio_pdrv_genirq joydev 20480 0 fixed 16384 0 plat_eq3ccu2 16384 0 eq3_char_loop 20480 0 ip_tables 24576 1 iptable_filter x_tables 32768 3 ip_tables,iptable_filter,xt_tcpudp ipv6 434176 41 bridge root@raspberrypi:~# cd /dev root@raspberrypi:/dev# ls autofs loop2 ram15 tty16 tty41 ttyprintk block loop3 ram2 tty17 tty42 ttyS0 btrfs-control loop4 ram3 tty18 tty43 uhid bus loop5 ram4 tty19 tty44 uinput cachefiles loop6 ram5 tty2 tty45 urandom char loop7 ram6 tty20 tty46 usb console loop-control ram7 tty21 tty47 vchiq cpu_dma_latency mapper ram8 tty22 tty48 vcio cuse mem ram9 tty23 tty49 vc-mem disk memory_bandwidth random tty24 tty5 vcs eq3loop mmcblk0 raw tty25 tty50 vcs1 fb0 mmcblk0p1 raw-uart tty26 tty51 vcs2 fd mmcblk0p2 rfkill tty27 tty52 vcs3 full mqueue serial1 tty28 tty53 vcs4 fuse net shm tty29 tty54 vcs5 gpiochip0 network_latency snd tty3 tty55 vcs6 gpiochip1 network_throughput stderr tty30 tty56 vcsa gpiochip2 null stdin tty31 tty57 vcsa1 gpiomem ppp stdout tty32 tty58 vcsa2 hidraw0 ptmx tty tty33 tty59 vcsa3 hidraw1 pts tty0 tty34 tty6 vcsa4 hwrng ram0 tty1 tty35 tty60 vcsa5 initctl ram1 tty10 tty36 tty61 vcsa6 input ram10 tty11 tty37 tty62 vcsm kmsg ram11 tty12 tty38 tty63 vhci log ram12 tty13 tty39 tty7 watchdog loop0 ram13 tty14 tty4 tty8 watchdog0 loop1 ram14 tty15 tty40 tty9 zero aber funktionieren tuts leider trotzdem noch nicht so ganz. In der WebUI kommt folgende Meldung:
und es lassen sich demnach auch keine HM-IP Geräte verbinden. Die Nicht-HM-IP-Geräte lassen sich verbinden.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Ja top jetzt funktioniert alles. Vielen Dank für deine Hilfe!! Hast dir ein Bierchen verdient :)
@leonsio die config.txt Änderung hat es gemacht! Genial! Danke für euren Support!
Anschliessendes Update hat auch funktioniert!
# sudo yahm-ctl fw_update
2018/09/10 15:52:57.487 <Info> Version: 1.2.1
2018/09/10 15:52:57.488 <Info> Update necessary, installed: 1.2.1, avaiable 2.8.6
2018/09/10 15:53:25.003 <Info> Firmwareupdate successfull
Moin,
ich bin der Anleitung http://coldcorner.de/2018/02/26/homematic-ccu2-mit-yahm-auf-raspberry-pi-3/ gefolgt bzw. der aktuellen github README.md. Auf dem System war eine frishe Raspbian Version
Installation des Drivers:
Leider erhalte ich keine Module Information nach dem Aufruf:
Das Module habe ich von ELV (HM-MOD-RPI-PCB) erworben und sollte (siehe Bild) auch richtig installiert und gelötet sein.
Hat jemand eine Idee?