LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-24-2006, 07:54 PM   #16
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,847

Rep: Reputation: 108Reputation: 108

Actually, I have to take previous post back.

I also turned off several other options also. so to be correct, I do not have any evidence that watchdog was giving my penguin hard time.
 
Old 07-25-2006, 12:31 AM   #17
bartonski
Member
 
Registered: Jul 2006
Location: Louisville, KY
Distribution: Fedora 12, Slackware, Debian, Ubuntu Karmic, FreeBSD 7.1
Posts: 443

Original Poster
Blog Entries: 1

Rep: Reputation: 48
I'm curious as to what else you shut off... I know that my network was stable when I was running in single user mode, so I guess if I went cherry picking through rc.d, I could have found out what had been causing my problem... still... the reason I finally chucked FC5 was that I didn't feel like tackling that. I'm still bugged by it though... also, FC5 auto-detected the built in sound card on my machine, which FC4 refuses to do... if I can ever get the networking straightened out, I might consider switching back...
 
Old 07-25-2006, 08:54 AM   #18
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,847

Rep: Reputation: 108Reputation: 108
This stupid penguin made a stupid mistake. To make long story short, this post was 1st quater of next one. so edited out...

Any case, I have no access to router side (I even do not know where anntenas are, what kind of hardware what kind of setup... )

Last edited by kaz2100; 07-25-2006 at 09:16 AM.
 
Old 07-25-2006, 09:05 AM   #19
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,847

Rep: Reputation: 108Reputation: 108
Yeah.....

I was confident that somebody would ask this question.... I did not keep track every step. Big apology.

All I can do is post diff output between old one (Penguin lost eth0) and current one. (diff old current) kernel is 2.6.17.4

