LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2008, 04:15 PM   #1
wdave58
Member
 
Registered: Aug 2006
Location: Richardson, TX
Distribution: Slackware 12.0
Posts: 63

Rep: Reputation: 15
Suse 10.0 user, need HELP making network connection active


everyone,,,,,
installed a new motherboard, installed linux 10.0 by CD, YAST installed a network connection (although there is no way to know how to pick the LAN card out of the list) i had to use the "ADD" button, the card was not "detected" ...
it resides on the sys tray as an "X" when i click on the eth-0 system named connection nothing happens ...
when i ck for connectivity i get an error message that "no active connection" ... so i have a Motorolla Cable Modem with an IP on it and a network card set up but Suse tells me it is not active .. i thought to make the connection active all i needed to do was click the eth-0 connection in the dialog box ......
i will try the if config command from shell ... any other suggestions??
also, ip is 127.0.0.1 (loopback) and when i try the ifconfig command i get a sub net mask of 255.0.0.0 ....
when i use ifcongig eth0 up in shell i get "no device exists" ...
the on-board LAN is ENABLED in the BIOS ....
any help would be greatly appreciated !!!!!!!
i desperately need to upgrade from the mirror servers to 10.3 i am having alot of trouble with my new IDE drive and the LCD monitor horizontal refresh rates ....
thanks,
dave

Last edited by wdave58; 04-24-2008 at 05:14 PM. Reason: had updated ip address and info about the network card
 
Old 04-24-2008, 05:38 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Run the "sudo /sbin/lspci -v" command to determine the make & controller that the NIC uses. You may simply need to modprobe the kernel module. If this is a grand spanking new model motherboard, you may need to update to a more recent kernel or install 10.3 so that it is supported.
 
Old 04-25-2008, 11:22 AM   #3
wdave58
Member
 
Registered: Aug 2006
Location: Richardson, TX
Distribution: Slackware 12.0
Posts: 63

Original Poster
Rep: Reputation: 15
so just go buy a new set of setup cds????

how would i get 10.3 without being able to access the internet through the network card to download it???
do i need to just go buy new cd's???
i installed a netgear card and same result as the on-board one ...
had a thought though ... is it possible that since the motherboard/hdd is not supported in 10.0 that when i use cd1 to boot from that this procedure disables the network adapters ????
all i'm left with is 127.0.0.1 and 255.0.0.0 with one adapter in hwinfo is lo the other loopback, neither the onboard LAN or the Netgear is being seen by Linux ....
i will keep the line command though, i get much the same info from hwinfo ..... just seems that nothing i do including rcnetwork restart and ifup eth-0 and ifup eth-netgear get Linux to recognize the two cards .... again it might be because i am booting from the CD .... and this is because i cannot get the system booted from the HDD .... thought i could boot with the CD and get to the internet and downloac 10.3 ... but i guess i thought wrong ....
so, my option is to go and buy some newer linux cds ????
and what is "modprobe" the kernel ... how is this accomplished ,,, have not heard of this before ....
thank you for your response and long-live Linus and Linux

Last edited by wdave58; 04-25-2008 at 11:25 AM.
 
Old 04-25-2008, 08:33 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Please post the lspci results for your interface. The first step is to identify the device. The next step is to determine which kernel module controls the device. Then you can enter the "lsmod" command to determine if that kernel is loaded.

If may be that the device is new and not recognized but a driver you do have would work. In that case, you could add the name of the module to /etc/sysconfig/kernel.
Code:
## Type:                string
## ServiceRestart:      boot.loadmodules
#
# This variable contains the list of modules to be loaded
# once the main filesystem is active
# You will find a few default modules for hardware which
# can not be detected automatically.
#
MODULES_LOADED_ON_BOOT=""
The "modprobe" command is run as root to load in kernel modules. Using Google, an HCL or the kernel source documentation you could identiy which module needs to be loaded. Then running "sudo /sbin/modprobe <module_name>" will cause the device to be recognised. After that, rerun YaST2 to configure the device.

Another thing that can trip you up is using a kernel boot option in grub such as "noacpi" which may disable autodetection.

Last edited by jschiwal; 04-25-2008 at 08:49 PM.
 
Old 04-26-2008, 11:01 AM   #5
wdave58
Member
 
Registered: Aug 2006
Location: Richardson, TX
Distribution: Slackware 12.0
Posts: 63

Original Poster
Rep: Reputation: 15
too much grief

too much grief, just went and bought cds for slackware updated summer 2007, it found network connection just fine out of the box, can't imagine a suse installation requiring no network connections on cd boot!!!!
almost went back to windows ,,,, don't have but 7 days a week to work on linux problems !!!!!!
 
  


Reply



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
No network connection SUSE Stu Badaso Linux - Networking 2 06-23-2005 03:05 PM
Network connection on Suse 9.1 elliott6 Linux - Newbie 3 02-16-2005 11:18 AM
Making a broadband connection with SUSE muscroft Linux - Newbie 3 02-02-2005 05:09 PM
Making Linux 'detect' a network connection BruDog Linux - Networking 5 10-13-2004 11:03 AM
making active windows appear as buttons in the 'taskbar' in fluxbox scuzzman Linux - Newbie 4 06-23-2004 11:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:08 PM.

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