Can t open hci socket permission denied

Video Can t open hci socket permission denied

Unfortunately that did not do it. This is what I see if I try the hciattach manually.

[email protected]:~$ sudo /usr/sbin/hciattach /dev/smd3 qualcomm E0:CB:EF:9c:0b:ca Can't open serial port: No such device Can't initialize device: No such device

dmesg has the following:

[email protected]:~$ dmesg | grep smd [ 0.232780] msm_smd_init: unable to create SMD logging context [ 0.232789] msm_smd_init: unable to create SMSM logging context [ 0.242056] msm_smd_probe: enable_irq_wake() failed on 130 [ 0.242094] smd_channel_probe_now: allocation table not initialized [ 0.244244] msm_smd_probe: enable_irq_wake() failed on 132 [ 0.244259] smd_channel_probe_now: allocation table not initialized [ 0.245545] msm_smd_probe: enable_irq_wake() failed on 134 [ 256.695404] [<ffffffc0003e387c>] smd_tty_port_activate+0x2f8/0x528 [ 256.695426] [<ffffffc0003e2b14>] smd_tty_open+0x2c/0x38 [ 256.695573] smd_channel_reset: allocation table not initialized [ 274.184119] [<ffffffc0003e387c>] smd_tty_port_activate+0x2f8/0x528 [ 274.184141] [<ffffffc0003e2b14>] smd_tty_open+0x2c/0x38 [ 274.184277] smd_channel_reset: allocation table not initialized

This is what dmesg showed when I ran the hciattach manually:

[ 274.061736] subsys-pil-tz a21b000.qcom,pronto: wcnss: loading from 0x000000008b600000 to 0x000000008bbe0000 [ 274.118567] subsys-pil-tz a21b000.qcom,pronto: wcnss: Brought out of reset [ 274.183933] -[ cut here ]- [ 274.183958] WARNING: CPU: 0 PID: 1152 at ../kernel/irq/manage.c:540 irq_set_irq_wake+0xd4/0x100() [ 274.183966] Unbalanced IRQ 149 wake disable [ 274.183973] Modules linked in: [ 274.183989] CPU: 0 PID: 1152 Comm: hciattach Tainted: G W 4.0.0 #1 [ 274.183997] Hardware name: Qualcomm Technologies, Inc. APQ 8016 SBC (DT) [ 274.184005] Call trace: [ 274.184026] [<ffffffc000089be8>] dump_backtrace+0x0/0x12c [ 274.184038] [<ffffffc000089d24>] show_stack+0x10/0x1c [ 274.184051] [<ffffffc00079a668>] dump_stack+0x88/0xd8 [ 274.184063] [<ffffffc0000b388c>] warn_slowpath_common+0x94/0xcc [ 274.184074] [<ffffffc0000b3910>] warn_slowpath_fmt+0x4c/0x58 [ 274.184084] [<ffffffc0000faad0>] irq_set_irq_wake+0xd0/0x100 [ 274.184096] [<ffffffc0003a5818>] disable_all_irqs.isra.13+0x3c/0x88 [ 274.184106] [<ffffffc0003a6628>] subsystem_put+0xe4/0x144 [ 274.184119] [<ffffffc0003e387c>] smd_tty_port_activate+0x2f8/0x528 [ 274.184130] [<ffffffc0003c1e0c>] tty_port_open+0x84/0xd8 [ 274.184141] [<ffffffc0003e2b14>] smd_tty_open+0x2c/0x38 [ 274.184153] [<ffffffc0003ba484>] tty_open+0xd4/0x5a0 [ 274.184165] [<ffffffc0001ab758>] chrdev_open+0x9c/0x1b0 [ 274.184178] [<ffffffc0001a492c>] do_dentry_open+0x1e4/0x2fc [ 274.184189] [<ffffffc0001a4e50>] vfs_open+0x3c/0x48 [ 274.184201] [<ffffffc0001b2ea0>] do_last.isra.42+0x108/0xbbc [ 274.184212] [<ffffffc0001b54f0>] path_openat+0x84/0x5ec [ 274.184223] [<ffffffc0001b6a80>] do_filp_open+0x2c/0x88 [ 274.184234] [<ffffffc0001a5f68>] do_sys_open+0x13c/0x21c [ 274.184244] [<ffffffc0001a607c>] SyS_openat+0xc/0x18 [ 274.184252] -[ end trace 4cbd23151a88a12f ]- [ 274.184277] smd_channel_reset: allocation table not initialized [ 274.185249] Ramdump(ramdump_smem): No consumers. Aborting.. [ 274.191148] restart_notifier_cb: unable to dump smem -32

I guess I should wait for the official release.

Any thoughts on how far off that may be?

Related Posts