off & on problem wireless

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jdashbaugh

off & on problem wireless

Post by jdashbaugh »

My office computer downstairs connects wirelessly to my router. The problem is that it just will not stay connected (KDE desktop). It connects at first boot, then after about 5 minutes disconnects and refuses to reconnect and acts as though the network password is incorrect. I had a similar problem on another computer in the house and the problem was caused by having more than one network manager installed. Sure enough there were multiple managers but after removing the ones I found the problem remains and now only the KDE desktop connects for just a short while and disconnects. Gnome and LXDE will not connect at all. How would I go about checking to see if there is a network manager that I missed still installed. I need the wireless connection on this computer as it also connects to a network printer.

Thanks in advance
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: off & on problem wireless

Post by DrHu »

The kde desktop switched to the netman (used with Gnome) desktop instead of their own GUI version
http://www.linuxappfinder.com/package/n ... anager-kde


https://en.wikipedia.org/wiki/NetworkManager
  • NetworkManagement
    NetworkManager back-end for KDE SC 4, provides a plasma widget frontend.[3
[/list]

http://packages.debian.org/en/sid/network-manager-gnome
http://forums.debian.net/viewtopic.php?p=236086
--if it is network manager, you can stop and restart to enable networking, it should be on the system taskbar, usually on the right hand side

There are a lot of command line (terminal: bash) commands available to check the network status, as well as some GUI network applications..
http://www.mynitor.com/2009/11/24/the-u ... r-newbies/
--a bigger guide, but includes a network section

Code: Select all

ifconfig
--standard any network card
iwlist
--wireless
ping
--check an address
netstat
--netbios names instead of IP address
Bigger specific network guides
http://www.linuxhomenetworking.com/wiki/index.php/
Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking
--wireless
http://oreilly.com/catalog/linag2/book/
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: off & on problem wireless

Post by AlbertP »

Please run inxi -N in terminal and post the output, then we'll know what wifi card your computer has. What could also be useful is the output of rfkill list.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Locked

Return to “Networking”