[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] Ethernet problem with RTLinux Patch + RedHat Linux installation



On Fri, 21 Apr 2000, Muhammad Ali Imran wrote:

> I have installed Real time prepatched kernel on my system successfully
> (examples are running)
> 
> The problem is my Ethernet is not running under RTLinux.........

What I have found out on my RH6.1 is that autoloading of modules is not
working any more with RTLinux. This is ifconfig eth0 does not load the
driver.  modprobe eth0 does. Must be something related to kerneld
configuration.

And of couse you will need to compile network driver modules ("make modules",
then "make modules_install"). Then do "depmod -a" then "modprobe eth0" then
"/etc/rc.d/init.d/network start"

--
Tomek