
المشاركة الأصلية كتبت بواسطة nuaimat
using putty telnet to the reciever
login with username: root
mount the usb stick with:
mount -t ext2 /dev/sda2 /var/mnt/MINI2
you have to edit one file, that will let your router joins your wireless network
edit it with this command
vi /var/mnt/MINI2/etc/wpa_supplicant.conf
press i to enter edit mode on vi
press esc to enter command mode on vi
in insert mode use arrows and delete button on your keyboard to edit files
then after finishing your changes go to command mode and type
:wq!
to write changes and quit vi
what you should modify is:
ssid="nuaimat"
set it to your ssid name
and
psk=cf9dfb6e499fc5607cb63a7c24 e90e47e67458dd73ba267fe20f8bed a90cb21c
set it to your PSK that you can generate from
http://www.wireshark.org/tools/wpa-psk.html
if you want to know what you should modify
please seach google for '/etc/wpa_supplicant.conf'
المفضلات