1 - Problème graveurs DVD :
1.1 - Commande ls
[quote]debianUSB:/home/thierry# ls -i /dev/hd*
1260 /dev/hda 1280 /dev/hda16 1328 /dev/hda8 1182 /dev/hdb14
1358 /dev/hda1 1274 /dev/hda17 1322 /dev/hda9 1242 /dev/hdb2
1316 /dev/hda10 1268 /dev/hda18 1180 /dev/hdb 1236 /dev/hdb5
1310 /dev/hda11 1262 /dev/hda19 1248 /dev/hdb1 1230 /dev/hdb6
1304 /dev/hda12 1352 /dev/hda2 1206 /dev/hdb10 1224 /dev/hdb7
1298 /dev/hda13 1346 /dev/hda5 1200 /dev/hdb11 1218 /dev/hdb8
1292 /dev/hda14 1340 /dev/hda6 1194 /dev/hdb12 1212 /dev/hdb9
1286 /dev/hda15 1334 /dev/hda7 1188 /dev/hdb13[/quote]
1.2 - Fichier fstab existant
[quote]# /etc/fstab: static file system information.
proc /proc proc defaults 0 0
/dev/sdb1 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb9 /mnt/Data1/Medias vfat defaults 0 0
/dev/hda14 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sdb /media/floppy1 auto rw,user,noauto 0 0[/quote]
1.3 - Dossiers de montages
Les dossiers /media/cdrom0 et /media/cdrom1 existent bel et bien.
1.4 - Commande mount :
[quote]debianUSB:/home/thierry# mount /dev/hdc
mount: unknown filesystem type 'iso9660’
debianUSB:/home/thierry# mount /dev/hdd
mount: unknown filesystem type 'iso9660’
debianUSB:/home/thierry#[/quote]
J’ai testé avec le CD de Boot. Echec !
2 - Internet en Ethernet
Pour rappel, c’est une Livebox connectée en Ethernet parfaitement reconnues lors des installations sur disques internes (IDE) avec Mandriva, Fedora Core, Debian, Zenwalk. J’utilise les adresses suivantes quand je suis obligé de “faire” du statique :
- adresse IP : 192.168.1.10
- masque : 255.255.255.0
- passerelle : 192.168.1.1
- adresse dns : 192.168.1.1
Lors de l’installation de Debian Etch, j’avais ainsi du paramétrer en statique avec ces adresses.
2.1 - Commande ifconfig
[quote]debianUSB:/home/thierry# ifconfig
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
debianUSB:/home/thierry#[/quote]
Donc pas d’eth0 reconnue !
2.2 - Commande dhclient
[quote]debianUSB:/home/thierry# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
socket: Address family not supported by protocol - make sure
CONFIG_PACKET (Packet socket) and CONFIG_FILTER
(Socket Filtering) are enabled in your kernel
configuration!
debianUSB:/home/thierry#[/quote]
Evidemment ;-/
2.3 - Fichier /etc/network/interfaces original
[quote]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1[/quote]
2.4 - Mes modifications sur ce fichier interfaces
[quote]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
mapping eth0
script grep
map eth0
allow-hotplug eth0
iface eth0 inet dhcp[/quote]
2.5 - Activation de eth0
[quote]debianUSB:/home/thierry# ifconfig eth0 down
eth0: ERROR while getting interface flags: Aucun périphérique de ce type
debianUSB:/home/thierry# ifconfig eth up
eth: ERROR while getting interface flags: Aucun périphérique de ce type
debianUSB:/home/thierry# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
socket: Address family not supported by protocol - make sure
CONFIG_PACKET (Packet socket) and CONFIG_FILTER
(Socket Filtering) are enabled in your kernel
configuration!
debianUSB:/home/thierry#[/quote]
Echec ! Toujours pas d’eth0
3 - Le son
Je n’ai même pas tenté puisque sans lecteur DVD reconnu, ni internet, je ne vois pas comment je pourrait faire des mises à jour ou ajouter des paquetages.