Octoprint show statel: Offline after error No more candidates to test, and no working port/baudrate combination detected

What is the problem?

I'm a first time octoprint and raspberry pi user, and I'm currently having trouble with connecting my printer to octoprint. I tried plugging it into pronterface but windows just said unkown usb device.

What did you already try to solve it?

  • Reflashed octoprint on a diffrent sd card -> nothing
  • Use ssh to enable the /dev/ttyS0 option in serial port -> no luck
  • Tried diffrent usb cables and use a known working data cable -> still nothing
  • Use the electrical tape trick on the 5v pin of the usb cable -> nothing

Have you tried running in safe mode?

Yes

Did running in safe mode solve the problem?

No

Systeminfo Bundle

You can download this in OctoPrint's System Information dialog ... no bundle, no support!)

http://192.168.0.102/downloads/systeminfo.zip

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

ender 3v2 with jyers ui, raspbery pi zero 2 w, chrome and I'm on windows

here are the octopirnt log and serial log
octoprint.log (284.0 KB)
serial.log (296 Bytes)

If you not see me replying to your comment then i'm sorry because im living in south east asia so there is a different in my active time

Hello baobao,

looking at the URL, can you see why this is a useful link for you and no one else? :wink:

Omg I'm sorry i forgot that the link is to the octoprint sever
here are thi file
octoprint-systeminfo-20220224125323.zip (179.9 KB)

That worked :slight_smile:
OctoPrint tries repeatedly to find a working serial connection but the OS has nothing for it.

Sometimes it helps when there is no sd card in the printer or, the other way round. So please try it with and without a sd card in the printer. Sometimes it makes a difference whether the printer is powered when connecting so please also try this both ways.

And after that, ssh into the the pi and read the kernel messages about it all by:
sudo dmesg

Please copy the output of that up here (as preformatted text so it's easier to read)

What printer model are you using?

here ae the result i got sorry idk how to copy it as preformatted text, and i'm using an ender 3v2
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1496 SMP Wed Dec 1 15:58:11 GMT 2021
[ 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 instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero 2 W Rev 1.0
[ 0.000000] random: fast init done
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x13c00000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x0000000017ffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000017ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000017ffffff]
[ 0.000000] On node 0 totalpages: 98304
[ 0.000000] DMA zone: 864 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 98304 pages, LIFO batch:31
[ 0.000000] percpu: Embedded 20 pages/cpu s50828 r8192 d22900 u81920
[ 0.000000] pcpu-alloc: s50828 r8192 d22900 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 97440
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:F3:9F:1C vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 console=tty1 root=PARTUUID=242a9e16-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 306736K/393216K available (10240K kernel code, 1311K rwdata, 2948K rodata, 1024K init, 859K bss, 20944K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 32054 entries in 63 pages
[ 0.000000] ftrace: allocated 63 pages with 6 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from start_kernel+0x3ac/0x580 with crng_init=1
[ 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.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000024] Switching to timer-based delay loop, resolution 52ns
[ 0.000301] Console: colour dummy device 80x30
[ 0.001160] printk: console [tty1] enabled
[ 0.001231] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001288] pid_max: default: 32768 minimum: 301
[ 0.001499] LSM: Security Framework initializing
[ 0.001752] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.001799] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.003244] cgroup: Disabling memory control group subsystem
[ 0.003524] CPU: Testing write buffer coherency: ok
[ 0.004030] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.005272] Setting up static identity map for 0x100000 - 0x10003c
[ 0.005482] rcu: Hierarchical SRCU implementation.
[ 0.006410] smp: Bringing up secondary CPUs ...
[ 0.007566] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.008824] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.010120] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.010277] smp: Brought up 1 node, 4 CPUs
[ 0.010330] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.010361] CPU: All CPU(s) started in HYP mode.
[ 0.010388] CPU: Virtualization extensions available.
[ 0.011256] devtmpfs: initialized
[ 0.028696] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.029030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.029090] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.032331] pinctrl core: initialized pinctrl subsystem
[ 0.033539] NET: Registered protocol family 16
[ 0.037618] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.043341] audit: initializing netlink subsys (disabled)
[ 0.044259] thermal_sys: Registered thermal governor 'step_wise'
[ 0.045120] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.045347] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.045388] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.045689] Serial: AMBA PL011 UART driver
[ 0.064137] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.080145] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-12-01T15:08:00, variant start_x
[ 0.090156] raspberrypi-firmware soc:firmware: Firmware hash is 71bd3109023a0c8575585ba87cbb374d2eeb038f
[ 0.134339] Kprobes globally optimized
[ 0.139291] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.141706] SCSI subsystem initialized
[ 0.141976] usbcore: registered new interface driver usbfs
[ 0.142061] usbcore: registered new interface driver hub
[ 0.142153] usbcore: registered new device driver usb
[ 0.144134] clocksource: Switched to clocksource arch_sys_counter
[ 1.917877] VFS: Disk quotas dquot_6.6.0
[ 1.918020] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.918241] FS-Cache: Loaded
[ 1.918521] CacheFiles: Loaded
[ 1.929348] NET: Registered protocol family 2
[ 1.929572] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.930684] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.930772] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 1.930965] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 1.931092] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.931255] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.931316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 1.931971] NET: Registered protocol family 1
[ 1.932800] RPC: Registered named UNIX socket transport module.
[ 1.932834] RPC: Registered udp transport module.
[ 1.932864] RPC: Registered tcp transport module.
[ 1.932892] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.934686] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 1.938494] Initialise system trusted keyrings
[ 1.938796] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 1.948379] zbud: loaded
[ 1.950463] FS-Cache: Netfs 'nfs' registered for caching
[ 1.951373] NFS: Registering the id_resolver key type
[ 1.951434] Key type id_resolver registered
[ 1.951463] Key type id_legacy registered
[ 1.951634] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.951669] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.952866] Key type asymmetric registered
[ 1.952899] Asymmetric key parser 'x509' registered
[ 1.952970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.953010] io scheduler mq-deadline registered
[ 1.953040] io scheduler kyber registered
[ 1.955758] bcm2708_fb soc:fb: FB found 1 display(s)
[ 1.967303] Console: switching to colour frame buffer device 82x26
[ 1.974550] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[ 1.983122] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.986578] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default
[ 1.993416] bcm2835-rng 3f104000.rng: hwrng registered
[ 1.996543] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 2.002713] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 2.020761] brd: module loaded
[ 2.035809] loop: module loaded
[ 2.040267] Loading iSCSI transport class v2.0-870.
[ 2.044655] libphy: Fixed MDIO Bus: probed
[ 2.047669] usbcore: registered new interface driver lan78xx
[ 2.050450] usbcore: registered new interface driver smsc95xx
[ 2.053062] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.783855] Core Release: 2.80a
[ 2.786502] Setting default values for core params
[ 2.789161] Finished setting default values for core params
[ 2.992179] Using Buffer DMA mode
[ 2.994759] Periodic Transfer Interrupt Enhancement - disabled
[ 2.997332] Multiprocessor Interrupt Enhancement - disabled
[ 2.999877] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 3.002363] Dedicated Tx FIFOs mode

