Tiny Core Base > piCore Test Releases

piCore 5.0.alpha3

<< < (9/11) > >>

sbp:
Hi gerrelt.

What kind of protection do you use in your network? I couldn't get it to work using WPA-personnel, whereas it connected fine without any protection of the router.
Probably I should test wap as well.

Steen

Gerrelt:
I am using WPA, with my own wpa_supplicant.conf file.

The file looks like this:


--- Code: ---# reading passphrase from stdin
network={
proto=RSN
scan_ssid=1
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
ssid="MyWifiName"
psk="a_very_secret_password"
}
--- End code ---

Then I use this script to connect:

--- Code: ---# ------------------begin script-----------------
echo ----------------------------------- >> /tmp/_wifi.log
date >> /tmp/_wifi.log
echo ----------------------------------- >> /tmp/_wifi.log
ifconfig wlan0 up >> /tmp/_wifi.log
for i in $(seq 1 5)
do
  sleep 1
  echo try $i >> /tmp/_wifi.log
  iwlist wlan0 scanning >/dev/null
  if [[ $? -eq 0 ]]
  then
    echo succeeded >> /tmp/_wifi.log
    break
  fi
  echo unsuccesfull >> /tmp/_wifi.log
done
wpa_supplicant -B -Dwext -i wlan0 -c /opt/wpa_supplicant.conf >> /tmp/_wifi.log
/sbin/udhcpc -b -i wlan0 -x hostname:cherry >> /tmp/_wifi.log
# ------------------eind script-----------------
--- End code ---

I wanted to use the wifi.tcz script, but that does not use the -b option in the udhcpc command. The -b option waits until it obtains a lease, and does not quit. My modem is slow or something, because without the -b it doesn't always work.

meo:
Hi!

No X-version of this new build?

Kind greetings,
meo

bmarkus:

--- Quote from: meo on October 01, 2013, 08:23:53 AM ---Hi!

No X-version of this new build?

Kind greetings,
meo

--- End quote ---


--- Code: ---tce-load -iw TC
--- End code ---

Gerrelt:
Hi Bmarkus,

  This evening I installed Alpha 3, and everything is working great!

Wifi is working with the ralink RT5370 WiFi adapter.
Beside the normal WiFi installation/settings I normally do, I had to install the extra ralink drivers like this:


--- Code: ---tce-load -wi firmware-ralinkwifi.tcz
--- End code ---

And then, after a reboot, it worked!
The modprobes that were needed in alpha 2 are not needed anymore.

Thanks!  :)

Greetings,
    Gerrelt.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version