On Wed, Nov 01, 2023 at 02:09:57PM +0100, Marco M. wrote: > Am 01.11.2023 um 13:59:51 Uhr schrieb Martin: > > Do you have USB NICs? > Does your computer has an Ethernet NIC (wired)? > > Then use them for installing the packages.
I have one computer with wifi connection to internet. The problem is to let installer recognize this wifi adapter. > > My wifi adapter is TP-LINK TL-WN722N > > Relevant is the USB-ID/PCI-ID. > Use lsusb/lspci -nnk to find it out. $ lsusb Bus 003 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 002: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >From above outut i figure out my adapter is: Bus 003 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n Martin