Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th June 2004, 01:06 PM
scalvert Offline
Registered User
 
Join Date: May 2004
Posts: 4
Networking issue with latest kernel

Hi All,
Installed FC2 with 2.6.5-1-358 kernel as per the oringal release of FC2 and all was ok. That is, the network connection to my cable modem on eth0 and the connection to my windows box on eth1 worked fine. Upgraded the kernel to 2.6.6-1-435 using the Red Hat update tool and suddenly I can´t ping the windows box. The eth0 connection to the cable modem still works ok though. When I revert to the 2.6.5-1-358 kernel the eth1 connection to the windows box is then ok. No other settings are changed, it simply works with the earlier kernel but not the later one. Any ideas??

Reply With Quote
  #2  
Old 29th June 2004, 02:36 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
What network cards do you have? Perhaps you have a driver issue.
Reply With Quote
  #3  
Old 2nd July 2004, 05:48 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
I have the same problem. I lost my network connectivity/card function after I upgraded the kernal.

I'm using onboard nVIdia NForce2 card. I tried installing the drivers from nVidia's website, but still no luck.
Reply With Quote
  #4  
Old 2nd July 2004, 05:51 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
I'm having the same problem. I updated ther kernel and then lost my network connectivity.

I'm using an nForce2 motherboard with onboard nic.
Reply With Quote
  #5  
Old 5th July 2004, 06:00 AM
Cr0n_J0b Offline
Registered User
 
Join Date: Jun 2004
Posts: 75
I've had a ton of issues with FC2 and networking...I finally got things workign by moving cards around, but I'm still getting lots of errors...I think there is something hosed in the network code.

I'm running a Tulip card and 2 boomerang (3Com cards)
Reply With Quote
  #6  
Old 5th July 2004, 06:09 AM
Picomp314's Avatar
Picomp314 Offline
Registered User
 
Join Date: May 2004
Posts: 532
if you would compile your own kernel instead of relying upon Fedora , you would get the benefits of faster, and more personalized hardware drivers, it may seem daunting but the benefits are enormous
Reply With Quote
  #7  
Old 5th July 2004, 06:26 AM
Cr0n_J0b Offline
Registered User
 
Join Date: Jun 2004
Posts: 75
I tried that route, but got more confused than ever. what tools do you use to compile new kernels? I hear there are some slick GUI tools for doing it now...

I alway get confused at the end...make dep....make clean....make coffee...
Reply With Quote
  #8  
Old 5th July 2004, 07:13 AM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
Quote:
Originally Posted by Picomp314
if you would compile your own kernel instead of relying upon Fedora , you would get the benefits of faster, and more personalized hardware drivers, it may seem daunting but the benefits are enormous
Dude - recompiling the kernel is not the answer to all questions. Most folks don't want to do that, okay? The point is to diagnose the problem and find out why it's not working - typically it's a configuration issue, not the kernel.

scalvert and/or robsummitt: what does the output of /sbin/ifconfig look like? Have you tried /usr/sbin/service network restart to see if you just need to hit it again?
Reply With Quote
  #9  
Old 7th July 2004, 04:40 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
Quote:
Originally Posted by crackers
Dude - recompiling the kernel is not the answer to all questions. Most folks don't want to do that, okay? The point is to diagnose the problem and find out why it's not working - typically it's a configuration issue, not the kernel.

scalvert and/or robsummitt: what does the output of /sbin/ifconfig look like? Have you tried /usr/sbin/service network restart to see if you just need to hit it again?
I'm unable to run ipconfig or network restart. Both are returning a "not found error. ".

execuse my ignorance, I'm still in learning mode.
Reply With Quote
  #10  
Old 7th July 2004, 04:57 PM
jeru Offline
Registered User
 
Join Date: May 2004
Location: Arizona
Posts: 119
If it's nforce like robsummitt said.... Don't you guys have to re-install the nvidia nforce drivers with every kernel upgrade (compiled by *you* or compiled by fedora)

robsummitt, the command isn't found because /sbin is not in your (or normal users) path. You can see what is in your path by typing 'echo $PATH'. Anyways, run ifconfig and whatnot by telling it where to get it. You can also add /sbin to your path if you don't like typing all that. (or just 'su -' to get the root enviroment.... which isn't the same thing as 'su')

/sbin/ifconfig
Reply With Quote
  #11  
Old 7th July 2004, 05:21 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
thanks go the ifconfig working fine.

can you point me to somewhere (link) that explains compiling the nForce drivers.

Thanks
Reply With Quote
  #12  
Old 7th July 2004, 05:23 PM
jeru Offline
Registered User
 
Join Date: May 2004
Location: Arizona
Posts: 119
http://download.nvidia.com/XFree86/n...easeNotes.html
Reply With Quote
  #13  
Old 7th July 2004, 06:17 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
I assigned the card a static ip, restarted the network service with no problems
BUT I cannot ping the other computers on the network.
Reply With Quote
  #14  
Old 7th July 2004, 06:35 PM
Cr0n_J0b Offline
Registered User
 
Join Date: Jun 2004
Posts: 75
Can you post some of the output from the following commands:

/sbin/ifconfig
/sbin/route -e

that will give us a start...
Reply With Quote
  #15  
Old 8th July 2004, 01:58 PM
robsummitt Offline
Registered User
 
Join Date: Jul 2004
Posts: 7
Lightbulb

Here is the output from ifconfig:

eth0 link encap: Ethernet hwaddr: 00:E0:465:79:2A
inet addr: 192.168.71.105 BCAST:192.168.71.255 MASK 255.255.255.0
inet6 addr: fe80::2e0:4cff:fec5:792a/64 Scope:Link
UP BROADCAST Running MULTICAST MTU: 150 Metric: 1
Rx packets: 0 errors:0 dropped:0 overruns:0 frame:0
Tx packets: 180 errors: 0 dropped: 5 overruns: 0 carrier:0
Collisions: 0 txqueuelen: 1000

lo: Link encap: Local Loopback
inet addr: 127.0.0.1 Mask: 255.0.0.0
inet6 addr: ::1/128 SCOPE HOST
UP LOOPBACK RUNNING MTU: 16436 Metric: 1
Rx packets: 2515 errors:0 dropped: 0 overruns:0 frame:0
Tx packets: 2515 erros: 0 dropped: 0 overruns:0 carrier: 0
Collisions: 0 txqueuelen: 0
Rx bytes: 2827152 (2.6M) Tx bytes: 2827152 (2.6M)


Output from "route -e"

Dest Gateway GenMask Flags Metric Ref Use
192.168.71.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo

Thanks for all the help...
Reply With Quote
Reply

Tags
kernel, latest, networking

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some latest updates broke networking.. rasjani Servers & Networking 4 28th July 2008 02:07 PM
Install kmod-fglrx package issue on latest kernel hellofox Installation and Live Media 6 2nd April 2008 08:28 AM
Do the latest ATI Drivers work in the latest Kernel version for FC2 Anjin EOL (End Of Life) Versions 3 27th November 2004 10:46 AM


Current GMT-time: 08:00 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat