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

 

 


Tema destacado: Usando Git para manipular el directorio de trabajo, el índice y commits (segunda parte)


  Mostrar Mensajes
Páginas: 1 2 3 4 5 [6] 7 8 9 10 11 12 13
51  Informática / Software / Re: ¿Películas sobre informática? en: 19 Mayo 2015, 17:51 pm
-BlackHat es nuevecita y a mi personalmente me encanta
-Firewall ya tiene su tiempo y se centra más en otros aspectos mas que en la informatica también pero está bien
-Tron Legacy es mas para geeks creo yo pero te puede gustar si te gusta el genero de la informatica
-Matrix las 3
-Enigma esto es un clásico es buenisima y muestra los cimientos de la informática
-La jungla 4.0 Bueno es mas de acción pero tiene partes de informática
-23 Nada es lo que parece (sin palabras)
-Operacion swordfish (normalita)
-Idiots (es mas de matematicas y aprendizaje pero es buena te gustará)
-Pi (de un matemático, entretenida)
-Antitrus (no la he visto pero tiene buenas críticas)
-OpenWindows (esta no la he visto)

Espero que te haya servido  :) y ya sabes mejor que ver una pelicula... vivirla :P


52  Sistemas Operativos / GNU/Linux / Re: Problema driver ethernet Ubuntu 14.04 en: 15 Mayo 2015, 14:28 pm
Como mencionaste desde un principio minus la raiz de mi problema era un mal cable en mi casa pero igualmente para instalar el driver de Realtek lo solucione de esta manera, la dejo puesta por si alguien se quiere beneficiar de la info:
Código:
apt-get install build-essential
cd r8168-8.025.00
make clean modules
make install
depmod -a
insmod ./src/r8168.ko
mkinitramfs -o /boot/initrd.img-`uname -r` `uname -r`
echo “r8168″ >> /etc/modules
lspci -v
53  Sistemas Operativos / GNU/Linux / Re: Problema driver ethernet Ubuntu 14.04 en: 15 Mayo 2015, 12:40 pm
Correcto Minus pero el problema es que hacer, porque he estado buscando el driver rtl8168 para ubuntu con kernel 3.14 y el que me sale me da el error que mostré en el primer post   :-( nose que puedo hacer para solucionar el problema, igualmente intentare actualizar todos los paquetes ya que me lo pide cada 2 por 3
54  Sistemas Operativos / GNU/Linux / Re: Problema driver ethernet Ubuntu 14.04 en: 15 Mayo 2015, 00:59 am
SI, tiene un README que dice lo siguiente:
Citar
<Linux device driver for Realtek Ethernet controllers>

   This is the Linux device driver released for RealTek RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP, RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E Gigabit Ethernet controllers with PCI-Express interface.

<Requirements>

   - Kernel source tree (supported Linux kernel 2.6.x and 2.4.x)
   - For linux kernel 2.4.x, this driver supports 2.4.20 and latter.
   - Compiler/binutils for kernel compilation

<Quick install with proper kernel settings>
   Unpack the tarball :
      # tar vjxf r8168-8.aaa.bb.tar.bz2

   Change to the directory:
      # cd r8168-8.aaa.bb

   If you are running the target kernel, then you should be able to do :

      # ./autorun.sh   (as root or with sudo)

   You can check whether the driver is loaded by using following commands.

      # lsmod | grep r8168
      # ifconfig -a
Pero igual intento hacer un make y no funciona el make install tampoco y por supuesto el sudo ./autorun.sh tampoco funciona, efectivamente la velocidad de bajada depende de muchos factores pero es mas o menos un ejemplo ya que con el mismo sistema con drivers actualizados y las mismas condiciones el otro día ibaa 600 kbps y ahora a 200kbps, el router solo esta ocupado por este equipo.
55  Sistemas Operativos / GNU/Linux / Problema driver ethernet Ubuntu 14.04 en: 14 Mayo 2015, 15:45 pm
Les comento mi problema, recién instalado Ubuntu 14.04 he navegado un poco y notaba el internet lento, normalmente las descargas me funcionan a 500 - 600 Kbps y cuando miro me van a 80-150 Kbps, creyendo que esto sería problema de el driver que trae ubuntu para mi tarjeta ethernet RTL8111/8168/8411 cojí el cd de instalacion de drivers que me trae Asus, la placa base es asus y lo introduje en el PC, entre en la carpeta que dice linuxdrivers la copie y la pegue al escritorio.
La descomprimí he hice un ls para ver lo que contenía y era esto:
Código:
autorun.sh
log.txt
Makefile
README
src
Al intentar hacer un sudo
Código:
 ./autorun.sh
me da el siguiente error:
Código:
Check old driver and unload it.
rmmod r8169
Build the module and install
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c: In function ‘rtl8168_set_features’:
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1746:22: error: ‘NETIF_F_HW_VLAN_RX’ undeclared (first use in this function)
  if (dev->features & NETIF_F_HW_VLAN_RX)
                      ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1746:22: note: each undeclared identifier is reported only once for each function it appears in
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c: In function ‘rtl8168_rx_vlan_skb’:
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1793:3: error: too few arguments to function ‘__vlan_hwaccel_put_tag’
   __vlan_hwaccel_put_tag(skb, swab16(opts2 & 0xffff));
   ^
In file included from /home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:47:0:
include/linux/if_vlan.h:337:31: note: declared here
 static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb,
                               ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c: At top level:
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2167:2: error: unknown field ‘get_rx_csum’ specified in initializer
  .get_rx_csum  = rtl8168_get_rx_csum,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2167:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2167:2: warning: (near initialization for ‘rtl8168_ethtool_ops.nway_reset’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2168:2: error: unknown field ‘set_rx_csum’ specified in initializer
  .set_rx_csum  = rtl8168_set_rx_csum,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2168:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2168:2: warning: (near initialization for ‘rtl8168_ethtool_ops.get_link’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2169:2: error: unknown field ‘get_tx_csum’ specified in initializer
  .get_tx_csum  = rtl8168_get_tx_csum,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2169:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2169:2: warning: (near initialization for ‘rtl8168_ethtool_ops.get_eeprom_len’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2170:2: error: unknown field ‘set_tx_csum’ specified in initializer
  .set_tx_csum  = rtl8168_set_tx_csum,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2170:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2170:2: warning: (near initialization for ‘rtl8168_ethtool_ops.get_eeprom’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2171:2: error: unknown field ‘get_sg’ specified in initializer
  .get_sg   = ethtool_op_get_sg,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2171:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2171:2: warning: (near initialization for ‘rtl8168_ethtool_ops.set_eeprom’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2172:2: error: unknown field ‘set_sg’ specified in initializer
  .set_sg   = ethtool_op_set_sg,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2172:2: warning: initialization from incompatible pointer type [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2172:2: warning: (near initialization for ‘rtl8168_ethtool_ops.get_coalesce’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2174:2: error: unknown field ‘get_tso’ specified in initializer
  .get_tso  = ethtool_op_get_tso,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2174:14: error: ‘ethtool_op_get_tso’ undeclared here (not in a function)
  .get_tso  = ethtool_op_get_tso,
              ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2175:2: error: unknown field ‘set_tso’ specified in initializer
  .set_tso  = ethtool_op_set_tso,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2175:14: error: ‘ethtool_op_set_tso’ undeclared here (not in a function)
  .set_tso  = ethtool_op_set_tso,
              ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12326:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8168_init_board’
 rtl8168_init_board(struct pci_dev *pdev,
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12651:2: warning: initialization from incompatible pointer type [enabled by default]
  .ndo_fix_features = rtl8168_fix_features,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12651:2: warning: (near initialization for ‘rtl8168_netdev_ops.ndo_fix_features’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12652:2: warning: initialization from incompatible pointer type [enabled by default]
  .ndo_set_features = rtl8168_set_features,
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12652:2: warning: (near initialization for ‘rtl8168_netdev_ops.ndo_set_features’) [enabled by default]
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12661:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8168_init_one’
 rtl8168_init_one(struct pci_dev *pdev,
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12821:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8168_remove_one’
 rtl8168_remove_one(struct pci_dev *pdev)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c: In function ‘rtl8168_xmit_frags’:
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:14332:3: error: incompatible type for argument 1 of ‘lowmem_page_address’
   addr = ((void *) page_address(frag->page)) + frag->page_offset;
   ^
In file included from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/pci.h:4:0,
                 from include/linux/pci.h:1487,
                 from /home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:41:
include/linux/mm.h:852:30: note: expected ‘const struct page *’ but argument is of type ‘struct <anonymous>’
 static __always_inline void *lowmem_page_address(const struct page *page)
                              ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c: At top level:
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:15209:12: error: ‘rtl8168_init_one’ undeclared here (not in a function)
  .probe  = rtl8168_init_one,
            ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:15210:2: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
  .remove  = __devexit_p(rtl8168_remove_one),
  ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:15210:25: error: ‘rtl8168_remove_one’ undeclared here (not in a function)
  .remove  = __devexit_p(rtl8168_remove_one),
                         ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:14859:12: warning: ‘rtl8168_poll’ defined but not used [-Wunused-function]
 static int rtl8168_poll(napi_ptr napi, napi_budget budget)
            ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:817:13: warning: ‘rtl8168_driver_start’ defined but not used [-Wunused-function]
 static void rtl8168_driver_start(struct rtl8168_private *tp)
             ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:836:13: warning: ‘rtl8168_driver_stop’ defined but not used [-Wunused-function]
 static void rtl8168_driver_stop(struct rtl8168_private *tp)
             ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1125:1: warning: ‘rtl8168_xmii_reset_pending’ defined but not used [-Wunused-function]
 rtl8168_xmii_reset_pending(struct net_device *dev)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1140:1: warning: ‘rtl8168_xmii_link_ok’ defined but not used [-Wunused-function]
 rtl8168_xmii_link_ok(struct net_device *dev)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1152:1: warning: ‘rtl8168_xmii_reset_enable’ defined but not used [-Wunused-function]
 rtl8168_xmii_reset_enable(struct net_device *dev)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1285:1: warning: ‘rtl8168_link_option’ defined but not used [-Wunused-function]
 rtl8168_link_option(int idx,
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1526:1: warning: ‘rtl8168_set_speed_xmii’ defined but not used [-Wunused-function]
 rtl8168_set_speed_xmii(struct net_device *dev,
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:1821:13: warning: ‘rtl8168_gset_xmii’ defined but not used [-Wunused-function]
 static void rtl8168_gset_xmii(struct net_device *dev,
             ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2159:27: warning: ‘rtl8168_ethtool_ops’ defined but not used [-Wunused-variable]
 static struct ethtool_ops rtl8168_ethtool_ops = {
                           ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2504:12: warning: ‘rtl8168_get_mac_version’ defined but not used [-Wunused-function]
 static int rtl8168_get_mac_version(struct rtl8168_private *tp, void __iomem *ioaddr)
            ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2603:1: warning: ‘rtl8168_print_mac_version’ defined but not used [-Wunused-function]
 rtl8168_print_mac_version(struct rtl8168_private *tp)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:2645:1: warning: ‘rtl8168_hw_phy_config’ defined but not used [-Wunused-function]
 rtl8168_hw_phy_config(struct net_device *dev)
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:11485:1: warning: ‘rtl8168_release_board’ defined but not used [-Wunused-function]
 rtl8168_release_board(struct pci_dev *pdev,
 ^
/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.c:12606:17: warning: ‘rtl8168_try_msi’ defined but not used [-Wunused-function]
 static unsigned rtl8168_try_msi(struct pci_dev *pdev, void __iomem *ioaddr)
                 ^
cc1: some warnings being treated as errors
make[3]: *** [/home/thork/Escritorio/LAN/r8168-8.026.00/src/r8168_n.o] Error 1
make[2]: *** [_module_/home/thork/Escritorio/LAN/r8168-8.026.00/src] Error 2
make[1]: *** [modules] Error 2
make: *** [modules] Error 2

Entonces ejecuto un make y me da el mismo error, después intento ejecutar un make install e igualmente, ¿alguien puede darme una orientacion acerca de esto?
En cuanto ejecuto el .autorun.sh la conexion ethernet se desconecta y me quedo sin internet, un poco raro no? :S gracias a todos de antemano.
56  Sistemas Operativos / GNU/Linux / Re: ArchLinux no encuentra paquete kde-meta en: 13 Mayo 2015, 19:34 pm
Gracias Minus, lo solucione con
Código:
sudo pacman -Sy $(pacman -Ssq kde-meta) kde-l10n-es
PD: Usas archlinux con kde?
57  Sistemas Operativos / GNU/Linux / ArchLinux no encuentra paquete kde-meta en: 13 Mayo 2015, 18:10 pm
Bueno he estado instalando ArchLinux en mi ordenador por su rapidez y capacidad de personalización siguiendo los pasos de esta guia:
http://blog.desdelinux.net/guia-de-instalacion-de-arch-linux-2014/
Y despues de esta:
http://blog.desdelinux.net/instalacion-de-entorno-grafico-y-driver-de-video-en-arch-linux/
Hasta aqui todo bien, el problema es que necesito instalar kde y para ello he usado los comandos:
Código:
sudo pacman -Syu
Código:
sudo pacman -S kde-meta
Y me da un error que es el siguiente:
Código:
error: destino no encontrado: kde-meta
No quiero usar grupos de paquetes sino el meta paquete completo y no puedo debido a este error he googleado un eato y buscado en este foro pero no encuentro la solucion ¿alguien podría ayudarme?
Gracias de antemano
58  Comunicaciones / Dispositivos Móviles (PDA's, Smartphones, Tablets) / Re: movil sin tarjeta en: 6 Mayo 2015, 21:16 pm
Paso de responder preguntas absurdas tio, lo tuyo ya es preocupante, o te intentas reir de mi o simplemente tienes un gran problema.
59  Comunicaciones / Dispositivos Móviles (PDA's, Smartphones, Tablets) / Re: en: 6 Mayo 2015, 15:49 pm
Si, puedes navegar, tener una lista de contactos y guardarla en el almacenamiento del dispositivo movil y guardar musica tambien
60  Foros Generales / Foro Libre / Re: en: 4 Mayo 2015, 23:33 pm
No se puede pero lo que si puedes hacer que el 80% de la gente no lo tiene configurado es poner el idioma en ingles USA y escribir el nombre pero si por ejemplo antes de el nombre escribes : "Photos of" apareceran fotos de esa persona las cuales no haya configurado su privacidad
Páginas: 1 2 3 4 5 [6] 7 8 9 10 11 12 13
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines