Outils pour utilisateurs

Outils du site


public:install_debian_pc_wihout_ethernet

Ceci est une ancienne révision du document !


Install debian PC without ethernet

Create an USB debian install disk

Create a USB debian install disk with main packets in it, that is not the internet version, as internet will not be initially available.

Install

- Standard install on debian, add EFI partition (512M), and remaining in a btrfs partition mounted on /

- Install networking :

First check that network is available with :

ip a

To get the type of wifi available :

lspci -nn | grep -i network

Find the “good” driver (in some .deb maybe non-free), install it from apt, or maybe from an USB key with :

dpkg -i firmware-xxx

Get information and check it is in use with :

ip a
iwconfig

If not in use, try reboot. If needed, find its name :

modprobe -c | grep xxx

and reload it with :

modprobe -rv xxx
modprobe -v xxx
public/install_debian_pc_wihout_ethernet.1531036113.txt.gz · Dernière modification : 2018/07/08 07:48 de pcouderc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki