![](https://secure.gravatar.com/avatar/d59bcd4020be90c2c2982cd5927a6679.jpg?s=120&d=mm&r=g)
Helge Fredriksen wrote:
Ok, fixed that problem. But still having problem with the network interface.
Upon launching ./net start in /etc/rc.d I get these errors on standard out:
SIOCSIFADDR: No such device eth0: unknown interface: No such device SIOCSIFNETMASK: No such device SIOCADDR: Network is unreachable
Helge F. This message normally means that eth0 doesn't exist. When asking a question it would really help if you posted the relevant config/scrips/output e.g what does your rc.d/net look like? What is the output of ifconfig? If you compiled the natsemi module as a module did it load? What's the output of lsmod?
You can tell if the kernel you're running has the natsemi code available by looking at the subdirectories of /sys/module. HTH, Joe