I'm unable to ftp at more than 10-20 Kbytes / s through a network on which I usually get 400-800 Kbytes / s. This makes my network connection almost unuseful. Below you find a profile of my configuration: 1) relevant /var/log/messages 2) /proc/interrupts 3) /proc/devices 4) lsmod 5) cardctl 6) /etc/pcmcia/config.opts I'd be very grateful for any help / suggestion ! best regards, Nicola 1) lt28:[log]# more /var/log/messages Jan 13 16:54:56 lt28 kernel: cs: cb_alloc(bus 5): vendor 0x10b7, device 0x5157 Jan 13 16:54:56 lt28 cardmgr[381]: initializing socket 1 Jan 13 16:54:56 lt28 cardmgr[381]: socket 1: 3Com 3CCFE575B/3CXFE575B Fast EtherLink XL Jan 13 16:54:56 lt28 cardmgr[381]: executing: 'insmod /lib/modules/2.2.13-14/pcm cia/cb_enabler.o' Jan 13 16:54:56 lt28 cardmgr[381]: executing: 'insmod /lib/modules/2.2.13-14/pcm cia/3c575_cb.o' Jan 13 16:54:56 lt28 kernel: 3c59x.c:v0.99L 5/28/99 Donald Becker http://cesdis. gsfc.nasa.gov/linux/drivers/vortex.html Jan 13 16:54:56 lt28 kernel: cs: cb_config(bus 5) Jan 13 16:54:56 lt28 kernel: fn 0 bar 1: io 0x400-0x47f Jan 13 16:54:56 lt28 kernel: fn 0 bar 2: mem 0x60043000-0x6004307f Jan 13 16:54:56 lt28 kernel: fn 0 bar 3: mem 0x60042000-0x6004207f Jan 13 16:54:56 lt28 kernel: fn 0 rom: mem 0x60022000-0x60041fff Jan 13 16:54:56 lt28 kernel: vortex_attach(bus 5, function 0, device 5157) Jan 13 16:54:56 lt28 kernel: eth0: 3Com 3CCFE575 Cyclone CardBus at 0x400, 00:1 0:4b:f6:a1:57, IRQ 9 Jan 13 16:54:56 lt28 kernel: eth0: CardBus functions mapped 60042000->84058000 Jan 13 16:54:56 lt28 kernel: 8K byte-wide RAM 5:3 Rx:Tx split, MII interface. Jan 13 16:54:56 lt28 kernel: MII transceiver found at address 0, status 7809. Jan 13 16:54:56 lt28 kernel: Enabling bus-master transmits and whole-frame rec eives. Jan 13 16:54:56 lt28 cardmgr[381]: executing: './network start eth0' 2) lt28:[sysconfig]# more /proc/interrupts CPU0 0: 291492 XT-PIC timer 1: 2659 XT-PIC keyboard 2: 0 XT-PIC cascade 8: 1 XT-PIC rtc 9: 5026 XT-PIC eth0 11: 0 XT-PIC i82365 12: 77595 XT-PIC PS/2 Mouse 13: 1 XT-PIC fpu 14: 17031 XT-PIC ide0 15: 22369 XT-PIC ide1 NMI: 0 3) lt28:[sysconfig]# more /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 7 vcs 10 misc 29 fb 36 netlink 128 ptm 136 pts 254 pcmcia Block devices: 3 ide0 9 md 22 ide1 4) lt28:[nicola]> /sbin/lsmod Module Size Used by ide-cd 24628 0 (autoclean) cdrom 13592 0 (autoclean) [ide-cd] 3c575_cb 18728 2 cb_enabler 2216 2 [3c575_cb] ds 5896 2 [cb_enabler] i82365 28180 2 pcmcia_core 49888 0 [cb_enabler ds i82365] nls_iso8859-1 2052 1 (autoclean) nls_cp437 3548 1 (autoclean) vfat 10620 1 (autoclean) fat 31616 1 (autoclean) [vfat] lt28:[nicola]> more /var/run/stab Socket 0: empty Socket 1: 3Com 3CCFE575B/3CXFE575B Fast EtherLink XL 1 network 3c575_cb 0 eth0 5) lt28:[nicola]# /sbin/cardctl config Socket 0: not configured Socket 1: Vcc 3.3V Vpp1 3.3V Vpp2 3.3V interface type is "cardbus" irq 9 [exclusive] [level] function 0: io 0x0400-0x047f [32bit] lt28:[nicola]# /sbin/cardctl ident Socket 0: no product info available Socket 1: product info: "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001" manfid: 0x0101, 0x5157 function: 6 (network) 6) # # Local PCMCIA Configuration File # # System resources available for PCMCIA devices # include port 0x100-0x4ff, port 0x1000-0x17ff include memory 0xc0000-0xfffff include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff # # Extra port range for IBM Token Ring # include port 0xa00-0xaff # # Resources we should not use, even if they appear to be available # # First built-in serial port exclude irq 4 # Second built-in serial port exclude irq 3 # First built-in parallel port exclude irq 7 # As per the HOWTO, exclude 0x2f8-0x2ff exclude port 0x2f8-0x2ff # # Examples of options for loadable modules # # To fix sluggish network with IBM ethernet adapter... #module "pcnet_cs" opts "mem_speed=600" # # Options for Xircom Netwave driver... #module "netwave_cs" opts "domain=0x100 scramble_key=0x0" # # Options for IBM Token Ring adapters #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000" |
Messages