Hello!
I'm new to FreeBSD.
I have just installed 10.1 on my laptop and can't make NIC to work properly. I got "watchdog timeout" everytime when try to do something through internet, for example to install pkg. I have spent near 72 hours trying to find answer.
I have
FreeBSD 10.1-RELEASE r274401 (amd64)
NIC: Marvell Yukon 88E8072 Gigabit Ethernet
Laptop: Hp Proobook 4510s, Intel T5870, 4gb RAM
I tried:
Thank you
I'm new to FreeBSD.
I have just installed 10.1 on my laptop and can't make NIC to work properly. I got "watchdog timeout" everytime when try to do something through internet, for example to install pkg. I have spent near 72 hours trying to find answer.
I have
FreeBSD 10.1-RELEASE r274401 (amd64)
NIC: Marvell Yukon 88E8072 Gigabit Ethernet
Laptop: Hp Proobook 4510s, Intel T5870, 4gb RAM
ifconfig output:
Code:
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXSUM,TXSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TS04,VLAN_HWTSO,LINKSTATE>
ether "something here"
inet 192.168.0.102 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex,flowcontrol,rxpause,txpause>)
status: active
I tried:
- Setting media to 10baseT/UTP half-duplex
- Setting
sysctl hw.pci.enable_msi=0,sysctl hw.pci.enable_msix=0and turn off TSO
Thank you