Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-23-2017, 09:44 AM
|
#1
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Rep:
|
WIFI Connection
Put MINT 17.1 on USB and booted from it. Trying to establish internet connection???? Do not understand the terms used in the connection window?? (I'm not tech literate!!) HELP!!!
|
|
|
06-23-2017, 12:36 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,016
|
Try
Code:
man wpa_supplicant.conf
Every wifi connection has
1. An ESSID - it's name
2. A passphrase - It's password.
To get it up in linux, you have to put the passphrase through wpa_passphrase which transmogrifies it, and put the resulting string in wpa_supplicant.conf. An example:
Code:
bash-4.3$ wpa_passphrase essid 12345678
network={
ssid="essid"
#psk="12345678"
psk=0aa15c93737311e4ad5ef49e3a1da2d5570f857bcfb31a31404b7c6f4b768d8b
}
|
|
|
06-23-2017, 01:08 PM
|
#3
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Original Poster
Rep:
|
Thanks Business Kid,,,but you lost me,,,,have no idea what those terms mean. About all I can do at this point of having LM running from the USB stick is ,,,,get to the terminal. I do know my router SSID 192.168.1.1 ,,,,and the name of the wifi network I'm on. I have a windows computer sitting right next to it that I have a connection on,,(it's the one I using here)
|
|
|
06-23-2017, 01:23 PM
|
#4
|
Moderator
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,900
|
The SSID is the name of your WIFI network which you see when you scan for networks. For instance if you visit a library or a coffee shop which has free WIFI and they tell you their network name is. A made-up example would be "STARBUCKS-FREENET", and that's what is meant by SSID. You have your Windows system attached to some WIFI network? This would be the same name.
Do you have a Mint desktop environment? A graphical desktop, that is?
If so you have a few options to look for WIFI networks and attaching to them. We're also assuming that the WIFI network you do find, if there's a password, that you do know it. Please be aware of these things as you move forwards with this.
For instance if you are at home, have a WIFI network, then you should know the name and the password, if not, check with someone who should be able to tell you, or see if there's a sticker on your router telling you the defaults and try to verify with someone that those defaults are still correct. If you are attaching to another WIFI, public or not, be sure you know the name and whether or not there is a password for that network.
In the Mint desktop, there are main Menu->Preferences choices like "Network" and "Network Connections" which you can use to see and connect to networks. Also on the other corner (usually lower right) of the desktop, there should be network icons to allow you to select a WIFI network and attempt to attach to it. You will be prompted if a password is required, and as said before, you should double check what that password is in advance.
|
|
|
06-23-2017, 01:25 PM
|
#5
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by sojen1
Put MINT 17.1 on USB and booted from it. Trying to establish internet connection???? Do not understand the terms used in the connection window?? (I'm not tech literate!!) HELP!!!
|
Hi...
If the information above doesn't help, please tell us the wireless adapter you're using. To do this, open a terminal and post the results of this command...
Code:
lspci -nnk | grep -i net -A2
If using a USB adapter, use this command...
Regards...
Last edited by ardvark71; 06-23-2017 at 01:33 PM.
Reason: Changed information.
|
|
|
06-23-2017, 02:10 PM
|
#6
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Original Poster
Rep:
|
from terminal I get
Bus 001 Device 003: ID 0781:5598 SanDisk Corp.
Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1d6b:0002 Linux Foundation 2.0 root hub
Man,,,it looks like Linux might not be for tech dummies like me????
|
|
|
06-23-2017, 02:14 PM
|
#7
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by sojen1
from terminal I get
Bus 001 Device 003: ID 0781:5598 SanDisk Corp.
Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
Try the first (lspci) command, I don't see your adapter listed above.
Quote:
Originally Posted by sojen1
Man,,,it looks like Linux might not be for tech dummies like me????
|
You're not a dummy, besides, you got this far.
Regards...
|
|
|
06-23-2017, 02:57 PM
|
#8
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Original Poster
Rep:
|
03:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Inspiron 9400 Laptop [1028:01cd]
Kernel driver in use: b44
0c:00.0 Network Controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN[14e4:4311] (rev 01)
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Kernel driver in use: b43-pci-bridge
|
|
|
06-23-2017, 03:04 PM
|
#9
|
Senior Member
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,696
|
Quote:
Do not understand the terms used in the connection window??
|
Would you like to share the terms you don't understand which are displayed in the connection window then everybody can stop guessing and possibly give a useful answer you'll understand?
Quote:
(I'm not tech literate!!) HELP!!!
|
In which case the answers and suggestions above may prove beyond you when you're looking for a "KISS" answer.
Play Bonny!
|
|
|
06-23-2017, 03:12 PM
|
#10
|
Moderator
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,900
|
Was typing this however noticed an additional post arrived, and have to say that I absolutely agree with Soadyheid.
I feel it would be infinitely easier for you who has noted that you have great difficulty with technical topics, to instead us the desktop connection manager to find and attach to your WIFI network.
Please provide some feedback to Soadyheid's post.
And "very well", thanks to the other commands, we do know you have a Broadcom 802.11b/g adapter.
Yes there are commands you can run using the terminal window, they are more complex than using the User Interface Connection Manager, however ultimately using the Connection Manager will allow the system to save the selected WIFI network and settings so that you do not have to enter commands at each boot, nor will you have to remember and recall those commands should anything go wrong where you need to get it working again.
All that said, please choose your preference.
|
|
|
06-23-2017, 03:18 PM
|
#11
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Original Poster
Rep:
|
well Soadyheid,,,,the truth at this point I can't even get back to the "connections window",,,like I said,,this this may very well be beyond my capabilities. However,,,I feel like if I can get on line,,and communicate with the www I can wade through the "shallow" part,,,,if there is a shallow part. Really all I use computer for is browsing, email,,,a little music/video etc.
|
|
|
06-23-2017, 03:22 PM
|
#12
|
Moderator
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,900
|
Quote:
Originally Posted by sojen1
well Soadyheid,,,,the truth at this point I can't even get back to the "connections window",,,like I said,,this this may very well be beyond my capabilities. However,,,I feel like if I can get on line,,and communicate with the www I can wade through the "shallow" part,,,,if there is a shallow part. Really all I use computer for is browsing, email,,,a little music/video etc.
|
Please try this https://www.ghacks.net/2015/03/27/ho...-installation/
|
|
|
06-23-2017, 03:29 PM
|
#13
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by sojen1
0c:00.0 Network Controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN[14e4:4311] (rev 01)
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Kernel driver in use: b43-pci-bridge
|
Hi...
Thank you for posting the results. Since you have a Broadcom adapter, there's a good chance you're missing the firmware. Please open a terminal and copy and paste the following commands and press "Enter" one at a time....
Code:
sudo apt-get purge bcmwl-kernel-source
sudo apt-get install firmware-b43-installer
sudo modprobe b43
The above is from the instructions here. Let us know how it goes...
Regards...
|
|
|
06-23-2017, 03:31 PM
|
#14
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by rtmistler
|
Hi...
I thought of the same article but the OP said he was running Mint live. Will those instructions work on a distribution not installed on the hard drive?
Regards...
|
|
|
06-23-2017, 03:38 PM
|
#15
|
LQ Newbie
Registered: Jun 2017
Posts: 26
Original Poster
Rep:
|
Thanks rtmistler,,,that helped to jog my memory as to getting back to connection window. From that window I click "wifi" for connection type,,,then drop down menu for create ask for SSID,,,,??? Mode,,,???? BSSID,,,??? Device MAC Address,,,???? Cloned MAC Address,,,???? MTU,,,,?????
|
|
|
All times are GMT -5. The time now is 05:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|