elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía actualizada para evitar que un ransomware ataque tu empresa


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  Ayuda con la instalacion de driver wifi
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Ayuda con la instalacion de driver wifi  (Leído 2,562 veces)
heitoruc

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Ayuda con la instalacion de driver wifi
« en: 4 Septiembre 2014, 02:58 am »

buenas, tengo una laptop canaima (son computadoras ensambladas en venezuela, probablemente no las conozcan), la computadora posee un sistema operativo linux canaima (debian), la verdad tengo pocos conocimientos de linux, se que el controlador es realtek rtl8188ce, pero no se como hacer para instalarlo con el terminal root,ya tengo el controlador descargado pero no se como se instala, les agradeceria su ayuda ya que de verdad no tengo conocimientos de esto.


En línea

bloodismyfood

Desconectado Desconectado

Mensajes: 2


Ver Perfil
Re: Ayuda con la instalacion de driver wifi
« Respuesta #1 en: 4 Septiembre 2014, 08:54 am »

Buenos días, en primer lugar deberías ver si el sistema operativo te detecta o no los drivers de la tarjeta de red. Esto lo puedes hacer con el siguiente comando:
lspci | grep Network
Si no te muestra ningún adaptador entonces debes cargar los drivers(módulos) que te has descargado:
esto lo puedes hacer con el comando modprobe "nombredetumodulo"
En el caso de que en al lanzar el comando lspci el sistema te este cargando un modulo de drivers distinto al de tu tarjeta, debes desmontar dichos modulos con el comando rmmod , y además debes añadir esos módulos a la blacklist del sistema para evitar conflictos entre esos modulos y el módulo nuevo.
nano /etc/modprobe.d/blacklist
blacklist "nombremoduloerroneo"
Un saludo


En línea

heitoruc

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Ayuda con la instalacion de driver wifi
« Respuesta #2 en: 4 Septiembre 2014, 16:09 pm »

buenas amigo probe con lo que me dijiste y con el comando lspci | grep -i ethernet y esto es lo que me dice.
root@canaima-popular:/home/aitor# lspci | grep Network
02:00.0 Network controller: Intel Corporation Device 0894 (rev c4)
root@canaima-popular:/home/aitor# lspci | grep -i ethernet
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)

No se si esto les ayude en algo
En línea

heitoruc

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Ayuda con la instalacion de driver wifi
« Respuesta #3 en: 4 Septiembre 2014, 16:38 pm »

buenas amigos estuve intentando solucionar el problema con la informacion de este video https://www.youtube.com/watch?v=PbhZ8boEybI  , pero no me funciono ya que me da unos errores

root@canaima-popular:/home/aitor# cd /home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011
root@canaima-popular:/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011# make install
make -C /lib/modules/2.6.32-5-686/build M=/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.32-5-686'
  CC [M]  /home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.o
In file included from /home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:32:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/wifi.h: In function ‘rtl_find_sta’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/wifi.h:2094: warning: passing argument 1 of ‘ieee80211_find_sta’ from incompatible pointer type
/usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2091: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’
In file included from /home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:34:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.h: At top level:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.h:143: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.h:143: warning: its scope is only this definition or declaration, which is probably not what you want
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘_rtl_init_mac80211’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:322: error: ‘IEEE80211_HW_CONNECTION_MONITOR’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:322: error: (Each undeclared identifier is reported only once
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:322: error: for each function it appears in.)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘rtl_tx_agg_start’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:991: warning: passing argument 1 of ‘ieee80211_start_tx_ba_cb_irqsafe’ from incompatible pointer type
/usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2038: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘rtl_tx_agg_stop’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1020: warning: passing argument 1 of ‘ieee80211_stop_tx_ba_cb_irqsafe’ from incompatible pointer type
/usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2079: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘rtl_watchdog_wq_callback’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1274: error: implicit declaration of function ‘ieee80211_connection_loss’
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: At top level:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1332: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1332: error: parameter 2 (‘smps’) has incomplete type
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘rtl_make_smps_action’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1352: error: ‘WLAN_HT_ACTION_SMPS’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1354: error: ‘IEEE80211_SMPS_AUTOMATIC’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1355: error: ‘IEEE80211_SMPS_NUM_MODES’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1357: error: ‘IEEE80211_SMPS_OFF’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1359: error: ‘WLAN_HT_SMPS_CONTROL_DISABLED’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1361: error: ‘IEEE80211_SMPS_STATIC’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1363: error: ‘WLAN_HT_SMPS_CONTROL_STATIC’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1365: error: ‘IEEE80211_SMPS_DYNAMIC’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1367: error: ‘WLAN_HT_SMPS_CONTROL_DYNAMIC’ undeclared (first use in this function)
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: At top level:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1376: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1376: error: parameter 3 (‘smps’) has incomplete type
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c: In function ‘rtl_send_smps_action’:
/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.c:1404: error: type of formal parameter 2 is incomplete
make[4]: *** [/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/base.o] Error 1
make[3]: *** [_module_/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: se sale del directorio `/usr/src/linux-headers-2.6.32-5-686'
make: *** [all] Error 2
root@canaima-popular:/home/aitor/Escritorio/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011#

no se si eso les pueda ser util
En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
INSTALACIÓN / DESISTALACIÓN TOCA PRO RACE DRIVER
Juegos y Consolas
asalvator 0 1,250 Último mensaje 16 Febrero 2005, 05:28 am
por asalvator
necesito ayuda en la instalacion de driver 3!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Juegos y Consolas
MiAUS1 5 2,200 Último mensaje 24 Mayo 2005, 22:13 pm
por Tor
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines