1

I know this might be a bit of a duplicate but I cant figure it out, I'm running Lubuntu and im completely new to stuff like this, I can connect but I can't use it, and when I try to use the commands people suggest they arent found, when I try to download them it fails. What am I doing wrong?

  • 2
    Probably you should be more specific and tell exactly which commands you issued that did not work. Only then we can help you. – PerlDuck Apr 07 '19 at 16:09
  • if you can connect (ie. your wireles icon connects) your problem is with your router. – Rinzwind Apr 07 '19 at 16:09
  • oh and make sure your ISP does not have a problem. Dutch Ziggo had a massive outage today. – Rinzwind Apr 07 '19 at 16:14
  • @Rinzwind my isp shouldnt be having issues since everything else can connect just fine – Joker_n_HarleyQ Apr 07 '19 at 16:20
  • @PerlDuck things like Ifconfig and sudo commands, i tried "sudo rm /etc/resolv.conf sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf" and that didnt work, most of the imputs i try dont seem to fix it – Joker_n_HarleyQ Apr 07 '19 at 16:22
  • 2
    @Joker_n_HarleyQ That's still too unspecific. Please edit your question, and add (properly formatted as code) what commands you used, and what the exact output was (copy&paste). Else all help you will get is guessing. BTW, this would be a good moment to take the [tour] and read [ask] to learn how you can improve your question. – Murphy Apr 07 '19 at 16:26
  • What are the results of basic troubleshooting, for example ping your.router.ip.address , ping 8.8.8.8 etc? Have you checked to make sure the interface is up? ethtool eth0 for example, if your interface is named eth0, should show "Link detected: yes" on the last line for the interface details. If you can ping by IP, but not resolve anything, that is a DNS issue and you will need to make sure your interface has proper DNS settings assigned. Also check whether your interface settings are correct (link speed, etc). Perhaps the interface is set to manual, so you aren't receiving DNS via DHCP? – Chris Woods Apr 07 '19 at 16:49
  • @ChrisWoods when i try to ping it gives me Network is unreachable, where would i go to check the interfece settings? – Joker_n_HarleyQ Apr 07 '19 at 16:54
  • @Joker_n_HarleyQ go to Preferences menu and open Network Connections. You should also see it in the tray, left-click to open. The terminal method can be useful to learn: open a terminal window, then type ifconfig. On the left hand side, look for the interface which seems appropriate (on one of my Ubuntu VMs, it's eno1, on others it can be eth0, ens192 etc). Type sudo ifconfig <interface> up, where is the name you just found. Then try pinging 8.8.8.8 or 1.1.1.1 again. If you have a connection, type sudo dhclient and after a few seconds try ping google.com. – Chris Woods Apr 07 '19 at 19:34
  • @Joker_n_HarleyQ these are also quite useful references: https://help.ubuntu.com/community/Lubuntu/Networking & https://wiki.gnome.org/DarrenAlbers/NetworkManagerFAQ :-) Lubuntu uses the Ubuntu network management design, so the documentation is common between Ub and Lub. I've been assuming you're using wired ethernet, but are you using a Wi-Fi adapter? If so you'll need to additionally join it to the wireless network, Network Manager can accomplish that more easily than on the commandline if you're a Ubuntu newbie. :-) – Chris Woods Apr 07 '19 at 19:36
  • Have a look here first, then [edit] your question. Please avoid asking the same question twice. – Fabby Apr 12 '19 at 07:55

0 Answers0