[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] can't install rtl modules
> i've never installed rtlinux before. i followed all the instructions ( i
> downloaded the rtl_2.4linux prepatch) and installed the kernel and booted
> into linux with the rtl kernel. the final step (installing the modules) is
> giving me problems. the directions say "cd /usr/src/rtlinux-2.0/rtl" and
> run "make" , "make install" to install the rtl modules. i changed to the
> directory /usr/src/rtlinux-3.0 and looked for the rtl directory. i don't
> have it. i looked every where for a make file to install the modules. no
> luck Whats up??
>
cd /usr/src/rtlinux-3.0
set the link to the kernel
ln -s /usr/src/linux-2.2.19-rtl linux (or where ever)
make config (or menuconfig if you prefer)
make dep
make
check if it works
./scripts/insrtl
./scripts/regression.sh
./scripts/rmrtl
then do
make install
that should do it.
hofrat