felcsillantottad a reményt, de valami bibi van.
Nem lehet feloldani a következőt: 'archive.ubuntu.com'
ebből kifolyólag sikertelen letöltés is lesz.
lehet, hogy még netet is kéne csinálnom rajta, mielőtt futtatom a parancsot.
keresek, de ha te előbb tudod, hogyan, milyen parancsal építem fel a wifi hálózatot, az sokat segíthet az előrelépésben.
Ilyet találtam:
To find out which access points are available to you:
iwlist wlan0 scan | less
If using Ubuntu desktop (as opposed to server), disable the graphical Network Manager:
sudo service network-manager stop
Assuming the access point is named “Linksys” and the key is in hex format:
sudo iwconfig wlan0 essid “Linksys” key “0a2b4c6de9”
If the key is in ASCII format:
sudo iwconfig wlan0 essid “Linksys” key “s:hello”
For more details on iwconfig check its manpage parameteres section:
You are not allowed to view links.
Register or
Login