LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-12-2016, 01:38 PM   #16
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled

Code:
fkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
# rfkill unblock all
# rfkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
 
Old 12-12-2016, 01:41 PM   #17
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by THE PHANTOM View Post
Code:
fkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
# rfkill unblock all
# rfkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
you did I am sure ran
Code:
ifconfig wlan0 up 
iwlist wlan0 scan
to check where you are at now. yes?
 
Old 12-12-2016, 01:51 PM   #18
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
this a output:

Code:
ifconfig wlan0 up
root@GELAPIR:/home/kepler19# iwlist wlan0 scan
wlan0     No scan results
 
Old 12-12-2016, 02:09 PM   #19
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by THE PHANTOM View Post
this a output:

Code:
ifconfig wlan0 up
root@GELAPIR:/home/kepler19# iwlist wlan0 scan
wlan0     No scan results
see you are making progress. No rfkill error.

I'd be pulling my hair out by now.
because your wifi card on your laptop is on, your rfkill are all turned off. and still it is not pulling up a list of wifi sights. so are you close to any wifi providers/routers admitting a wifi signal for your wifi cards antenna to pick up?
 
Old 12-12-2016, 02:13 PM   #20
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
my other devices is connected to my wifi router which my provider gave me. it has signal
 
Old 12-12-2016, 02:16 PM   #21
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Post the unredacted contents of
Code:
/etc/network/interfaces
 
Old 12-12-2016, 02:18 PM   #22
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by THE PHANTOM View Post
my other devices is connected to my wifi router which my provider gave me. it has signal
am I am sure you are sitting pretty much right next to it.

if you have networkmanager installed run this command and see
Code:
nmcli general status

nmcli device status

nmcli device wifi list
and go look at post #12 too and do as he asks as well. something simple is wrong.

Last edited by BW-userx; 12-12-2016 at 02:21 PM.
 
Old 12-12-2016, 02:21 PM   #23
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback
 
Old 12-12-2016, 02:31 PM   #24
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Can you issue:
Code:
dmesg|grep wlan
Or, reboot to a LiveUSB/DVD if you have any and test from there.
 
Old 12-12-2016, 02:31 PM   #25
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
if you have networkmanager installed run this command and see
I have not installed t and will try it to install.
 
Old 12-12-2016, 02:40 PM   #26
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
if you have networkmanager installed run this command and see
can not install that manager too:
Code:
sudo apt-get install network-manager-kde
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package network-manager-kde is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'network-manager-kde' has no installation candidate
 
Old 12-12-2016, 02:41 PM   #27
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
LiveUSB/DVD
i will try it too.
 
Old 12-12-2016, 03:08 PM   #28
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
I installed a wicd and ,no wireless connection found, what is it that.
 
Old 12-12-2016, 03:09 PM   #29
THE PHANTOM
Member
 
Registered: Mar 2016
Posts: 94

Original Poster
Rep: Reputation: Disabled
Output of :
Code:
dmesg|grep wlan
Code:
dmesg|grep wlan
[   19.606504] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  112.518765] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  195.602467] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  195.716545] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  249.870040] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2913.222588] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2913.959625] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2914.437901] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3257.122263] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3574.132959] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3890.184462] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3949.137509] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3966.718424] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4023.291977] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4155.021362] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
 
Old 12-12-2016, 03:09 PM   #30
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by THE PHANTOM View Post
can not install that manager too:
Code:
sudo apt-get install network-manager-kde
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package network-manager-kde is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'network-manager-kde' has no installation candidate
take off kde, and query just Networkmanager, then install whatever name that gives you, then try as suggested, unplug your cat, boot a live usb or dvd, then see if you can get wifi using that.
dobble check that your wifi card on your laptop is actually turned on.

open it up, unplug it and plug it back in, then close it up and reboot, then go through the steps again.
 
  


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
Can connect to cellphone through WIFI HOTSPOT, but cannot connect to my own WIFI network diegoandresalvarez Linux - Networking 7 10-22-2016 11:54 AM
Linux mint 12 will not connect to wifi internet or android wifi tethers wilspeak Linux - General 4 06-06-2012 12:40 AM
wifi works:how to connect to hotspot,with console?alternative to wifi-wiz assistant? frenchn00b Debian 7 10-30-2009 12:31 PM
Ubuntu 9.04 can't connect to wifi with Intel Wireless WiFi Link 5100 Shinbatsu Linux - Networking 3 08-30-2009 12:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:41 PM.

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