[ 3.005194] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = 93d14000 dma = 0xd3d14000 len=9024
[ 3.012109] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
High-Speed Isochronous Endpoints
Interrupt/Control Split Transaction hack enabled
[ 3.022976] dwc_otg: Microframe scheduler enabled

[ 3.023050] WARN::hcd_init_fiq:457: FIQ on core 1

[ 3.027352] WARN::hcd_init_fiq:458: FIQ ASM at 807c9984 length 36

[ 3.031771] WARN::hcd_init_fiq:497: MPHI regs_base at 98810000
[ 3.036245] dwc_otg 3f980000.usb: DWC OTG Controller
[ 3.038557] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 3.040926] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[ 3.043249] Init: Port Power? op_state=1
[ 3.045498] Init: Power Port (0)
[ 3.048014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 3.052595] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.055074] usb usb1: Product: DWC OTG Controller
[ 3.057429] usb usb1: Manufacturer: Linux 5.10.63-v7+ dwc_otg_hcd
[ 3.059817] usb usb1: SerialNumber: 3f980000.usb
[ 3.062922] hub 1-0:1.0: USB hub found
[ 3.065397] hub 1-0:1.0: 1 port detected
[ 3.068959] dwc_otg: FIQ enabled
[ 3.068972] dwc_otg: NAK holdoff enabled
[ 3.068983] dwc_otg: FIQ split-transaction FSM enabled
[ 3.069000] Module dwc_common_port init
[ 3.069301] usbcore: registered new interface driver usb-storage
[ 3.072075] mousedev: PS/2 mouse device common for all mice
[ 3.075712] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 3.080413] sdhci: Secure Digital Host Controller Interface driver
[ 3.082937] sdhci: Copyright(c) Pierre Ossman
[ 3.086166] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[ 3.089385] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 3.092183] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.095506] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.098425] hid: raw HID events driver (C) Jiri Kosina
[ 3.101156] usbcore: registered new interface driver usbhid
[ 3.103753] usbhid: USB HID core driver
[ 3.111268] Initializing XFRM netlink socket
[ 3.113876] NET: Registered protocol family 17
[ 3.116531] Key type dns_resolver registered
[ 3.119527] Registering SWP/SWPB emulation handler
[ 3.122057] registered taskstats version 1
[ 3.124414] Loading compiled-in X.509 certificates
[ 3.127570] Key type ._fscrypt registered
[ 3.129886] Key type .fscrypt registered
[ 3.132202] Key type fscrypt-provisioning registered
[ 3.146937] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 3.149401] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[ 3.156337] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default
[ 3.161897] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550
[ 3.167905] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 3.172184] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 3.174863] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[ 3.204440] sdhost: log_buf @ (ptrval) (d3d13000)
[ 3.244604] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.248866] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.253051] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.255627] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 3.261114] of_cfs_init
[ 3.263671] of_cfs_init: OK
[ 3.267170] Waiting for root device PARTUUID=242a9e16-02...
[ 3.291296] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.295524] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.360188] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.369423] mmc0: new high speed SDHC card at address e624
[ 3.372947] mmcblk0: mmc0:e624 SS16G 14.8 GiB
[ 3.378149] mmcblk0: p1 p2
[ 3.396023] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 3.398408] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 3.413579] mmc1: new high speed SDIO card at address 0001
[ 4.570359] EXT4-fs (mmcblk0p2): recovery complete
[ 4.578951] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.583382] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 4.593705] devtmpfs: mounted
[ 4.603041] Freeing unused kernel memory: 1024K
[ 4.606006] Run /sbin/init as init process
[ 4.608439] with arguments:
[ 4.608451] /sbin/init
[ 4.608461] with environment:
[ 4.608472] HOME=/
[ 4.608483] TERM=linux
[ 5.232014] systemd[1]: System time before build time, advancing clock.
[ 5.386531] NET: Registered protocol family 10
[ 5.390538] Segment Routing with IPv6
[ 5.462421] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 5.477606] systemd[1]: Detected architecture arm.
[ 5.548110] systemd[1]: Set hostname to .
[ 6.408508] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.425064] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.428852] systemd[1]: Listening on udev Control Socket.
[ 6.435013] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.438400] systemd[1]: Listening on Syslog Socket.
[ 6.444835] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.454646] systemd[1]: Listening on Journal Socket.
[ 6.468352] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.483823] systemd[1]: Mounting Kernel Debug File System...
[ 6.492447] systemd[1]: Created slice User and Session Slice.
[ 7.256318] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 7.358682] systemd-journald[114]: Received request to flush runtime journal from PID 1
[ 7.964958] mc: Linux media interface: v0.10
[ 7.968477] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.971178] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.971204] [vc_sm_connected_init]: start
[ 7.975310] [vc_sm_connected_init]: installed successfully
[ 8.016848] videodev: Linux video capture interface: v2.00
[ 8.073236] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.073299] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.075181] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.089028] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.104360] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.107051] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 8.107532] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 8.108028] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 8.108444] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 8.108495] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 8.108563] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 8.108604] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 8.108646] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 8.108912] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 8.142073] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.168647] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.171100] bcm2835_audio bcm2835_audio: there is not valid maps for state default
[ 8.364904] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.465595] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 8.538396] brcmfmac: F1 signature read @0x18000000=0x1542a9a6
[ 8.554180] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 8.555803] usbcore: registered new interface driver brcmfmac
[ 8.741934] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 8.742089] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43436-sdio for chip BCM43430/2
[ 8.747221] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 8.747294] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 8.765146] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/2 wl0: Oct 9 2020 14:44:32 version 9.88.4.65 (test) (f149b32@shgit) (r679549) FWID 01-f40f3270
[ 8.778048] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 8.778103] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 8.785799] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 8.785870] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 8.812856] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 8.812910] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 11.164458] random: crng init done
[ 11.164487] random: 7 urandom warning(s) missed due to ratelimiting
[ 11.380484] uart-pl011 3f201000.serial: no DMA platform data
[ 11.513818] 8021q: 802.1Q VLAN Support v1.8
[ 11.911822] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 12.024211] Adding 102396k swap on /var/swap. Priority:-2 extents:4 across:223648k SSFS
[ 13.491812] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 14.963902] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.wlan0.retrans_time - use net.ipv6.neigh.wlan0.retrans_time_ms instead
[ 17.852732] Bluetooth: Core ver 2.22
[ 17.852865] NET: Registered protocol family 31
[ 17.852878] Bluetooth: HCI device and connection manager initialized
[ 17.852910] Bluetooth: HCI socket layer initialized
[ 17.852931] Bluetooth: L2CAP socket layer initialized
[ 17.852965] Bluetooth: SCO socket layer initialized
[ 17.872216] Bluetooth: HCI UART driver ver 2.3
[ 17.872244] Bluetooth: HCI UART protocol H4 registered
[ 17.872366] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 17.872667] Bluetooth: HCI UART protocol Broadcom registered
[ 18.193892] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.193916] Bluetooth: BNEP filters: protocol multicast
[ 18.193953] Bluetooth: BNEP socket layer initialized

2 ways and you can still do it editing your last post:

  • use the option in the edit window with the </> - icon
  • put code fences on a line before the start and after the end of the listing (three back ticks each)

anyway, there is not a trace ofyour printer registering an usb connection with the raspi.

Ender v2 making problems to connect is something many users report, the archives are full with threads about it. I suggest you make use of the search tool here and spend a while reading prvious cases. Often this is a very helpful way to look at one's own situation and what could be tried and done.

Did you try connecting with or without an sdcard in the printers sd-card slot?

hello did u solve ur problem as i already has the same one

hello Ahmed,

pls try the search, this may well let you find a solution. Else please open a new Get Help - thread with your description and systeminfo.
Appending an old thread wont let you find the attenton you hope for.

1 Like

thnx .. plz help as i alreadyt open new get help

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.