jhsancheuc
Usuario (Venezuela)
Luego de tener problemas en la instalacion del ubuntu 10.04 en la siragon ml-1010 decidi usar el la version Alternate, pudiendo instalarlo pero luego no me arrancaba el video. Hice un disco usb de inicio donde pudiese emular una instalacion live cd para poder editar el /et/X11/xorg.con agregando esto: # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" EndSection Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" SubSection "Display" Depth 1 Modes "1024x768" "1024x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "1024x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "1024x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "1024x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1024x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1024x600" "640x480" EndSubSection Monitor "Configured Monitor" Device "Configured Video Device" EndSection

Instalando la impresora Canon PIXMA iP2200 (esta sirve para la ip1200) en Ubuntu 11/09/2007 Canon PIXMA iP2200 Pasos: 1. Preparar el sistema descargando unos paquetes que necesitaremos más adelante: sudo apt-get update && sudo apt-get install alien libxml1 libpng3 2. Descargar los drivers de la página de Canon: wget http://software.canon-europe.com/files/soft24301/software/iP2200_Linux_260.tar.gz 3. Descomprimir el archivo: tar -zxf iP2200_Linux_260.tar.gz con lo que obtendremos los archivos: - cnijfilter-common-2.60-1.i386.rpm - cnijfilter-ip2200-2.60-1.i386.rpm - cnijfilter-common-2.60-1.src.rpm - cnijfilter-ip2200-lprng-2.60-1.i386.rpm 4. Convertir los paquetes que nos interesan al sistema de paquetería de Ubuntu: sudo alien cnijfilter-common-2.60-1.i386.rpm sudo alien cnijfilter-ip2200-2.60-1.i386.rpm 5. Instalar los nuevos paquetes: sudo dpkg -i cnijfilter-common_2.60-2_i386.deb sudo dpkg -i cnijfilter-ip2200_2.60-2_i386.deb 6. Crear un enlace simbólico para “engañar” a la aplicación cifip2200 (el driver) y encuentre la versión de libtiff esperada: sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3 7. Forzar la reconfiguración de las librerías dinámicas: sudo ldconfig 8. Reiniciar el sistema de impresión CUPS para que reconozca los nuevos drivers: sudo /etc/init.d/cupsys restart 9. Definir la impresora: Ir al menu: Sistema –> Administración –> Impresoras Pulsar en: Nueva Impresora En Tipo de impresora seleccionar: Impresora local o detectada Usar una impresora detectada: Canon iP2200 (Canon iP2200 USB #1) Pulsar en: Adelante Pulsar en: Instalar controlador… Seleccionar el archivo: /usr/share/cups/model/canonip2200.ppd En Modelo seleccionar: iP2200 Ver.2.60 Pulsar en: Adelante Pulsar en: Aplicar Espero les sirva de gran ayuda..... Suerte y se aceptan puntos.....