First when I went to do a GP (Up to date) and IS (Opps something went south)?
So the obvious solution is re-do the card.
Burned?2021-03-04-raspios-buster-armhf.zip with etcher Copied wifi_supploicant.conf (Sucessful)?
Copied ssh (originally an null file, current is a file contining the letters ssh) no extension
And per the router the pi connects but Putty is not finding it.?
I also tried Terminal mode SSH on a chromebook. Same result.?
HELP
|
Hi thre,
I had the same problem. ?DO you have any kind of an ethernet adapter? ?The key is to get the Pi up where you can run the raspi-config script.
toggle quoted message
Show quoted text
On Jun 5, 2021, at 10:51 AM, John F Davis < wa8yxm@...> wrote:
First when I went to do a GP (Up to date) and IS (Opps something went south)? So the obvious solution is re-do the card. Burned?2021-03-04-raspios-buster-armhf.zip with etcher Copied wifi_supploicant.conf (Sucessful)? Copied ssh (originally an null file, current is a file contining the letters ssh) no extension And per the router the pi connects but Putty is not finding it.? I also tried Terminal mode SSH on a chromebook. Same result.? HELP
|
The problem is not the network, it's SSH I do not have the adapters needed to hook a Keyboard and monitor to the Pi=zero and I've misplaced my Pi=2
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 12:46:27 PM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
Hi thre,
I had the same problem. ?DO you have any kind of an ethernet adapter? ?The key is to get the Pi up where you can run the raspi-config script.
toggle quoted message
Show quoted text
On Jun 5, 2021, at 10:51 AM, John F Davis < wa8yxm@...> wrote:
First when I went to do a GP (Up to date) and IS (Opps something went south)? So the obvious solution is re-do the card. Burned?2021-03-04-raspios-buster-armhf.zip with etcher Copied wifi_supploicant.conf (Sucessful)? Copied ssh (originally an null file, current is a file contining the letters ssh) no extension And per the router the pi connects but Putty is not finding it.? I also tried Terminal mode SSH on a chromebook. Same result.? HELP
|
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun
toggle quoted message
Show quoted text
On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
I am beginning to suspect hardware but will double check the file name I've done it before with 'ssh' as the conts as well as the name but I've tried both ways with this and no joy.
Sadly the pi's do not respond to PING even the ones working
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 04:45:18 PM EDT, Tom Early <n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun
toggle quoted message
Show quoted text
On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin
toggle quoted message
Show quoted text
On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin
toggle quoted message
Show quoted text
On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
Problem solved. IT WAS hardware. I reburned the cards (yet again) copied wi-fi Supplicant and ssh to card exactly as before. popped it in a DIFFERENT Raspberry pi-zero.. one card is configured and working (And I can SSH into it normally now that it loaded SSH) and the other one is ... Getting there (Doing the Make Dash as I type) Configuration of back up card will follow shortly (Iin the alternate PI) then I need to restore pi#2 to it's originally scheduled duties (sudo shutdown, de-power pull card replace with original card for that pi reboot and re-configure)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 05:55:39 AM EDT, John F Davis <wa8yxm@...> wrote:
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin
toggle quoted message
Show quoted text
On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
John, Is your build a multi-protocol build, in other words, can you support d-star, DMr, and whatever else, or do you just use d-star?
toggle quoted message
Show quoted text
On Jun 7, 2021, at 10:32 AM, John F Davis < wa8yxm@...> wrote:
Problem solved. IT WAS hardware. I reburned the cards (yet again) copied wi-fi Supplicant and ssh to card exactly as before. popped it in a DIFFERENT Raspberry pi-zero.. one card is configured and working (And I can SSH into it normally now that it loaded SSH) and the other one is ... Getting there (Doing the Make Dash as I type) Configuration of back up card will follow shortly (Iin the alternate PI) then I need to restore pi#2 to it's originally scheduled duties (sudo shutdown, de-power pull card replace with original card for that pi reboot and re-configure)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 05:55:39 AM EDT, John F Davis < wa8yxm@...> wrote:
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via < w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
No just D-star and that in terminal mode... But I was not even getting to that point For some reason on the "Coolspot" (What I call it) Pi I could not get SSH to work for initial set up.. Pulled the card from one of my hotspots and put the card in that. Got it all configured and working.. It is now all re-configured, working, in fact I'm listening to it. I was able to log in via ssh and play my recorded voice-mail file (Though I did have to re-make that file as well) And hopefully I have a fully configured back up card too.
One more task to go but it's minor and won't mess up anything (edit wifi Supplicant file to dual search)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Monday, June 7, 2021, 11:49:28 AM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
John, Is your build a multi-protocol build, in other words, can you support d-star, DMr, and whatever else, or do you just use d-star?
toggle quoted message
Show quoted text
On Jun 7, 2021, at 10:32 AM, John F Davis < wa8yxm@...> wrote:
Problem solved. IT WAS hardware. I reburned the cards (yet again) copied wi-fi Supplicant and ssh to card exactly as before. popped it in a DIFFERENT Raspberry pi-zero.. one card is configured and working (And I can SSH into it normally now that it loaded SSH) and the other one is ... Getting there (Doing the Make Dash as I type) Configuration of back up card will follow shortly (Iin the alternate PI) then I need to restore pi#2 to it's originally scheduled duties (sudo shutdown, de-power pull card replace with original card for that pi reboot and re-configure)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 05:55:39 AM EDT, John F Davis < wa8yxm@...> wrote:
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via < w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
I’ve never tried voicemail. ?I’m curious, can you try linking to xlx94, and tell me if you can use it at all? Dashboard should be at?
toggle quoted message
Show quoted text
On Jun 7, 2021, at 11:11 AM, John F Davis < wa8yxm@...> wrote:
No just D-star and that in terminal mode... But I was not even getting to that point For some reason on the "Coolspot" (What I call it) Pi I could not get SSH to work for initial set up.. Pulled the card from one of my hotspots and put the card in that. Got it all configured and working.. It is now all re-configured, working, in fact I'm listening to it. I was able to log in via ssh and play my recorded voice-mail file (Though I did have to re-make that file as well) And hopefully I have a fully configured back up card too.
One more task to go but it's minor and won't mess up anything (edit wifi Supplicant file to dual search)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Monday, June 7, 2021, 11:49:28 AM EDT, Justin Mann via < w9fyi@...> wrote:
John, Is your build a multi-protocol build, in other words, can you support d-star, DMr, and whatever else, or do you just use d-star? Just curious. On Jun 7, 2021, at 10:32 AM, John F Davis < wa8yxm@...> wrote:
Problem solved. IT WAS hardware. I reburned the cards (yet again) copied wi-fi Supplicant and ssh to card exactly as before. popped it in a DIFFERENT Raspberry pi-zero.. one card is configured and working (And I can SSH into it normally now that it loaded SSH) and the other one is ... Getting there (Doing the Make Dash as I type) Configuration of back up card will follow shortly (Iin the alternate PI) then I need to restore pi#2 to it's originally scheduled duties (sudo shutdown, de-power pull card replace with original card for that pi reboot and re-configure)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 05:55:39 AM EDT, John F Davis < wa8yxm@...> wrote:
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via < w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
The "Voicemail" feature is far as I know a Local only.. Like if both I and my domestic partner (Which I have none of at this time) you put s0 (that's S and a zero) in the UR filel key the mic an yammer.. the file is saved to the card and then you can play it back with a qnremote commaned.
I do am not sure but I do not think I can either send. or receive it save to/from my own radio.
On a repeater a message could be recorded by the Adminstrator or I suspect most any one and then sent from time to time. IE: "Club Meeting Tonight 8PM Regular Place" which is not far from my use (A regular scheduled net) Crontab plays the file letting me know it's time.
I found the E-mail where Tom explained it to me but it was NOT posted to the group. so I'm hesititant to repost it
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Monday, June 7, 2021, 12:13:37 PM EDT, Justin Mann via groups.io <w9fyi@...> wrote:
I’ve never tried voicemail. ?I’m curious, can you try linking to xlx94, and tell me if you can use it at all? Dashboard should be at?
toggle quoted message
Show quoted text
On Jun 7, 2021, at 11:11 AM, John F Davis < wa8yxm@...> wrote:
No just D-star and that in terminal mode... But I was not even getting to that point For some reason on the "Coolspot" (What I call it) Pi I could not get SSH to work for initial set up.. Pulled the card from one of my hotspots and put the card in that. Got it all configured and working.. It is now all re-configured, working, in fact I'm listening to it. I was able to log in via ssh and play my recorded voice-mail file (Though I did have to re-make that file as well) And hopefully I have a fully configured back up card too.
One more task to go but it's minor and won't mess up anything (edit wifi Supplicant file to dual search)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Monday, June 7, 2021, 11:49:28 AM EDT, Justin Mann via < w9fyi@...> wrote:
John, Is your build a multi-protocol build, in other words, can you support d-star, DMr, and whatever else, or do you just use d-star? Just curious. On Jun 7, 2021, at 10:32 AM, John F Davis < wa8yxm@...> wrote:
Problem solved. IT WAS hardware. I reburned the cards (yet again) copied wi-fi Supplicant and ssh to card exactly as before. popped it in a DIFFERENT Raspberry pi-zero.. one card is configured and working (And I can SSH into it normally now that it loaded SSH) and the other one is ... Getting there (Doing the Make Dash as I type) Configuration of back up card will follow shortly (Iin the alternate PI) then I need to restore pi#2 to it's originally scheduled duties (sudo shutdown, de-power pull card replace with original card for that pi reboot and re-configure)
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 05:55:39 AM EDT, John F Davis < wa8yxm@...> wrote:
I tripped over the box with one or two spare Pi-zero's last night today or tomorrow depending on .. this is a busy weekend... I'll give a try to a brand new pi
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Sunday, June 6, 2021, 12:02:42 AM EDT, Justin Mann via < w9fyi@...> wrote:
Yep that is the same issue that I’ve had, working with the wifi builder that is on the ?website. ?I was able to find another pi with an ethernet connection. ?However, I think were I in this situation again, I would find a usb-c ethernet adapter, and connect it to the pi-0 at least until you can get the wi-fi enabled. ?Then you can stick it back into the junk drawer until you need it the next time. I hope this helps, Justin On Jun 5, 2021, at 6:23 PM, John F Davis < wa8yxm@...> wrote:
The router seeds it. both routers see it depending on which wifi_Supplicant I use. But that's as far as it goes.
"Nothing adds excitement like something that is none of your business" Note I am not a doctor, I don't even play one on television John F Davis
On Saturday, June 5, 2021, 06:14:16 PM EDT, Justin Mann via < w9fyi@...> wrote:
Trust me, I can totally relate, becuase I knew I had imaged the thing correctly, and yet it refused to connect to my wifi. ?? I fought for days trying to get this pi working for me… It wasn’t fun On Jun 5, 2021, at 3:45 PM, Tom Early < n7tae@...> wrote:
I agree, if you have a new OS on a Pi Zero W and can see it on your home router, then that pretty much has to mean it installed your wpa_supplicant.conf file okay, so there must be a problem with ssh. I don't think it particularly matters, but when I create the /boot/ssh file, it's just an empty file. Be careful not to add some trailing white-space on the filename, and, of course, no filename extensions that sometimes windows can help but adding.
Unfortunately, you only get one shot at this, once your system does it's initial boot, you can't do the /boot/ssh trick again to enable ssh on a card that has already booted. As a postmortem, you can pop the card and see if the /boot/ssh file is still there, because if it is, then maybe you can look it over carefully to try to figure out what went wrong.
Since you can't get in from either your Windows putty app or your chromebook, I think you have to start over again.
One more thing, according to your original message, it seems like you making the card a desktop OS. You should use the "lite" (no-gui) OS. Then after you've done all you need to do with raspi-config, you'll need to "sudo apt install build-essential git" to install git, g++ and make because not all of these are on the "lite" OS.
|
All fixed. New Raspberry pi, re-burned memory card? Copied card with Windows disc-imager
Burned a 2nd card (backup) all I have to do is record a voice mail message (A net reminder) if I pop in the new card already configured. oh and likely a GP
100%
What is more... I also have 2 pi-stars that kept "losing" my spectrum router.. So I plugged in a BELKING and the Pi-Stars held firm to the belkin (NOTE this is a Raspbery pi issue should not matter what software you run).
?
But the BELKIN kept losing the @#Q$%@#R POS Spectrum router.
Installed "Reload every" extension for chrome. Leave one Chromebook open 24 hours (Well so far it's about 40 hours) every five mintues it pings the Beliking and just renewing the home page... Nothing more.. but it appears that's all it takes. the Belking (Which I do not have a high opinion of) has remained connected for all of those 40 horus.. I'm starting to get real happy here. :)?
Belkin routers "phone home" to make sure they are connected (the ping a server somewhere or so it appears) because if they are connected to a modem that's off line, they know it.. Older D-link routers I have used did not do that (or other makes) but the Belking does? ?This can make it hard to configure a modem.?
|