Package: pcmcia-cs
Version: 3.2.8-5.2
Followup-For: Bug #336909

I don't have hotplug installed, and cardmgr is not bringing eth0 up anymore. I 
did:

1. Unset REFRAIN_FROM_IFUP in /etc/default/pcmcia
2. Added 'allow-hotplug eth0' to /etc/netork/interfaces

But cardmgr doesn't bring the interface up just the same.

I noticed these, in /etc/pcmcia/network.opts

    # Extra stuff to do after setting up the interface
    start_fn () { return; }
    # Extra stuff to do before shutting down the interface
    stop_fn () { return; }

and changed them to what they used to be:

    # Extra stuff to do after setting up the interface
    start_fn () { ifup $1; }
    # Extra stuff to do before shutting down the interface
    stop_fn () { ifdown $1; }

and now cardmgr does bring eth0 up as expected.

Paulo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages pcmcia-cs depends on:
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  dmidecode                     2.7-2      Dump Desktop Management Interface 
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  lsb-base                      3.0-11     Linux Standard Base 3.0 init scrip
ii  module-init-tools             3.2-pre9-3 tools for managing Linux kernel mo
ii  modutils                      2.4.27.0-3 Linux module utilities
ii  psmisc                        21.6-1     Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
pn  hotplug                       <none>     (no description available)

-- debconf information:
  pcmcia-cs/abort_upgrade: true
  pcmcia-cs/error_stopping:
  pcmcia-cs/abort_msg:
  pcmcia-cs/not_stopped:
  pcmcia-cs/stop_pcmcia: true
  pcmcia-cs/fix_pcic: false
  pcmcia-cs/run_probe: true
  pcmcia-cs/upgrade_note:
  pcmcia-cs/start_later:
  pcmcia-cs/upgrade_action: ask
  pcmcia-cs/start_pcmcia: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to