You are not logged in.

#1 2017-07-26 22:03

mlundgr
Member
Registered: 2017-07-26
Posts: 25

installed 1.8.7 and can't find the internet

Hi,

I'm very new to this software and new to installing operating systems.  I did a full install on a blank drive.  All seemed to go well.  After install I can't get to the internet.  I have a wired connection and it shows it's disconnected.  Can't find the router either.  Do I need to open a terminal and add something?  Manually configure something?

Marc

Offline

#2 2017-07-26 22:36

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: installed 1.8.7 and can't find the internet

Usually a wired connection is made automatically, I would check your cable is connected properly first and if that does not get a connection you could post the output of sudo ifconfig which should list your available devices.

Offline

#3 2017-07-27 00:11

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I have other OS on the same computer and the internet is fine.  How do I fine sudo ifconfig?

Offline

#4 2017-07-27 00:51

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

When i go to the icon left of the speaker icon on the bottom right I clicked on edit connections and I see my router connection and under type it says wired ethernet, but can't seem to get anywhere.

Offline

#5 2017-07-27 01:05

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

sorry, having problems trying to post a picture.

Offline

#6 2017-07-27 04:16

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: installed 1.8.7 and can't find the internet

To list your devices open Konsole (Start->Programs->Konsole) and in the terminal that opens type the command sudo ifconfig then select the output from that command (using mouse) and right click on selected text and select copy then in the post you make for the results either use keyboard Ctrl+v or right click mouse and select paste to put the copied text into the post. It would also make it easier to read if you put the text into a code block (see BBCode link below the reply box if you are unsure about this)

Also to add a file to your post simply click on the Browse button from below the "Post a reply" box and then select your file, but note this will not be seen in the "quick reply" box.

Offline

#7 2017-07-27 17:59

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

OS does not see Internet.  Hard wired to router.  This is what I came up with when I ran the sudo ifconfig.

adminq@q4os-desktop:~$ sudo ifconfig
[sudo] password for adminq:
eth0      Link encap:Ethernet  HWaddr 00:25:11:32:95:de
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:144 errors:0 dropped:0 overruns:0 frame:0
          TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10944 (10.6 KiB)  TX bytes:10944 (10.6 KiB)

adminq@q4os-desktop:~$

Offline

#8 2017-07-27 22:25

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

It may be seeing the wired ethernet but no driver has been installed for it to work properly.  Ive had this happen on occasion and it would require finding out what hardware youre using and what chipset is being used for the wired ethernet. Broadcom in my case is the typical offender.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#9 2017-07-27 23:32

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I'm pretty new to this here, not sure how to find what your talking about, but when I load my windows OS, look under device manager and look at the network adapters it lists Realtek RTL8168B/8111b Family PCI-E Gigabit Ethernet NIC (NDIS 6.0).  The computer is an older Acer Veriton M265 Intel Pentium (R) Dual-Core E5200 2.5 GHz 32-bit.  Under system devices there is a Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1 and G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0.  Does any of this help?

Offline

#10 2017-07-27 23:51

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: installed 1.8.7 and can't find the internet

Looking at your output I would guess you installed via the no questions asked method, I do not use this way so not sure if it would not install everything required, but usually wired connections just work...
I do notice that your eth0 port is not running, maybe it is blocked. You could try running the command

sudo rfkill list

this should identify any "blocked" devices, you could post the output here for clarification.

Offline

#11 2017-07-27 23:54

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I did run the No Questions Asked method

Offline

#12 2017-07-27 23:55

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

With Q4OS  and other distros Ive had some issues with wired ethernet as drivers werent installed, Broadcom is the biggest offender with some of my Dell laptops.
Interestingly in some cases the wifi did work so ended up going that route.

If rfkill doesnt work it may be the cause.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#13 2017-07-27 23:57

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I have 3 hard drives and a power switcher for them.  I'm running Zorin and Vista on the two other drives and the Internet works fine.  It does seem to me that I'm missing the driver.

Offline

#14 2017-07-28 00:17

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I have internet now.  I reset the router and now it all works.  I can't believe I didn't try this first.  Thank you all for your help.

Offline

#15 2017-07-28 00:30

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

Sometimes the simplest action is the best, glad its working.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#16 2017-07-28 10:59

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: installed 1.8.7 and can't find the internet

mlundgr wrote:

I have internet now.  I reset the router and now it all works.  I can't believe I didn't try this first.  Thank you all for your help.

I can't believe I didn't suggest this first smile and you are welcome, and like CC I'm glad you got it working. smile

Offline

#17 2017-07-28 22:23

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

Dont feel bad Dai, I just assumed he tried to reset the router as its such a common thing these days.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#18 2017-07-31 20:00

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

Ok, I spoke too soon.  No internet/can't find server after restarting Q4OS, I had to power down/reset my dsl router again to make it work again.  It's a miner inconvenience, but would like to fix if possible.

Offline

#19 2017-07-31 22:14

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

Is this happening exclusively to Q4OS or has it happened before?  When I had dsl my router had some intermittent issues at times and wouldnt connect.
Not sure if the problem was local or a much larger network issue.


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#20 2017-07-31 22:35

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

I've had no issues with my other desktops, laptops or phones.  I think this is what was going on in the beginning.  I didn't say this earlier but my dsl and router are all in one, Centurylink CT1100T.  Over the years I have grown less fond of the dsl.

Offline

#21 2017-07-31 22:43

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

Zorin and Vista dont have any issues you said above, so whats missing? Most of my issues with dsl werent related to Q4OS and I also use Zorin and Vista/Win7 and havent had any issues with any of them including Q4OS(Orion,Scorpion).

I noticed over in Debian support that some users commented that DHCP_Client wasnt available and the network connection wasnt enabled at boot.

They did a reset as well and it tended to work so why isnt DHCP auto starting the network?

Last edited by crosscourt (2017-07-31 23:06)


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#22 2017-08-02 12:55

mlundgr
Member
Registered: 2017-07-26
Posts: 25

Re: installed 1.8.7 and can't find the internet

Tried reinstalling the software and it still won't connect until I power down and power up my dsl modem and then it works fine till I restart my computer.

Offline

#23 2017-08-02 17:57

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

DHCP isnt working it appears.....


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#24 2017-08-03 07:46

bin
Member
From: U.K.
Registered: 2016-01-28
Posts: 1,296

Re: installed 1.8.7 and can't find the internet

Switch off PC and restart your router - which we now know works OK.

Open terminal
Enter 'ip route'
Enter 'sudo ifconfig'

From these commands ip route will tell us your router address and ifconfig will give your current ip address info.
Right click on the Network icon>Edit Connections>Wired>Edit Connection>Check Use manual IP

Enter the ipaddress and netmask values (shows as Mask in ifconfig)
Enter the gateway from ip route (default via)
The DNS can be either 8.8.8.8 (Google's DNS Servers) or just use the gateway/router address which is the normal local DNS server

Next and make sure Autoconnect is checked. Click Connect and Save

Reboot PC - any joy?

Offline

#25 2017-08-03 22:19

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: installed 1.8.7 and can't find the internet

The crazy part about this is, Zorin has no issues whatsoever so why does Q4OS require additional steps to work with his router?


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

Board footer

Powered by FluxBB