CP210x.ko

I am runinng (trying) to run OH1.7 on a RPI1.
I have just bought and an AEON Stick series 2 stick.
It is recognized by the rpi

lsusb

Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.

But I do not have any kernel drivers for the serial2usb… CP210.ko

I am on raspbian 3.18.11+ (latest from raspbian)
pi@OpenHAB /var/run $ uname -r
3.18.11+

How can I get the CP210.ko?
I have downladed from AEON site the source for the drivers but I would not embark in compiling…

Q: is there the binary somewhere I can use?

1 Like

After some search in the filesystem…

i found the driver at
/lib/modules/3.18.11+/kernel/drivers/usb/serial $ ls
aircable.ko cyberjack.ko ftdi_sio.ko ipw.ko kl5kusb105.ko mos7840.ko oti6858.ko safe_serial.ko ti_usb_3410_5052.ko whiteheat.ko
ark3116.ko cypress_m8.ko garmin_gps.ko ir-usb.ko kobil_sct.ko navman.ko pl2303.ko sierra.ko usb_debug.ko wishbone-serial.ko
belkin_sa.ko digi_acceleport.ko io_edgeport.ko iuu_phoenix.ko mct_u232.ko omninet.ko qcaux.ko spcp8x5.ko usbserial.ko xsens_mt.ko
ch341.ko empeg.ko io_ti.ko keyspan.ko metro-usb.ko opticon.ko qcserial.ko ssu100.ko usb_wwan.ko
cp210x.ko f81232.ko ipaq.ko keyspan_pda.ko mos7720.ko option.ko quatech2.ko symbolserial.ko visor.ko

but if I try to insert it…

pi@OpenHAB /lib/modules/3.18.11+/kernel/drivers/usb/serial $ sudo insmod cp210x.ko
Error: could not insert module cp210x.ko: Unknown symbol in module

???
Forgive me if this might be trivial for some of you as I see that RaspPI & Aeon combination seems to be common.

If you are fully up to date with version and patches, it should be recognized automatically and show up at /dev/ttyUSB0.

sudo apt-get clean all
sudo apt-get update
sudo apt-get dist-upgrade
reboot

The other thing I have noticed at times with the pi, but especially with my beaglebone, it like to be booted with all the USB devices attached that it will use. Hot plug on the beaglebone is not a fun time.

Jim

Thanks Jim
I am quite sure I did update all after installing however I repeated just in case.
Even after doing it and rebooting with stick in…
Dmesg does not report any cp210…
Now trying second usb poet :frowning:
By the way the stick is working as I tried it under win10 with aeon tools

I have no cp210 msg in dmesg as (per fitful faq) it should be. Is it normal?

So. Mistery (for me) solved.

For all using series 5 aeon.
Yes it’s normal because gen5 dont use that module.
From the aeotec page:
“The Z-Stick Gen5 now uses UZB drivers instead of Silabs UART to USB. There is no need to install the UZB drivers in OSX and Linux as these OS already have drivers that will allow the use of the Z-Stick Gen5 without the UZB drivers.”

Thanks to user notthingham\Fabio for reporting

I had to add the user (openhab) that runs the server to the dialout group in order to read/write my Z-Stick.

sudo usermod openhab -a -G dialout

I will when back home with your command.
I already did with command of the git hub tips and tricks command

Tx

Sorry to come back on the topic but I still can’t get the stick to be recognized.
I also started from scratch to no avail.
The setup is the following:
RasPi 1 with raspbian wheezy updated.
user pi added to dialout group
aeon stick series 2 (gen5) the one with white case.

If I connect to Win10 I see it is recgonized. furthermore I managed (in windows) to add a node to the controller’s nwk (a fibaro door sensor) so the hardware is definetely working.

When used with the raspberry… no success.
The only change to the config file openhab.cfg (copied from default one) has been to edit the zwave port to /dev/ttyUSB0 as instructed.

lsusb:
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $


