Hi Ronnie,
thanks for the help here - I'm tantalisingly close to gettin this
working I'm sure!
Incidentally I contacted Plusnet and I'm trying a few things to get
round that problem.
OK: so:
• PiCore Player version is: piCorePlayer1.18b
• The dongle seems to be a Realtek brand. Here are the Release
Notes:
Description:
n Realtek provides the solution for WLAN in hardware and software. The
software package could be adopted for Realtek RTL8188EUS WLAN series
hardware on Linux based platforms.
Software Package Feature:
n IEEE 802.11 b/g/n WiFi compliant
n 802.1x, WEP, WPA TKIP and WPA2 AES/Mixed mode for PSK and TLS (Radius)
n WPS - PIN and PBC Methods
n IEEE 802.11b/g/n Client mode
- Support wireless security for WEP, WPA TKIP and WPA2 AES PSK
- Support site survey scan and manual connect
- Support WPA/WPA2 TLS client
- Support power saving mode
n SoftAPmode n WiFi-Direct
Hardware Supported:
n RTL8188EUS n RTL8188ETV
Platform Supported:
n Linux (kernel 2.6.18 ~ 3.6.6) n Android 1.6 ~ 2.3, 4.0 ~ 4.2
CPU supported:
n x86 n ARM n MIPS
And here is the text in the file called 'Install.sh' which I suspect is
what I need to apply in some way to the SD card but that is where I am
stuck...
Install softaware code 'Install.sh':
#!/bin/bash
# Auto install for 8192cu
# September, 1 2010 v1.0.0, willisTang
#
# Add make_drv to select chip type
# Novembor, 21 2011 v1.1.0, Jeff Hung
################################################################################
echo "##################################################"
echo "Realtek Wi-Fi driver Auto installation script"
echo "Novembor, 21 2011 v1.1.0"
echo "##################################################"
################################################################################
# Decompress the driver source tal ball
################################################################################
cd driver
Drvfoulder=`ls |grep .tar.gz`
echo "Decompress the driver source tar ball:"
echo " "$Drvfoulder
tar zxvf $Drvfoulder
Drvfoulder=`ls |grep -iv '.tar.gz'`
echo "$Drvfoulder"
cd $Drvfoulder
################################################################################
# If makd_drv exixt, execute it to select chip type
################################################################################
if [ -e ./make_drv ]; then
./make_drv
fi
################################################################################
# make clean
################################################################################
echo "Authentication requested [root] for make clean:"
if [ "`uname -r |grep fc`" == " " ]; then
sudo su -c "make clean"; Error=$?
else
su -c "make clean"; Error=$?
fi
################################################################################
# Compile the driver
################################################################################
echo "Authentication requested [root] for make driver:"
if [ "`uname -r |grep fc`" == " " ]; then
sudo su -c make; Error=$?
else
su -c make; Error=$?
fi
################################################################################
# Check whether or not the driver compilation is done
################################################################################
module=`ls |grep -i 'ko'`
echo "##################################################"
if [ "$Error" != 0 ];then
echo "Compile make driver error: $Error"
echo "Please check error Mesg"
echo "##################################################"
exit
else
echo "Compile make driver ok!!"
echo "##################################################"
fi
if [ "`uname -r |grep fc`" == " " ]; then
echo "Authentication requested [root] for remove driver:"
sudo su -c "rmmod $module"
echo "Authentication requested [root] for insert driver:"
sudo su -c "insmod $module"
echo "Authentication requested [root] for install driver:"
sudo su -c "make install"
else
echo "Authentication requested [root] for remove driver:"
su -c "rmmod $module"
echo "Authentication requested [root] for insert driver:"
su -c "insmod $module"
echo "Authentication requested [root] for install driver:"
su -c "make install"
fi
echo "##################################################"
echo "The Setup Script is completed !"
echo "##################################################"
Sorry for all this text! - I hope it makes more sense to you than it
does to me! :D:D
Pete
Man in a van wrote:
> Right oh
>
> I see that your ISP is Plusnet, so that means you are in the UK.
>
> Talk to Plusnet about the Router, you should get a replacement if it is
> faulty.
>
> Also seperate the two bands, and give them a separate SSID and password
>
> https://community.plus.net/t5/My-Router/2-4ghz-and-or-5ghz-best-practice/m-p/1351966#M840
>
> Which dongle to you have? and which version of pCP are you using and are
> you Mac or Windows?
>
> ronnie
------------------------------------------------------------------------
musistorr's Profile: http://forums.slimdevices.com/member.php?userid=63945
View this thread: http://forums.slimdevices.com/showthread.php?t=110932
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins