Ethernet does not wok with kernel 2.6.15

Vincent Laisney vincent.laisney at gmx.net
Tue Jun 6 15:34:50 EDT 2006


Hi!

Thank you very much for the answer.
Without Ethernet I must use another computer to answer.
> -------- Original-Nachricht --------
> On Mon, Jun 05, 2006 at 06:58:36PM +0200, Vincent Laisney wrote:
> > 
> > It seems to me that the problem is the "io base 0x3300".
> > 
> > I have found that this address is outside of the IO-Window of the 
> PCI-card:
> 
> That's not problematic, as the PCI IO window is only relevant to CardBus
> cards, and you use a PCMCIA card here. What's the "lspcmcia -vv" output if
> the card is inserted?
I had actually tried to limit the ioport range with:
#include port 0x3000-0x30ff
#include port 0x3400-0x34ff
#include port 0x3800-0x38ff
#include port 0x3c00-0x3cff
but it did not work. I got a "no ioport range available"-error.

Here is the ouput of lspcmcia -vv:
-=-=-=-=-
Socket 0 Bridge:       [yenta_cardbus]     (bus ID: 0000:02:04.0)
    Configuration:    state: suspended    ready: yes
            Available IRQs: 3, 5, 11
            Available iomem:    0x00000100 - 0x000001ff
                        0x00000210 - 0x000004cf
                        0x000004d8 - 0x000004ff
                        0x00000a00 - 0x00000aff
                        0x00000c00 - 0x00000cf7
                        0x00003000 - 0x00003fff
            Available ioports:    0x000c0000 - 0x000fffff
                        0x30000000 - 0x33ffffff
                        0x34000000 - 0x38ffffff
                        0x60000000 - 0x60ffffff
                        0xa0000000 - 0xa0ffffff
Socket 1 Bridge:       [yenta_cardbus]     (bus ID: 0000:02:04.1)
    Configuration:    state: suspended    ready: yes
            Voltage: 5.0V Vcc: 5.0V Vpp: 0.0V
            Available IRQs: 3, 5, 11
            Available iomem:    0x00000100 - 0x000001ff
                        0x00000210 - 0x000004cf
                        0x000004d8 - 0x000004ff
                        0x00000a00 - 0x00000aff
                        0x00000c00 - 0x00000cf7
                        0x00003000 - 0x00003fff
            Available ioports:    0x000c0000 - 0x000fffff
                        0x38100000 - 0x38ffffff
                        0x60000000 - 0x60ffffff
                        0xa0000000 - 0xa0ffffff
Socket 1 Device 0:    [pcnet_cs]        (bus ID: 1.0)
    Configuration:    state: suspended
    Product Name:   PCMCIAs Fast Ethernet+56K ComboCard 
    Identification:    manf_id: 0x0143    card_id: 0xc0ab
            function: 0 (multifunction)
            prod_id(1): "PCMCIAs" (0xdcfe12d3)
            prod_id(2): "Fast Ethernet+56K ComboCard" (0x615f1bfd)
            prod_id(3): --- (---)
            prod_id(4): --- (---)
Socket 1 Device 1:    [serial_cs]        (bus ID: 1.1)
    Configuration:    state: suspended
    Product Name:   PCMCIAs Fast Ethernet+56K ComboCard 
    Identification:    manf_id: 0x0143    card_id: 0xc0ab
            function: 0 (multifunction)
            prod_id(1): "PCMCIAs" (0xdcfe12d3)
            prod_id(2): "Fast Ethernet+56K ComboCard" (0x615f1bfd)
            prod_id(3): --- (---)
            prod_id(4): --- (---)
-=-=-=-=-=-=-=-=-=-=
When I insert the card, I get always the same error:
eth%%d: pcnet_reset_8390() did not complete.
pcnet_cs: unable to read hadware net address for io base 0x3300

Here are the relevant modules from lsmod:
serial_cs
pcnet_cs
8390
pcmcia
yenta_socket
rsrc_nonstatic
pcmcia_core
--------------
Thank you a lot.

Vincent Laisney
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer



More information about the linux-pcmcia mailing list