-
Notifications
You must be signed in to change notification settings - Fork 3
/
g73jh
29 lines (17 loc) · 797 Bytes
/
g73jh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Random bugs
-----------
### Wireless
The dhcpcd client doesn't work for this laptop. Use dhclient instead.
Turns out that the reason why wireless isn't working (aftering switching to
dhclient) is because the wireless CAN be turned on and off with the switch on
your keyboard!
### Authorization Manager failure
Had a problem with Authorization Manager (polkit) failed to start at boot.
Fixed by simply reinstalling it with pacman.
### Flash drive not detected
Turns out it's because the linux kernel that's installed and the kernel that's
running are of different versions. Just reboot.
Force `su` to prompt for password
---------------------------------
If you want `su` to prompt for password, *comment out* this line:
#auth sufficient pam_wheel.so trust use_uid