Tiny Core Base > Raspberry Pi

Help with piCore15 and wifi.sh

(1/5) > >>

timbee:
I had it all working under piCore 14 but I can't get wifi.sh to work on piCore 15, this is on a Pi 3B+

onboot.lst has the following

--- Quote ---openssh.tcz
firmware-rpi-wifi.tcz
firmware-brcmwifi.tcz
wifi.tcz
--- End quote ---

When I run sudo wifi.sh it list the available SSIDs but once one selected it does not prompt for the password but gives this error messsage instead, obviousy it then fails to connect.

--- Quote ---tcgetattr: Inappropriate ioctl for device
--- End quote ---

Any thoughts on what I am doing wrong?
Thanks

Paul_123:
Can you try to setup wpa_supplicant manually?

timbee:
Thanks for your fast reply.
I now have a workaround in that the following works

--- Quote ---wpa_passphrase My_SSID My_Password > /etc/wpa_supplicant.conf
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B -D nl80211,wext
udhcpc -i wlan0

--- End quote ---

Paul_123:
Great, thanks for letting me know, I'll take a look at the script, it hasn't been updated in years.

ovacikar:
I use wifi.sh script without problems on Pi model 1B and a Realtek USB Wifi. I am still on the first beta release of 15 though.

Navigation

[0] Message Index

[#] Next page

Go to full version