0.5.2 Documentation missing for USB and non Zero Pi
 
Notifications
Clear all

0.5.2 Documentation missing for USB and non Zero Pi  

Page 2 / 3
  RSS
DanielAttia
(@danielattia)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

Terminal

Posted by: @bdogg75

Is there an alternative to Putty for Mac users?

 

Posted : 31/12/2021 6:17 am
Timo
 Timo
(@timo-2)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

 

Posted by: @bdogg75

Is there an alternative to Putty for Mac users?

On MacOS you can just open a terminal. from the terminal, you can directly use ssh.

ssh pi@ipaddress
for instance: ssh [email protected] if your prusalink has 192.168.0.100 as IP address

I have no special talent. I am only passionately curious

Posted : 31/12/2021 7:58 am
Phil @PhilthyFilaments
(@phil-philthyfilaments)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

I have a pi 3b+ connected to a buck converter for power, can I connect via GPIO ?

Posted : 05/01/2022 9:02 am
Phil @PhilthyFilaments
(@phil-philthyfilaments)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

oops nevermind i forgot to enable RPi Port in the menu (facepalm)

Posted : 05/01/2022 9:20 am
honeybadgergear
(@honeybadgergear)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

Thanks for pointing that out, also

CTRL + SHIFT + X to get into advanced options in the Pi Imager, there's no button or menu item which is weird. 

Posted by: @danielattia

Yes, you will need to use the Raspberry Pi Imager software advanced settings to allow for SSH.

Posted by: @schrotti

hey.

i cant connect via SSH. is there any option you need to activate on the sd card before using SSH?

Error Message: "Network Error: Connection refused"

 

 

Posted : 09/01/2022 5:17 pm
SSN613
(@ssn613)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

 

Posted by: @bdogg75

Might need a sudo or two in there for mkdir and touch.

Can you elaborate on "a sudo or two", I'm not the best with programming so I'm not sure how to do this.

sudo touch prusa-link.inipi@prusa:/etc

 sudo nano prusa-link.ini         Not programming, *nix privilege escalation 🙂

Posted : 21/01/2022 3:56 pm
Eric E
(@eric-e)
Member
Topic starter answered:
RE: 0.5.2 Documentation missing for USB and non Zero Pi

Nice.  One of us really needs to do a quick and dirty dead nuts correct document for USB connect.

Don’t trust forum advice.

Posted : 21/01/2022 4:15 pm
tjmaxal liked
madpro
(@madpro)
Member
RE:

Folks  - This applies to release 0.6.0 also. Note: When installing Prusa-Link on your SD card, make sure you check the box to enable SSH and set a password. Rest of the instructions  for RPI3/4 can be found in this related post on the forum:

https://forum.prusa3d.com/forum/introcuctions-instrutctions/raspberry-pi4/#post-552325

Posted : 21/01/2022 5:09 pm
Tojik
(@tojik)
Member Moderator

A neat trick for the Pi is to put a file called "ssh" on the boot partition of the SD. That turns on SSH (and the file gets deleted)

Posted : 11/02/2022 4:00 pm
tjmaxal liked
bapski
(@bapski)
Estimable Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

just thought i'd take a crack at it but no dice for me. Prusalink 0.6.0

trying prusalink.local tells me firmware is not up to date. was forced to update from 3.10.0 to 3.10.1 still nothing. 

i tried using the local IP assigned nothing. im not sure if its my ip, because when i boot the pi image with a monitor, i see that it has been assigned an ip address. 

 

MY MODELS AT PRINTABLES
Posted : 10/03/2022 11:35 pm
DanielAttia
(@danielattia)
Member
RE:

Are you able to see the printer as a USB device on the raspberry pi? e.g.

$ lsusb -v

Are you able to connect to the printer ok with the same USB cable on a computer? Try connecting the cable to a different USB port of the Raspberry Pi. 

Posted : 11/03/2022 12:13 am
bapski
(@bapski)
Estimable Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

 

Posted by: @danielattia

Are you able to see the printer as a USB device on the raspberry pi? e.g.

$ lsusb -v

Are you able to connect to the printer ok with the same USB cable on a computer? Try connecting the cable to a different USB port of the Raspberry Pi. 

