Getting Ethernet driver to crippled machine
- by Richard
The reply at How do I install drivers for the Atheros AR8161 Ethernet controller? probably helps me. I have a Toshiba S855, bought yesterday.
lspci -vv | grep Atheros command from the terminal shows me I have the AR8161 Gigabit Ethernet controller (rev 10)
However the answer sudo apt-get install ... requires an internet connection. How can I, using another machine, capture the necessary information on that other machine to copy across to the crippled machine, and then how do I build from there.
Thanks in anticipation