Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
network and sound drivers on Dell Dimension 4600

network and sound drivers on Dell Dimension 4600

2003-08-28       - By Greg Goldstein

 Back
Reply:     1     2     3  

I have a new Dell Dimension 4600 P4 3GHz and I installed RH 8.0. I noticed
that neither the network card nor sound card were recognised on boot
sequence, and I searched around and discovered that there is new Intel
hardware (a motherbd with  integrated audio and NIC) that requires special
drivers (www.intel.com/design/motherbd/linux/)

I followed the install instructions for the network card driver exactly:

Move the base driver tar file (pro100_pro1000.tar.gz) to /usr/local/src/e1000.
Untar/unzip it, then

Untar/unzip archive:

tar xvf e1000-5.0.43.tar

Change to the driver src directory:
    cd e1000-x.x.x/src/
Compile the driver module:
    make install

[root@(protected) LINUX_Pro1000]# cd e1000-5.0.43/src/
[root@(protected) src]# make install
Makefile:81: *** Linux kernel source not found.  Stop.


Reading more documentation on the driver, I then found this:
"Selecting workstation installation and ensuring development tools for kernel
source are installed will ensure etc". Problem is, I selected personal
installation. Is this the only network driver that makes
this requirement?

To me (lacking expertise), this looks like re-installation, however I would
appreciate to know if there are alternatives in this case.

many thanks

Greg