

Please let us see:Mattia wrote:Hi!
I've got a problem with my wireless connection, the driver seems to be right-installed and connected, but when I try to surf the web, it just doesn't work.. I've also installed Wicd Network manager but it always give me some error, like "wrong password" (but I've tried to write it many times so I'm sure that it isn't the real problem) or "problem to find the IP".
I've used ubuntu for few months and I've installed Linux Mint 11 LXDE 32-bit two weeks ago on my netbook Acer Aspire One, so I'm not very expert as you can see..
If this can help, I wrote on the terminal "Lspci" and it gave me back "01:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
03:00.0 Ethernet controller: Atheros Communications AR8132 Fast Ethernet (rev c0)" and I've also tried "jockey-text" but it doesn't work
"Additional Drivers
Searching for available drivers..." and then nothing.. I don't know what to do!!
Thanks to everyone!
Mattia
dmesg | grep b43
sudo iwlist wlan0 scan


modprobe wl
FATAL: Module wl not found.

If you have the same card as the original poster, you should not find the module wl. If you do not have the same card, please start a new thread. Which is it?Amith Kumar U R wrote:hi, first of all am a newbie. Even am also facing some problem with my wifi. I don't know why it is not connecting.I have tried to connect wifi using wicd network manager but wifi is not conecting.
I tried this
- Code: Select all
modprobe wl
FATAL: Module wl not found.
how to fix this?
lspci -nn | grep 0280
By chili555 : If you have the same card as the original poster, you should not find the module wl. If you do not have the same card, please start a new thread. Which is it?
lspci -nn | grep 0280
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [8086:0083]



The posts in this thread deal with the Broadcom 4312 and 4311 cards. I suggest you start your own new thread and refer to Intel 1000 in the title. PostAmith Kumar U R wrote:By chili555 : If you have the same card as the original poster, you should not find the module wl. If you do not have the same card, please start a new thread. Which is it?
well, i got this
- Code: Select all
lspci -nn | grep 0280
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [8086:0083]
rfkill list all
dmesg | grep iwl



chili555 wrote:Is there any chance you'd like to make it permanent?? It looks to me like all it took was:Would you please reboot and issue that single command? If that's it, we'll tweak one file to make it persistent. If not, we'll dig deeper.
- Code: Select all
sudo rfkill unblock all
su
rfkill unblock all
rfkill list

AlbertP wrote:We'll need to know what's causing your wireless to turn off every boot.
Please run this command, before running rfkill unblock all, and post the output:
- Code: Select all
rfkill list
ThinkPad-X121e ~/Desktop $ rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
3: tpacpi_wwan_sw: Wireless WAN
Soft blocked: no
Hard blocked: yes
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no



AlbertP wrote:Can't you turn on your wireless with the on/off switch on the laptop?



AlbertP wrote:Can you turn the switch off, and on again, to get wireless working?

gksudo gedit /etc/rc.local

AlbertP wrote:Perhaps you can edit the file /etc/rc.local and add: rfkill unblock all (before the line that reads exit 0).
- Code: Select all
gksudo gedit /etc/rc.local

Users browsing this forum: No registered users and 6 guests