This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2023 beta image
#24
I tried to reproduce this.   I managed to connect as a client to 2 different networks, one encrypted the other not.    Is there any chance you can try the default "mars" with given code?   I will change this to openplotter for release.

What happens if you switch it to client mode, and power cycle a few seconds after and see if when it reboots it connects?

Also,  try the AP + client mode.   In this mode if you can, ssh in as a client and check the /var/log/dhcpcd/current and /var/log/wpa_supplicant/current  log files for hints.  

If you still cant get it to connect maybe try a keyboard and hdmi and check those log files for hints??

I was able to add a code to encrypt the network and it worked...

Finally, I did find an issue when changing to client and back to ap mode (not ap+client) and this too me about 3 hours to work out by editing /opt/networking.sh and adding the line:

    route add -net 192.168.14.0 netmask 255.255.255.0 dev $INTERFACE

into the end of /opt/networking.sh before fi   seemed to fix issues with AP mode
Code:
    chpst -utc tce-load -i dnsmasq
    mkdir -p /var/lib/misc
    sv u dnsmasq

    route add -net 192.168.14.0 netmask 255.255.255.0 dev $INTERFACE
fi
but must run "filetool.sh -b" to preserve it

Without this, you would have to power cycle to switch back to AP only mode.

I found a few other minor issues and fixed them (like the lease display and lcd menu for toggling ap/client mode if you are stuck), but not related to wifi working.

(2024-01-27, 11:54 PM)MarineW29 Wrote:
(2023-12-27, 10:11 PM)seandepagnier Wrote: I am still attempting a final release for pi zero boards  (pi core 9)  after which I will shortly be moving to pi core 13.

Hi Sean,
When do you plan to have a stable image of tinypilot based on piCore 13.1.0 or above, which can support Raspberry Pi Zero 2 W ?
I bought a  Raspberry Pi Zero W, but they sent me the version 2, and it took me a while to understand why it didn't boot at all (same problem as described here).
Thanks

There is stelian's image, but it is getting old.     I plan to switch to this and update everything.   There will not be more  development on picore 9, only bugfixs.    It is just,  many years has proven the reliability of picore 9 and so I want to make a final release on it.  Also the infrared control doesnt work on it, and I never did figure out why, but the onboard arduino can at least decode it instead of the raspberry.

I am continuing the unstable branch and it will target this from there on.   There are a lot of future developments planned.
Reply


Messages In This Thread
2023 beta image - by seandepagnier - 2023-12-27, 10:11 PM
RE: 2023 beta image - by Elea - 2024-01-02, 03:30 PM
RE: 2023 beta image - by Vic - 2024-01-02, 08:53 PM
RE: 2023 beta image - by seandepagnier - 2024-01-03, 03:36 AM
RE: 2023 beta image - by Vic - 2024-01-03, 08:48 AM
RE: 2023 beta image - by seandepagnier - 2024-01-06, 06:38 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-15, 05:22 PM
RE: 2023 beta image - by seandepagnier - 2024-01-15, 10:25 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-16, 11:50 AM
RE: 2023 beta image - by seandepagnier - 2024-01-16, 09:56 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-16, 10:51 PM
RE: 2023 beta image - by seandepagnier - 2024-01-17, 05:25 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-19, 08:58 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-21, 01:22 PM
RE: 2023 beta image - by seandepagnier - 2024-01-22, 02:31 AM
RE: 2023 beta image - by seandepagnier - 2024-01-22, 04:36 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-22, 05:52 PM
RE: 2023 beta image - by seandepagnier - 2024-01-23, 02:26 AM
RE: 2023 beta image - by seandepagnier - 2024-01-24, 09:57 PM
RE: 2023 beta image - by MarineW29 - 2024-01-27, 11:54 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-30, 11:32 PM
RE: 2023 beta image - by Moeritsen - 2024-01-31, 09:16 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-01, 12:18 AM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 10:13 AM
RE: 2023 beta image - by Moeritsen - 2024-02-01, 06:52 PM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 08:11 PM
RE: 2023 beta image - by Moeritsen - 2024-02-01, 09:12 PM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 11:46 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-02, 11:37 AM
RE: 2023 beta image - by Moeritsen - 2024-02-02, 10:13 AM
RE: 2023 beta image - by seandepagnier - 2024-02-02, 07:30 PM
RE: 2023 beta image - by Moeritsen - 2024-02-03, 11:05 AM
RE: 2023 beta image - by seandepagnier - 2024-02-04, 03:25 AM
RE: 2023 beta image - by Moeritsen - 2024-02-05, 11:34 AM
RE: 2023 beta image - by seandepagnier - 2024-02-06, 10:13 AM
RE: 2023 beta image - by Moeritsen - 2024-02-06, 01:19 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-04, 09:13 PM
RE: 2023 beta image - by fgorina - 2024-02-05, 06:22 PM
RE: 2023 beta image - by Moeritsen - 2024-02-06, 09:59 AM
RE: 2023 beta image - by fgorina - 2024-02-07, 07:48 AM
RE: 2023 beta image - by fgorina - 2024-02-08, 02:40 PM
RE: 2023 beta image - by seandepagnier - 2024-02-09, 08:47 PM
RE: 2023 beta image - by Moeritsen - 2024-02-12, 03:35 PM
RE: 2023 beta image - by seandepagnier - 2024-02-12, 09:18 PM
RE: 2023 beta image - by Moeritsen - 2024-02-13, 08:11 PM
RE: 2023 beta image - by seandepagnier - 2024-02-18, 06:50 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-20, 03:34 PM
RE: 2023 beta image - by seandepagnier - 2024-02-20, 11:55 PM
RE: 2023 beta image - by fgorina - 2024-02-24, 09:05 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-03-03, 07:33 PM
RE: 2023 beta image - by seandepagnier - 2024-03-04, 05:26 AM
RE: 2023 beta image - by seandepagnier - 2024-03-07, 04:17 AM
RE: 2023 beta image - by Blasut - 2024-03-12, 03:13 PM
RE: 2023 beta image - by seandepagnier - 2024-03-12, 09:54 PM
RE: 2023 beta image - by Blasut - 2024-03-13, 03:32 PM
RE: 2023 beta image - by Erickalon - 2024-03-13, 07:54 PM
RE: 2023 beta image - by seandepagnier - 2024-03-13, 09:27 PM
RE: 2023 beta image - by Erickalon - 2024-03-13, 11:02 PM
RE: 2023 beta image - by seandepagnier - 2024-03-14, 01:51 AM
RE: 2023 beta image - by Erickalon - 2024-03-14, 12:07 PM
RE: 2023 beta image - by seandepagnier - 2024-03-14, 03:09 PM
RE: 2023 beta image - by Erickalon - 2024-03-14, 04:16 PM
RE: 2023 beta image - by seandepagnier - 2024-03-15, 02:22 AM
RE: 2023 beta image - by Erickalon - 2024-03-15, 08:50 AM
RE: 2023 beta image - by Moeritsen - 2024-03-15, 02:02 PM
RE: 2023 beta image - by Erickalon - 2024-03-16, 11:24 AM
RE: 2023 beta image - by Moeritsen - 2024-03-18, 06:55 PM
RE: 2023 beta image - by Moeritsen - 2024-03-19, 10:29 AM
RE: 2023 beta image - by Erickalon - 2024-03-19, 10:36 AM
RE: 2023 beta image - by MarineW29 - 2024-05-12, 07:06 PM
RE: 2023 beta image - by seandepagnier - 2024-05-13, 07:02 PM
RE: 2023 beta image - by MarineW29 - 2024-05-13, 07:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)