LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-03-2007, 08:04 PM   #1
flycast
Member
 
Registered: Jul 2006
Posts: 89

Rep: Reputation: 15
HELP - Linksys LNE100TX NIC on Debian machine


Can anybody give me a clue on how to install and configure a second NIC on my Debian machine. I am new to Linux. I already have a 3Com NIC in and working fine. I just plugged and played on that one so I didn't have to configure. Now I am attempting to set up the Debian machine as a proxy server for my small network.

Any help with a linux nubee would be appreciated!

Last edited by flycast; 02-03-2007 at 08:29 PM.
 
Old 02-03-2007, 08:36 PM   #2
flycast
Member
 
Registered: Jul 2006
Posts: 89

Original Poster
Rep: Reputation: 15
I have found the following files on the CD that came with it. I mistakenly assumed that becuase the only OS's that were listed on the box were windows that there would be no linuix stuff. The problem is...what do I do with these?
/root/Desktop/untitled folder/tulip.c
/root/Desktop/untitled folder/pci-scan.h
/root/Desktop/untitled folder/pci-scan.c
/root/Desktop/untitled folder/makefile
/root/Desktop/untitled folder/kern_compat.h
 
Old 02-03-2007, 08:51 PM   #3
combatbob
LQ Newbie
 
Registered: Aug 2005
Location: Killeen, Texas
Distribution: Ubuntu as of late
Posts: 25

Rep: Reputation: 15
What to do

Those are the files needed to compile into / with the kernel. I'm not to familiar with Debian, however some sites, such as linksys will have a tech support/download page where you would find an appropriate program to install that same software for you. Just a possibility. If you look even further maybe you will find a trouble shooting section. Usually not needed for Debian RPM's

Last edited by combatbob; 02-03-2007 at 08:53 PM.
 
Old 02-03-2007, 09:35 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Run "ifconfig" to see if it didn't just "install itself". If there's no sign of it, then run "modprobe tulip" and then run "ifconfig" again to see if it's there.
 
Old 02-03-2007, 10:10 PM   #5
flycast
Member
 
Registered: Jul 2006
Posts: 89

Original Poster
Rep: Reputation: 15
Nope...That did not fix it.

Quote:
debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50A:1F:CC:14
inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15383 errors:0 dropped:0 overruns:30 frame:0
TX packets:10369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6316690 (6.0 MiB) TX bytes:1333553 (1.2 MiB)
Interrupt:3 Base address:0xdc00

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:50051 errors:0 dropped:0 overruns:0 frame:0
TX packets:50051 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13738042 (13.1 MiB) TX bytes:13738042 (13.1 MiB)

debian:~# modprob tulip
bash: modprob: command not found
debian:~# modprobe tulip
/lib/modules/2.4.27-3-386/kernel/drivers/net/tulip/tulip.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.27-3-386/kernel/drivers/net/tulip/tulip.o: insmod /lib/modules/2.4.27-3-386/kernel/drivers/net/tulip/tulip.o failed
/lib/modules/2.4.27-3-386/kernel/drivers/net/tulip/tulip.o: insmod tulip failed
debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50A:1F:CC:14
inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15410 errors:0 dropped:0 overruns:30 frame:0
TX packets:10372 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6318310 (6.0 MiB) TX bytes:1333733 (1.2 MiB)
Interrupt:3 Base address:0xdc00

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:50051 errors:0 dropped:0 overruns:0 frame:0
TX packets:50051 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13738042 (13.1 MiB) TX bytes:13738042 (13.1 MiB)

debian:~#
I am guessing that I need to somehow compile the tulip.c, that becomes tulip.o and then place that in /lib/modules/2.4.27-3-386/kernel/drivers/net/tulip/ ? How would I do that?

Last edited by flycast; 02-03-2007 at 10:14 PM.
 
Old 02-03-2007, 10:19 PM   #6
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Oh, 2.4. I don't have a clue about tulip drivers for 2.4. Have you considered installing something a bit more modern? I've been using debian etch for several weeks and it works just fine.
 
  


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
LINKSYS LNET100TX or LINKSYS LNE100TX rsuave Linux - Newbie 6 12-04-2004 06:43 PM
Linksys LNE100TX installation on Debian firefly2442 Linux - Networking 2 03-19-2004 12:39 PM
linksys lne100tx on slackware barazor Linux - Networking 5 12-28-2003 07:33 AM
need help with connecting to internet using DSL (NIC is Linksys LNE100TX v.4) rende Linux - Hardware 4 04-29-2002 10:08 PM
Linksys LNE100TX and RH 7.2 splattermark Linux - Networking 1 02-22-2002 02:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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