From: Michele Andreoli (quisque@tin.it)
Date: Mon Oct 04 1999 - 23:43:48 CEST
On Mon, Oct 04, 1999 at 03:51:48PM -0300, Renato wrote:
> Mio caro Michele,
>
> I'm very confused with the module rtl.gz you sent me.
> I tried to run unpack in directory /startup/modules then gunzip rtl.gz in the same directory and finally run repack.
> I didn't find any diference in the remaining files and the dificult in setting up my Realtek card is the same.
> I also tried to follow the procedures in "How can I personalize muLinux?" but I didn't find mu.
> Please, help me!
>
> Renato
>
Renato, try manually. Insert the module:
insmod rtl ...
or
cd /tmp/modules/preferred
insmod rtl...
ifconfig eth0 down
ifconfig eth0 ${IPADDR} netmask ${NETMASK} up
route add -net ${NETWORK} netmask ${NETMASK} eth0
using:
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
Test with:
# dmesg | less
# ifconfig
# ping 192.168.1.1
ciao,
Michele
-- "I'd like to conclude with a positive statement, but I can't remember any. Would two negative ones do?" -- Woody Allen --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk For additional commands, e-mail: mulinux-help@sunsite.auc.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:12 CET