Just for the record and anyone interested, this was added to the
postinst in the above package:

# Initialize cards that already have modules loaded:
# replay udev rules for all prism2 interfaces

WLAN_UDEV=1

. /etc/wlan/shared

for i in /sys/class/net/* ; do
    if ls -l $i/device/driver 2>/dev/null | grep -q /prism2_ ; then
        echo Trying to kick off device ${i#/sys/class/net/}
        /etc/wlan/wlan-udev.sh ${i#/sys/class/net/}
    fi
done

-- 
card is not recognized in live session
https://bugs.launchpad.net/bugs/185179
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to