Suse 10.0: Can't Get On Network! Help Please!

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by iGuest on Mar 10 2008, 10:45 PM. (Line Breaks Removed)
I see that you fixed your problem by replacing with a different nic, but one thing you could try if this happens to you again is checking if forcedeth is being used as the nic module on a kernel pre 2.6.16. I had this problem with an on-board nvidia nic and to fix it I had to recompile my kernel to a newer version. There's an easy to follow howto for this at www.Howtoforge.Com, just search for &qu... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Operating Systems > Linux

Suse 10.0: Can't Get On Network! Help Please!

nightfox
On my main computer, I got SuSE 10.0 installed as a dual boot with no problems except the network. SuSE sees my integrated NIC card (it's on the motherboard) but I can't get online!

I went into terminal, did a SU - and logged in and then did an ifconfig... eth0 is there but no IPv4 address, just an IPv6 and then the loopback address.

Could it be that I'm running the 32 bit version of it and when I went to install, it was like "Cool computer, but.... this is 32 bit and you're using a 64 bit processor!!!!"? Just wondering. I could probably download 10.1 64 bit overnight and just burn and install it tomorrow.

Any ideas??

Here's what the terminal said:
CODE

eth0     Link encap:Ethernet HWaddr 00:17:31:D9:AD:D3
           inet6 addr: fe80::217:31ff:fed9:add3/64 Scope:Link
           UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
           RX packets:130 errors:0 dropped:0 overruns:0 frame:0
           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:44662 (43.6 Kb)   TX byes:0 (0.0 Kb)
           Interrupt:223 Base address:0xe000

Loopback doesn't seem to have any problems.

Also, just another problem, I have a dual monitor system and I was wondering if there was a way to get SuSE to "extend" my desktop, like in Windows.

Thanks!

[N]F

 

 

 


Reply

xboxrulz
It's ok to run 32-bit Linux on 64-bit systems.

Just check that you installed the drivers for your LAN.

xboxrulz

Reply

nightfox
QUOTE(xboxrulz @ Nov 1 2006, 09:10 PM) *

It's ok to run 32-bit Linux on 64-bit systems.

Just check that you installed the drivers for your LAN.

xboxrulz

Hmmm... well, SuSE supposedly "sees" the device. Maybe I'll find one of my extra cards that's listed in the database and maybe that'll work. It's been so long since I've worked with SuSE! It's great to be back!! smile.gif

[N]F

Reply

xboxrulz
well, I have been w/ SuSE Linux since 2003, so I don't really know why I would leave SuSE Linux at all.

xboxrulz

Reply

qwijibow
Everything is fine, eth0 would not show if the drivers were not working.
You just have not brought up the interface.

Usually, eth0 is brought up with init scripts.

set the eth0 init script to run dureing bootup ( this is different for different distro's )

Or, start the ethernet interface manually...

read man ifconfig

i dont remember exactly... but its somthing like...

CODE

ifconfig eth0 up      ( to start with dhcp )
or
ifconfig eth0 < network options > up        ( to manually set gateway etc etc )


Also make sure you have at least one dns server ip in /etc/resolve.conf


Reply

nightfox
QUOTE(xboxrulz @ Nov 1 2006, 10:26 PM) *

well, I have been w/ SuSE Linux since 2003, so I don't really know why I would leave SuSE Linux at all.

xboxrulz

I only left because I didn't have DSL and I haven't really used SuSE since SuSE 8 tongue.gif and Linux without broadband is quite difficult.

QUOTE

Everything is fine, eth0 would not show if the drivers were not working.
You just have not brought up the interface.

Usually, eth0 is brought up with init scripts.

Thanks, I'll have to look into it. I'm too used to RedHat and Fedora Core where there is a "Network" menu with all the eth devices. I really like it a lot because it is easy to enable or disable eth0/eth1, etc. Except on SuSE, it sees it and it says that the IP is to be configured by DHCP (which is what I want because this is my personal system and not a server) but it isn't getting an IP. No connection. But everytime that config utility runs, it says it's enabled.

I'm currently not at home right now so I'll have to try this later.

[N]F

 

 

 


Reply

xboxrulz
have you tried doing this yet?

CODE

su -c "/etc/init.d/network restart"


xboxrulz

Reply

nightfox
xboxrulz, or anyone else, this seems quite interesting when I ran what you gave me:
CODE

Shutting down network interfaces:
    eth0     device: nVidia Corporation MCP55 Ethernet (rev 2a)
    eth0     configuration: eth-id-00:17:31:d9:ad:d3
Shutting down service network . . . . . . . .
Hint: you may set manditory devices in /etc/sysconfig/network/config
Setting up network devices:
    lo
    lo         IP address: 127.0.0.1/8
    eth0     device: nVidia Corporation MCP55 Ethernet (rev 2a)
    eth0     configuration: eth-id-00:17:31:d9:ad:d3
    eth0     (DHCP) . . . . . no IP address yet... backgrounding.
Setting up service network. . . . . . . . . .
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
SuSEfirewall2: batch committing...
SuSEfirewall2: Firewall rules successfully set


It's like it can't find my DHCP which is my router (192.168.1.1). What is even more interesting is that when I set a static IP, I don't get any DHCP messages or errors from Firefox, it just sits there trying to find "google.com"

[N]F

Reply

xboxrulz
Did you make sure that DHCP was enabled on your router?

This is just a pure network error, and not necessarily a Linux error.

Also, try to disable your firewall for now, it is known to block out Internet access.

xboxrulz

Reply

nightfox
QUOTE(xboxrulz @ Nov 2 2006, 05:19 PM) *

Did you make sure that DHCP was enabled on your router?

This is just a pure network error, and not necessarily a Linux error.

Also, try to disable your firewall for now, it is known to block out Internet access.

xboxrulz

Ok, I re-installed and put in another NIC card and lo and behold I'm online now! smile.gif Now my next project is getting dual monitors working since right now everything is being mirrored.

[N]F

Reply

Latest Entries

iGuest
I see that you fixed your problem by replacing with a different nic, but one thing you could try if this happens to you again is checking if forcedeth is being used as the nic module on a kernel pre 2.6.16. I had this problem with an on-board nvidia nic and to fix it I had to recompile my kernel to a newer version. There's an easy to follow howto for this at www.Howtoforge.Com, just search for "suse kernel."

-reply by geoff

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. suse ifconfig-eth0 - 28.41 hr back. (1)
  2. huawei and networkconfig and src - 123.66 hr back. (1)
Similar Topics

Keywords : suse, 10, 0, network

  1. Suse Linux Problem
    after download finish problem (4)
  2. Suse Linux
    (7)
    Have you ever heard of the linux operating system? Well suse linux is a distrubution of it. It is
    one of the best in my mind, and cheap to buy. A good site to buy it is http://amazon.com Also a
    good reference for linux begginers is this site: Lunetix reference site When you are on it, click
    on the download link to get a free copy. Have fun making your linux skills better! ....
  3. Suse Installation Question
    (17)
    I am about to install SuSe as of now, and it is currently installing it. But i am not so shure /
    happy with what i did. My question is in regard to the installation process and setting up the
    partition. I have 4 partitions on my 100GB HDD. 40 / 20 / 20 / 20. C: 40 - Windows , D: 20 - BLANK
    , E: 20 - BLANK , F: 20 - BLANK. While i got into the installation, SuSe prompted me with a
    proposal and i quiet didnt understand most of what was written. I went to the Documents section on
    SuSe but they dont have much on partitions. I went into the advanced options and saw all my p....
  4. Suse Repositories
    Anyone using SuSE ? (7)
    !! It's for SuSE users !! Which are the best repositories for Yum and YaST on SuSE ??
    Where can I find a repositorie with A LOT of LIBS that are needed commonly ? Is there a repository
    with packages such as PostgreSQL, PHP5, Mplayer, Lame, DVD::RIP, and many other apps for SuSE ? Are
    those rpm for Fedora compatible with SuSE ? And what about Mandrake RPMs ? /unsure.gif"
    style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> ....
  5. Suse 10.0 Won't Install?
    (17)
    I don't get this... I've downloaded the 5 (?) CD set of SuSE 10. It installs PERFECTLY
    however, the last step, the hardware thing (I forget what it is called), it quits on it and
    won't boot SuSE, it goes DIRECTLY into YaST and it's an endless loop... anyone else have
    similar install problems? Thanks! F....
  6. Suse Linux 10.0
    Help with Wireless card!!! (3)
    I recently installed Suse 10.0 on my Laptop, an ibm thinkpad 600x and I ran into a problem with the
    Wireless card. I'm pretty new to linux but I know a few things and i needed some help. It is a
    Belkin 806.11b wireless card i believe and its usb. For some reason linux does not find it and I
    don't know how to install the drivers for it. If anyone could help I would really aprreciate it.
    If you need any more information just tell me and I'll do my best to get it for you. If anything
    else could you tell me what kind of wireless card can i buy at the store that i....
  7. Suse Linux 10.1 Beta 2 Beta
    SUSE LINUX 10.1 Beta 2 beta (0)
    SUSE LINUX Professional Novell provides everything today's Linux user needs for home computing
    and computing-on-the-go. This product includes a Linux operating system plus dozens of essential
    integrated tools that showcase the latest that open source has to offer. Download File Size:
    667,000 KB....
  8. Suse Vs. Redhat
    Suse vs. Redhat (12)
    Suse is a great and now free distro of linux, it has great hardware support and have made it easy
    for a windows user to transfer to linux os. suse is completely open source, well at leas the open
    source version. Red hat on the other hand is very good and is used more for IT and big companies.
    NASA uses redhat so as dell and hp. but it is a commercial linux, and can get pretty expensive. its
    more for the engineer and IT pro. overall suse is best for the average user that wants an easy
    linux distro to get started with and never change. i personally recommend it my self....
  9. Please Help With Suse 10 And Adsl+
    canīt connect to the net with linux (21)
    Hi Peoples, I just installed SUSE Linux 10 on my PC, everything worked fine. BUT i canīt connect to
    the net... I do have a Huawei MT882 adsl+ Modem/Router what works fine on my windows installation.
    Please help, where do i have to start to keep on going. If you need some more specific info please
    pm me Thanks Blix....
  10. Suse Linux Enterprise Server 9
    (5)
    I'm wondering if anyone has ever used SuSE Linux Enterprise Server 9 as a regular desktop Linux
    distro? I use mine as a local test server, but I'm thinking of installing it on my laptop (it
    has mobile features in it!) and dual booting with XP. Maybe not in the near future or anything. It
    doesn't come with software like OpenOffice.org like some other versions have (Xandros for
    example, and I think Fedora Core 4) and it is very limited except on server stuff. Well, I am new to
    Linux so I wouldn't exactly know what 'limited' was on a Linux system. ....
  11. Suse And Dual Monitors
    it isn't working (1)
    I'm wondering if anyone can help me with my problem. I have Suse 9.2 on my computer and I
    recently added a second monitor. For some reason I can't get it set up correctly. My video
    card is a Radeon 9800. I think that might be some of my problem since Ati doesn't seem to have
    good driver support for linux. Anyway, I have Ati's drivers installed, not the ones that came
    with Suse. I ran the configuration utility that came with the drivers, and as far as I can tell I
    entered all the right settings. However, the X server refuses to start when I have bot....
  12. Linux SuSE detec you all hareware
    Yea SuSE detec all. (2)
    Yea SuSE heve the best tools. Mplayer, Xmms, OpenOfecce, K3B, FireFox etc.....
  13. Why SuSE is The Most Easy Beginner's Linux
    Do you now wy SuSE is the most ease linu (10)
    /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Yea, SuSE is the
    best linux to the linux beginer. /tongue.gif' border='0' style='vertical-align:middle'
    alt='tongue.gif' /> ....
  14. Now Linux is ease
    The linux SuSE 9.1 is most ease linux (9)
    /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> if you desire to do
    your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease. These
    linux make all to you. you don't need to make nothing. /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> ....

    1. Looking for suse, 10, 0, network






*SIMILAR VIDEOS*
Searching Video's for suse, 10, 0, network
advertisement




Suse 10.0: Can't Get On Network! Help Please!