Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22072 - on a unstable system ~x86 cardmgr loads the appropriate modules(prism2_cs, p80211) for the Netgear MA401 pcmcia wireless card, but the network script isn't executed to bring the interface wlan0 up.
Summary: on a unstable system ~x86 cardmgr loads the appropriate modules(prism2_cs, p8...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-01 19:35 UTC by David M. Sinclair
Modified: 2003-11-24 06:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David M. Sinclair 2003-06-01 19:35:56 UTC
i've even edited the /etc/pcmcia/config file manually and added:

device "prism2_cs"
  class "network" module "prism2_cs"

but cardmgr doesn't react at all... the network script isn't executed.

if i unplug the card and stick it in again i get the same result... modules are
loaded but no script is executed.

Reproducible: Always
Steps to Reproduce:
1. build an ~x86 system, emerge pcmcia-cs and linux-wlan-ng and update-modules
2. edit /etc/conf.d/net and make it use iface_wlan0="dhcp"
3. cp /etc/init.d/net.eth0 /etc/init.d/net.wlan0
4. add 'depend() { need pcmcia }' at the top of /etc/init.d/net.wlan0
5. add i82365 and ds to /etc/modules.autoload
6. add pcmcia to the default runlevel 'rc-update add pcmcia default'
Actual Results:  
appropriate modules where loaded(prism2_cs, p80211) but the network script
wasn't executed.

Expected Results:  
cardmgr should have executed the network script to bring the wlan0 interface up.

/etc/make.conf

USE="gtk2 gnome alsa truetype pcmcia"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~x86"

versions:

pcmcia-cs version 3.2.4
linux-wlan-ng version 0.2.1_pre3
Comment 1 Andrew Cooks (RETIRED) gentoo-dev 2003-11-23 13:02:23 UTC
Still an issue?
Comment 2 Andrew Cooks (RETIRED) gentoo-dev 2003-11-24 06:50:12 UTC
Please test with latest version of linux-wlan-ng