Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Δεν έχω Ethernet αλλά μόνο Wifi #1

Closed
cerebrux opened this issue Aug 25, 2017 · 2 comments
Closed

Δεν έχω Ethernet αλλά μόνο Wifi #1

cerebrux opened this issue Aug 25, 2017 · 2 comments
Labels
Milestone

Comments

@cerebrux
Copy link
Contributor

ethernet=$(ip link | grep "2: "| grep -oE "(en\w+)")

Σε περίπτωση που ο χρήστης έχει μόνο Wifi ή έχει ξεκινήσει την εγκατάσταση με χρήση Wifi, στην επανεκκίνηση δεν θα είναι συνδεδεμένος.

@cerebrux cerebrux added the bug label Aug 25, 2017
@cerebrux cerebrux added this to the Archon v1.1 milestone Aug 25, 2017
@billniakas
Copy link
Collaborator

Αν προσθέσουμε αυτές τις γραμμές
wifi=$(ip link | grep ": "| grep -oE "(w\w+)")
και μετά
systemctl enable dhcpcd@$wifi.service
θα ενεργοποιεί και το wifi

@cerebrux
Copy link
Contributor Author

cerebrux commented Aug 25, 2017

Δεν φτάνει μόνο αυτό.
με κάποια σειρά
wifi=$(ip link | grep ": "| grep -oE "(w\w+)")
και
pacman -S iw wpa_supplicant dialog wpa_actiond
και μετα
systemctl enable netctl-auto@όνομα-κάρτας.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants