TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:9143] DSL woes: teh revenge
Here are a few things you'll want to check. Make sure you have the module
file for the card you're using. For a 3C905, you want to use the 3c59x
module. So look for /lib/modules/2.2.5-22/net/3c59x.o, replacing my
"2.2.5-22" with your appropriate kernel version.
Check your /etc/conf.modules to make sure you have a line like this:
alias eth0 3c59x
If you have both of those, then try:
# insmod 3c59x
to install the module. Then run ifconfig again to see if it worked. If
it did, you can start the network by rebooting, or by typing whatever
command is appropriate on your system, on mine it's
#/etc/rc.d/init.d/network start
Good luck,
Chris
On Tue, 12 Oct 1999, Nathaniel Moore wrote:
> ok, It seems to be set up properly when I use OpenLinux's gui set up. It
> detects and all (3com 3c900). Is there another way (maybe text based) that
> I would set this up?
>
> -nate
>
> At 01:09 PM 10/12/99 -0700, you wrote:
> >Shouldn't you see eth0 also (along with lo) ?
> >lo is just a loopback device.
> >eth0 is actual ethernet interface.
> >So that is obvious problem, right there.
> >Your ethernet is not configured.
> >
> >-Mandar
> >
> >--- Nathaniel Moore <nmoore1@uswest.net> wrote:
> >> Ok, I am still unable to connect, but I ran ifconfig
> >> like some people
> >> asked, and here are the scores:
> >>
> >> lo Link encap:Local Loopback
> >> inet addr:127.0.0.1 Mask 255.0.0.0
> >> UP LOOPBACK RUNNING MTU:3924 Metric:1
> >> Rx Packets: 40001 errors:0 dropped:0 overruns:0
> >> frame:0
> >> Tx packets: 40001 errors:0 dropped:0 overruns:0
> >> carrier:0
> >> collisions:0 txqueuelen:0
> >>
> >> so lots of zeros. I should probably point out that
> >> I am runnung the
> >> crossover cable directly into my computer from the
> >> router, and not using a
> >> hub. Dual (actually triple) boot machine.
> >>
> >> thanks for any other help.
> >> __________________________________________
> >> Nathaniel Moore (nmoore@pressenter.com)
> >> Computer Science major U of MN
> >> few things are funnier than when monkeys
> >> get ahold of some pies...
> >> __________________________________________
> >>
> >>
> >---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> >> tclug-list-unsubscribe@mn-linux.org
> >> For additional commands, e-mail:
> >> tclug-list-help@mn-linux.org
> >>
> >>
> >
> >
> >=====
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Bid and sell for free at http://auctions.yahoo.com
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> >For additional commands, e-mail: tclug-list-help@mn-linux.org
> >
> >
> >
> __________________________________________
> Nathaniel Moore (nmoore@pressenter.com)
> Computer Science major U of MN
> few things are funnier than when monkeys
> get ahold of some pies...
> __________________________________________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>