Re: No wireless network found
Here are the steps I followed:
1. create a subdirectory called b4312drivers in my home directory
2. download the 4328 drivers from http://myspamb8.googlepages.com/R151517-pruned.zip
3. unzip R151517-pruned.zip and obtain five files: bcm43xx64.cat, bcm43xx.cat, bcmwl5.inf, bcmwl5.sys and bcmwl564.sys
4. copy these 5 files into the subdirectory b4312drivers then do the sudo:
5. hakiza@hakizadatorn:~$ sudo apt-get purge remove b43-fwcutter
[sudo] password for hakiza:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package remove
hakiza@hakizadatorn:~$
Because I removed b43-fwcutter After that I didn't succeed installing the wireless network using Synaptic
6.
hakiza@hakizadatorn:~$ sudo su -
root@hakizadatorn:~# echo “blacklist bcm43xx” >> /etc/modprobe.d/blacklist.conf
root@hakizadatorn:~#
7. close console (in order of getting out of root)
8. open console again
9.
hakiza@hakizadatorn:~$ cd b4312drivers
hakiza@hakizadatorn:~/b4312drivers$ ls
bcm43xx64.cat bcm43xx.cat bcmwl564.sys bcmwl5.inf bcmwl5.sys
hakiza@hakizadatorn:~/b4312drivers$
10.
hakiza@hakizadatorn:~/b4312drivers$ sudo ndiswrapper -i bcmwl5.inf
driver bcmwl5 is already installed
hakiza@hakizadatorn:~/b4312drivers$
11.
hakiza@hakizadatorn:~/b4312drivers$ sudo ndiswrapper -m
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: /etc/modprobe.d/blacklist.conf line 56: ignoring bad line starting with '“blacklist'
WARNING: /etc/modprobe.d/blacklist.conf line 57: ignoring bad line starting with '“blacklist'
module configuration already contains alias directive
hakiza@hakizadatorn:~/b4312drivers$
12.
hakiza@hakizadatorn:~/b4312drivers$ sudo modprobe ndiswrapper
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: /etc/modprobe.d/blacklist.conf line 56: ignoring bad line starting with '“blacklist'
WARNING: /etc/modprobe.d/blacklist.conf line 57: ignoring bad line starting with '“blacklist'
hakiza@hakizadatorn:~/b4312drivers$
13. close console
14. run wicd in this way: Applications->Internet->Wicd Network Manager
The Wicd Network Manager window pops up. I can read the "No wireless networks found" message. But the Wired Network is working. I do not know how to proceed further. As I said before, I am new to linux.
I appreciate your help.
Here are the steps I followed:
1. create a subdirectory called b4312drivers in my home directory
2. download the 4328 drivers from http://myspamb8.googlepages.com/R151517-pruned.zip
3. unzip R151517-pruned.zip and obtain five files: bcm43xx64.cat, bcm43xx.cat, bcmwl5.inf, bcmwl5.sys and bcmwl564.sys
4. copy these 5 files into the subdirectory b4312drivers then do the sudo:
5. hakiza@hakizadatorn:~$ sudo apt-get purge remove b43-fwcutter
[sudo] password for hakiza:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package remove
hakiza@hakizadatorn:~$
Because I removed b43-fwcutter After that I didn't succeed installing the wireless network using Synaptic
6.
hakiza@hakizadatorn:~$ sudo su -
root@hakizadatorn:~# echo “blacklist bcm43xx” >> /etc/modprobe.d/blacklist.conf
root@hakizadatorn:~#
7. close console (in order of getting out of root)
8. open console again
9.
hakiza@hakizadatorn:~$ cd b4312drivers
hakiza@hakizadatorn:~/b4312drivers$ ls
bcm43xx64.cat bcm43xx.cat bcmwl564.sys bcmwl5.inf bcmwl5.sys
hakiza@hakizadatorn:~/b4312drivers$
10.
hakiza@hakizadatorn:~/b4312drivers$ sudo ndiswrapper -i bcmwl5.inf
driver bcmwl5 is already installed
hakiza@hakizadatorn:~/b4312drivers$
11.
hakiza@hakizadatorn:~/b4312drivers$ sudo ndiswrapper -m
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: /etc/modprobe.d/blacklist.conf line 56: ignoring bad line starting with '“blacklist'
WARNING: /etc/modprobe.d/blacklist.conf line 57: ignoring bad line starting with '“blacklist'
module configuration already contains alias directive
hakiza@hakizadatorn:~/b4312drivers$
12.
hakiza@hakizadatorn:~/b4312drivers$ sudo modprobe ndiswrapper
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: /etc/modprobe.d/blacklist.conf line 56: ignoring bad line starting with '“blacklist'
WARNING: /etc/modprobe.d/blacklist.conf line 57: ignoring bad line starting with '“blacklist'
hakiza@hakizadatorn:~/b4312drivers$
13. close console
14. run wicd in this way: Applications->Internet->Wicd Network Manager
The Wicd Network Manager window pops up. I can read the "No wireless networks found" message. But the Wired Network is working. I do not know how to proceed further. As I said before, I am new to linux.
I appreciate your help.
Comment