From: pa3gcu <pa3gcu@zeelandnet.nl>
To: Amin <raihan@citech-bd.com>, linux-newbie@vger.kernel.org
Subject: Re: Network card and kernel module problems
Date: Mon, 3 Feb 2003 16:55:08 +0000 [thread overview]
Message-ID: <03020316550804.19519@unix.pa3gcu> (raw)
In-Reply-To: <000301c2cb7d$184dd620$eb6510ac@citechbd.com>
On Monday 03 February 2003 12:09, Amin wrote:
> Hi Richard,
>
> > Then that means the card was detected and the module was loaded, have
>
> you
>
> > done what it says.????
>
> I have made sure that the hardware works. In fact, I dual-boot Windows 98
> on the same machine and Windows never has any problems with the card,
> including now.
>
> > You may need to use dhcpcd with options to obtain a IP# from your isp.
> > IE, hostname ??.
>
> Do you mean that I have to set up a DHCP server on my machine and
> configure it ... ? I sure hope there's an easier way than that ... .
No, dhcpcd is the "client" that contacts a server, the server being your
ISP's machine. So no you dont need to setup a server.
I was under the impression that you use dhcp top obtain a IP#.
>
> I'm beginning to think I've mixed up different kernel module dependencies.
> The short story is I need help sorting out the modules for use with my two
> kernels: 2.4.18-14 and 2.4.18-14custom. The long story is: when I
> originally installed RH8.0 and found it didn't already support my NIC, I
> recompiled the kernel with
Dependancies is a big word when it comes to modules, most dependacy problems
arise because of misconfiguration in /etc/modules.conf and not when compiling
a new kernel, or tho' that can sometimes be the case.
>
> make xconfig; make dep; make modules; make modules_install; make bzImage
>
> and tried to boot the new kernel. Eventually I got it to boot, but it
> failed to detect/insert a lot of modules, which seems strange in
> retrospect because I think I actually specified only one loadable module;
> all the others were built-in. I recompiled again, with the same results.
> A lot of error messages courtesy of depmod as it tries to find module
> dependencies --- things like input.o, soundcore.o, etc. I've recompiled
> twice after that, with a slightly different command order:
AFAIK, all recent distribution kernel verstions will support most all
ethernet cards, unless of course your card is the newest of the newest.
So this means you should be able to use the kernel which was installed when
you installed Linux, be it what ever distro...
What you must make sure is that "modprobe" knows which driver to use, this
can be done via /etc/modules.conf
alias eth0 8139too # a Realtech 8139A/B or C type chip.
To be honest i have forgotten what type of card you have and all your other
details, i cleaned out my mailbox this morning and i seem to have deleted
mails replyed too as well.
>
> make xconfig; make dep; make bzImage; make modules; make modules_install
Use;
make dep clean bzImage modules modules_install
>
> But still I get the same module dependency problems during boot. Help!
It would be better to show us the error messages, then we can advise more
precisly, to say anything now would be pure guess work.
>
> Yawar Amin
>
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2003-02-03 16:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-02 15:56 Network card and kernel module problems Amin
2003-02-02 16:15 ` pa3gcu
2003-02-03 12:09 ` Amin
2003-02-03 16:55 ` pa3gcu [this message]
2003-02-04 21:52 ` whitnl73
2003-02-03 17:24 ` Ray Olszewski
2003-02-05 4:47 ` Amin
2003-02-05 6:21 ` Ray Olszewski
2003-02-05 20:24 ` whitnl73
-- strict thread matches above, loose matches on Subject: below --
2003-02-05 15:24 Whitnl73@juno.com
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03020316550804.19519@unix.pa3gcu \
--to=pa3gcu@zeelandnet.nl \
--cc=linux-newbie@vger.kernel.org \
--cc=raihan@citech-bd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.