@Otis

Code:
more /var/log/syslog
Will open syslog for viewing, space bar for next page, b to go back one page

Code:
tail -100 /var/log/syslog | more
Will display last 100 lines of syslog and uses more to page thru one page at a time as above.

Code:
dmesg | more
Will display the dmesg file and display one page at a time.

Look for lines with wlan0 or wlan1 in them.