LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-14-2002, 10:35 PM   #31
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30

heh.. thats a lower case "L" man.. "lsmod"
 
Old 11-14-2002, 10:35 PM   #32
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
DOH!
 
Old 11-14-2002, 10:39 PM   #33
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
Ok after I LSmod the thing i put it to a txt file then when I do a modprobe is says unable to find module something.txt .... so I the lsmod doesnt change..
 
Old 11-14-2002, 10:48 PM   #34
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
Module Size Used by Not tainted
autofs 11940 0 (autoclean) (unused)
natsemi 18472 0
ide-scsi 9312 0
scsi_mod 103904 1 [ide-scsi]
ide-cd 29856 0
cdrom 33184 0 [ide-cd]
usb-uhci 23492 0 (unused)
usbcore 71168 1 [usb-uhci]
ext3 64448 5
jbd 47608 5 [ext3]


those are ther results from the 1st lsmod... But again, the netprobe -t * , doesnt work because it says something about can not load module something.txt (which i know modules are not txt files... i think.. lol)
 
Old 11-14-2002, 10:50 PM   #35
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
copy and past that results in to a courier font based program (not notepad though ) and it should line up
 
Old 11-14-2002, 10:52 PM   #36
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30
okay... it doesn't matter... it shows that the module is loaded for your network card at the first "lsmod".

Okay.. what does "ifconfig -a " show?

Also, what about hostnames? You said your ISP gave you two IP addresses, did they give you two hostnames for your systems as well?

-K.
 
Old 11-14-2002, 10:59 PM   #37
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
No they didnt give me hostnames but JUST to make sure I am not bypassing something because you said that windows doesn't need it, I sent them an email and will have the results by the time I get back from school. They are fairl good with their email tech support... Anyway.. to ifconfig -a. brb testing...
 
Old 11-14-2002, 11:02 PM   #38
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
Uhh Ok I did Ifconfig -a and it brought back an eth0.. But no Ip address. And where does the output info go to... ?
 
Old 11-14-2002, 11:09 PM   #39
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
Ok I exported it with the > asfd.txt command as an experiment, and ta da, it worked. here are the results.

------
eth0 Link encap:Ethernet HWaddr 00:02:E3:1D:45:2E
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:2360 (2.3 Kb)
Interrupt:5 Base address:0x6000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:70 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4582 (4.4 Kb) TX bytes:4582 (4.4 Kb)
 
Old 11-14-2002, 11:17 PM   #40
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30
hrmmm

Card is loaded an recognized.... did you say that you were not getting a link light on the switch/hub for this connection?

-K.
 
Old 11-14-2002, 11:36 PM   #41
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
yes, you are correct. no link lights.. i will try my working cable but I already tried it.. wait better idea. i will take the cable right now, plug it in to another one and create a loop. cable tester...
 
Old 11-14-2002, 11:39 PM   #42
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
got link lights. poor cable quality. But before a couple hours ago.. i lent my good cable to a friend.. So dont think the work wasnt for nothing. Plus I still have to test it online.
 
Old 11-14-2002, 11:40 PM   #43
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
didnt work. . But I have link lights... So now what?? I am restarting just to make sure...
 
Old 11-14-2002, 11:42 PM   #44
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30
Okay... Link Lights are a MUST. If all else is right, and you now have lights, you should be able to just "service network restart" and have it work.


K
 
Old 11-14-2002, 11:43 PM   #45
linuxquestions.fructose
LQ Newbie
 
Registered: Nov 2002
Posts: 29

Rep: Reputation: Disabled
I restarted. eth0 no longer says failed.. I am getting exicted. If this works. You get pass to my private CS Server. All I can offer , sorry... But... it's still cool. And if you dont have half-life give the ip to some friends for a personal server... If i can give you rcon to if youwant
 
  


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
Netgear MA521 (RTL8180) problem with AirPort AP and Red Hat 9 routedashf Linux - Networking 2 12-15-2003 02:21 PM
Red Hat 9 and FA311 tysonbarber Linux - Networking 5 11-30-2003 11:53 AM
Red Hat 9.0 NetGear FA311 Nic Problem! Midnight Rain Linux - Networking 1 05-16-2003 10:10 PM
Red Hat 8.0 & Netgear NIC FA311 Confusid Linux - Networking 11 01-08-2003 06:20 PM
FA311 and Red Hat problems Mike91 Linux - Networking 0 02-17-2001 03:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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