installer driver ralink + support wpasupplicant sous ubuntu
installer driver ralink + support wpasupplicant sous ubuntu - Hardware - Linux et OS Alternatifs
MarshPosté le 27-07-2007 à 20:50:13
bonsoir , nouveau dans la communauté linuxien j'ai un petit problème pour installer le support a wpa supplicant pour mon wifi a base de chipset ralink j'ai dl les drivers et executé ce dossier http://jean.palazuelos.free.fr/spi [...] article=25 mais je dois aussi installer le support wpasupplicant voici ce qu'il dise dans le readme
After download the package then go to wpa_supplicant directory Follow the steps..
1.) Copy file "driver_ralink.c" and "driver_ralink.h" we provide to wpa_supplicant directory. 2.) Set driver_ralink configuration as y in the "defconfig" or update to the "defconfig" we provide::
# Driver interface for Ralink rt61 driver CONFIG_DRIVER_RALINK=y
3.) Add wpa_driver_ralink_ops() into wpa_supplicant_drivers() in file "drivers.c" or update to the file "drivers.c" we provide::
Marsh Posté le 27-07-2007 à 20:50:13
bonsoir , nouveau dans la communauté linuxien
j'ai un petit problème pour installer le support a wpa supplicant pour mon wifi a base de chipset ralink
j'ai dl les drivers et executé ce dossier http://jean.palazuelos.free.fr/spi [...] article=25
mais je dois aussi installer le support wpasupplicant
voici ce qu'il dise dans le readme
After download the package then go to wpa_supplicant directory
Follow the steps..
1.) Copy file "driver_ralink.c" and "driver_ralink.h" we provide to wpa_supplicant directory.
2.) Set driver_ralink configuration as y in the "defconfig" or update to the "defconfig" we provide::
# Driver interface for Ralink rt61 driver
CONFIG_DRIVER_RALINK=y
3.) Add wpa_driver_ralink_ops() into wpa_supplicant_drivers() in file "drivers.c"
or update to the file "drivers.c" we provide::
#ifdef CONFIG_DRIVER_RALINK
extern struct wpa_driver_ops wpa_driver_ralink_ops; /* driver_ralink.c */
#endif /* CONFIG_DRIVER_RALINK */
:
:
struct wpa_driver_ops *wpa_supplicant_drivers[] =
{
#ifdef CONFIG_DRIVER_RALINK
&wpa_driver_ralink_ops,
#endif /* CONFIG_DRIVER_RALINK */
}
4.) Edit the "Makefile" or update to the "Makefile" we provide::
ifdef CONFIG_DRIVER_RALINK
CFLAGS += -DCONFIG_DRIVER_RALINK
OBJS_d += driver_ralink.o
endif
5.) type $cp defconfig .config
6.) Compile the source code using 'make' command.
j'ai fait que le 1) , des le 2) je bloque car je ne comprend pas ce qu'il faut faire
pourriez vous m'expliquer svp
a noter que je suis sous ubuntu 7.04