1 / 7

¿Qué necesito para que un dispositivo funcione en Linux?

¿Qué necesito para que un dispositivo funcione en Linux?. 1.- Identificar o detectar el dispositivo para saber que soporte necesita el dispositivo a.-Manuales del fabricante b.-método de prueba y error c.-sistemas automáticos de reconocimiento de hardware

Download Presentation

¿Qué necesito para que un dispositivo funcione en Linux?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ¿Qué necesito para que un dispositivo funcione en Linux? 1.-Identificar o detectar el dispositivo para saber que soporte necesita el dispositivo a.-Manuales del fabricante b.-método de prueba y error c.-sistemas automáticos de reconocimiento de hardware 2.-Darle soporte al disp para que linux pueda utilizarlo a.-Soporta nuestro kernel b.-No soporta nuestro kernel 3.-Configurarlo (no es obligatorio)‏ Ejm: configurar el ratón para zurdos

  2. ¿Qué necesito para que un dispositivo funcione en Linux? 1.-Identificar o detectar el dispositivo para saber que soporte necesita el dispositivo c.-sistemas automáticos de reconocimiento de hardware. • lspci :herramienta que lista todos los disp. PCI que detecta linux • lsusb :herramienta que lista todos los disp. PCI que detecta linux

  3. Detección Automática de Hardware: Otros • lshw lists all hardware. • lshw -short provides a short hardware summary. • Use cat /proc/cpuinfo for a crude, but quick way to display your processor information. • cat /proc/net/dev lists all the network interfaces.

  4. Soporte 2.-Darle soporte al disp para que linux pueda utilizarlo a.-Soporta el kernel actual - Esta ya seleccionado:Fin Ejm: less config-2.6.20-16-generic | grep EXT3 CONFIG_EXT3_FS=m CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y - No esta seleccionado: compilar el kernel

  5. Soporte 2.-Darle soporte al disp para que linux pueda utilizarlo b.-No esta soportado por el kernel -Actualizar a un kernel superior que lo soporte -Incluir un driver / controlador / módulo externo: • Bajar el script, rpm, tar.gz ... e instalarlo • Editar /etc/modules.conf o modprobe.conf(v2.6) añadiendo un alias para que el módulo se cargue al arranque 3.-Configurar el dispositivo

  6. Configurar el monitor/tarj.video • La configuración de X11 es independiente del kernel • Conseguir las especificaciones de la tarjeta de video, especificaciones de la tarjeta de video, marca, modelo, chipset que usa • Configurar a mano /etc/X11/XF86Config de Xfree86 o /etc/X11/xorg.conf de Xorg • Si tiene dudas sobre si su tarjeta de vídeo está o no soportada, puede consultar http://www.xfree86.org para más información sobre XFree86 o http://www.x.org/ sobre Xorg

  7. Configurar el wifi • http://www.tic.ehu.es/p074-10632/es/contenidos/informacion/wifi/es_wifi/guia_eduroam_linux.html

More Related