LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 08-11-2017, 04:46 AM   #1
stardustdk
Member
 
Registered: Mar 2006
Distribution: Linuxmint 21.1 Cinnamon
Posts: 188

Rep: Reputation: 15
Problems with Internet after updates of kernel


Hey all.

I have two Laptops running Linux Mint 18.2 Cinnamon, one is Lenovo T61 and it is working 100 % as I want (using it now).

The other Laptop is a ASUS X556UB to be specific. Now it is the second time, I got problems getting online after downloading a new kernel. Both times I could connect to my router, but nothing else .

The kernel that actually works on T61 and not work on the X556UB is 4.10.0-32-generic.

The mousepad does not work with any 4.4 or 4.8 kernels on the ASUS. With thise kernels a external mouse is a must.

Is there something else, that I shall be aware of?

Thanks for any advice.

John
 
Old 08-11-2017, 05:40 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
This reads like a networking issue rather than a kernel one. You mention that you can reach the router, but not the internet. Can you demonstrate this by way of pinging particular addresses? With a situation like this it would be useful to examine the output from the following

Code:
ip address
Code:
ip route
Code:
grep "name" /etc/resov.conf
Others can advise further based on that information.


You should probably start a separate thread for the mousepad support.
 
Old 08-11-2017, 06:06 AM   #3
stardustdk
Member
 
Registered: Mar 2006
Distribution: Linuxmint 21.1 Cinnamon
Posts: 188

Original Poster
Rep: Reputation: 15
Thanks for quick reply.

IP Address:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether d0:17:c2:0e:5a:df brd ff:ff:ff:ff:ff:ff
inet 192.168.0.139/24 brd 192.168.0.255 scope global dynamic enp2s0
valid_lft 85889sec preferred_lft 85889sec
inet6 fe80::1196:803b:2c02:ac53/64 scope link
valid_lft forever preferred_lft forever

ip route:

default via 192.168.0.1 dev enp2s0 proto static metric 100
169.254.0.0/16 dev enp2s0 scope link metric 1000
192.168.0.0/24 dev enp2s0 proto kernel scope link src 192.168.0.139 metric 100

grep "name" /etc/resolv.conf

Nothing - empty file

That was i got

John
 
Old 08-11-2017, 08:09 AM   #4
stardustdk
Member
 
Registered: Mar 2006
Distribution: Linuxmint 21.1 Cinnamon
Posts: 188

Original Poster
Rep: Reputation: 15
I did a old fashion copy-paste:
The content from the resolv.conf file from the T61 to the ASUS laptop.
I worked

Thanḱs for help.

John
 
Old 08-11-2017, 03:40 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Good definitive information (commands and output) makes a world of difference to diagnosing a problem. So now you (and we) can see it was a DNS issue. You did have internet connectivity (thorough your router), but not able to resolve domain names. Editing /etc/resolv.conf manually with an appropriate nameserver will get you up and running, but it is usually handled via the network management utilities your distro is using. That is the underlying issue. So you've fixed the symptom but not necessarily the underlying cause.
 
Old 09-15-2021, 11:18 PM   #6
Cfossy2
LQ Newbie
 
Registered: Sep 2010
Distribution: Ubuntu 10.04
Posts: 3

Rep: Reputation: 0
Wink unable to connect to internet Linuxmint 20.1

I had a problem with my laptop, a HP 245 G7 Laptop PC, whereby I could access the router, but not the internet. After searching through many forums, I finally found this one and what I had to do to resolve the problem was to manually edit the resolv.conf file, (as administrator) and add 2 lines nameserver 8.8.8.8 and nameserver 8.8.4.4 This then automatically sorted out the issue, and lo and behold the internet reappeared.
 
Old 09-16-2021, 12:32 AM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
That's a workaround as opposed to understanding why your network management is providing DNS for name resolution.
 
  


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
[SOLVED] cannot connect to the internet after updates were installed slipstream5s Zenwalk 12 08-30-2012 10:25 AM
How to get updates to non-internet RHEL? sluge Linux - Software 2 04-19-2012 05:01 AM
Xubuntu 10.10 Kernel Updates modifying Kernel Settings PenStick metallica1973 Ubuntu 5 11-24-2010 08:58 AM
Problems with Yum/automatic updates after changing i686 kernel to PAE-version MheAd Linux - Software 2 12-23-2009 04:05 AM
Internet updates in shell war1025 Debian 5 12-03-2007 11:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 04:19 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