Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 817  / 2 Years ago, thu, november 10, 2022, 3:58:41

I got an old Dell Dimension 4600 for free and I want to get Linux on it. Ubuntu not required, but it's what I have running now.



lspci -v tells me:



Ethernet Controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 02)
Subsystem: Dell Device 0174
Flags: bus master, medium devsel, latency 64, IRQ 20
Memory at fbfff000 (32-bit, non-prefetchable) [size=4K]
I/O port sat df40 [size=64]
Capabilities: <access denied>
Kerneldriver in use: e100


This is without modifying anything. I'm surprised the driver that came with Ubuntu didn't work.



Intel provides a Linux driver here:



https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=2896&agr=Y



But when I try to make install I get an error, which is addressed in the README:



Driver Compilation
------------------

When trying to compile the driver by running make install, the following
error may occur:

"Linux kernel source not configured - missing version.h"

To solve this issue, create the version.h file by going to the Linux
source tree and entering:

make include/linux/version.h.


What do they mean go to the Linux source tree? I didn't get an /include/ directory in the tarball.


More From » drivers

 Answers
2

I discovered a problem that is not related to the driver. I didn't have a router in my network, only a modem. So my ISP was probably limiting my IP addresses (not giving my Dell one). I am going to look into getting a router.


[#24650] Friday, November 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sharall

Total Points: 407
Total Questions: 127
Total Answers: 121

Location: Saint Helena
Member since Fri, Mar 26, 2021
3 Years ago
;