Linux Lite Forums
No network after installing kernel - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=24)
+--- Thread: No network after installing kernel (/showthread.php?tid=5013)

Pages: 1 2 3 4


No network after installing kernel - CSNLinux - 02-20-2018

Well,

I bit off more than I could chew on. But that's quite normal for one who want's to go to fast when he just learned how to walk.

Okay, what's the problem...

Like my older posts, I'm still triyng to figure out how to get my wifi up and running on my laptop on LL3.8

I did some searching here and there. Tried some possible solutions untill yesterday when I stumbled upon one that told me about Kernel 4.12.
So, as noob as I am. downloaded and installed it. restarted my laptop and BAM!
No connection or what so ever.

So, now I'm on my Windows desktop writing this post. This one is next to go cold-turkey and meet LL. But first solve some problems.

If there's anyone amongst you who would/can make some time to give me a step-by-step instruction for this matter, he/she would make me a very happy man.


Re: No network after installing kernel - bitsnpcs - 02-20-2018

Hello CSNLinux,

"no connection or what so ever" - You have no ethernet connection also ?

Which is the wireless info for the computer ?
https://askubuntu.com/questions/333424/how-can-i-check-the-information-of-currently-installed-wifi-drivers


Re: No network after installing kernel - Valtam - 02-21-2018

Start of with the basics. What is the output of each of these commands:

Code:
inxi -n

Code:
sudo lshw -C network

Code:
rfkill list



Re: No network after installing kernel - CSNLinux - 02-21-2018

(02-21-2018, 01:04 AM)Jerry link Wrote: Start of with the basics. What is the output of each of these commands:

Code:
inxi -n
[Image: Hd3qtbh.png]
(02-21-2018, 01:04 AM)Jerry link Wrote:
Code:
sudo lshw -C network
[Image: SwjYvdZ.png]
(02-21-2018, 01:04 AM)Jerry link Wrote:
Code:
rfkill list
[Image: Ma4qCOf.png]

It's a bit more work now, making screenshot, put on usb, stick usb into desktop, upload the images, linking image to post.

Well, it's for the good and keeps me working




Re: No network after installing kernel - ptyerman - 02-21-2018

Can't help with the problem I'm afraid but this is happening to other distros based on Ubuntu too. There is a thread about it on the Bodhi Linux forum, wouldn't surprise me if there was on other forums too.
As well as help from the good folk here take a look on the Ubuntu and Bodhi forums to see if anyone has come up with a solution. It's all relevant as they all use the same kernel as Linux Lite.


Re: No network after installing kernel - CSNLinux - 02-21-2018

(02-21-2018, 05:45 PM)ptyerman link Wrote: Can't help with the problem I'm afraid but this is happening to other distros based on Ubuntu too. There is a thread about it on the Bodhi Linux forum, wouldn't surprise me if there was on other forums too.
As well as help from the good folk here take a look on the Ubuntu and Bodhi forums to see if anyone has come up with a solution. It's all relevant as they all use the same kernel as Linux Lite.

Thanx for trying to help and being honest!


Re: No network after installing kernel - ptyerman - 02-21-2018

Had a quick look around and on the Bodhi forum the guy still had Ethernet but no wireless so got around it by installing the older kernel again.
I also found this on a Google search: https://www.digitalocean.com/community/questions/problem-with-updating-kernel-eth0-now-missing
Going by that, it seems it's not just an Ubuntu problem but something new in the latest kernels that is naming things wrong in some config files. May be worth your time to have a read and see if you are in a similar situation.


Re: No network after installing kernel - trinidad - 02-21-2018

You might want to try this.

https://askubuntu.com/questions/902992/ubuntu-gnome-17-04-wi-fi-not-working-mac-address-keeps-changing/905019#905019

TC


Re: No network after installing kernel - CSNLinux - 02-21-2018

(02-21-2018, 06:18 PM)ptyerman link Wrote: Had a quick look around and on the Bodhi forum the guy still had Ethernet but no wireless so got around it by installing the older kernel again.
I also found this on a Google search: https://www.digitalocean.com/community/questions/problem-with-updating-kernel-eth0-now-missing
Going by that, it seems it's not just an Ubuntu problem but something new in the latest kernels that is naming things wrong in some config files. May be worth your time to have a read and see if you are in a similar situation.

I read it and tried some options, but most of them resulted in nothing or a failure message. The article also tells something about
Code:
'dmesg'
This gave me a text result as large as the Holy Book itself and tells me, i guess, something about the hardware installed and the used drivers etc. for those. But, surprisingly, I couldn't find me ethernet and wifi card here.
But when I travel to System>System Information> PCI Devices both my Ethernet and Network controller are shown.

I'm really trying to get my head around all of this, but I need some help


Re: No network after installing kernel - CSNLinux - 02-21-2018

(02-21-2018, 07:22 PM)trinidad link Wrote: You might want to try this.

https://askubuntu.com/questions/902992/ubuntu-gnome-17-04-wi-fi-not-working-mac-address-keeps-changing/905019#905019

TC

Thanx for the help but this didn't work for me after the restart request I got
Code:
Job for NetworkManager.service failed because the control process exited with error code.
  See "systemctl status NetworkManager.service" and "journalctl -xe" for details.
To be honest, I don't even know how to see these or even what to do with them if I could.