dmesg:
login as: pi
pi@192.168.2.241's password:
Linux openhab 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 22 23:53:57 2015 from 192.168.2.204
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $ vi dmesg.txt
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.18.11+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #781 PREEMPT Tue Apr 21 18:02:18 BST 2015
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine model: Raspberry Pi Model B
[    0.000000] cma: Reserved 8 MiB at 0x1e800000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 126976
[    0.000000] free_area_init_node: node 0, pgdat c083d364, node_mem_map de414000
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 126976 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125984
[    0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708.boardrev=0xd bcm2708.serial=0xf223fc02 smsc95xx.macaddr=B8:27:EB:23:FC:02 bcm2708_fb.fbswap=1 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1fa00000 vc_mem.mem_size=0x20000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 486044K/507904K available (5881K kernel code, 348K rwdata, 1868K rodata, 336K init, 733K bss, 21860K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xdf800000 - 0xff000000   ( 504 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdf000000   ( 496 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07997a0   (7750 kB)
[    0.000000]       .init : 0xc079a000 - 0xc07ee000   ( 336 kB)
[    0.000000]       .data : 0xc07ee000 - 0xc084513c   ( 349 kB)
[    0.000000]        .bss : 0xc084513c - 0xc08fc8a8   ( 734 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:522
[    0.000025] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483648000ns
[    0.000075] Switching to timer-based delay loop, resolution 1000ns
[    0.000359] Console: colour dummy device 80x30
[    0.001422] console [tty1] enabled
login as: pi
pi@192.168.2.241's password:
Linux openhab 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 22 23:53:57 2015 from 192.168.2.204
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $ vi dmesg.txt
[    0.001468] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[    0.001542] pid_max: default: 32768 minimum: 301
[    0.001921] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001987] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002994] Initializing cgroup subsys memory
[    0.003087] Initializing cgroup subsys devices
[    0.003145] Initializing cgroup subsys freezer
[    0.003199] Initializing cgroup subsys net_cls
[    0.003248] Initializing cgroup subsys blkio
[    0.003366] CPU: Testing write buffer coherency: ok
[    0.003480] ftrace: allocating 19232 entries in 57 pages
[    0.108349] Setting up static identity map for 0x553398 - 0x5533d0
[    0.111194] devtmpfs: initialized
[    0.128713] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.131738] pinctrl core: initialized pinctrl subsystem
[    0.134370] NET: Registered protocol family 16
[    0.139864] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.141304] bcm2708.uart_clock = 3000000
[    0.144231] No ATAGs?
[    0.144299] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.144362] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.144427] mailbox: Broadcom VideoCore Mailbox driver
[    0.144590] bcm2708_vcio: mailbox at f200b880
[    0.145050] bcm_power: Broadcom power driver
[    0.145107] bcm_power_open() -> 0
[    0.145139] bcm_power_request(0, 8)
[    0.645845] bcm_mailbox_read -> 00000080, 0
[    0.645893] bcm_power_request -> 0
[    0.646096] Serial: AMBA PL011 UART driver
[    0.646329] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a PL011 rev3
[    1.027855] console [ttyAMA0] enabled
[    1.091110] SCSI subsystem initialized
[    1.095244] usbcore: registered new interface driver usbfs
[    1.101027] usbcore: registered new interface driver hub
[    1.106532] usbcore: registered new device driver usb
[    1.113679] Switched to clocksource stc
[    1.146067] FS-Cache: Loaded
[    1.149384] CacheFiles: Loaded
[    1.168728] NET: Registered protocol family 2
[    1.174695] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    1.181875] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    1.188654] TCP: Hash tables configured (established 4096 bind 4096)
[    1.195178] TCP: reno registered
login as: pi
pi@192.168.2.241's password:
Linux openhab 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 22 23:53:57 2015 from 192.168.2.204
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $ vi dmesg.txt
[    1.198447] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    1.204372] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    1.211029] NET: Registered protocol family 1
[    1.216111] RPC: Registered named UNIX socket transport module.
[    1.222082] RPC: Registered udp transport module.
[    1.226920] RPC: Registered tcp transport module.
[    1.231652] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.239265] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    1.247404] bcm2708_dma: DMA manager at f2007000
[    1.252247] vc-mem: phys_addr:0x00000000 mem_base=0x1fa00000 mem_size:0x20000000(512 MiB)
[    1.261991] futex hash table entries: 256 (order: -1, 3072 bytes)
[    1.268485] audit: initializing netlink subsys (disabled)
[    1.274073] audit: type=2000 audit(1.040:1): initialized
[    1.294781] VFS: Disk quotas dquot_6.5.2
[    1.299112] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.308569] FS-Cache: Netfs 'nfs' registered for caching
[    1.315757] NFS: Registering the id_resolver key type
[    1.320928] Key type id_resolver registered
[    1.325275] Key type id_legacy registered
[    1.330661] msgmni has been set to 965
[    1.337066] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.345088] io scheduler noop registered
[    1.349073] io scheduler deadline registered (default)
[    1.354812] io scheduler cfq registered
[    1.361187] BCM2708FB: allocated DMA memory 5ec00000
[    1.366496] BCM2708FB: allocated DMA channel 0 @ f2007000
[    1.377881] Console: switching to colour frame buffer device 90x30
[    1.390724] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[    1.400789] uart-pl011 dev:f1: no DMA platform data
[    1.408671] vc-cma: Videocore CMA driver
[    1.414829] vc-cma: vc_cma_base      = 0x00000000
[    1.421544] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    1.428972] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    1.449374] brd: module loaded
[    1.461275] loop: module loaded
[    1.466898] vchiq: vchiq_init_state: slot_zero = 0xde800000, is_master = 0
[    1.476676] Loading iSCSI transport class v2.0-870.
[    1.485083] usbcore: registered new interface driver smsc95xx
[    1.492876] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.700961] Core Release: 2.80a
[    1.706098] Setting default values for core params
[    1.712740] Finished setting default values for core params
[    1.920356] Using Buffer DMA mode
login as: pi
pi@192.168.2.241's password:
Linux openhab 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 22 23:53:57 2015 from 192.168.2.204
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $ vi dmesg.txt
[    1.925616] Periodic Transfer Interrupt Enhancement - disabled
[    1.933315] Multiprocessor Interrupt Enhancement - disabled
[    1.940738] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.946958] Dedicated Tx FIFOs mode
[    1.952692] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xdec14000 dma = 0x5ec14000 len=9024
[    1.966517] FIQ FSM acceleration enabled for :
[    1.966517] Non-periodic Split Transactions
[    1.966517] Periodic Split Transactions
[    1.966517] High-Speed Isochronous Endpoints
[    1.990703] dwc_otg: Microframe scheduler enabled
[    1.990818] WARN::hcd_init_fiq:412: FIQ on core 0 at 0xc03fad3c
[    1.998631] WARN::hcd_init_fiq:413: FIQ ASM at 0xc03fb014 length 36
[    2.006768] WARN::hcd_init_fiq:438: MPHI regs_base at 0xdf806000
[    2.014741] dwc_otg bcm2708_usb: DWC OTG Controller
[    2.021626] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[    2.030940] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[    2.038507] Init: Port Power? op_state=1
[    2.044421] Init: Power Port (0)
[    2.049945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.058780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.068016] usb usb1: Product: DWC OTG Controller
[    2.074691] usb usb1: Manufacturer: Linux 3.18.11+ dwc_otg_hcd
[    2.082462] usb usb1: SerialNumber: bcm2708_usb
[    2.089972] hub 1-0:1.0: USB hub found
[    2.095903] hub 1-0:1.0: 1 port detected
[    2.102301] dwc_otg: FIQ enabled
[    2.102324] dwc_otg: NAK holdoff enabled
[    2.102338] dwc_otg: FIQ split-transaction FSM enabled
[    2.102410] Module dwc_common_port init
[    2.102994] usbcore: registered new interface driver usb-storage
[    2.111621] mousedev: PS/2 mouse device common for all mice
[    2.120130] bcm2835-cpufreq: min=700000 max=700000
[    2.127387] sdhci: Secure Digital Host Controller Interface driver
[    2.135616] sdhci: Copyright(c) Pierre Ossman
[    2.142066] DMA channels allocated for the MMC driver
[    2.183767] Load BCM2835 MMC driver
[    2.191359] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.207570] ledtrig-cpu: registered to indicate activity on CPUs
[    2.215940] hidraw: raw HID events driver (C) Jiri Kosina
[    2.227899] usbcore: registered new interface driver usbhid
[    2.236600] usbhid: USB HID core driver
[    2.245020] TCP: cubic registered
[    2.251471] Initializing XFRM netlink socket
login as: pi
pi@192.168.2.241's password:
Linux openhab 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Aug 22 23:53:57 2015 from 192.168.2.204
pi@openhab ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0658:0200 Sigma Designs, Inc.
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $
pi@openhab ~ $ vi dmesg.txt
[    2.259926] NET: Registered protocol family 17
[    2.266763] Key type dns_resolver registered
[    2.274724] registered taskstats version 1
[    2.281080] vc-sm: Videocore shared memory driver
[    2.287840] [vc_sm_connected_init]: start
[    2.294055] Indeed it is in host mode hprt0 = 00021501
[    2.301554] vc_vchi_sm_init: failed to open VCHI service (-1)
[    2.309700] [vc_sm_connected_init]: failed to initialize shared memory service
[    2.323731] [vc_sm_connected_init]: end - returning -1
[    2.345269] Waiting for root device /dev/mmcblk0p2...
[    2.352433] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.378176] mmc0: new high speed SDHC card at address e624
[    2.394416] mmcblk0: mmc0:e624 SU08G 7.40 GiB
[    2.415199]  mmcblk0: p1 p2
[    2.486823] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    2.496424] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    2.543929] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.552709] Indeed it is in host mode hprt0 = 00001101
[    2.748450] EXT4-fs (mmcblk0p2): recovery complete
[    2.764330] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
[    2.773332] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.785684] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.795189] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.805476] hub 1-1:1.0: USB hub found
[    2.811718] hub 1-1:1.0: 3 ports detected
[    2.819614] devtmpfs: mounted
[    2.826992] Freeing unused kernel memory: 336K (c079a000 - c07ee000)
[    3.104001] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.224328] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.234830] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.249479] smsc95xx v1.0.4
[    3.324711] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:23:fc:02
[    3.424146] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[    3.547889] usb 1-1.2: New USB device found, idVendor=0658, idProduct=0200
[    3.566306] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.508588] udevd[158]: starting version 175
[    6.038473] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[    6.179584] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
[    6.274177] usbcore: registered new interface driver cdc_acm
[    6.282327] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   10.600191] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   10.672048] random: nonblocking pool is initialized
[   11.071495] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

Can someone shed some light?
TX in advance

Under which Linux user account is the openHAB server running? Did you install using apt-get per the wiki? If there is a user named openhab on your system, is it added to the dialout group?

got it to work.
Might have to do with a previous version jar binding of zwave in the addon folder (from habmin package).
My stick had to be configured as ttyACM0 in openhab.
Seems to work

tail -N 1000 -F /opt/openhab/logs/openhab.log

is my friend,
tx to all members for the advice both in forum and in pm