Et puis bon, le pharmaceutique, c’est bien; être à un niveau stable, où l’on sait ce que l’on a à faire, c’est très bien; mais ma passion est et reste l’informatique…
Device Drivers -->
Input Device Support -->
<*> Joystick Interface
<*> Event Interface
[*] Joysticks
USB Support -->
<*> Support for Host-side USB
[*] USB device filesystem
<*> EHCI HCD (USB 2.0) support
<*> OHCI HCD support
<*> UHCI HCD (most Intel and VIA) support
<*> USB Human Interface Device (full HID) support
[*] HID input layer support
Vous devez probablement avoir un clavier soit français, soit belge. L’un des points pour reconnaître l’un de l’autre est le caractère « backslash» . Sur un clavier français, il se trouve sur la touche « 8″, et sur un clavier belge il se trouve sur la même touche que < et >, à gauche du W.
Dans mon cas, je charge le layout belge comme ceci:
livecd ~ # fdisk /dev/ps3da</p>
<p>The number of cylinders for this disk is set to 1305.<br />
There is nothing wrong with that, but this is larger than 1024,<br />
and could in certain setups cause problems with:<br />
1) software that runs at boot time (e.g., old versions of LILO)<br />
2) booting and partitioning software from other OSs<br />
(e.g., DOS FDISK, OS/2 FDISK)</p>
<p>Command (m for help): n<br />
Command action<br />
e extended<br />
p primary partition (1-4)<br />
p<br />
Partition number (1-4): 1<br />
First cylinder (1-1305, default 1):<br />
Using default value 1<br />
Last cylinder or +size or +sizeM or +sizeK (1-1305, default 1305): +9000M</p>
<p>Command (m for help): n<br />
Command action<br />
e extended<br />
p primary partition (1-4)<br />
p<br />
Partition number (1-4): 2<br />
First cylinder (1096-1305, default 1096):<br />
Using default value 1096<br />
Last cylinder or +size or +sizeM or +sizeK (1096-1305, default 1305):<br />
Using default value 1305</p>
<p>Command (m for help): t<br />
Partition number (1-4): 2<br />
Hex code (type L to list codes): 82<br />
Changed system type of partition 2 to 82 (Linux swap / Solaris)<br />
Command (m for help): a<br />
Partition number (1-4): 1<br />
Command (m for help): p</p>
<p>Disk /dev/ps3da: 10.7 GB, 10737414144 bytes<br />
255 heads, 63 sectors/track, 1305 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p> Device Boot Start End Blocks Id System<br />
/dev/ps3da1 * 1 1095 8795556 83 Linux<br />
/dev/ps3da2 1096 1305 1686825 82 Linux swap / Solaris</p>
<p>Command (m for help): w<br />
The partition table has been altered!</p>
<p>Calling ioctl() to re-read partition table.</p>
<p>WARNING: Re-reading the partition table failed with error 16: Device or resource busy.<br />
The kernel still uses the old table.<br />
The new table will be used at the next reboot.<br />
Syncing disks.<br />
livecd ~ #
#<br />
# noatime turns off atimes for increased performance (atimes normally aren't<br />
# needed; notail increases performance of ReiserFS (at the expense of storage<br />
# efficiency). It's safe to drop the noatime options if you want and to<br />
# switch between notail / tail freely.<br />
#<br />
# The root filesystem should have a pass number of either 0 or 1.<br />
# All other filesystems should have a pass number of 0 or greater than 1.<br />
#<br />
# See the manpage fstab(5) for more information.<br />
#</p>
<p># <fs> <mountpoint> <type> <opts> <dump/pass></p>
<p># NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.<br />
/dev/ps3da1 / ext3 noatime 0 1<br />
/dev/ps3da2 none swap sw 0 0<br />
/dev/sr0 /mnt/cdrom iso9660 noauto,ro 0 0<br />
# NOTE: The next line is critical for boot!<br />
proc /proc proc defaults 0 0</p>
<p># glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for<br />
# POSIX shared memory (shm_open, shm_unlink).<br />
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will<br />
# use almost no memory if not populated with files)<br />
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0<br />
none /spu spufs default 0 0
Pour être sûr que tout marche, demandez à un ami de venir voir votre site… S’il voit « quelquechose» , il verra certainement la même chose que vous…