OK I may have made a typo in that.. I'm not on PCLOS at the minute.. We have made progress though..
[root@localhost ~]# mkdir /lib/modules/2.6.26.8.tex3/wireless
mkdir: cannot create directory `/lib/modules/2.6.26.8.tex3/wireless': File exists
The directory does exist!! So let's just put the driver there.. Do you have the
rt2870sta.ko file?
If so, open Konqueror as root.. Or in console,
su [Enter root password]
konqueror (locate your
rt2870sta.ko file and copy it to
/lib/modules/2.6.26.8.tex3/wirelessNavigate to
/etc/modprobe.preload.d then right-click it and open with kwrite..
Add
rt2870sta to the bottom of this file and save..
Navigate to
/etc/rc.d/rc.local then right-click it and open with kwrite..
Add
insmod /lib/modules/2.6.26.8.tex3/wireless/rt2870sta.ko to the bottom of this file and save..
##############################################
ONLY DO THE FOLLOWING IF YOU HAVE NO RC.LOCAL FILE##############################################
If you wish, you can copy and paste the following into a new file and call it rc.local.. Right-click the file, select Properties, Permissions then tick "Allow this file to run as a program".. Copy this file to /etc/rc.d/rc.local
#! /bin/sh
touch /var/lock/subsys/local
insmod /lib/modules/2.6.26.8.tex3/wireless/rt2870sta.ko
##############################################
##############################################
If you can do this successfully your wireless should run upon reboot..
Good luck,
CtrlAltDel