LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No network connections detected! Fedora 20 pls help :( (https://www.linuxquestions.org/questions/linux-newbie-8/no-network-connections-detected-fedora-20-pls-help-4175529501/)

Emilie Ruvidal 12-29-2014 05:24 PM

No network connections detected! Fedora 20 pls help :(
 
I have Fedora 20 and everythin was ok when suddenly my internet got disconnected. So I tried to reconnect and nothing, and I made a mistake deleting the networks saved on the Netword Connections window. Can anyone help me? What should I do? I tried to +Add a new one and nothing, it says never used. Pls help me! Im new on Fedora.
Many thanks

vincix 12-29-2014 05:36 PM

Are you connecting wirelessly or through cable? (I think you want to delete the link you've written at the end of your post)

Emilie Ruvidal 12-29-2014 05:39 PM

Its wireless, wifi, how can I make it to detect them automatically again?

vincix 12-29-2014 05:50 PM

You're giving too few details, so I'm going to try to ask you step by step. Can you see any other wireless networks besides the one you're trying to connect to?

Emilie Ruvidal 12-29-2014 06:06 PM

Thanks . I wish I could add screen shot but I couldnt. No I cant see any, i deleted them to see if they show up again and when I go to "Browse network" - Windows network i get: Unable to mount location Failed to retrieve share list from server: No such file or directory

schneidz 12-29-2014 06:10 PM

can you please post the output of these commands so we would have some diagnosis info to at lease start to troubleshoot:
Code:

echo uname && uname -a -m -p &> /tmp/00-uname.schneidz && \
echo lspci && lspci &> /tmp/01-lspci.schneidz && \
echo lsusb && lsusb &> /tmp/02-lsusb.schneidz && \
echo lsmod && lsmod &> /tmp/03-lsmod.schneidz && \
echo ifconfig && ifconfig &> /tmp/04-ifconfig.schneidz && \
echo ifconfig -a && ifconfig -a &> /tmp/05-ifconfig-a.schneidz && \
echo iwconfig && iwconfig &> /tmp/06-iwconfig.schneidz && \
echo iwlist && sudo iwlist `awk '/IEEE/ {print $1}' /tmp/06-iwconfig.schneidz` scan &> /tmp/07-iwlist.schneidz && \
echo resolv.conf && cat /etc/resolv.conf &> 08-resolv.conf.schneidz && \
echo route && route -n &> /tmp/09-route.schneidz && \
echo ping router && ping -c 1 `route | awk '/default/ {print $2}'` &> /tmp/10-ping-router.schneidz && \
echo ping dns server && ping -c 1 `awk '/nameserver/ {print $2}' /etc/resolv.conf | head -n 1` &> /tmp/11-ping-dns-server.schneidz && \
echo ping using ip && ping -c 1 64.235.229.141 &> /tmp/12-ping-using-ip.schneidz && \
echo ping using dns && ping -c 1 www.02144.com &> /tmp/13-ping-using-dns.schneidz

head -n 99999 /tmp/*.schneidz

http://www.linuxquestions.org/questi...7/#post5194985

vincix 12-29-2014 06:11 PM

I hope you've tried simply rebooting your system, right?

Emilie Ruvidal 01-01-2015 02:16 PM

Thanks for the code. Sorry for the delay on my response but I didnt have an usb and then I got sick.
But I copy & paste the code on the terminal and this is what I got:


[Emilie@localhost ~]$ su
Password:
[root@localhost Emilie]# echo uname && uname -a -m -p &> /tmp/00-uname.schneidz && \
> echo lspci && lspci &> /tmp/01-lspci.schneidz && \
> echo lsusb && lsusb &> /tmp/02-lsusb.schneidz && \
> echo lsmod && lsmod &> /tmp/03-lsmod.schneidz && \
> echo ifconfig && ifconfig &> /tmp/04-ifconfig.schneidz && \
> echo ifconfig -a && ifconfig -a &> /tmp/05-ifconfig-a.schneidz && \
> echo iwconfig && iwconfig &> /tmp/06-iwconfig.schneidz && \
> echo iwlist && sudo iwlist `awk '/IEEE/ {print $1}' /tmp/06-iwconfig.schneidz` scan &> /tmp/07-iwlist.schneidz && \
> echo resolv.conf && cat /etc/resolv.conf &> 08-resolv.conf.schneidz && \
> echo route && route -n &> /tmp/09-route.schneidz && \
> echo ping router && ping -c 1 `route | awk '/default/ {print $2}'` &> /tmp/10-ping-router.schneidz && \
> echo ping dns server && ping -c 1 `awk '/nameserver/ {print $2}' /etc/resolv.conf | head -n 1` &> /tmp/11-ping-dns-server.schneidz && \
> echo ping using ip && ping -c 1 64.235.229.141 &> /tmp/12-ping-using-ip.schneidz && \
> echo ping using dns && ping -c 1 www.02144.com &> /tmp/13-ping-using-dns.schneidz
uname
lspci
lsusb
lsmod
ifconfig
ifconfig -a
iwconfig
iwlist
resolv.conf
route
[root@localhost Emilie]#
[root@localhost Emilie]# head -n 99999 /tmp/*.schneidz
==> /tmp/00-uname.schneidz <==
Linux localhost.localdomain 3.17.6-200.fc20.x86_64 #1 SMP Mon Dec 8 15:21:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

==> /tmp/01-lspci.schneidz <==
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6290]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio
00:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Port
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 14)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1)
00:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
07:00.0 Network controller: Ralink corp. Device 539b
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)

==> /tmp/02-lsusb.schneidz <==
Bus 002 Device 002: ID 064e:e263 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 040b:2011 Weltrend Semiconductor
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

==> /tmp/03-lsmod.schneidz <==
Module Size Used by
uas 27255 0
usb_storage 65065 2 uas
nls_utf8 12557 1
udf 93775 1
crc_itu_t 12613 1 udf
fuse 91410 3
ip6t_rpfilter 12546 1
bnep 19624 2
ip6t_REJECT 12939 2
bluetooth 453558 5 bnep
xt_conntrack 12760 9
ebtable_nat 12807 0
ebtable_broute 12731 0
bridge 116200 1 ebtable_broute
stp 12868 1 bridge
llc 13941 2 stp,bridge
ebtable_filter 12827 0
ebtables 30758 3 ebtable_broute,ebtable_nat,ebtable_filter
ip6table_nat 12974 1
nf_conntrack_ipv6 18738 6
nf_defrag_ipv6 34785 1 nf_conntrack_ipv6
nf_nat_ipv6 13213 1 ip6table_nat
ip6table_mangle 12700 1
ip6table_security 12710 1
ip6table_raw 12683 1
ip6table_filter 12815 1
ip6_tables 26809 5 ip6table_filter,ip6table_mangle,ip6table_security,ip6table_nat,ip6table_raw
iptable_nat 12970 1
nf_conntrack_ipv4 14656 5
nf_defrag_ipv4 12702 1 nf_conntrack_ipv4
nf_nat_ipv4 13199 1 iptable_nat
nf_nat 25178 4 nf_nat_ipv4,nf_nat_ipv6,ip6table_nat,iptable_nat
nf_conntrack 99413 8 nf_nat,nf_nat_ipv4,nf_nat_ipv6,xt_conntrack,ip6table_nat,iptable_nat,nf_conntrack_ipv4,nf_conntrack_ ipv6
iptable_mangle 12695 1
iptable_security 12705 1
iptable_raw 12678 1
binfmt_misc 17431 1
vfat 17411 2
fat 65059 1 vfat
rtsx_pci_sdmmc 23190 0
mmc_core 121046 1 rtsx_pci_sdmmc
rtsx_pci_ms 18168 0
memstick 16199 1 rtsx_pci_ms
hp_wmi 14017 0
sparse_keymap 13584 1 hp_wmi
uvcvideo 81022 0
videobuf2_vmalloc 13163 1 uvcvideo
videobuf2_memops 13161 1 videobuf2_vmalloc
videobuf2_core 57397 1 uvcvideo
snd_hda_codec_realtek 77661 1
snd_hda_codec_generic 67662 1 snd_hda_codec_realtek
v4l2_common 14542 1 videobuf2_core
snd_hda_codec_hdmi 51866 1
snd_hda_intel 30520 6
snd_hda_controller 30786 1 snd_hda_intel
videodev 152475 3 uvcvideo,v4l2_common,videobuf2_core
snd_hda_codec 131444 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 17650 1 snd_hda_codec
media 20846 2 uvcvideo,videodev
snd_seq 62266 0
snd_seq_device 14136 1 snd_seq
snd_pcm 104333 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
nfsd 285178 1
auth_rpcgss 58806 1 nfsd
nfs_acl 12741 1 nfsd
lockd 93436 1 nfsd
sunrpc 279768 5 nfsd,auth_rpcgss,lockd,nfs_acl
kvm 453117 0
arc4 12608 2
rt2800pci 13630 0
rt2800mmio 15739 1 rt2800pci
rt2800lib 91269 2 rt2800pci,rt2800mmio
rt2x00pci 13083 1 rt2800pci
rt2x00mmio 13322 2 rt2800pci,rt2800mmio
microcode 44710 0
rt2x00lib 66983 5 rt2x00pci,rt2800lib,rt2800pci,rt2800mmio,rt2x00mmio
eeprom_93cx6 13130 1 rt2800pci
joydev 17344 0
mac80211 638446 3 rt2x00lib,rt2x00pci,rt2800lib
serio_raw 13434 0
k10temp 13144 0
cfg80211 493592 2 mac80211,rt2x00lib
crc_ccitt 12613 1 rt2800lib
rtsx_pci 45496 2 rtsx_pci_ms,rtsx_pci_sdmmc
rfkill 21979 5 cfg80211,hp_wmi,bluetooth
i2c_piix4 22166 0
mfd_core 13182 1 rtsx_pci
wmi 18820 1 hp_wmi
snd_timer 28778 2 snd_pcm,snd_seq
snd 75905 22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec_generic,s nd_hda_codec,snd_hda_intel,snd_seq_device
hp_wireless 12637 0
video 19825 0
shpchp 37047 0
soundcore 14491 2 snd,snd_hda_codec
acpi_cpufreq 19433 0
radeon 1496040 4
r8169 71862 0
mii 13527 1 r8169
i2c_algo_bit 13257 1 radeon
drm_kms_helper 89555 1 radeon
ttm 80807 1 radeon
drm 296901 7 ttm,drm_kms_helper,radeon

==> /tmp/04-ifconfig.schneidz <==
enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 78:e3:b5:81:1e:22 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 9074 bytes 747316 (729.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9074 bytes 747316 (729.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlo1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 68:94:23:0d:33:f6 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


==> /tmp/05-ifconfig-a.schneidz <==
enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 78:e3:b5:81:1e:22 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 9074 bytes 747316 (729.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9074 bytes 747316 (729.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlo1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 68:94:23:0d:33:f6 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


==> /tmp/06-iwconfig.schneidz <==
enp3s0 no wireless extensions.

lo no wireless extensions.

wlo1 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off


==> /tmp/07-iwlist.schneidz <==
wlo1 Interface doesn't support scanning : Device or resource busy


==> /tmp/09-route.schneidz <==
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
[root@localhost Emilie]#


no wireless extensions? this means something to you?

thanks!!

Emilie Ruvidal 01-01-2015 02:57 PM

If I write ifconfig I get 0 in all data, packets, bytes, etc. In enp3s0, lo and wlo1.

schneidz 01-01-2015 04:19 PM

this seems to be the problem:
Code:

wlo1 Interface doesn't support scanning : Device or resource busy
not sure what the resolution is.

schneidz 01-02-2015 10:29 AM

what does
Code:

sudo rfkill list
show ?

Emilie Ruvidal 01-04-2015 12:30 AM

command not found. I changed sudo per yum: no such command rfkill. Please use /usr/bin/yum -- help

:(

Emilie Ruvidal 01-04-2015 12:37 AM

it had happened to other people, I found this page https://bbs.archlinux.org/viewtopic.php?id=87796
but the solution provided by the person at the bottom of the page doesnt work with me, it says no such command..
do you know any similar code to this one sudo ifconfig eth1 ???

vincix 01-04-2015 04:12 AM

Quote:

Originally Posted by Emilie Ruvidal (Post 5295092)
it had happened to other people, I found this page https://bbs.archlinux.org/viewtopic.php?id=87796
but the solution provided by the person at the bottom of the page doesnt work with me, it says no such command..
do you know any similar code to this one sudo ifconfig eth1 ???

Another command similar to ifconfig would be ip:
# ip addr show dev wlan0 (or whatever the network card is)

But you're probably looking for a command similar to the one in the thread (to turn on the netw card) so it's:
# ip link set wlan0 up

Emilie Ruvidal 01-05-2015 06:18 PM

Thanks doesnt happen anything this is frustrating I Will have to restore the system again i hate this. I connected a wire directly to the modem and still no internet!!!!!i hate fedora. Thanks for ur help


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