Basic Information:
inter Model: Flying Bear 3D Printer Reborn 2
Tried everything possible but the problem still exists
inter Model: Flying Bear 3D Printer Reborn 2
Tried everything possible but the problem still exists
Have you tried this?
BTW: Uploading text copies of outputs are way more better the screen copies
In my case it’s Armbian.
Thank’s anyway
​
Armbian is either Ubuntu based or Debian based, depending on what you downloaded.
The dmesg output indicates that the board is not correctly recognized by the Linux operating system. While @EddyMI3D’s input can still be valid, this currently seems not the root cause.
Likely the board is not properly flashed.
In printer is Makerbase Nano6 v3.2 board
Not sure, MKS does not list this board, but it is likely based on a Nano v3.
Try
and name the resulting bin file Robin_nano_6.bin
flash via SD
That’s exactly what I did, but it didn’t change anything.
Sorry, no further idea.
The kernel of your Linux system is producing a hardware related error. It could also be some issues with your host:
On my Armbian, this error would mean:
klipper@bananapim5:~/klipper$ grep '62' /usr/include/asm-generic/errno.h
#define ETIME 62 /* Timer expired */
klipper@bananapim5:~/klipper$
Which has scientific value only as I have no idea what it means.
I tried 5 other USB cables
And 1 other OS issues
But the problem still exists
Here is a command that I found on the discord channel that fixes that problem. I’ve used it 3 times on 3 different printers and it works.
curl -sSL https://raw.githubusercontent.com/mainsail-crew/MainsailOS/develop/patches/udev-fix.sh | bash
@Davtyan
Did that solve your problem?
@hcet14 :
You have read that?
I deleted and reinstalled everything but can’t seem to find the mcu: serial at this point.
There is no file or directory.
I have tried almost all possible options, I have read and familiarized myself with the contents of all the klipper files, but the problem was not solved.
I just asked Davtyan a question and I didn’t get an answer yet. Funny, that you asked me another one concerning my question.
Unsure, if I understand your question right!
“udev-fix.sh”? Yes.
Old, first thing I thought.
What’s this doing?
# Patch Funcs
patch_udev(){
local udev_pkg_version
udev_pkg_version="$(dpkg-query -s udev | grep "Version" | sed 's/Version\: //')"
if [[ -n "${udev_pkg_version}" ]] && [[ "${udev_pkg_version}" =~ "deb11u2" ]]; then
echo_red "'udev' version: ${udev_pkg_version}, is affected by bug ..."
echo_green "Install patched udev rule from systemd git repository ..."
curl -sSL "${UDEV_FIX_RAW_RULE_FILE}" > "${UDEV_FIX_TMP_FILE}"
sudo cp "${UDEV_FIX_TMP_FILE}" "${UDEV_FIX_OUTPUT_FILE}"
rm -f "${UDEV_FIX_TMP_FILE}"
else
echo_green "'udev' version: ${udev_pkg_version}, is NOT affected by bug ... [SKIPPED]"
fi
Sorry, overseen that @ line
Yes, I read it, but unfortunately only when I deleted everything and tried again.
No , mine is Makerbase Nano6 v3.2
It seems to me that I have stressed a lot about this issue and am already getting confused.
I’m sorry if I’m formulating my answers incorrectly, I think I’ll reformulate and present the question more clearly a little later. Anyway, thank you all for your help.
You’re welcome. Good idea, starting over. Make sure you provide good information about your setup (printer mainboard, printer, host (sbc, or something else).
Good luck, hcet1