Code:
4c4
< # Mon Jul 10 16:24:36 2006
---
> # Tue Jul 18 15:05:33 2006
42c42
< CONFIG_EMBEDDED=y
---
> # CONFIG_EMBEDDED is not set
73c73
< CONFIG_LBD=y
---
> # CONFIG_LBD is not set
81c81
< CONFIG_IOSCHED_AS=y
---
> # CONFIG_IOSCHED_AS is not set
83,85c83,85
< CONFIG_IOSCHED_CFQ=y
< CONFIG_DEFAULT_AS=y
< # CONFIG_DEFAULT_DEADLINE is not set
---
> # CONFIG_IOSCHED_CFQ is not set
> # CONFIG_DEFAULT_AS is not set
> CONFIG_DEFAULT_DEADLINE=y
88c88
< CONFIG_DEFAULT_IOSCHED="anticipatory"
---
> CONFIG_DEFAULT_IOSCHED="deadline"
104c104
< CONFIG_M486=y
---
> # CONFIG_M486 is not set
112c112
< # CONFIG_MPENTIUM4 is not set
---
> CONFIG_MPENTIUM4=y
125c125
< CONFIG_X86_GENERIC=y
---
> # CONFIG_X86_GENERIC is not set
131,132d130
< CONFIG_X86_PPRO_FENCE=y
< CONFIG_X86_F00F_BUG=y
137c135,136
< CONFIG_X86_ALIGNMENT_16=y
---
> CONFIG_X86_CMPXCHG64=y
> CONFIG_X86_GOOD_APIC=y
138a138,139
> CONFIG_X86_USE_PPRO_CHECKSUM=y
> CONFIG_X86_TSC=y
161,162c162,163
< CONFIG_NOHIGHMEM=y
< # CONFIG_HIGHMEM4G is not set
---
> # CONFIG_NOHIGHMEM is not set
> CONFIG_HIGHMEM4G=y
164,167d164
< CONFIG_VMSPLIT_3G=y
< # CONFIG_VMSPLIT_3G_OPT is not set
< # CONFIG_VMSPLIT_2G is not set
< # CONFIG_VMSPLIT_1G is not set
168a166
> CONFIG_HIGHMEM=y
180c178,179
< CONFIG_MATH_EMULATION=y
---
> # CONFIG_HIGHPTE is not set
> # CONFIG_MATH_EMULATION is not set
183a183
> CONFIG_SECCOMP=y
188a189
> # CONFIG_CRASH_DUMP is not set
205,206c206,209
< CONFIG_ACPI_AC=m
< CONFIG_ACPI_BATTERY=m
---
> CONFIG_ACPI_SLEEP_PROC_FS=y
> # CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
> CONFIG_ACPI_AC=y
> CONFIG_ACPI_BATTERY=y
208,212c211,215
< CONFIG_ACPI_VIDEO=m
< CONFIG_ACPI_HOTKEY=m
< CONFIG_ACPI_FAN=m
< CONFIG_ACPI_PROCESSOR=m
< CONFIG_ACPI_THERMAL=m
---
> # CONFIG_ACPI_VIDEO is not set
> # CONFIG_ACPI_HOTKEY is not set
> CONFIG_ACPI_FAN=y
> CONFIG_ACPI_PROCESSOR=y
> CONFIG_ACPI_THERMAL=y
214,215c217
< CONFIG_ACPI_IBM=m
< # CONFIG_ACPI_IBM_DOCK is not set
---
> # CONFIG_ACPI_IBM is not set
223c225
< CONFIG_ACPI_CONTAINER=m
---
> # CONFIG_ACPI_CONTAINER is not set
228,235c230
< CONFIG_APM=m
< # CONFIG_APM_IGNORE_USER_SUSPEND is not set
< # CONFIG_APM_DO_ENABLE is not set
< # CONFIG_APM_CPU_IDLE is not set
< # CONFIG_APM_DISPLAY_BLANK is not set
< # CONFIG_APM_RTC_IS_GMT is not set
< # CONFIG_APM_ALLOW_INTS is not set
< # CONFIG_APM_REAL_MODE_POWER_OFF is not set
---
> # CONFIG_APM is not set
240,276c235
< CONFIG_CPU_FREQ=y
< CONFIG_CPU_FREQ_TABLE=m
< # CONFIG_CPU_FREQ_DEBUG is not set
< CONFIG_CPU_FREQ_STAT=m
< CONFIG_CPU_FREQ_STAT_DETAILS=y
< CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
< # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
< CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
< CONFIG_CPU_FREQ_GOV_POWERSAVE=m
< CONFIG_CPU_FREQ_GOV_USERSPACE=m
< CONFIG_CPU_FREQ_GOV_ONDEMAND=m
< CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
< 
< #
< # CPUFreq processor drivers
< #
< CONFIG_X86_ACPI_CPUFREQ=m
< CONFIG_X86_POWERNOW_K6=m
< CONFIG_X86_POWERNOW_K7=m
< CONFIG_X86_POWERNOW_K7_ACPI=y
< CONFIG_X86_POWERNOW_K8=m
< CONFIG_X86_POWERNOW_K8_ACPI=y
< CONFIG_X86_GX_SUSPMOD=m
< CONFIG_X86_SPEEDSTEP_CENTRINO=m
< CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
< CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
< CONFIG_X86_SPEEDSTEP_ICH=m
< CONFIG_X86_SPEEDSTEP_SMI=m
< CONFIG_X86_P4_CLOCKMOD=m
< CONFIG_X86_CPUFREQ_NFORCE2=m
< CONFIG_X86_LONGRUN=m
< 
< #
< # shared options
< #
< CONFIG_X86_SPEEDSTEP_LIB=m
< CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
---
> # CONFIG_CPU_FREQ is not set
302a262
> # CONFIG_MCA_PROC_FS is not set
638a599
> # CONFIG_NET_PKTGEN is not set
793d753
< CONFIG_PARPORT_NOT_PC=y
807a768
> # CONFIG_PNPBIOS_PROC_FS is not set
846a808
> # CONFIG_CISS_SCSI_TAPE is not set
939a902
> CONFIG_SCSI_PROC_FS=y
1332c1295
< CONFIG_INPUT_MOUSEDEV=m
---
> CONFIG_INPUT_MOUSEDEV=y
1334,1335c1297,1298
< CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
< CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
---
> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=800
1375,1379c1338
< CONFIG_GAMEPORT=m
< CONFIG_GAMEPORT_NS558=m
< CONFIG_GAMEPORT_L4=m
< CONFIG_GAMEPORT_EMU10K1=m
< CONFIG_GAMEPORT_FM801=m
---
> # CONFIG_GAMEPORT is not set
1387,1408c1346
< CONFIG_SERIAL_NONSTANDARD=y
< CONFIG_COMPUTONE=m
< CONFIG_ROCKETPORT=m
< CONFIG_CYCLADES=m
< # CONFIG_CYZ_INTR is not set
< CONFIG_DIGIEPCA=m
< # CONFIG_ESPSERIAL is not set
< CONFIG_MOXA_INTELLIO=m
< CONFIG_MOXA_SMARTIO=m
< # CONFIG_ISI is not set
< CONFIG_SYNCLINK=m
< CONFIG_SYNCLINKMP=m
< # CONFIG_SYNCLINK_GT is not set
< CONFIG_N_HDLC=m
< # CONFIG_RISCOM8 is not set
< # CONFIG_SPECIALIX is not set
< CONFIG_SX=m
< CONFIG_RIO=m
< CONFIG_RIO_OLDPCI=y
< CONFIG_STALDRV=y
< CONFIG_STALLION=m
< CONFIG_ISTALLION=m
---
> # CONFIG_SERIAL_NONSTANDARD is not set
1428,1433c1366,1369
< CONFIG_LEGACY_PTYS=y
< CONFIG_LEGACY_PTY_COUNT=256
< CONFIG_PRINTER=m
< # CONFIG_LP_CONSOLE is not set
< CONFIG_PPDEV=m
< CONFIG_TIPAR=m
---
> # CONFIG_LEGACY_PTYS is not set
> # CONFIG_PRINTER is not set
> # CONFIG_PPDEV is not set
> # CONFIG_TIPAR is not set
1443,1499c1379,1387
< CONFIG_WATCHDOG=y
< # CONFIG_WATCHDOG_NOWAYOUT is not set
< 
< #
< # Watchdog Device Drivers
< #
< CONFIG_SOFT_WATCHDOG=m
< CONFIG_ACQUIRE_WDT=m
< CONFIG_ADVANTECH_WDT=m
< CONFIG_ALIM1535_WDT=m
< CONFIG_ALIM7101_WDT=m
< CONFIG_SC520_WDT=m
< CONFIG_EUROTECH_WDT=m
< CONFIG_IB700_WDT=m
< CONFIG_IBMASR=m
< CONFIG_WAFER_WDT=m
< CONFIG_I6300ESB_WDT=m
< CONFIG_I8XX_TCO=m
< CONFIG_SC1200_WDT=m
< CONFIG_SCx200_WDT=m
< CONFIG_60XX_WDT=m
< CONFIG_SBC8360_WDT=m
< CONFIG_CPU5_WDT=m
< CONFIG_W83627HF_WDT=m
< CONFIG_W83877F_WDT=m
< CONFIG_W83977F_WDT=m
< CONFIG_MACHZ_WDT=m
< # CONFIG_SBC_EPX_C3_WATCHDOG is not set
< 
< #
< # ISA-based Watchdog Cards
< #
< CONFIG_PCWATCHDOG=m
< CONFIG_MIXCOMWD=m
< CONFIG_WDT=m
< CONFIG_WDT_501=y
< 
< #
< # PCI-based Watchdog Cards
< #
< CONFIG_PCIPCWATCHDOG=m
< CONFIG_WDTPCI=m
< CONFIG_WDT_501_PCI=y
< 
< #
< # USB-based Watchdog Cards
< #
< CONFIG_USBPCWATCHDOG=m
< CONFIG_HW_RANDOM=m
< CONFIG_NVRAM=m
< CONFIG_RTC=m
< CONFIG_GEN_RTC=m
< CONFIG_GEN_RTC_X=y
< CONFIG_DTLK=m
< CONFIG_R3964=m
< CONFIG_APPLICOM=m
< CONFIG_SONYPI=m
---
> # CONFIG_WATCHDOG is not set
> # CONFIG_HW_RANDOM is not set
> # CONFIG_NVRAM is not set
> # CONFIG_RTC is not set
> # CONFIG_GEN_RTC is not set
> # CONFIG_DTLK is not set
> # CONFIG_R3964 is not set
> # CONFIG_APPLICOM is not set
> # CONFIG_SONYPI is not set
1505,1509c1393,1397
< CONFIG_AGP=m
< CONFIG_AGP_ALI=m
< CONFIG_AGP_ATI=m
< CONFIG_AGP_AMD=m
< CONFIG_AGP_AMD64=m
---
> CONFIG_AGP=y
> # CONFIG_AGP_ALI is not set
> CONFIG_AGP_ATI=y
> # CONFIG_AGP_AMD is not set
> # CONFIG_AGP_AMD64 is not set
1511,1526c1399,1414
< CONFIG_AGP_NVIDIA=m
< CONFIG_AGP_SIS=m
< CONFIG_AGP_SWORKS=m
< CONFIG_AGP_VIA=m
< CONFIG_AGP_EFFICEON=m
< CONFIG_DRM=m
< CONFIG_DRM_TDFX=m
< CONFIG_DRM_R128=m
< CONFIG_DRM_RADEON=m
< CONFIG_DRM_I810=m
< CONFIG_DRM_I830=m
< CONFIG_DRM_I915=m
< CONFIG_DRM_MGA=m
< CONFIG_DRM_SIS=m
< CONFIG_DRM_VIA=m
< CONFIG_DRM_SAVAGE=m
---
> # CONFIG_AGP_NVIDIA is not set
> # CONFIG_AGP_SIS is not set
> # CONFIG_AGP_SWORKS is not set
> # CONFIG_AGP_VIA is not set
> # CONFIG_AGP_EFFICEON is not set
> CONFIG_DRM=y
> # CONFIG_DRM_TDFX is not set
> # CONFIG_DRM_R128 is not set
> CONFIG_DRM_RADEON=y
> # CONFIG_DRM_I810 is not set
> # CONFIG_DRM_I830 is not set
> # CONFIG_DRM_I915 is not set
> # CONFIG_DRM_MGA is not set
> # CONFIG_DRM_SIS is not set
> # CONFIG_DRM_VIA is not set
> # CONFIG_DRM_SAVAGE is not set
1534,1535c1422,1423
< CONFIG_MWAVE=m
< CONFIG_SCx200_GPIO=m
---
> # CONFIG_MWAVE is not set
> # CONFIG_SCx200_GPIO is not set
1537,1538c1425
< CONFIG_RAW_DRIVER=m
< CONFIG_MAX_RAW_DEVS=256
---
> # CONFIG_RAW_DRIVER is not set
1542c1429
< CONFIG_HANGCHECK_TIMER=m
---
> # CONFIG_HANGCHECK_TIMER is not set
1548c1435
< CONFIG_TELCLOCK=m
---
> # CONFIG_TELCLOCK is not set
1581d1467
< # CONFIG_SCx200_I2C is not set
1816,1817d1701
< CONFIG_SND_HWDEP=m
< CONFIG_SND_RAWMIDI=m
1825,1826d1708
< CONFIG_SND_RTCTIMER=m
< CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
1828a1711
> CONFIG_SND_VERBOSE_PROCFS=y
1835,1840d1717
< CONFIG_SND_MPU401_UART=m
< CONFIG_SND_OPL3_LIB=m
< CONFIG_SND_OPL4_LIB=m
< CONFIG_SND_VX_LIB=m
< CONFIG_SND_AC97_CODEC=m
< CONFIG_SND_AC97_BUS=m
1842,1845c1719,1722
< CONFIG_SND_VIRMIDI=m
< CONFIG_SND_MTPAV=m
< CONFIG_SND_SERIAL_U16550=m
< CONFIG_SND_MPU401=m
---
> # CONFIG_SND_VIRMIDI is not set
> # CONFIG_SND_MTPAV is not set
> # CONFIG_SND_SERIAL_U16550 is not set
> # CONFIG_SND_MPU401 is not set
1850,1851d1726
< CONFIG_SND_AD1848_LIB=m
< CONFIG_SND_CS4231_LIB=m
1853,1874c1728,1748
< CONFIG_SND_AD1816A=m
< CONFIG_SND_AD1848=m
< CONFIG_SND_ALS100=m
< CONFIG_SND_AZT2320=m
< CONFIG_SND_CMI8330=m
< CONFIG_SND_CS4231=m
< CONFIG_SND_CS4232=m
< CONFIG_SND_CS4236=m
< CONFIG_SND_DT019X=m
< CONFIG_SND_ES968=m
< CONFIG_SND_ES1688=m
< CONFIG_SND_ES18XX=m
< CONFIG_SND_GUS_SYNTH=m
< CONFIG_SND_GUSCLASSIC=m
< CONFIG_SND_GUSEXTREME=m
< CONFIG_SND_GUSMAX=m
< CONFIG_SND_INTERWAVE=m
< CONFIG_SND_INTERWAVE_STB=m
< CONFIG_SND_OPL3SA2=m
< CONFIG_SND_OPTI92X_AD1848=m
< CONFIG_SND_OPTI92X_CS4231=m
< CONFIG_SND_OPTI93X=m
---
> # CONFIG_SND_AD1816A is not set
> # CONFIG_SND_AD1848 is not set
> # CONFIG_SND_ALS100 is not set
> # CONFIG_SND_AZT2320 is not set
> # CONFIG_SND_CMI8330 is not set
> # CONFIG_SND_CS4231 is not set
> # CONFIG_SND_CS4232 is not set
> # CONFIG_SND_CS4236 is not set
> # CONFIG_SND_DT019X is not set
> # CONFIG_SND_ES968 is not set
> # CONFIG_SND_ES1688 is not set
> # CONFIG_SND_ES18XX is not set
> # CONFIG_SND_GUSCLASSIC is not set
> # CONFIG_SND_GUSEXTREME is not set
> # CONFIG_SND_GUSMAX is not set
> # CONFIG_SND_INTERWAVE is not set
> # CONFIG_SND_INTERWAVE_STB is not set
> # CONFIG_SND_OPL3SA2 is not set
> # CONFIG_SND_OPTI92X_AD1848 is not set
> # CONFIG_SND_OPTI92X_CS4231 is not set
> # CONFIG_SND_OPTI93X is not set
1876,1882c1750,1755
< CONFIG_SND_SB8=m
< CONFIG_SND_SB16=m
< CONFIG_SND_SBAWE=m
< CONFIG_SND_SB16_CSP=y
< CONFIG_SND_SGALAXY=m
< CONFIG_SND_SSCAPE=m
< CONFIG_SND_WAVEFRONT=m
---
> # CONFIG_SND_SB8 is not set
> # CONFIG_SND_SB16 is not set
> # CONFIG_SND_SBAWE is not set
> # CONFIG_SND_SGALAXY is not set
> # CONFIG_SND_SSCAPE is not set
> # CONFIG_SND_WAVEFRONT is not set
1887c1760
< CONFIG_SND_AD1889=m
---
> # CONFIG_SND_AD1889 is not set
1889,1903c1762,1774
< CONFIG_SND_ALS4000=m
< CONFIG_SND_ALI5451=m
< CONFIG_SND_ATIIXP=m
< CONFIG_SND_ATIIXP_MODEM=m
< CONFIG_SND_AU8810=m
< CONFIG_SND_AU8820=m
< CONFIG_SND_AU8830=m
< CONFIG_SND_AZT3328=m
< CONFIG_SND_BT87X=m
< # CONFIG_SND_BT87X_OVERCLOCK is not set
< CONFIG_SND_CA0106=m
< CONFIG_SND_CMIPCI=m
< CONFIG_SND_CS4281=m
< CONFIG_SND_CS46XX=m
< CONFIG_SND_CS46XX_NEW_DSP=y
---
> # CONFIG_SND_ALS4000 is not set
> # CONFIG_SND_ALI5451 is not set
> # CONFIG_SND_ATIIXP is not set
> # CONFIG_SND_ATIIXP_MODEM is not set
> # CONFIG_SND_AU8810 is not set
> # CONFIG_SND_AU8820 is not set
> # CONFIG_SND_AU8830 is not set
> # CONFIG_SND_AZT3328 is not set
> # CONFIG_SND_BT87X is not set
> # CONFIG_SND_CA0106 is not set
> # CONFIG_SND_CMIPCI is not set
> # CONFIG_SND_CS4281 is not set
> # CONFIG_SND_CS46XX is not set
1905,1912c1776,1782
< CONFIG_SND_EMU10K1=m
< CONFIG_SND_EMU10K1X=m
< CONFIG_SND_ENS1370=m
< CONFIG_SND_ENS1371=m
< CONFIG_SND_ES1938=m
< CONFIG_SND_ES1968=m
< CONFIG_SND_FM801=m
< CONFIG_SND_FM801_TEA575X=m
---
> # CONFIG_SND_EMU10K1 is not set
> # CONFIG_SND_EMU10K1X is not set
> # CONFIG_SND_ENS1370 is not set
> # CONFIG_SND_ENS1371 is not set
> # CONFIG_SND_ES1938 is not set
> # CONFIG_SND_ES1968 is not set
> # CONFIG_SND_FM801 is not set
1914,1923c1784,1793
< CONFIG_SND_HDSP=m
< CONFIG_SND_HDSPM=m
< CONFIG_SND_ICE1712=m
< CONFIG_SND_ICE1724=m
< CONFIG_SND_INTEL8X0=m
< CONFIG_SND_INTEL8X0M=m
< CONFIG_SND_KORG1212=m
< CONFIG_SND_MAESTRO3=m
< CONFIG_SND_MIXART=m
< CONFIG_SND_NM256=m
---
> # CONFIG_SND_HDSP is not set
> # CONFIG_SND_HDSPM is not set
> # CONFIG_SND_ICE1712 is not set
> # CONFIG_SND_ICE1724 is not set
> # CONFIG_SND_INTEL8X0 is not set
> # CONFIG_SND_INTEL8X0M is not set
> # CONFIG_SND_KORG1212 is not set
> # CONFIG_SND_MAESTRO3 is not set
> # CONFIG_SND_MIXART is not set
> # CONFIG_SND_NM256 is not set
1926,1934c1796,1804
< CONFIG_SND_RME32=m
< CONFIG_SND_RME96=m
< CONFIG_SND_RME9652=m
< CONFIG_SND_SONICVIBES=m
< CONFIG_SND_TRIDENT=m
< CONFIG_SND_VIA82XX=m
< CONFIG_SND_VIA82XX_MODEM=m
< CONFIG_SND_VX222=m
< CONFIG_SND_YMFPCI=m
---
> # CONFIG_SND_RME32 is not set
> # CONFIG_SND_RME96 is not set
> # CONFIG_SND_RME9652 is not set
> # CONFIG_SND_SONICVIBES is not set
> # CONFIG_SND_TRIDENT is not set
> # CONFIG_SND_VIA82XX is not set
> # CONFIG_SND_VIA82XX_MODEM is not set
> # CONFIG_SND_VX222 is not set
> # CONFIG_SND_YMFPCI is not set
1939,1940c1809,1810
< CONFIG_SND_USB_AUDIO=m
< CONFIG_SND_USB_USX2Y=m
---
> # CONFIG_SND_USB_AUDIO is not set
> # CONFIG_SND_USB_USX2Y is not set
1945,1946c1815,1816
< CONFIG_SND_VXPOCKET=m
< CONFIG_SND_PDAUDIOCF=m
---
> # CONFIG_SND_VXPOCKET is not set
> # CONFIG_SND_PDAUDIOCF is not set
1951,1990c1821
< CONFIG_SOUND_PRIME=m
< # CONFIG_SOUND_BT878 is not set
< # CONFIG_SOUND_EMU10K1 is not set
< CONFIG_SOUND_FUSION=m
< # CONFIG_SOUND_ES1371 is not set
< CONFIG_SOUND_ICH=m
< CONFIG_SOUND_TRIDENT=m
< # CONFIG_SOUND_MSNDCLAS is not set
< # CONFIG_SOUND_MSNDPIN is not set
< # CONFIG_SOUND_VIA82CXXX is not set
< CONFIG_SOUND_OSS=m
< # CONFIG_SOUND_TRACEINIT is not set
< # CONFIG_SOUND_DMAP is not set
< # CONFIG_SOUND_AD1816 is not set
< CONFIG_SOUND_AD1889=m
< CONFIG_SOUND_ADLIB=m
< CONFIG_SOUND_ACI_MIXER=m
< # CONFIG_SOUND_CS4232 is not set
< CONFIG_SOUND_VMIDI=m
< CONFIG_SOUND_TRIX=m
< CONFIG_SOUND_MSS=m
< CONFIG_SOUND_MPU401=m
< # CONFIG_SOUND_NM256 is not set
< CONFIG_SOUND_PAS=m
< CONFIG_SOUND_PSS=m
< CONFIG_PSS_MIXER=y
< CONFIG_SOUND_SB=m
< # CONFIG_SOUND_YM3812 is not set
< CONFIG_SOUND_OPL3SA2=m
< CONFIG_SOUND_UART6850=m
< CONFIG_SOUND_AEDSP16=m
< CONFIG_SC6600=y
< CONFIG_SC6600_JOY=y
< CONFIG_SC6600_CDROM=4
< CONFIG_SC6600_CDROMBASE=0x0
< # CONFIG_AEDSP16_MSS is not set
< # CONFIG_AEDSP16_SBPRO is not set
< # CONFIG_AEDSP16_MPU401 is not set
< CONFIG_SOUND_TVMIXER=m
< CONFIG_SOUND_KAHLUA=m
---
> # CONFIG_SOUND_PRIME is not set
2064,2068c1895,1899
< CONFIG_USB_AIPTEK=m
< CONFIG_USB_WACOM=m
< CONFIG_USB_ACECAD=m
< CONFIG_USB_KBTAB=m
< CONFIG_USB_POWERMATE=m
---
> # CONFIG_USB_AIPTEK is not set
> # CONFIG_USB_WACOM is not set
> # CONFIG_USB_ACECAD is not set
> # CONFIG_USB_KBTAB is not set
> # CONFIG_USB_POWERMATE is not set
2070,2072c1901,1903
< CONFIG_USB_YEALINK=m
< CONFIG_USB_XPAD=m
< CONFIG_USB_ATI_REMOTE=m
---
> # CONFIG_USB_YEALINK is not set
> # CONFIG_USB_XPAD is not set
> # CONFIG_USB_ATI_REMOTE is not set
2074c1905
< CONFIG_USB_KEYSPAN_REMOTE=m
---
> # CONFIG_USB_KEYSPAN_REMOTE is not set
2080,2081c1911,1912
< CONFIG_USB_MDC800=m
< CONFIG_USB_MICROTEK=m
---
> # CONFIG_USB_MDC800 is not set
> # CONFIG_USB_MICROTEK is not set
2110c1941
< CONFIG_USB_USS720=m
---
> # CONFIG_USB_USS720 is not set
2156,2169c1987,1999
< CONFIG_USB_EMI26=m
< CONFIG_USB_AUERSWALD=m
< CONFIG_USB_RIO500=m
< CONFIG_USB_LEGOTOWER=m
< CONFIG_USB_LCD=m
< CONFIG_USB_LED=m
< CONFIG_USB_CYTHERM=m
< CONFIG_USB_PHIDGETKIT=m
< CONFIG_USB_PHIDGETSERVO=m
< CONFIG_USB_IDMOUSE=m
< CONFIG_USB_SISUSBVGA=m
< CONFIG_USB_SISUSBVGA_CON=y
< CONFIG_USB_LD=m
< CONFIG_USB_TEST=m
---
> # CONFIG_USB_EMI26 is not set
> # CONFIG_USB_AUERSWALD is not set
> # CONFIG_USB_RIO500 is not set
> # CONFIG_USB_LEGOTOWER is not set
> # CONFIG_USB_LCD is not set
> # CONFIG_USB_LED is not set
> # CONFIG_USB_CYTHERM is not set
> # CONFIG_USB_PHIDGETKIT is not set
> # CONFIG_USB_PHIDGETSERVO is not set
> # CONFIG_USB_IDMOUSE is not set
> # CONFIG_USB_SISUSBVGA is not set
> # CONFIG_USB_LD is not set
> # CONFIG_USB_TEST is not set
2183a2014
> # CONFIG_USB_GADGET_DEBUG_FILES is not set
2247,2252c2078
< CONFIG_EXT3_FS=y
< CONFIG_EXT3_FS_XATTR=y
< CONFIG_EXT3_FS_POSIX_ACL=y
< CONFIG_EXT3_FS_SECURITY=y
< CONFIG_JBD=y
< # CONFIG_JBD_DEBUG is not set
---
> # CONFIG_EXT3_FS is not set
2259,2260c2085,2086
< CONFIG_MINIX_FS=m
< CONFIG_ROMFS_FS=m
---
> # CONFIG_MINIX_FS is not set
> CONFIG_ROMFS_FS=y
2267,2269c2093,2095
< CONFIG_AUTOFS_FS=m
< CONFIG_AUTOFS4_FS=m
< CONFIG_FUSE_FS=m
---
> # CONFIG_AUTOFS_FS is not set
> # CONFIG_AUTOFS4_FS is not set
> # CONFIG_FUSE_FS is not set
2296c2122,2123
< # CONFIG_PROC_FS is not set
---
> CONFIG_PROC_FS=y
> # CONFIG_PROC_KCORE is not set
2356,2367c2183
< CONFIG_PARTITION_ADVANCED=y
< CONFIG_ACORN_PARTITION=y
< CONFIG_ACORN_PARTITION_CUMANA=y
< # CONFIG_ACORN_PARTITION_EESOX is not set
< CONFIG_ACORN_PARTITION_ICS=y
< # CONFIG_ACORN_PARTITION_ADFS is not set
< # CONFIG_ACORN_PARTITION_POWERTEC is not set
< CONFIG_ACORN_PARTITION_RISCIX=y
< CONFIG_OSF_PARTITION=y
< CONFIG_AMIGA_PARTITION=y
< CONFIG_ATARI_PARTITION=y
< CONFIG_MAC_PARTITION=y
---
> # CONFIG_PARTITION_ADVANCED is not set
2369,2379d2184
< CONFIG_BSD_DISKLABEL=y
< CONFIG_MINIX_SUBPARTITION=y
< CONFIG_SOLARIS_X86_PARTITION=y
< CONFIG_UNIXWARE_DISKLABEL=y
< CONFIG_LDM_PARTITION=y
< # CONFIG_LDM_DEBUG is not set
< CONFIG_SGI_PARTITION=y
< CONFIG_ULTRIX_PARTITION=y
< CONFIG_SUN_PARTITION=y
< # CONFIG_KARMA_PARTITION is not set
< CONFIG_EFI_PARTITION=y
2439a2245
> # CONFIG_SCHEDSTATS is not set
2444a2251
> # CONFIG_DEBUG_HIGHMEM is not set
2453c2260
< # CONFIG_EARLY_PRINTK is not set
---
> CONFIG_EARLY_PRINTK=y
 
