This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% titlepage-demo.tex | |
\documentclass{beamer} | |
\usepackage{graphicx} | |
\usepackage{tikz} | |
\usetikzlibrary{matrix} | |
\title{Some slides} | |
\date{05 November, 2018} | |
\AtBeginSection[] | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(With the regular Ubuntu kernel 4.4.0-47) | |
mihir@mihir-ThinkPad-T550:~$ sudo modprobe iwlwifi | |
mihir@mihir-ThinkPad-T550:~$ dmesg | grep iwl | |
[ 12.223380] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2 | |
[ 12.223399] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2 | |
[ 12.223410] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2 | |
[ 12.234440] iwlwifi 0000:03:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm | |
[ 12.269968] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210 | |
[ 12.270497] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled | |
[ 12.271180] iwlwifi 0000:03:00.0: L1 Enabled - LTR Enabled |