
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| Hakka |
Posted: Mar 26 2012, 02:12 AM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 45 Member No.: 824 Joined: 10-September 11 |
A while back I posted about getting the wireless card on an HP mini 110 to work with scientific linux. Eventually, a working solution was 'discovered', and the thread can be found here: http://scientificlinuxforum.org/index.php?showtopic=1209 I have since upgraded to scientific linux 6.2, and have had a new problem. I followed the steps outlined at the end of the thread regarding recompliling the driver from source, but when I get to the part where I'm supposed to use the 'make' command, I get the following error,
[root@localhost 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO]# make make -C tools make[1]: Entering directory `/root/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools' gcc -g bin2h.c -o bin2h make[1]: gcc: Command not found make[1]: *** [all] Error 127 make[1]: Leaving directory `/root/2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools' make: *** [build_tools] Error 2 I'm not sure why it's not allowing me to use the command 'make'. |
|
| toracat |
Posted: Mar 26 2012, 07:13 AM
|
|
![]() SLF Geek ![]() ![]() ![]() ![]() Group: Members Posts: 182 Member No.: 11 Joined: 10-April 11 |
You want to try the kmod-rt5390sta package from the ELRepo Project. There will be no need to build the driver. It is kABI-tracking, meaning it survives kernel updates transparently. For more details, please see the FAQ.
-------------------- ELRepo: repository specialized in hardware support for EL
|
|
| Nicram |
Posted: Mar 26 2012, 10:02 AM
|
|||
![]() SLF Newbie Group: Members Posts: 11 Member No.: 1399 Joined: 23-March 12 |
It do, make is running fine, but it gave you error msg that "gcc: Command not found", which means "gcc" isn't found, so install gcc, because make can;t use it to compile. |
|||
![]() |
![]() ![]() ![]() |