Bus 001 Device 004: ID 2c99:0002 Prusa Original Prusa i3 MK3
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            2 Communications
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x2c99 Prusa
  idProduct          0x0002
  bcdDevice            1.30
  iManufacturer           1 Prusa Research (prusa3d.com)
  iProduct                2 Original Prusa i3 MK3
  iSerial                 3 CZPX4920X004XK37005
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x003e
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         2 Communications
      bInterfaceSubClass      2 Abstract (modem)
      bInterfaceProtocol      1 AT-commands (v.25ter)
      iInterface              0
      CDC Header:
        bcdCDC               10.01
      CDC ACM:
        bmCapabilities       0x06
          sends break
          line coding and serial state
      CDC Union:
        bMasterInterface        0
        bSlaveInterface         1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval             255
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass        10 CDC Data
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

i was able to update my Mk3s+ firmware using same cable.

MY MODELS AT PRINTABLES
Posted : 11/03/2022 12:42 am
Tojik
(@tojik)
Member Moderator
RE: 0.5.2 Documentation missing for USB and non Zero Pi

I expect you have created the config file specifying the port /dev/ttyACM0 like OP explained, if yes, then the only option I can think of is to go through the logs looking for the port it's using and  what's it unhappy about.

The log is at /var/log/daemon.log, there might not be enough detail there, but we'll deal with that once we get to it

Posted : 11/03/2022 12:51 am
bapski
(@bapski)
Estimable Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

Yes i have 

[printer]

port=/dev/ttyACM0

baudrate=115200

Will check logs asap.

Posted by: @tojik

I expect you have created the config file specifying the port /dev/ttyACM0 like OP explained, if yes, then the only option I can think of is to go through the logs looking for the port it's using and  what's it unhappy about.

The log is at /var/log/daemon.log, there might not be enough detail there, but we'll deal with that once we get to it

 

MY MODELS AT PRINTABLES
Posted : 11/03/2022 1:01 am
bapski
(@bapski)
Estimable Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

NOW im getting somewhere.. i decided to redo everything and i am now at Prusa Connect Settings. 

i get a "Can't resolve Prusa Connect hostname." error with hostname = connect.prusa3d.com

i have the port at default = 0

MY MODELS AT PRINTABLES
Posted : 11/03/2022 1:34 am
DanielAttia
(@danielattia)
Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

What are you currently using to connect to the webGUI? The hostname or IP address of the Pi?

I know that the default port is 0 (e.g. 8080) once the system is configured. Did you also happen by chance to change any additional settings when configuring the PrusaLink using the RasPi Imager? (Change the default user from “pi”?) which may cause the setup to stop working.

I would personally also try to restart the setup process again with an incognito/private browser window… as I found that useful features such as Autofill mess up the configuration process. 

Posted : 11/03/2022 2:22 am
bapski
(@bapski)
Estimable Member
RE: 0.5.2 Documentation missing for USB and non Zero Pi

looks like i got it setup. 

i was connecting with Prusalink.local. when i tried connecting with my local ip address, voila! now to figure out how this thing works. im now looking into how to send a file to print. 

thank you very much.

 

MY MODELS AT PRINTABLES
Posted : 11/03/2022 2:30 am
Tojik liked
towlerg
(@towlerg)
Noble Member
RE:

The fact that your MK3 reboots when you boot the pi does sound promising.

Yes and the Pi also stops, without shutdown process, when you turn the printer off.

This post was modified 2 years ago by towlerg
Posted : 11/03/2022 12:44 pm
Tojik
(@tojik)
Member Moderator
RE: 0.5.2 Documentation missing for USB and non Zero Pi

Yup, it's same as octoprint on zero and yes, I'd like to make it a little smarter too

Posted : 11/03/2022 12:47 pm
Eric E
(@eric-e)
Member
Topic starter answered:
RE: 0.5.2 Documentation missing for USB and non Zero Pi

All the more reason to connect via usb.  For just the cost of a usb data cable, and a usb power supply, which may already exist in your pile of electronic leftovers. And, no soldering of headers, after, of course finding the right headers, and trimming off the interfering pins. 

Puzzling to me that we have plans to hard mount a $10 32 bit computer which is more powerful than the recipient. USB was created by smart people, to solve problems like this. 

Don’t trust forum advice.

Posted : 11/03/2022 12:55 pm
Page 2 / 3
Share: