I just upgraded my stable 8.2-RC2 to 8.2-RC3 with my usual kernelconfig (mainly generic, just minor things different). Strangely enough the box comes up without access to internet and I can't seem to figure out where it goes wrong, hence the request for suggestions.
The system uses DHCP, which is enabled in /etc/rc.conf (ifconfig_re0="DHCP", which has always worked)
Running
Which according to the manual indicates that no cable is present, yet I clearly see the lights flashing on the router for this cable indicating some form of communication is going on. My only remaining thought was the the network card died, however checking with a linux-rescue CD proofs that the hardware is OK (network comes up under linux).
Anyone any suggestions on how to fix this, as I'm stuck at this point?
The system uses DHCP, which is enabled in /etc/rc.conf (ifconfig_re0="DHCP", which has always worked)
Running
/etc/rc.d/netif restart
gives me the information below for the relevant network card:
Code:
re0: flags=8843<UP, BROADCAST, RUNNING, SIMPLEX,MULTICAST> metric 0 mtu 1500
options=398b<RXCSUM,TXCSU,VLAN_MTU,VLAN_HWTAGGING,VLAN,HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 00:19:......
media: Ethernet autoselect (none)
status: no carrier
Which according to the manual indicates that no cable is present, yet I clearly see the lights flashing on the router for this cable indicating some form of communication is going on. My only remaining thought was the the network card died, however checking with a linux-rescue CD proofs that the hardware is OK (network comes up under linux).
Anyone any suggestions on how to fix this, as I'm stuck at this point?