@Otis
Will open syslog for viewing, space bar for next page, b to go back one pageCode:more /var/log/syslog
Will display last 100 lines of syslog and uses more to page thru one page at a time as above.Code:tail -100 /var/log/syslog | more
Will display the dmesg file and display one page at a time.Code:dmesg | more
Look for lines with wlan0 or wlan1 in them.
Bookmarks