Revisión 532
Añadido por Alfonso Pastor hace alrededor de 10 años
tareas_puppet/workstations/wheezy/workstation_wheezy_ajustes/files/SI_LOS_FUJITSUS_NO_ARRANCAN_POR_PXE.txt | ||
---|---|---|
Siguiendo las instrucciones de Alfonso Pastor, proveedor del driver modificado :
|
||
|
||
-Copiar el fichero tulip.ko a /lib/modules/3.2.0-4-486/kernel/drivers/net/ethernet/dec/tulip
|
||
|
||
-Ejecutar :
|
||
update-initramfs -u
|
||
/usr/share/ltsp/update-kernels
|
||
|
||
-Salir del chroot y ejecutar :
|
||
ltsp-update-kernels
|
||
ltsp-update-image
|
||
service nbd-server restart
|
||
|
||
Esto pasa si se actualiza el paquete linux-image del kernel 3.2
|
tareas_puppet/workstations/wheezy/workstation_wheezy_ajustes/manifests/init.pp | ||
---|---|---|
owner=> root, group=> root, mode => 755,
|
||
source => "puppet:///workstation_wheezy_ajustes/S99-sound-mixer",
|
||
}
|
||
#============================================================================$
|
||
#En los fujitsu p300, el driver de la tarjeta de red (tulip.ko) no soporta WOL
|
||
#hay que poner uno que si funciona. kernel 3.2.0-4-686-pae.
|
||
file {"/lib/modules/3.2.0-4-686-pae/kernel/drivers/net/ethernet/dec/tulip/tulip.ko":
|
||
owner=> root, group=> root, mode => 664,
|
||
source => "puppet:///workstation_wheezy_ajustes/tulip-wol-ok.ko",
|
||
notify => Exec["instala-tulip"]
|
||
}
|
||
exec { "instala-tulip":
|
||
path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||
command => "depmod -a; update-initramfs -u",
|
||
refreshonly => true,
|
||
require => File["/lib/modules/3.2.0-4-686-pae/kernel/drivers/net/ethernet/dec/tulip/tulip.ko"]
|
||
}
|
||
|
||
}
|
||
default: {
|
||
... | ... | |
|
||
|
||
#===============================================================================================================
|
||
#Numlockon para al inicio de sesion
|
||
#Numlockon para Angel Ramiro al inicio de sesion
|
||
|
||
exec { '/bin/sed -i -e "s/exit 0/numlockx on\n\nexit 0/g" /etc/gdm3/Init/Default':
|
||
unless => '/bin/grep "numlockx on" /etc/gdm3/Init/Default 2>/dev/null'
|
Exportar a: Unified diff
Actualizacion puppet-workstation: añadido soporte WOL a los Fujitsu P300