mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc Giger <gigerstyle@gmx.ch>
To: linux-kernel@vger.kernel.org
Subject: Re: Problem with PCMCIA 8139too
Date: Tue, 20 Aug 2002 13:07:25 +0200	[thread overview]
Message-ID: <20020820130725.6000c4fd.gigerstyle@gmx.ch> (raw)
In-Reply-To: <20020819111335.1ca1cabe.gigerstyle@gmx.ch>

sorry for again disturbing.......

after a suspend to disk (very slow:-( ) the card works.
but afer a suspend to ram still not..:-(

marc

On Mon, 19 Aug 2002 11:13:35 +0200
gigerstyle@gmx.ch wrote:

> Hi again...
> 
> The problem still exists...
> I also tried the newest kernel (2.4.20-pre3).
> 
> I think the 8139 driver is correct. The apm driver has a problem.
> 
> Explanation:
> 
> When I boot my Notebook without loaded the network and pcmcia driver then set it into sleeping mode and resume it later, then load all needed drivers, the card is recognised but does not work. Same problem.
> 
> Is it a problem with apm and pci-bus? (All other direct connected devices (Soundcard, graphiccard etc) working well).
> 
> Thank you
> 
> Marc Giger
> 
> 
> On Thu, 15 Aug 2002 21:55:23 +0200
> gigerstyle@gmx.ch wrote:
> 
> > Hi!
> > 
> > I have successfully installed the PCMCIA CardBus NIC with realtek 8139 chip. I'm using the yenta_socket module and of course the 8139too module.
> > 
> > As test I set up the interface with 
> > 
> > 	ifconfig eth0 192.168.0.5 up
> > 
> > and made a ping to another host.
> > 
> > Seems all to be ok.. no problems there.
> > 
> > 
> > When I put my Notebook in sleeping mode and resume it, ifconfig shows still the same network configuration, BUT now I can't ping any other hosts.
> > 
> > A
> > 	ifconfig eth0 down
> > and
> > 	ifconfig eth0 192.168.0.5 up
> > 
> > doesn't help.
> > 
> > Ping says only:
> > 
> > PING 192.168.0.1 (192.168.0.1) from 192.168.0.5 : 56(84) bytes of data.
> > From 192.168.0.5: icmp_seq=1 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=1 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=2 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=3 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=4 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=5 Destination Host Unreachable
> > From 192.168.0.5 icmp_seq=6 Destination Host Unreachable
> > 
> > --- 192.168.0.1 ping statistics ---
> > 10 packets transmitted, 0 received, +7 errors, 100% loss, time 9025ms
> > 
> > 
> > Have also tried many other things like reloading modules,
> > shutting down pcmcia before sleeping etc etc....
> > As last I used the hotplugging scripts...but also without success.
> > 
> > There are no errors in message or something else:-(
> > After a standby I have to reboot the Notebook for a proper working NIC:-(
> > 
> > Is there any way that it will work? I like standby and hate booting;-)
> > 
> > Other cards have no problems (older realtek, aironet 340) but they aren't cardbus.
> > 
> > 
> > /varr/log/messages:
> > 
> > Aug 15 21:18:59 vaio kernel: cs: cb_alloc(bus 6): vendor 0x10ec, device 0x8139
> > Aug 15 21:18:59 vaio kernel: PCI: Enabling device 06:00.0 (0000 -> 0003)
> > Aug 15 21:19:00 vaio cardmgr[533]: socket 1: CardBus hotplug device
> > Aug 15 21:19:00 vaio kernel: 8139too Fast Ethernet driver 0.9.25
> > Aug 15 21:19:00 vaio kernel: PCI: Setting latency timer of device 06:00.0 to 64
> > Aug 15 21:19:00 vaio kernel: eth0: RealTek RTL8139 Fast Ethernet at 0xccb99000, 00:30:4f:1d:53:7a, IRQ 9
> > Aug 15 21:19:00 vaio kernel: eth0:  Identified 8139 chip type 'RTL-8139C'
> > Aug 15 21:19:00 vaio insmod: Using /lib/modules/2.4.19/kernel/drivers/net/mii.o
> > Aug 15 21:19:00 vaio insmod: Symbol version prefix ''
> > Aug 15 21:19:00 vaio insmod: Using /lib/modules/2.4.19/kernel/drivers/net/8139too.o
> > Aug 15 21:19:19 vaio kernel: eth0: Setting 100mbps half-duplex based on auto-negotiated partner ability 40a1.
> > 
> > Loaded modules:
> > 
> > Module                  Size  Used by    Not tainted
> > 8139too                14272   1
> > mii                     1056   0  [8139too]
> > soundcore               3268   0  (autoclean)
> > ipv6                  124928  -1  (autoclean)
> > ds                      6368   2
> > yenta_socket            8704   2
> > pcmcia_core            34240   0  [ds yenta_socket]
> > isa-pnp                27388   0  (unused)
> > joydev                  6816   0  (unused)
> > evdev                   4096   0  (unused)
> > mousedev                3808   1
> > hid                    18944   0  (unused)
> > usbmouse                1792   0  (unused)
> > input                   3072   0  [joydev evdev mousedev hid usbmouse]
> > uhci                   23816   0  (unused)
> > usbcore                54272   1  [hid usbmouse uhci]
> > nls_iso8859-1           2848   1  (autoclean)
> > nls_cp437               4384   1  (autoclean)
> > 
> > 
> > Ah before I forget: I'm using Kernel Version 2.4.19
> > 
> > More info needed? No problem..
> > 
> > 
> > Marc Giger
> > 
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
> > 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/
> 

      reply	other threads:[~2002-08-20 11:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-15 19:55 gigerstyle
2002-08-19  9:13 ` gigerstyle
2002-08-20 11:07   ` Marc Giger [this message]

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=20020820130725.6000c4fd.gigerstyle@gmx.ch \
    --to=gigerstyle@gmx.ch \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®