9b39
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello there,
I'm using FreeBSD 7.2. Code:
uname -a FreeBSD pfSense.coslat.com 7.2-RELEASE-p5 FreeBSD 7.2-RELEASE-p5 #0: Tue Dec 29 15:11:00 UTC 2009 root@nw- ds.com:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense.7 i386 Code:
em1: watchdog timeout -- resetting I search google and other mail list and forums but i could not find any solution. I try this following steps ; 1- Enter system of FreeBSD 7.2, and add Code:
hint.apic.0.disabled="1" 2- Change driver : http://downloadcenter.intel.com/Deta...=3023&lang=eng I'm compile and install driver my virtual box FreeBSD 8. Code:
bsd8# tar zxvf /root/em-6.9.21.tar.gz -C /usr/src/ bsd8# make && make install install -o root -g wheel -m 555 if_em.ko /boot/kernel kldxref /boot/kernel kldxref /boot/kernelRestart system, but this problem continues. Does anyone have a definitive solution to this problem? Thaks for supports. Last edited by DutchDaemon; February 3rd, 2011 at 18:49. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
|||
|
|||
|
I solved my problem.
Download FreeBSD 7.x intel ethernet driver from, http://downloadcenter.intel.com/Deta...=3023&lang=eng And run this following command your FreeBSD 7.X; Code:
# tar zxvf em-6.9.21.tar.gz -C /usr/src/ # cd /usr/src/em-6.9.21/src/ # make && make install # echo 'hint.apic.0.disabled="1"' >> /boot/device.hints # echo 'if_em_load="YES"' >> /boot/loader.conf # reboot Bye. Ozan UÇAR Last edited by DutchDaemon; February 9th, 2011 at 01:50. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
![]() |
| Tags |
| watchdog timeout |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 8.1-RC1: re0: watchdog timeout | nsayer | System Hardware | 3 | August 31st, 2010 00:21 |
| kernel: ae0: watchdog timeout - resetting on 8.0 and 8.1 under light load | artvolk | System Hardware | 4 | August 19th, 2010 22:26 |
| 8.1 em watchdog timeout broken | ScottJ97 | Networking | 0 | August 4th, 2010 02:49 |
| Watchdog timeout errors | rbizzell33 | System Hardware | 1 | April 7th, 2010 21:40 |
| msk0: watchdog timeout | Artefact2 | System Hardware | 4 | January 12th, 2010 07:08 |