Welcome, Guest. Please login or register.

Author Topic: SOLVED: No internet connection on X1000 using Prism2  (Read 2769 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline NinjaCyborg

Re: No internet connection on X1000 using Prism2
« on: January 08, 2021, 01:48:00 PM »
Power surges can fry routers, are you sure it's working OK?
 

Offline NinjaCyborg

Re: No internet connection on X1000 using Prism2
« Reply #1 on: January 09, 2021, 08:21:48 AM »
Can you share all the relevant config files?

Also, if you run C:WirelessManager or wpa_supplicant, whichever it's called in your version, in VERBOSE mode it will become clear.
 

Offline NinjaCyborg

Re: No internet connection on X1000 using Prism2
« Reply #2 on: January 18, 2021, 10:16:20 PM »
Well hostname should just be whatever you what the local hostname of your computer to be. 'amiga' or something. Don't set it to the IP of the router.

The log implies that the wifi is connecting. You still need to run 'addnetworkinterface' after the wpa_supplicant as well though too, you know that right?

A good way to do it in your network-startup is to have
run >NIL <NIL: wpa_supplicant (or wirelessmanager, depending on which version you're using) prism2.device
run wait 10 +
addnetworkinterface PRISM2

or sometihng like that
 

Offline NinjaCyborg

Re: No internet connection on X1000 using Prism2
« Reply #3 on: January 18, 2021, 10:39:48 PM »
The AddNetInterfaces needs to come after the wifi negotiation has connected, so unless you put a massive WAIT command in between the wpa_supplicant and the addnetinterface it won't work
 

Offline NinjaCyborg

Re: No internet connection on X1000 using Prism2
« Reply #4 on: January 18, 2021, 10:45:23 PM »
also if you temporarily remove the QUIET from addnetinterface you'll see it's output on the con. it will tell you if DHCP is successful or not.
 

Offline NinjaCyborg

Re: SOLVED: No internet connection on X1000 using Prism2
« Reply #5 on: January 19, 2021, 11:16:59 AM »
You'd be much better off putting it in network-startup. nothing will change it there. but system updates might overwrite your startup sequence.
 
The following users thanked this post: SteveH

Offline NinjaCyborg

Re: SOLVED: No internet connection on X1000 using Prism2
« Reply #6 on: January 19, 2021, 06:52:20 PM »
Well to be fair it probably predates network-startup being the right place for it. Neil is still active so if you have ideas for him write him a line maybe he'll do a new version at some point.