Jump to content

Blars

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Blars

  1. My experience with network-manager is it causes networks to shutdown and restart periodically.  This was quite a while ago, so the bug may have been fixed.  I don't let it on any of my computers.  You may want to see if you can get network manager to leave your ethernet alone.  ("apt-get remove --purge" is one way.)

     

    Note that the armbian developers seem to be network manager fans.

  2. Onewire does have limitations on bus capacitance and length.  When using multiple sensors on one interface, it is best to not have stubs, wire to one sensor then the next rather than both from the pi.  You are also more likely to need to power your sensors rather than have them just on the bus.

     

  3. On my new orange pi zero I hooked a pl2303 usb converter to the three serial pins and use "screen /dev/ttyUSB4 115200" to connect.  This gives garbage on boot, with occasional strings of meaningful info like "Orange Pi" or "Debian".  Same converter worked fine on my Raspberry Pi Zero.  I'm suspecting the Orange Pi is just too fast and either the pl2303 or my Debian system can't keep up.  Does anyone have the serial console working?  Should I try a cp2102 instead, or maybe reconfigure to a slower speed?

     

    When I configured a DHCP server and hooked it up via ethernet, I can get in fine.

     

    Armbian 5.25 jessie, 3.4.113 kernel.  64GB sandisk Ultra plus uSD card, power from 3 amp DC-DC via 20cm cable to 13-pin connector.  I'd use bigger cable for power but 4/0 doesn't fit in 2.54mm pins.

  4. Hi

    Does this means that it could be possible to change the use of the GPIO pins "on the fly"

    I mean without rebooting.

     

    Sure.  Just write a driver module that manipulates the proper bits in the setup registers, read the data sheet for your CPU and the kernel source code.  The "confidential" H3 data sheet is on the sunxi web site.  Apparently the H2 used on the opi zero is very close, but I have not found it's data sheet.  This is not something I would recommend for beginner programmers.

  5. Network manager's default behavior is to look for networks to connect to, killing long-running ssh sessions to "scan" for other wireless networks, etc.  It may be possible to tell it not to, but if you don't want the obnoxious behavior the easy way to get rid of it is to uninstall it.

     

    Configuring via /etc/network/interfaces will do exactly what you tell it to and no more.  If you want to scan for networks, you can do it manually.  It may be harder for beginners to configure their network properly, but reliable networks are important to me.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines