Skip to content

Commit

Permalink
dmesg needs sudo on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Jun 2, 2021
1 parent 207e672 commit b2579d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ echo "=== List loaded drivers"
lsmod | grep -e '^Module' -e '^Dt'

echo "=== Recent kernel messages"
dmesg | tail -20 | grep Dt
sudo dmesg | tail -20 | grep Dt

0 comments on commit b2579d3

Please sign in to comment.