Thread: Amilator Update
View Single Post
Old 08 April 2022, 22:51   #35
White
Registered User
 
White's Avatar
 
Join Date: Sep 2016
Location: italy
Posts: 1,482
@vk3heg
Hi,

4.1FE works fine,
I had to get a little familiar with the configuration file.

I also solved the internet connection problem now it works with 4.1FE

I don't know how to edit Amilator but this is what I did:
I created a directory named "etc"
inside I created this configuration file:
wpa_supplicant.conf
I edited it like this:
-------------------------------------------------- ---------
network = {
ssid = "NETWORK NAME"
psk = "PASSWORD"
key_mgmt = WPA-EAP WPA-PSK
proto = RSN WPA
pairwise = CCMP TKIP
}
-------------------------------------------------- ----------
ok then I go into the shell:
root
root

and I do:

sudo wpa_passphrase NETWORK NAME PASSWORD | sudo tee /etc/wpa_supplicant.conf

then:

sudo wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0

and then:

sudo dhclient wlan0

ok now wlan0 is paired with my device

then:

startx

ok now AmigaOS 4.1FE is connected to the internet and works without doing any configuration.

I'll make a script later to automate everything automatically.
But I don't know if I'll have the time.

But this may somehow help you improve Amilator with 4.1 FE for the internet

A question how can I switch to the Amilator shell with keyboard commands and then go back into Amilator again?

Thanks.

Note aside:
If you reset Amilator "soft" or "hard" the connection is lost

This is the only way I have found to connect to the internet with 4.1FE

Hope you can improve this if you find it interesting. :-)

Last edited by White; 09 April 2022 at 02:06.
White is offline  
 
Page generated in 0.04277 seconds with 11 queries