Ok so this is the problem I have too.
I don't like the wl driver (not so stable), so I try again with b43.
I notice that it doesn't crash if I load some modules manually (I blacklist ssb 
to prevent auto loading of b43 and ssb)
I restart the system several times with the boot script below, and for the 
moment, no problem :

#!/bin/bash
lsmod | grep b43 > /dev/null
CHARGER=$?
if [ $CHARGER -eq 1 ]
then
        sudo modprobe pcmcia_core
        sleep 1
        sudo modprobe led_class
        sleep 1
        sudo modprobe cfg80211
        sleep 1
        sudo modprobe mac80211
        sleep 1
        sudo modprobe pcmcia
        sleep 3
        sudo modprobe b43 verbose=3
        echo "Chargé"
else
        echo "Déjà chargé"
fi


I can give more information if it can help debugging.

-- 
HP Mini 311 - Does not always boot
https://bugs.launchpad.net/bugs/479597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to