LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-28-2019, 09:58 AM   #1
juliangarrigues
LQ Newbie
 
Registered: Jan 2019
Location: Madrid
Posts: 3

Rep: Reputation: Disabled
Wifi Problem


Hi.

Well I was very happy with my Linux Mint 18 Cinnamon, except, ... for the detail of the Wi-Fi connection.

The typical error follows this sequence:

1) Wireless network does not work
2) #sudo ifconfig wlp2s0 down
3) #sudo ifconfig wlp2s0 up
and so,....
4) SIOCSIFFLAGS: Input / output error ==> There are many internet forums where it appears solved, but they do not work!

Sometimes the connection is working normally, and suddenly it disconnects and there is no way. I solve the problem by restarting the computer. Some data of my equipment are these:

PC: HP Pavilion dv6000
Architecture: 64 bits (Intel Core 2 Duo)
Network controller: Intel Corporation PRO / Wireless 3945ABG [Golan] Network Connection (rev 02)
Kernel modules: iwl3945

I have tried to install / uninstall / reinstall drivers, but the problem is not resolved.

I also uninstalled Network Manager and installed Wicd, but the team stayed in an infinite countdown cycle to log in and did not re-enter.

Searching in Google are several alternatives to not have to restart the computer, such as entering hibernation mode, Connect to a hidden network or restart the processes related to Network Manager several times, but all are cosmetic and gimmicky solutions that do not go to the bottom of the question.

What I would like to know is if any of you knows a true fundamental solution to the problem. I understand that in all new versions of ubuntu that happens, and in 16.04 it is especially frequent, directly affecting our Linux Mint 18.

I'm desperate to have to restart the computer between 1 and 3 times every day. So much that I have considered the possibility of leaving Linux Mint 18 to return to Fedora and OpenSuse.

I appreciate your help.
 
Old 01-28-2019, 12:58 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by juliangarrigues View Post
The typical error follows this sequence:

1) Wireless network does not work
2) #sudo ifconfig wlp2s0 down
3) #sudo ifconfig wlp2s0 up
and so,....
4) SIOCSIFFLAGS: Input / output error ==> There are many internet forums where it appears solved, but they do not work!
sorry but this doesn't make much sense.
please show us the commands entered & their full output, in CODE tags.
if you believe this is related to something you found on the www, show us what. a link plus an explanation.
 
Old 02-01-2019, 04:03 PM   #3
ericgreenwood123
Member
 
Registered: Feb 2019
Distribution: Debian, Voyager GS
Posts: 33

Rep: Reputation: Disabled
Hi, I can't say this will help anything, but it worked for a friend of mine.

first type
Code:
inxi -n
into a terminal. it will say something like this:
Code:
Network:   Card: Realtek XXXXXXXX PCIE Gigabit Ethernet Controller
           driver: r8169
           IF: enp2s0 state: down mac: 68:f7:28:03:3f:16
Except XXXXXXXX will be replaced with a model number.

if that worked without errors, then type:

1.
Code:
sudo apt-get install linux-headers-generic build-essential git
2.
Code:
git clone https://github/com/lwfinger/rtlwifi_new
3.
Code:
cd rtlwifi_new
4.
Code:
make
5.
Code:
sudo make install
6.
Code:
sudo modprobe XXXXXXXX
(Where XXXXXXXX is your model number as explained above.)


Hope this helped, reply if anything goes wrong and i'll try to help.
 
Old 02-04-2019, 05:23 AM   #4
gamedeveloper
LQ Newbie
 
Registered: Feb 2019
Location: USA
Posts: 1

Rep: Reputation: Disabled
I have Linux Mint as well, and I also had WiFi issues, but I thought it was a problem with WiFi router or Internet provider, so I changed both. Now it works perfectly
 
Old 02-04-2019, 09:07 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Have you tried connecting to a different router (perhaps a friendly neighbour would oblige) to see if that resolves the problem?
 
Old 02-04-2019, 11:32 AM   #6
agillator
Member
 
Registered: Aug 2016
Distribution: Mint 19.1
Posts: 419

Rep: Reputation: Disabled
When you have the problem can you still see the various wifi networks or have they disappeared? I used to have problems of this sort with network manager and solved it by switching to wicd, but apparently that is not your problem. I also had problems once with a Broadcom chip card. I can't remember if the driver finally got updated or if I had to replace the card. I think I replaced the card. Check what card you have and what chips it uses and then see what problems others have had with that specific card/chip set.
 
Old 01-25-2021, 01:34 PM   #7
newbie-systemoperating
LQ Newbie
 
Registered: Jan 2021
Posts: 1

Rep: Reputation: Disabled
Problem wifi

perfect, I had the same problem and you have solved it for me in the forum, perfect. You would need to change the mac adress of the wifi device card. Do you know if there is an application that allows it, thanks
 
Old 01-26-2021, 01:13 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by newbie-systemoperating View Post
perfect, I had the same problem and you have solved it for me in the forum, perfect. You would need to change the mac adress of the wifi device card. Do you know if there is an application that allows it, thanks
Spam link in user profile.
Reported.
 
  


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
Wifi option is there but no wifi scanning or wifi not working Aakash447 Linux - Newbie 3 06-28-2018 11:48 PM
[SOLVED] Problem connecting to WIFI with usb WIFI adapter on debian stretch beric Linux - Hardware 0 09-19-2017 07:44 AM
Static WiFi problem in Dual Booted System. Dynamic WiFi working Shahbaz E Linux - Newbie 3 01-22-2016 09:21 PM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
Wifi problem in ubuntu 9.04 with atheros wifi card raghulmz Linux - Hardware 1 10-28-2009 04:58 AM

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

All times are GMT -5. The time now is 04:31 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