Page 1 of 1

How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 20, 2022 12:37 am
by Lassar

Just used Ubuntu 21.10 and after using the terminal found it used Intel
Corp (11) I219-LM.

Maybe it's referred to as e1000e.

So how do I get hold of the linux driver for Bionicpup64?

I know the impishpup64 does not like this pc, but
could I used impishpup64 e1000e driver in bionicpup64?


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Sun Feb 20, 2022 3:47 am
by Flash

Is this a wireless Ethernet adapter or a wired Ethernet adapter?


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Sun Feb 20, 2022 9:57 am
by bigpup

What does it show in Pup-sysinfo->Devices->Network?

Paste what it show for info.

My install of Bionicpup64 8.0
I have a Intel Corporation Ethernet Connection (7) I219-V that connects with no problems.
It is using Kernel Driver: e1000e

So, the e1000e driver is already in Bionicpup64.

Are you using the latest release version of Bionicpup64 8.0?
I seem to remember having issues in the earlier release, that was fixed by downloading and using the latest Bionicpup64 8.0 ISO download.


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Sun Feb 20, 2022 4:58 pm
by Lassar

It's wired ethernet.


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Sun Feb 20, 2022 7:32 pm
by Lassar

Had booted up ubuntu 21 live cd.

Went to terminal and typed in commands
to see what the ethernet connection is.

What it gave me was intel corp Internet connection,
(11) I219-LM.

Also went to a site that said the Leveno thinkstation p340,
used intel corp Internet ethernet , (11) I219-LM

Frankly I think bionicpup64, should be able to stand on
it's own.

As a last resort, could install windows Ethernet driver,
which would then give me access to the ethernet INF

So how do I get bionicpup64 to stand on it's own?


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Mon Feb 21, 2022 8:17 am
by bigpup

Have you read my post?

I need the info I asked for, provided by Pup-Sysinfo program in Bionicpup64 8.0

Answer the question.

Are you using the latest version of Bionicpup64 8.0?
The one offered here:
http://distro.ibiblio.org/puppylinux/pu ... onicpup64/


Re: How to use Intel (11) I219-LM Ethernet in BionicPup64?

Posted: Mon Feb 21, 2022 3:40 pm
by Lassar

Been doing some more research on this.

Looks like even ubuntu zenial could get internet.

ubuntu zenial

This pages mentions "

" Edit the /etc/NetworkManager/NetworkManager.conf and change the line managed=false to managed=true

Restart network manager with sudo service network-manager restart."

Does bonicpup64 use "/etc/NetworkManager/NetworkManager.conf"?


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Mon Feb 21, 2022 7:55 pm
by Flash

Why won't you answer bigpup's questions? He's trying to help you.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Mon Feb 21, 2022 9:12 pm
by Phoenix

Please do answer the questions, and no bionicpup64 does not use the same utilities as Canonical's Ubuntu to set up networks.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Mon Feb 21, 2022 10:15 pm
by Lassar

Am using the latest version of bionicpup64.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Tue Feb 22, 2022 12:56 am
by bigpup

In Bionicpup64 8.0

What does it show in Pup-sysinfo->Devices->Network?

Paste what it show for info.

This will tell us if it even sees the hardware and exactly what it is or is not doing.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Tue Feb 22, 2022 11:01 pm
by Lassar

Ethernet controller [0200]: Intel Corporation Device [8086:0d4c]


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Tue Feb 22, 2022 11:34 pm
by ozsouth

@Lassar - link below suggests you need kernel 5.5 or greater.
https://linux-hardware.org/?id=pci:8086-0d4c-1028-09c3

Bionic & Fossa's kernels are prior to that. Maybe give this one a try:
https://archive.org/download/Puppy_Linu ... oz.tar.bz2
Expand it in an empty folder, running tar -jxvf huge-5.7.12-ubun64oz.tar.bz2 in a terminal in that empty folder.
Then rename kernel-modules.sfs-5.7.12-64oz to zdrv_bionicpup64_8.0.sfs
Then rename vmlinuz-5.7.12-64oz to vmlinuz. Then replace originals.

