LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-01-2006, 03:50 PM   #1
OpossumPetya
LQ Newbie
 
Registered: Dec 2005
Posts: 8

Rep: Reputation: 0
no internet connection (cable, router)


i've just installed my firt Linux (SUSE 10). went throught install basically ok. but now have some issues to resolve. i'll make separate threads for each. here's one of 'em:


I don't have internet connection.

* on the same computer i have Win98 and Win2k3 installed (multi-boot), both have connection to the i-net.
* im on cable internet through router (home lan)
* im a newbie

when i type any address in Konquerer it tellms "unknown host" of something like that.

please, point me to a direction what to check, install (i didn't install EVERYTHING of those 5 CDs, its possible i missed something needed), etc. to connect to internet.


Thanks in advance!
__
SUSE Linux 10
KDE 3.4.2 level "b"
Release 2.6.13-15-default
 
Old 01-01-2006, 05:59 PM   #2
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
post lspci, ifconfig, lsmod please. thanks.

For the newb part, you need to do this:
ALT+F2, konsole, type "su", type your password, type "/sbin/lspci", type "/sbin/ifconfig", type "/sbin/lsmod". and post everything back here. (copy it to a file, to a floppy, then get in windows then post it here)
 
Old 01-02-2006, 11:55 AM   #3
OpossumPetya
LQ Newbie
 
Registered: Dec 2005
Posts: 8

Original Poster
Rep: Reputation: 0
unfortunatelly no floppy drive on that PC, and i still didn't figure out how to see+use my Windows drives (i know SAMBA has something to do with it, but it appears not to be running, and i didn't figure out how to run it).

so i printed out the reults of those commands and typed below some of the results, skipping stuff thats deffinately not networking related and hopefully not that important for you to see. ifconfig results are complete.

Code:
lspci
00:0a.0 Communication Controller: Rockwell International HSF 56k Data/ax/Vioce/Spkr (w/ andset) Modem (Rev. 01)
00:0c.0 Ethernet Controler: Realtek Semiconductor Co., Ltd. RLT-8029(AS)

other stuff listed: Bridge, Host/PCI/ISA bridges, IDE Interface, USB Controller - all AMD;
Multimedia Audio - Enosoniq; VGA contr., Display conrtlr - both ATI; 



ifconfig (complete results)

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 pockets:47 errors:0 dropped:0 overruns:0 frame:0
	TX pockets:47 errors:0 dropped:0 overruns:0 carrier:0
	collisions:0 TX bytes:3415 (3.3 Kb)


lsmod
Module		Size	Used by
hfsplus			0
subfs			1
speedstep_lib		0
freq_table		0
button			0
ac			0
edd			0
ne2k_pci		0
8290			1 ne2k_pci
ic2_amd756		0
ic2_core		1 ic2_amd756
ohci_hcd		0
generic			0 [permanent]
shpchp			0
pci_hotplug		1 shpchp
lp			0
nls_iso8859_1		3
nls_cp437		3
vfat			3
fat			1 vfat
dm_mod			0
reiserfs		1
fan			0
thermal			0
amd74			0 [permanent]
skipped anything that included snd, radeon, button, battery, usb, ide, agp, gameport, processor, parport, and sizes as those didn't seemed related to the problem.


hopefully this is enough, if not i'll type up the rest. thanks.
 
Old 01-02-2006, 12:05 PM   #4
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
The realtek 8029 is a pretty common, and usually easily compatible little network card in linux. My guess is the configuration is off. You do not have an ip address, just the internal loop, which means you need to check your settings in the configuration in sax2. You may need to set some things you don't in Windows like gateway, DNS servers, even possibly an IP address if DHCP is just flatout not working. It also may not be starting at boot, but manually, which would be a problem.
 
Old 01-02-2006, 01:23 PM   #5
mnm_mc
Member
 
Registered: Sep 2004
Distribution: SuSE 10 & RedHat
Posts: 35

Rep: Reputation: 15
network settings

I had the same issue so here is what I did, if you are new like me and are able to get around linux you should be able to do this:

Find the IP address of your router and then....................

To edit network settings:

Go to the K Menu button and click it
Next go to System on the menu
Then to Control Center YaST
Then after that opens click on Network Devices
Then click on Network Card
When the config menu opens you should see your network card
Click the edit button and then manually configure it.

My settings on the Linux box are: for the PC 192.168.1.xxx Subnet 255.255.255.0
The DNS Server is my router at 192.168.1.1.

Under Routing configuration I have: Destination: 192.168.1.1
and for Gateway: 192.168.1.1


Hope that helps, mike
 
Old 01-02-2006, 01:59 PM   #6
mimithebrain
Member
 
Registered: Nov 2003
Location: ~
Distribution: Ubuntu 10.04
Posts: 843
Blog Entries: 1

Rep: Reputation: 30
my steps would be:

ifconfig eth0 up
dhcpcd eth0 OR pump -i eth0

For your windows thing there. it's this:
mkdir /mnt/windows
mount /dev/hda1 /mnt/windows

change hda1 to another thing if needed. hda1 means Primary Master harddrive, partition one.
 
  


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
distributing cable connection through adsl router fred22 Linux - Networking 10 08-15-2007 04:28 PM
My cable connection through router is like 56K connection ExtremeSupremacy Linux - Networking 1 07-10-2005 03:01 AM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM
Help with Router /Cable connection Soulex Linux - Networking 1 02-17-2003 12:19 PM
Linksys router and cable connection... Krycek Linux - Networking 2 05-09-2001 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:32 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