Here's my issue and the setup:
- I have one laptop (we'll call it "A") with Debian 8-Cinnamon (32 bit) (specs not relevant here), which has a wireless internet connection and NO WAY to connect to a wired network, the physical RJ-45 port is destroyed.
- I have a second laptop (Lenovo G50-45; we'll call it "B".) running Debian 8-Cinnamon (64 bit), which has NO WAY to connect to a wired network (DON'T ask.), and no current wifi connection.
I need to get the wireless setup and configured on "B" by this route:
- Determine files/packages/whatever TF you want to call them on "B";
- Download whatever on "A";
- Place files on USB thumbdrive in "A";
- Put USB thumbdrive into "B";
- Install/move/whatever files from thumbdrive onto "B";
Make wireless work.
- I have downloaded the appropriate drivers (
firmware-realtek_0.43_all.deb) and installed them via gdebi. - I have downloaded and installed the appropriate "wireless-tools" (
wireless-tools_30~pre9-8_amd64.deb). - I downloaded "network manager" which I heard was needed to properly configure the wifi, but cannot install it because it is not a .deb file. It appears to be source code, containing info for ./configure and make, but when I try to
./configureI get the error"configure: error: Your intltool is too old. You need intltool 0.40.0 or later."I have intltool 0.40.0 installed, and the latest intltool package on the debian website is 0.35.0, an older version.
- I have downloaded the appropriate drivers (
HOW do I get the wireless working on the "B"?