OpenSuse 11.2 - Wireless não funciona - Dell Vostro 1510

Primeiro verifiquei a tabela nesta página:
HCL/Network Adapters (Wireless) - openSUSE
utilizo o seguinte modelo:

lobstermovelos:~ # lspci -nn | grep Broadcom
06:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g **14e4:4315**] (rev 01)

De acordo com a seguinte instrução: “Need to install b43 firmware.” fui até a seguinte página:
b43 - Linux Wireless
De acordo com o meu modelo:
14e4:4315 supported 2.6.32 and later BCM4312 b/g LP b43
decidi então atualizar o meu kernel para concordar com esta informação, segui o tutorial abaixo:
How To Compile A Kernel - The SuSE Way | HowtoForge - Linux Howtos and Tutorials
agora meu sistema retorna o seguinte:

lobstermovelos:~ # uname -r
2.6.32.8-default

Após finalmente executar o script de atualização do firmware:
Código:

lobstermovelos:~ # /usr/sbin/install_bcm43xx_firmware

é realizado o download e as seguintes mensagens aparecem:
*b43 firmware successfully installed.
b43legacy firmware successfully installed.
*
Porém o NetworkManager continua reconhecendo apenas a internet ‘wired’ (a interface eth0). Alguém tem alguma idéia? Já reiniciei e segui todos os passos novamente, não sei o que fazer… simplesmente não funciona!

Atenciosamente,
Marcelo R.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Has probado los drivers del repositorio
http://download.opensuse.org/repositories/home:/msuman:/priv/openSUSE_11.2
para broadcom??? Son los que instale una vez para que funcionara


VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAkt8EVgACgkQJQ+0ABWtaVnHkgCgjXrcMrFtNhGA2Q/nJYudlSJV
xqoAoMKcZODf2BJehUzLT6BvU4XPtOxM
=ZIHr
-----END PGP SIGNATURE-----

Hi VampirD, thanks for the reply.

I have the following repository configured:
home:broumbroum23 - /repositories/home:/broumbroum23/openSUSE_11.2_oss/

I keep moving the wireless button on the side of my notebook and nothing happens… the light is always turned off and I can’t see anything while tailing the /var/log/messages entries.

Should I change the URL of this repository?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Maybe, remember that it’s a diferent build, and maybe have a change


VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAkt8F4QACgkQJQ+0ABWtaVnUlwCaA/PduMw0ibWRx/mOZEQXeo0x
kfAAoIBC3lXBLFrhNocqdchOP/BwVywA
=viEW
-----END PGP SIGNATURE-----

CONSEGUI!!! lol! lol! lol!

O grande segredo é PERSISTIR, jamais vou trocar o OpenSuse por um Ubuntu da vida. Para fazer os drivers de wireless funcionarem no OpenSuse 11.2 é só seguir os seguintes comandos.

Verificar que tipo de driver está tomando controle do dispositivo contra a sua vontade:

# lsmod  | grep "b43\|ssb\|wl"

Mesmo que nenhum seja retornado, insira os comandos abaixo para garantir que nenhum deles venha a incomodar sua wireless no futuro:

# rmmod b43
# rmmod ssb
# zypper remove b43-fwcutter
# echo "blacklist ssb" >> /etc/modprobe.d/50-blacklist.conf
# echo "blacklist bcm43xx" >> /etc/modprobe.d/50-blacklist.conf
# echo "blacklist b43" >> /etc/modprobe.d/50-blacklist.conf
# echo "blacklist ndiswrapper" >> /etc/modprobe.d/50-blacklist.conf

Instale os pacotes necessários para utilizar o driver ‘broadcom-wl’:

# zypper in broadcom-wl
# zypper in broadcom-wl-kmp-desktop

Execute os seguintes comandos e finalmente sua wireless vai funcionar (repare na luz acendendo na inicialização do sistema):


# modprobe wl
# reboot

Depois de 2 dias pesquisando e quebrando a cabeça com isso, espero que esta informação que possa ajudar outros colegas da comunidade.

Valeu,
Marcelo R.

Boa dica, Marcelo, obrigado.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Good!! :slight_smile:


VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAkt9yUQACgkQJQ+0ABWtaVl55gCg0v5mJh3pKF5TSyE5+rA3hkxj
Au8AoLLeMILlzjs3JYx2sN42xral60ga
=A+Pz
-----END PGP SIGNATURE-----

Hey,…i do have a dell vostro 1510…please tell me the steps you used to resolve your problem…itz many days …this problem has not been rectified:(
Thanks