I had open a thread on: https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/188621
To resolve the problem i crate a boot script using this steps: 1) U must create a file in /etc/init.d/ndiswrapper: sudo nano /etc/init.d/ndiswrapper 1.a) and paste in it this text: #! /bin/sh ### BEGIN INIT INFO # Provides: ndiswrapper # Required-Start: # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: enable to load ndiswrapper # Description: enable to load ndiswrapper ### END INIT INFO rmmod ohci_hcd rmmod ssb rmmod ndiswrapper modprobe ndiswrapper modprobe ssb modprobe ohci_hcd ############# end file ############ 2) then set file access permissions: sudo chmod 755 /etc/init.d/ndiswrapper 3) check if permissions are ok. Type: ls -l /etc/init.d/ndiswrapper [... ] -rwxr-xr-x 1 root root 4388 2008-02-03 14:57 /etc/init.d/ndiswrapper [... ] 4) last, create a symbolic link call S99ndiswrapper in the folder /etc/rc2.d, from /etc/init.d/ndiswrapper: sudo ln -s /etc/init.d/ndiswrapper /etc/rc2.d/S99ndiswrapper 5) unplug your usb devices and pcmicia card and then reboot your machine. 6) when GDM start (the login screen), plug all USB device and pcmica cards that U want. I had put in blacklist b43legacy and bcm43xx If i try to use b43legacy the machine stop and i can't log the dmsg -- bcm4306 doesn't work with b43 / ssb https://bugs.launchpad.net/bugs/182716 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
