WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tinycore 8 and lan  (Read 4698 times)

Offline Max.irkut

  • Newbie
  • *
  • Posts: 13
Re: Tinycore 8 and lan
« Reply #15 on: February 27, 2022, 03:08:41 AM »
I have programm product, which is based on TC-8. Can I update the kernel?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14794
Re: Tinycore 8 and lan
« Reply #16 on: February 27, 2022, 03:31:58 AM »
Yes, but you would need to know what you are doing.

Offline Max.irkut

  • Newbie
  • *
  • Posts: 13
Re: Tinycore 8 and lan
« Reply #17 on: February 27, 2022, 03:54:21 AM »
Do you have instruction how do it?

Offline Max.irkut

  • Newbie
  • *
  • Posts: 13
Re: Tinycore 8 and lan
« Reply #18 on: February 27, 2022, 05:26:40 AM »
If kernel doesn't know what to do with it. Why driver don't install? If I will install driver, Kerner will know, what will to do with it. Or am I wrong?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11581
Re: Tinycore 8 and lan
« Reply #19 on: February 27, 2022, 08:35:39 AM »
Hi Max.irkut
According to your  lspci  attachment, your device is 8086:15fa. That device uses the  e1000e  driver. According
to this, support for your device was not added to the driver until kernel version 5.5:
Code: [Select]
lkddb pci 8086 15fa .... .... ...... : CONFIG_E1000E CONFIG_ETHERNET CONFIG_NET_VENDOR_INTEL : drivers/net/ethernet/intel/e1000e/netdev.c # in 5.5-5.16, 5.17-rc+HEADfound here:
https://cateee.net/lkddb/web-lkddb/E1000E.html

Offline Max.irkut

  • Newbie
  • *
  • Posts: 13
Re: Tinycore 8 and lan
« Reply #20 on: February 28, 2022, 09:20:03 AM »
If I want to use this LAN I'll must to update kernel TC. Will I not be able to use this LAN on this kernel?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11581
Re: Tinycore 8 and lan
« Reply #21 on: February 28, 2022, 09:27:06 AM »
Hi Max.irkut
I think it's unlikely you'll be able to use the Intel adapter with your current kernel.

Offline Max.irkut

  • Newbie
  • *
  • Posts: 13
Re: Tinycore 8 and lan
« Reply #22 on: February 28, 2022, 09:45:59 AM »
This is very bad news.
Thanky very much for the consultation.