LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-01-2020, 08:44 AM   #1
adryan_g78
LQ Newbie
 
Registered: Mar 2020
Posts: 4

Rep: Reputation: Disabled
Debian 10 not connecting to Wi-Fi


Hi!
I just came accross Debian 10. All good, but I can't connect to wi-fi.
The network is discovered, but after trying to connect for several seconds ends with "never used" message".
Any ideas? I've tried few tricks found here but nothing worked.
Thanks.
 
Old 03-01-2020, 01:04 PM   #2
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Is the wifi a Broadcom card variety?
Also, is this a live-boot or an actual disk install?

Last edited by JeremyBoden; 03-01-2020 at 01:12 PM.
 
Old 03-01-2020, 01:22 PM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,372

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
you need to give more information, wifi adaptor type, details of what you already tried so we're not restating what you already tried.
 
Old 03-01-2020, 03:03 PM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,987
Blog Entries: 33

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
adryan_g78,

Please open a terminal, then copy & paste the following code into it:

Code:
wget -N -t 5 -T 10 https://dl.dropbox.com/s/qjc87hzk1z5x6z0/wireless_script && chmod +x wireless_script && ./wireless_script
Press Enter.

Give your password and press Enter.

A file named wireless-info.txt will be created in your home folder with your wireless information.

Paste the contents of the wireless-info.txt file at a suitable pastebin and then post the pastebin link in your reply.
 
Old 03-01-2020, 10:12 PM   #5
adryan_g78
LQ Newbie
 
Registered: Mar 2020
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JeremyBoden View Post
Is the wifi a Broadcom card variety?
Also, is this a live-boot or an actual disk install?
No, is Realtek RTL8191SEvB Wireless LAN Controller.
And is a disk install.

Last edited by adryan_g78; 03-01-2020 at 10:13 PM.
 
Old 03-02-2020, 03:13 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,987
Blog Entries: 33

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
adryan_g78,

According to https://wiki.debian.org/rtl819x#Troubleshooting

rtl8192se supports PCI: 10EC:8172 Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller.

Add a "non-free" component to your /etc/apt/sources.list for Debian 10 (example):

Code:
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free

deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free

deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
Use nano or gedit etc:

Code:
sudo nano /etc/apt/sources.list
Edit the file and save.

Then update and install firmware-realtek:

Code:
sudo apt update && apt install firmware-realtek
Code:
 reboot
 
Old 03-02-2020, 04:51 AM   #7
adryan_g78
LQ Newbie
 
Registered: Mar 2020
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank you all for tips, but I just tried to connect to the Internet using a wired connection, which worked.
However, the browser couldn't reach even google.com, clearly there are some issues with this version of Debian, so I'll give up on it.
I don't have the time and patience to fix all those annoying problems.
I'll give Kubuntu a try, as I really enjoy the KDE environment.
Thanks again!
 
Old 03-02-2020, 01:34 PM   #8
remmilou
Member
 
Registered: Mar 2010
Location: Amsterdam
Distribution: MX Linux (21)/ XFCE
Posts: 212

Rep: Reputation: 69
MX might be the answer

Quote:
Originally Posted by adryan_g78 View Post
Thank you all for tips, but I just tried to connect to the Internet using a wired connection, which worked.
However, the browser couldn't reach even google.com, clearly there are some issues with this version of Debian, so I'll give up on it.
I don't have the time and patience to fix all those annoying problems.
I'll give Kubuntu a try, as I really enjoy the KDE environment.
Thanks again!
If you really like Debian (like me), why not try MX Linux...
MX is pure Debian (10, Buster), plus some extra repositories (former Antix and Mepis) to ease life. But it remains Debian with all the advantages.
Very good driver support, remaster your running distro to an installable ISO (with or without users).
https://mxlinux.org/
 
Old 03-02-2020, 02:39 PM   #9
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
If you still willing to try and learn paste the output of the dmesg command in the thread. It should give you and idea on what might be going on
 
Old 03-03-2020, 12:01 AM   #10
adryan_g78
LQ Newbie
 
Registered: Mar 2020
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by remmilou View Post
If you really like Debian (like me), why not try MX Linux...
MX is pure Debian (10, Buster), plus some extra repositories (former Antix and Mepis) to ease life. But it remains Debian with all the advantages.
Very good driver support, remaster your running distro to an installable ISO (with or without users).
https://mxlinux.org/
Hi!
I will definitely give it a try.
For me it doesn't matter which distro I use, as long as meets some of my needs (ease of use, eye-candy graphics, stability and as lightweight as possible).
Thanks!
 
Old 03-05-2020, 05:44 AM   #11
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 831

Rep: Reputation: 229Reputation: 229Reputation: 229
You sound more like an ubuntu user than a debian user. I'd suggest you try Linux Mint or Linux Lite.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ODBC drivers and connecting to mssql on linux not connecting to data source Sharkadder Linux - Server 3 01-04-2016 08:20 AM
Belkin USB Adapter not connecting to Router (Debian) ByteChanger Linux - Wireless Networking 0 10-14-2007 02:24 PM
Debian Distro: Skype "connecting" hangs and get stuck, debian Xeratul Linux - General 0 12-24-2006 05:04 AM
Digikam connecting as root/not connecting as regular user jayhel Slackware 5 09-29-2005 05:57 PM
Mysql is not connecting from servlet.But connecting from java, help pls Harish_f Linux - General 0 05-08-2002 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration