This response needs a bit of clarifying. See below.

At 07:18 AM 8/24/2004 +0300, Marko Nurmenniemi wrote:
Héctor Hoshi wrote:

Esteemed friends:
I am trying to configure 2 ne isa cards with 0x300,5
and 0x320,11 like io,irq.

No matter I do I did not get up those interfaces.

I am configuring bering uclibc 2.2 with an adsl modem
conection through eth0.

Any idea about how to isolate the trouble then
identify the specific problem ?, How I had to
configure modules to load these cards ?.

Thanks in advance
Héctor

the config should go like this

ne io=0x300,0x320 irq=5,11

This is an entry in /etc/modules . It needs to be preceded by an entry for a module that ne.o depends on, called (I think) 8390. Usually, ne.o can detect IRRs and only needs the io= part specified explicitly.


From the command line (for testing purposes), you would, as root, enter two commands:

        insmod 8390.o
        insmod ne.o io=0x300,0x320

Of course, versions of both modules appropriate to your kernel need to be present in your modules.lrp package.

Have you checked that you have the correct io & irq for those cards?
Is the correct driver in /lib/modules with depencies met?
What messages do you have  in logs/booting?

If you still have problems, you really need to post either relevant log or dmesg entries about module configuration at boot/int, or the EXACT results of your running the commands by hand.


Also, "did not get up those interfaces" is an ambiguous problem descirption. Do you mean that the interfaces are not created or that they are not initialized? After boot/init, see if the interfaces exist with the command "ip link show" or by looking in /proc/net/dev for entries for them. If they exist, then the modules part is okay, and you need to figure out why they are not getting configured (that is, not getting IP addresses assigned to them). I mention this because getting an interface "up" usually refers to configuring the interface, not to creating it.






------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to