Results 1 to 2 of 2
Hi ;
I 'm going to install my wifi card driver on Fedora 13 which runs on a HP G42 laptop. I got the driver from the ralinktech.com website and ...
- 12-28-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 1
Installing RAlink 3090 wireless card Driver on Fedora 13
Hi ;
I 'm going to install my wifi card driver on Fedora 13 which runs on a HP G42 laptop. I got the driver from the ralinktech.com website and started to build but I don't understand some of it .bellow I include some line of the readme file which comes with the driver :
Build Instructions:
====================
1> $tar -xvzf DPB_RT2860_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2860_Linux_STA_x.x.x.x" directory.
2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.
3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ”„iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2860STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
6> load driver
#[kernel 2.4]
# $/sbin/insmod rt2860sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2860sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2860sta
The Third Part I don't know what to do with it ?
any way if you know how to install this driver regatdless of this Readme file please help. anyway I need the instruction of installing this driver on fedora
- 01-03-2012 #2
There used to be a binary build of this ready-made in the rpmfusion repository for Fedora. As Fedora 13 is no longer supported, it doesn't appear in their lists. It might still be downloadable/installable (as kmod-rt2860) if you add that repository to your system.
As it no longer appears in there for the current supported distributions (Fedora 15 and 16) I assume the drivers are now part of the standard Kernel distributions. I've certainly seen reference to built-in support in the latest version of Ubuntu. Perhaps a better solution would just be to upgrade to a currently supported version of Fedora?Linux user #126863 - see http://linuxcounter.net/


Reply With Quote