Old 09-14-2006, 10:33 PM   #20
Wag
LQ Newbie
 
Registered: Sep 2006
Posts: 1

Rep: Reputation: 0
I have seen this before in new cisco routers when they are first brought online. I do an extended ping and the interface drops after a few seconds depending my datagram packet size.

Normally its caused by one of 2 configuration mismatches between ethernet ports.

MTU size or duplex settings.

try running half duplex at 1500 mtu.. If that doesnt help drop the mtu down by 500 once or twice until it does.. most routers will run at 1500 mtu i think linux is 1600 something and if thats the case it will buffer when under a heavy load. some of the older devices run at around 768 mtu size. both sides should be the same..

Sorry, im new to linux so i dont yet know the commands to check this out nor do i know what the default is on linux. If you are able.. set both to auto if they have that feature.

Hope this helps.
 
Old 10-13-2006, 03:19 PM   #21
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,847

Rep: Reputation: 108Reputation: 108
Hi, Penguins.

I made another error.

It seems that I still have same problem, although it is much much less frequent. It is, however, re-producible. When I connect to one of Mac OSX cluster at work and ATI driver download site (www.ati.com), it happens more than 90% of the time. I initiated a new thread. http://www.linuxquestions.org/questi...d.php?t=492159

Happy Penguins!

