miércoles, 25 de marzo de 2020

Guía para instalar DEBIAN en netbook Dell Inspiron Mini 1012

DESPUÉS DE INSTALAR DEBIAN 8 JESSIE

Se puede actualizar a DEBIAN 9 STRETCH sin embargo recomiendo conservar el kernel linux 3.16.xx ya que si se instala directo DEBIAN 9 en adelante la pantalla inicia pero se queda congelada.

Actualización: Se puede instalar Debian 10 sin problemas de arranque.


SE USÓ ESCRITORIO MATE (pluma es el editor de MATE)

CONFIGURAR USUARIO COMO SUDOERS (SUPER USUARIO)
sudo pluma /etc/sudoers

Debe quedar así:
root ALL=(ALL) ALL
new_user ALL=(ALL) ALL (cambiando new_user por el nombre de usuario)

ARREGLAR MOUSEPAD (REINICIAR, DESCONTINUADO EN DEBIAN 10, SE CONFIGURA EN PREFERENCIAS DEL RATÓN) 
sudo pluma /etc/rc.local

Agregar Código:
rmmod psmouse
modprobe psmouse proto=imps

INSTALAR GESTOR DE PAQUETE GDEBI PARA INSTALAR PAQUETES DEB DESDE CLIC IZQUIERDO MOUSE

sudo apt-get install gdebi

INSTALAR CONTROLADORES PRIVATIVOS WIFI B43 (firmware-b43-installer, firmware-b43legacy-installer, b43-fwcutter) O DESCARGAR ARCHIVO firmware.zip o USAR UNA ISO CON FIRMWARE PRIVATIVO INCLUIDO

AGREGAR WINDOWS COMO OPCIÓN DE ARRANQUE EN CASO QUE NO SE HAYA AGREGADO

sudo os-prober
sudo update-grub

INSTALAR CODECS MULTIMEDIA
sud apt-get install ffmpeg libavcodec-extra gstreamer1.0-libav gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-pulseaudio vorbis-tools

INSTALAR SNAP O FLATPAK *DEBIAN 9 en adelante solamente
sudo apt-get install snapd
sudo apt-get install flatpak

INSTALAR GNOME-COMMANDER
sudo apt-get install gnome-commander

INSTALAR SAMBA
sudo apt-get install samba samba-common smbclient winbind

Instalar paquete system-config-samba de Ubuntu Xenial para GUI de Samba y generar archivo /etc/libuser.conf para que pueda ejecutarse
sudo touch /etc/libuser.conf

Y si aun así no ejecuta hay que instalar gksu
sudo apt-get install gksu


Se edita el archivo
sudo pluma /etc/nsswitch.conf

Editar archivo, buscar esta linea
hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
que quede así:
hosts:          files mdns4_minimal [NOTFOUND=return] dns wins mdns4

Además requiere configurar smb.conf a nuestras necesidades
sudo pluma /etc/samba/smb.conf

MONTAR PARTICIÓN DE WINDOWS DESDE EL ARRANQUE
sudo mkdir /media/windows
sudo pluma /etc/fstab
Agregar linea
dev/sda2 /media/windows ntfs-3g auto,rw,users,umask=000 0 0
(LA PARTICIÓN PUEDE VARIAR, para comprobar sin reiniciar  mount -a o mount -fav)

INSTALAR BLUETOOTH (EN CASO DE TENERLO)
sudo apt-get install bluetooth bluez bluez-tools rfkill blueman  pulseaudio-module-bluetooth

CARGAR BLUETOOTH
pactl load-module module-bluetooth-discover

INSTALAR DECODIFICADOR HD CRYSTAL DE BROADCOM (EN CASO DE TENERLO)
sudo apt-get install libcrystalhd3 gstreamer1.0-crystalhd

INSTALAR VLC
sudo apt-get install vlc

INSTALAR audacious

INSTALAR ADOBE FLASH PLAYER PARA FIREFOX (DESCONTINUADO)
descargar desde el sitio de adobe flash player, descomprimir archivo y mover a carpeta:
sudo cp libpepflashplayer.so /usr/lib/mozilla/plugins

INSTALAR PAQUETE dhcpcd5
Para poder conectarse a internet desde terminal, requiere dar de alta el eth0 y desactivar ipv6 porque no conecta a sitios en ftp para repositorios solamente si se actualiza desde terminal por si falla arranque

INSTALAR FIRMWARE PRIVATIVO PARA PROCESADORES INTEL
intel-microcode Y iucode-tool

INSTALAR PAQUETES PARA ACELERACIÓN DE VIDEO
sudo apt-get install xserver-xorg-video-intel intel-gpu-tools libgl1-mesa-glx vdpau-va-driver libva-glx1