Will need an fdrv - try this: https://archive.org/download/Puppy_Linu ... an2021.sfs
rename it to fdrv_bionicpup64_8.0.sfs & place alongside replaced zdrv & vmlinuz above.

Then reboot.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Wed Feb 23, 2022 7:19 pm
by Lassar

Used my lick installed bionicpup64, and replaced the files with
the files with the files you said needed replacing.

Still no internet.

I am thinking, might need grub4dos to fully boot a cd, then see what happens, with
the internet.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Fri Feb 25, 2022 6:50 pm
by Lassar

Am really confused now, about this lack of internet.

Use AIO to run thumbnail drive using Lubuntu-18.04.5-desktop-amd64 iso.

And guess what?

Lubuntu ran without problems, including the internet.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Fri Feb 25, 2022 7:59 pm
by bigpup

Puppy Linux is not Ubuntu.
but that tells us the hardware does work.

Usually it is about missing the driver and or the firmware needed to run the hardware. Sometimes the kernel not configured to run the hardware.

This should have provided the needed stuff.
That is if it was done correctly.

As Bionicpup64 boots.
Do you see statements about each of these specific kernel and SFS's loading?
Kernel 5.7.12
zdrv
fdrv

ozsouth wrote: Tue Feb 22, 2022 11:34 pm

@Lassar - link below suggests you need kernel 5.5 or greater.
https://linux-hardware.org/?id=pci:8086-0d4c-1028-09c3

Bionic & Fossa's kernels are prior to that. Maybe give this one a try:
https://archive.org/download/Puppy_Linu ... oz.tar.bz2
Expand it in an empty folder, running tar -jxvf huge-5.7.12-ubun64oz.tar.bz2 in a terminal in that empty folder.
Then rename kernel-modules.sfs-5.7.12-64oz to zdrv_bionicpup64_8.0.sfs
Then rename vmlinuz-5.7.12-64oz to vmlinuz. Then replace originals.

Will need an fdrv - try this: https://archive.org/download/Puppy_Linu ... an2021.sfs
rename it to fdrv_bionicpup64_8.0.sfs & place alongside replaced zdrv & vmlinuz above.

Then reboot.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Fri Feb 25, 2022 11:58 pm
by ozsouth

@Lassar - once you have confirmed kernel 5.7.12 is running,
what is the output of this (run in a terminal): dmesg | grep irmware
(I see from your attempt in another thread you misspelt dmesg)


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 27, 2022 12:02 am
by Lassar

Did dmesg|grep firmware and the terminal does not show anything.


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 27, 2022 12:09 am
by Lassar

I think it's a design flaw in bionicpup64.

Ethernet device not managed

Calling nmcli, I noticed that my ethernet device isn't classified as one of the types (wifi, wwan) that are excluded from the unmanaged-devices clause, in contrast to the WiFi device, but as ethernet:


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 27, 2022 1:46 am
by bigpuppyfan

You should try downloading the driver from intel
https://www.intel.com/content/www/us/en ... duct=32210

and follow the instructions provided for manually building the driver
https://downloadmirror.intel.com/15817/eng/readme.txt

Note that for this you will need to install the bionicpup64 kernel sources for whatever kernel version you have installed, and the bionicpup64 devx


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 27, 2022 12:25 pm
by ozsouth

@Lassar - I've made a driver for the original Bionicpup64-8.0 kernel (4.19.23).
e1000e Ver 3.8.4 source has been in the forum driver archive since Jan 2021.
(Note: I couldn't get it to compile with kernels later than 5.4.x).

See: viewtopic.php?p=51112#p51112


Re: How to use Intel (11) I219-LM wired Ethernet in BionicPup64?

Posted: Sun Feb 27, 2022 11:29 pm
by Lassar

The e1000e-3.8.4-k41923.pet works like a charm!

I got the internet now!

‘Thank you’ doesn’t begin to describe the gratitude I have for your help in
getting this puppy linux to get the internet!