Informatique // IT
Configurer
setarch i386 make xconfig
Nettoyer
make-kpkg clean
Compiler
DEB_HOST_ARCH=i386 make-kpkg --arch i386 --cross-compile - --rootcmd fakeroot --revision 2.6.X --append-to-version -VERSION-`date +%Y%m%d`-1 linux-image
Remplacer la révision et la version par ce qui est voulu.
Je peux enfin compiler un noyau pour eee PC à …
dget -x http://revu.tauware.de/revu1-incoming/alsa-firmware-0708231740/alsa-firmware_1.0.14rc4+dfsg1-0ubuntu1.dsc cd alsa-firmware-1.0.14rc4+dfsg1/ fakeroot dpkg-buildpackage cd .. sudo dpkg -i alsa-firmware*.deb
Dans /etc/init.d/rtirq
:
#!/bin/bash
#
# Copyright (c) 2004-2007 rncbc aka Rui Nuno Capela.
#
# /etc/init.d/rtirq
#
# Startup script for realtime-preempt enabled kernels.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 or …
Je viens de découvrir Zapping; tout comme tvtime il permet de regarder la TV cependant il s’intègre beaucoup mieux à Gnome et j’y obtiens une qualité supérieure! Le télétexte est aussi intégré!
Afin de faire la transition, j’ai été obligé de me pencher sur le contrôle lirc …
A free driver is now available as an alternative for LBP-810 and LBP-1120.
Warning: the modifications described here maybe illegal due to stupid licence restrictions.
This driver is applicable for Canon LBP* CAPT WinGDI-based USB printers.
Files
You need the driver file from Canon :
Linux-driver-capt-e-1.10.tar.gz
You can …
This page is old and no longer maintained!
This kernel is patched using the patch which can be found at Robert Kersterson’s homepage.
RPMs
kernel-2.6.9-1.724_FC3.VT6410.i686
kernel-smp-2.6.9-1.724_FC3.VT6410.i686
Source RPMs
Après avoir configuré la télécommande pour tvtime, je me suis attaqué a totem dont voici la configuration (tvtime inclus) :
#/etc/lirc/lircrc
# Global launcher
begin
prog = irexec
button = tv
mode = tvtime
config = tvtime &
end
begin
prog = irexec
button = dvd
mode = totem
config = totem &
end
# Software specific
## Totem
begin totem
begin …
Vous n’êtes pas sans savoir que sur Pau on dispose d’un réseau FTTH
en 10 ou 100Mb/s chez l’habitant.
Je suis justement abonné a ce service. Pour la connexion, le FAI fournit
une passerelle résidentielle de marque Sagem modèle F@st3190W qui n’est
rien d …
J’ai envoyé ce mail au support RME pour savoir s’il y avait un espoir de voir un jour digicheck sur Linux :
Hi,
I’m an happy new user of an RME HDSP CardBus + Multiface and HDSP
9652.
I mainly use the GNU/Linux OS (Currently the DeMuDi and …
Pour faire fonctionner le PCMCIA sur ce portable, il suffit d’ajouter pci=assign-busses aux options du noyau!
J’ai ainsi une RME Hamerfall DSP + Multiface qui fonctionne comme un charme :-)
Merci à Josh Green de m’avoir indiqué ceci sur sa page consacrée au Z71V.