Sorry!!
 
Old 12-05-2006, 09:36 AM   #22
dbeckley
LQ Newbie
 
Registered: Nov 2005
Posts: 3

Rep: Reputation: 0
Watch Dog

we are having the same issue here, what does WATCHDOG do, and how do you turn in off? SE Linux is not installed on our system.

kernel: NETDEV WATCHDOG: eth0: transmit timed out
Dec 3 10:09:38 mdprep1 kernel: tg3: eth0: transmit timed out, resetting
Dec 3 10:09:38 mdprep1 kernel: tg3: tg3_stop_block timed out, ofs=2c00 enable_b
it=2
Dec 3 10:09:38 mdprep1 kernel: tg3: tg3_stop_block timed out, ofs=3400 enable_b
it=2
Dec 3 10:09:38 mdprep1 kernel: tg3: tg3_stop_block timed out, ofs=2400 enable_b
it=2
Dec 3 10:09:38 mdprep1 kernel: tg3: tg3_stop_block timed out, ofs=1800 enable_b
it=2
Dec 3 10:09:38 mdprep1 kernel: tg3: tg3_stop_block timed out, ofs=4800 enable_b
it=2
Dec 3 10:09:38 mdprep1 kernel: tg3: eth0: Link is down.
 
Old 12-06-2006, 02:07 PM   #23
aq_mishu
Member
 
