Git Product home page Git Product logo

Comments (6)

Pack3tL0ss avatar Pack3tL0ss commented on July 17, 2024

Thanks for taking the time to report the issue.

yeah apt-get install ser2net is fine for a fallback, the installer builds ser2net from source which is a far more recent version than what's available from apt. ConsolePi is not handicapped in anyway none of the features available from the more recent versions are utilized by the install script. I only built from source so users would have the most recent in case they wanted to do something custom (custom ser2net.conf utilizing whatever features...).

If you don't mind:

  • What model/generation of RaspberryPi
  • Current version of raspbian?
  • Assume the pi had internet access the entire time.

Lastly if you have the install.log (or install.log.#) files. I should be able to get the full error details from it.
Given you re-ran the installer the original error should be rolled into install.log.1 the logs are in /etc/ConsolePi/installer/

Thx

from consolepi.

timbarnhart avatar timbarnhart commented on July 17, 2024

from consolepi.

Pack3tL0ss avatar Pack3tL0ss commented on July 17, 2024

Yes that syntax should be correct. With 1 device plugged in you should be able to telnet to port 8001.
The fact Consolepi-menu presents the menu option and you can connect indicates there is no issue recognizing the USB-serial adapter. So that's good.

Make sure ser2net is running systemctl status ser2net and/or ps aux |grep -v grep |grep ser2net

It may be that ser2net has it's default config because install from source failed in the installer. I would have expected it to place the ConsolePi config for ser2net when you ran the installer after installing ser2net via apt, but that's not a scenario I tested so maybe not.

The ConsolePi config file for ser2net is in /etc/ConsolePi/src/ser2net.conf just cp it over to /etc
sudo cp /etc/ConsolePi/src/ser2net.conf /etc
You can backup whatever original is there prior to cp if you like the cp will overwrite the original

Then:
sudo systemctl stop ser2net
sudo systemctl start ser2net
systemctl status ser2net

It may also be a firewall issue. I tested with the raspian-light version (no desktop environment), wouldn't expect many differences for what ConsolePi does, but maybe... You can check firewall rules with sudo iptables -L

I'll test to see what's up with the ser2net error when I get a chance.

from consolepi.

timbarnhart avatar timbarnhart commented on July 17, 2024

from consolepi.

Pack3tL0ss avatar Pack3tL0ss commented on July 17, 2024

Cool Glad it's sorted.

The code for PushBullet is pretty simple, it's just a curl command. It's in the /etc/ConsolePi/ConsolePi.sh script. in the Push() function (line 53).

from consolepi.

Pack3tL0ss avatar Pack3tL0ss commented on July 17, 2024

Fixed - Updated url used to get ser2net from source. It had changed to point to another project by the same author. installer now configured to get ser2net 3.5.1 vs using "latest".

from consolepi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.