Must reload NIC driver, reconfig after rebooting

Using applications, configuring, problems
Post Reply
Message
Author
isilia
Posts: 2
Joined: Thu 17 May 2007, 09:35

Must reload NIC driver, reconfig after rebooting

#1 Post by isilia »

Hello ^-^ I installed Puppy Linux on an old pc (it's insane how fast it is :shock: )
Anyways.. When the computer reboots I have to do the following before I can use internet/network:
in the terminal:
modprobe --remove de2104x
modprobe de2104x

After that, I have to go to the network setup and click Auto DHCP
I'd like to know what the terminal command is for Auto DHCP and how I can add terminal commands to run while booting (like rc.local on Fedora, but I couldn't find that on Puppy)

Thank yous ^^'

isilia
Posts: 2
Joined: Thu 17 May 2007, 09:35

#2 Post by isilia »

I fixed the problem, I added the following to /etc/rc.d/rc.local
modprobe --remove de2104x
modprobe de2104x
dhcpcd

Post Reply