Registered: Sep 2005
Location: Bangladesh
Distribution: RH 7.2, 8, 9, Fedora
Posts: 217

Rep: Reputation: 30
so what to say?? FC 5 is not stable yet or it have prob?? Man, still i'm using RH8 and want to upgrade. But which should be the stable??
 
Old 12-06-2006, 02:19 PM   #24
dbeckley
LQ Newbie
 
Registered: Nov 2005
Posts: 3

Rep: Reputation: 0
I am actually running RHEL4 U4, i should have mentioned that. I didn't notice i was on a FC thread, nonetheless same exact issue.
 
Old 12-07-2006, 08:47 AM   #25
bartonski
Member
 
Registered: Jul 2006
Location: Louisville, KY
Distribution: Fedora 12, Slackware, Debian, Ubuntu Karmic, FreeBSD 7.1
Posts: 443

Original Poster
Blog Entries: 1

Rep: Reputation: 48
Quote:
Originally Posted by aq_mishu
so what to say?? FC 5 is not stable yet or it have prob?? Man, still i'm using RH8 and want to upgrade. But which should be the stable??
I downgraded to FC4, and I haven't had any problem whatsoever. If you read through the thread, you can see all of the things that I tried. I don't think that the trouble was kernel related, due to the fact that I changed kernel, and things didn't change, also when I booted to single user mode, I didn't have the problem.

I really wanted to tough it out and figure out what was causing the problem, but I had other projects pending which required a machine that was up and stable on the network. I'm going to try upgrading to FC6 and see what happens.
 
Old 12-10-2006, 11:14 AM   #26
aq_mishu
Member
 
Registered: Sep 2005
Location: Bangladesh
Distribution: RH 7.2, 8, 9, Fedora
Posts: 217

Rep: Reputation: 30
Can any one tell me which one is the most stable from all side after RH8?? and is it more stable than RH8??
 
  


Reply

Tags
fc5, networking


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel drops packets of size less than 48 bytes neelay1 Linux - Networking 1 07-16-2006 03:56 AM
Having a problem with internet and ethernet in FC5 MRMadhav Fedora 5 05-16-2006 09:08 AM
FC5 IOMEGA Ethernet Drive P-G Fedora 1 04-08-2006 09:30 AM
Help! Ethernet disconnect after 2 minutes Bakoulou Mandriva 1 02-18-2006 05:21 PM
Wireless connection drops after few minutes jeffpr Linux - Wireless Networking 2 07-10-2005 09:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration