Hola, he comenzado a utilizar ubuntu, por que la verdad lo veo bastante mejor que windows . Mi problema es que tengo internet por wifi, y por lo que se ve la tarjeta no me la detecta, con lo cual tengo que volver a utilizar windows. Habria alguan forma de hacer que funcione. Mi tarjeta es esta en concreto http://www.pccomponentes.com/CONCEPTRONIC_300MBPS_WIRELESS_PCI_CARD.html. Os agradeceria mucho la ayuda.
poti_45 escribió:Hola, he comenzado a utilizar ubuntu, por que la verdad lo veo bastante mejor que windows . Mi problema es que tengo internet por wifi, y por lo que se ve la tarjeta no me la detecta, con lo cual tengo que volver a utilizar windows. Habria alguan forma de hacer que funcione. Mi tarjeta es esta en concreto http://www.pccomponentes.com/CONCEPTRONIC_300MBPS_WIRELESS_PCI_CARD.html. Os agradeceria mucho la ayuda.
Un saludo
Usa ndiswrapper sirve para usar lo drivers de windows, busca algun tutorial.
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