On 10/28/07, <b class="gmail_sendername">jerry</b> <<a href="mailto:jerryturba@sbcglobal.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jerryturba@sbcglobal.net</a>> wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kristian F wrote:<br>> (continuation of earlier post with same subject line)<br>><br>> I tried to set up wireless by following this thread<br>> <a href="http://ubuntuforums.org/showthread.php?t=201902" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://ubuntuforums.org/showthread.php?t=201902
</a><br>> and result is that, when activating wireless (pressing the button)<br>> everything freezes for extended periods of time when trying to do anything<br>> (moving the mouse, keyword etc).<br>><br>> Don't know what went wrong
<br>> ndiswrapper -l gives:<br>> bcmwl564 : driver installed<br>> device (14E4:4320) present (alternate driver: bcm43xx)<br>><br>> which is not really what was written in the tutorial/thread but otherwise I
<br>> don't know.<br>><br>> Any help or suggestions very appreciated.<br>><br>> /<br>><br>><br>I was able to install the bcmwl5 driver for the 4306 Broadcom chip on<br>Feisty. Perhaps I can help out.
<br><br>Does lsmod show more than 1 ndiswrapper or bcm* driver installed?<br><br>I had to *first* rmmod ndiswrapper and bcm43xx then<br><br>ndiswrapper -i bcmwl5.inf (I  have 32 bit proc)<br>modprobe ndiswrapper.<br><br>
I restarted networking (/etc/init.d/networking restart).
<br><br>I hope this helps.<br><br>Jerry<br></blockquote></div><br>Hi Jerry and thanks for helping out :)<br><br>lsmod | grep ndiswrapper  gives this:<br><div style="margin-left: 40px;">ndiswrapper           233632  0 <br>
usbcore               161584  7 ndiswrapper,usb_storage,libusual,usbhid,ehci_hcd,uhci_hcd
<br></div><br>lsmod | grep bcm*  gives this:<br><div style="margin-left: 40px;">mbcache                11272  1 ext3<br>usbcore               161584  7 ndiswrapper,usb_storage,libusual,usbhid,ehci_hcd,uhci_hcd<br></div>which is basically nothing I guess (?_?)
If I understand things right there is only one ndiswrapper.<br><br>I attach the whole output of lsmod | sort<br><br>Doing sudo ndiswrapper -i bcmwl564.inf  gives this:<br><div style="margin-left: 40px;">driver bcmwl564 is already installed
<br></div><br>Doing ndiswrapper -l<br><div style="margin-left: 40px;">
bcmwl564 : driver installed<br>device (14E4:4320) present (alternate driver: bcm43xx)<br></div>I think confirms it.<br><br>Doing  sudo /etc/init.d/networking restart     gives this:<br><div style="margin-left: 40px;">
 * Reconfiguring network interfaces...                                                                                                                                      Ignoring unknown interface eth0=eth0.<br>Ignoring unknown interface eth1=eth1.
<br>Ignoring unknown interface eth2=eth2.<br>Ignoring unknown interface ath0=ath0.<br>Ignoring unknown interface wlan0=wlan0.<br>dsl-provider: ERROR while getting interface flags: No such device<br>Plugin rp-pppoe.so loaded.
<br></div><br>Which to me look like a whole lot of trouble... but I honestly can't really tell.<br><br>Any more ideas?<br>