LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-12-2002, 05:25 PM   #1
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Rep: Reputation: 30
Linksys TX100 Ethernet and RedHat 7.2


Hi I am a relative new to Linux and am having problems with my Linksys Ethernet Card. Originally upon boot the eth 0 search would occur (but the adapter would fail to initialise. I checked via ifconfig whether the adapter had an Ip address (it didnt) so I set the adapter to 192.168.1.1 (again via ifconfig) all seemed fine.
When I rebooted the adapter still failed during boot but now when i tried to use the ifconfig command to set an Ip address to the adapter I get the following error

192.168.1.1: error fetching interface information: Device not found

I have checked if the adapter is recognised via the GUI Hardware browser and it staes that the Linksys adapter is installed, however when using the network configuration tool all it picks up is my modem and when I try to select a card from the list of ethernet adapters to add I just get told my adapter couldnt be initialised.
Also now when I boot there is no attempt to find the Eth0 adapter. Please help me I am unsure what else to do!!!!!!
 
Old 05-13-2002, 12:05 AM   #2
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
this may not help at all but:


I have 2 of the same adapters in my box now, I am using RH 7.2 and both installed just fine by themselves when i installed Linux. The only time i get FAILED during boot is when there is nothing connected to the NIC. Are you sure you NIC is plugged into something else?? i.e. a router or another computer.
 
Old 05-13-2002, 06:09 AM   #3
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Absolutely sure, its plugged into the Linksys 5 port EtherFast Hub which in turn is connected to a Win 98 PC with the same TX100 Ethernet Card.
 
Old 05-13-2002, 01:36 PM   #4
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
-Make sure the card is physically installed correctly.

-Turn off Plug-N-Play support in your BIOS if you haven't already.

-Run lspci and verify that the card/chipset is correctly identified in the Ethernet Controller info.

-cat /proc/ioports should show the card and/or module assigned to a non-conflicting address range.

-cat /proc/interrupts should show eth0 assigned to a non-conflicting IRQ.

-If any of the above fail, try putting the NIC in a different PCI slot.

-lsmod shows that the correct module is loaded. If not, do modprobe modulename. To load the module at boot, put the following line in /etc/modules.conf:
alias eth0 modulename

-Assuming static IP addressing, /etc/sysconfig/network should contain the following
Code:
NETWORKING=yes
FORWARD_IPV4="no"
HOSTNAME="YourHostName"
DOMAINNAME="YourDomainName"
GATEWAY="IP_of_Gateway_Device"
GATEWAYDEV="eth0"
and /etc/sysconfig/network-scripts/ifcfg-eth0 should contain at least:
Code:
DEVICE="eth0"
BOOTPROTO="none"
IPADDR="192.168.1.1"
NETMASK="255.255.255.0"
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT="yes"

Last edited by DMR; 05-13-2002 at 01:40 PM.
 
Old 05-13-2002, 05:30 PM   #5
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Thanks;

Plug and Play is disabled in Bios (Had to disable to get sound card recognised)

Card is installed in PCI Slot correctly (Shows up in Win 98 and works perfectly)

IOPorts >OK (No conflicts)

IRQ > Card not present at all

The card also still isnt present in the Network configuration tool

I have also tried lsmod and get the following output: -

Module Size Used by
ppp_deflate 41760 0 (autoclean)
bsd_comp 4352 0 (autoclean)
ppp_async 6768 1 (autoclean)
ppp_generic 19392 3 (autoclean) [ppp_deflate bsd_comp ppp_async]
slhc 5504 1 (autoclean) [ppp_generic]
emu10k1 49584 0 (autoclean)
soundcore 4464 4 (autoclean) [emu10k1]
binfmt_misc 6416 1
autofs 11584 0 (autoclean) (unused)
ipchains 39232 0
ide-scsi 8320 0
scsi_mod 95792 1 [ide-scsi]
ide-cd 27040 0
cdrom 28640 0 [ide-cd]
mousedev 4448 1
hid 19120 0 (unused)
input 3840 0 [mousedev hid]
usb-uhci 21600 0 (unused)
usbcore 51808 1 [hid usb-uhci]
ext3 64624 2
jbd 41056 2 [ext3]

I cant see the network card installed (but I havent really any experience with modules either) If you now what module I need to load please let me know.

Also If you have any other suggestions please post again.

Last edited by dai; 05-13-2002 at 05:53 PM.
 
Old 05-14-2002, 05:28 PM   #6
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Original Poster
Rep: Reputation: 30
Ok I have now managed to get my Linksys Ethernet Card running in RH 7.2

I used instmod to install the tulip module and then used ifconfig to set the IP adress of the card.

I will say one thing it feels great after having Linux installed for only 3 Days to have solved my first major problem.

(Thanks for the help)

Last edited by dai; 05-14-2002 at 05:29 PM.
 
  


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
Ethernet Tulip 2 cards Linksys hyperlink1uk Linux - Hardware 0 02-28-2004 12:10 PM
Linksys Ethernet Probs ainissesthai Fedora 1 11-21-2003 06:39 PM
Help a newbie with his Linksys WUSB12 wireless ethernet badasscat Linux - Hardware 3 04-08-2003 08:12 PM
Ethernet woes with linksys router!! trickykid Slackware 11 05-09-2002 02:38 PM
LinkSys LNE100TX 10/100 Ethernet Card SnoozeButton Linux - Networking 15 02-26-2001 11:52 AM

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

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