Tu doit brancher ton cable ethernet aussi.
Télécharge putty (
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html )
- Serial
x
- Serial line
COM3
- Speed
115200
Open
La, tu mets ta dream en "RESCUE MODE" et tu devrais recevoir au mieux ceci:
>>> Your Dreambox has booted into RESCUE MODE.
>>> Please log in as user 'root' (no password required),
>>> then run 'help' to get further information.
tu tape
root sur ton clavier, puis Enter
dm7080 login: root
login[295]: root login on 'ttyS0'
maintenant tu tape
help et Enter
root@dm7080:~# help
Your Dreambox has booted into rescue mode. If it failed to start up, this mode
can be used to recover. This rescue mode offers a web frontend, which can be
accessed with a browser, which is the recommended way to continue.
Please point your web browser to: http://192.168.xxx.xxx/
In case you don't mind using the shell, you might be interested in one of the
following commands:
run-recovery: Fetches a recovery firmware image from the internet or internal
memory (if available) and installs it, replacing the current operating system.
select-boot-source [A|B|C]: Used to select between two possible kernel images
(A or B) and the optional second stage bootloader (C). Original firmware uses
option A, which can be selected by running "select-boot-source A".
flash-tarball: Flashes a firmware file provided by you, either on internal or
external memory, or via local area network. See "flash-tarball -h".
root@dm7080:~#
la, ce trouve maintenant l'ip pour ton navigateur
au pire des cas, ce sera cela:
root@dm7080:~# help
Your Dreambox has booted into rescue mode. If it failed to start up, this mode
can be used to recover. This rescue mode offers a web frontend, which can be
accessed with a browser, which is the recommended way to continue.
Automatic network configuration via DHCP does not seem to be available. Please
verify that your Dreambox is connected to a router via ethernet.
You can set up an IP address and a route manually like this:
ifconfig eth0 192.168.1.80 netmask 255.255.255.0 up
route add default gw 192.168.1.1
Then, please point your web browser to http://192.168.1.80/
In case you don't mind using the shell, you might be interested in one of the
following commands:
run-recovery: Fetches a recovery firmware image from the internet or internal
memory (if available) and installs it, replacing the current operating system.
select-boot-source [A|B|C]: Used to select between two possible kernel images
(A or B) and the optional second stage bootloader (C). Original firmware uses
option A, which can be selected by running "select-boot-source A".
flash-tarball: Flashes a firmware file provided by you, either on internal or
external memory, or via local area network. See "flash-tarball -h".
root@dm7080:~#
ci c'est le cas, il ne te reste plus qu'a tapé une ip correspondant à ton réseau.
ifconfig eth0 192.168.xxx.xxx netmask 255.255.255.0 up
puis
route add default gw 192.168.xxx.1
et la, tu tape l'ip choisi dans ton navigateur.
Le plus simple, serais en tout les cas, d'installer un DHCP server sur ton pc.
http://www.dhcpserver.de/cms/