Problemas para utilizar placa de rede Marvell e Broadcom(wireless) [RESOLVIDO]

13. Re: Problemas para utilizar placa de rede Marvell e Broadcom(wireless)

MARCOS COSTA ALVES
marrcaum21linux

(usa Ubuntu)

Enviado em 19/07/2017 - 11:48h

mateusgabriel escreveu:

marrcaum21linux escreveu:

mateusgabriel escreveu:

marrcaum21linux escreveu:

mateusgabriel escreveu:

Ta mas a placa de rede é reconhecida no ifconfig?
Roda o lspci -k e cola aqui.
Cola o /var/log/messages.

Att,
Mateus Gabriel


lspci -k responde:
marcoslinux@MarcosLinux:~$ lspci -k
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
Subsystem: Samsung Electronics Co Ltd Core Processor Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset HECI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset High Definition Audio
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd HM55 Chipset LPC Interface Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset SMBus Controller
Kernel modules: i2c_i801
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset Thermal Subsystem
Kernel driver in use: intel ips
Kernel modules: intel_ips
02:00.0 Network controller: Broadcom Limited BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Askey Computer Corp. BCM4313 802.11bgn Wireless Network Adapter
Kernel modules: bcma
06:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller
Subsystem: Samsung Electronics Co Ltd 88E8040 PCI-E Fast Ethernet Controller
Kernel driver in use: sky2
Kernel modules: sky2
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
Subsystem: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
Subsystem: Intel Corporation Core Processor QuickPath Architecture System Address Decoder
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
Subsystem: Intel Corporation Core Processor QPI Link 0
3f:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0
3f:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved
3f:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved
marcoslinux@MarcosLinux:~$
---
Agora o /var/log/messages informa o seguinte:
marcoslinux@MarcosLinux:~$ /var/log/messages
bash: /var/log/messages: Arquivo ou diretório não encontrado

O comando é esse mesmo?

Desde já agradeço a atenção pessoal.




Cara, olha essa linha aqui:

02:00.0 Network controller: Broadcom Limited BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Askey Computer Corp. BCM4313 802.11bgn Wireless Network Adapter
Kernel modules: bcma

O modelo da sua placa é uma BCM4313 e está usando o driver chamado "bcma", que acredito que esteja incorreto.

Roda o comando:

$ cat /etc/modprobe.d/blacklist.conf e cola a saída aqui. Se não houver este arquivo, vê tudo que tem relacionado a blacklist dentro deste diretório e cola aqui.

Tenta também o seguinte:
$ modprobe -r bcma
$ modprobe brcmsmac

Se não der, tenta:

$ apt-get install b43-fwcutter firmware-b43-installer firmware-brcm80211
$ reboot

Att,
Mateus Gabriel


Olá chefe!
root@MarcosLinux:/home/marcoslinux# cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
blacklist b43
blacklist ssb
blacklist bcma
blacklist b43legacy
blacklist brcm80211

root@MarcosLinux:/home/marcoslinux# modprobe -r bcma
root@MarcosLinux:/home/marcoslinux# modprobe brcmsmac
root@MarcosLinux:/home/marcoslinux#
Depois das alterações nem foi necessário da o reboot o WIFI ATIVOU
SÓ QUE TEM UM PEQUENO PROBLEMA: Quando dou o reboot ela volta desativada. Com isso tenho que dá novamente os comandos.
Estamos perto!

Desde já agradeço.



Boa mestre!
Depois de dar o comando modprobe, posta a saída do lspci -k aqui.
Depois de dar o mode também, roda o comando update-initramfs -u.
Acho estranho que seu equipamento está usando o módulo bcma mesmo que ele esteja na blacklist "blacklist bcma".
Se esse procedimento não funcionar, tentar comentar a linha "blacklist brcm80211" com uma #, salva e roda de novo o update-initramfs -u. Sempre que editar o blacklist, tem que rodar este comando para atualizar o arquivo de inicialização com drivers.

Att,
Mateus Gabriel


Opa chefe!
Vamos lá:
root@MarcosLinux:/home/marcoslinux# lspci -k
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
Subsystem: Samsung Electronics Co Ltd Core Processor Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset HECI Controller
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset High Definition Audio
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd HM55 Chipset LPC Interface Controller
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset SMBus Controller
Kernel modules: i2c_i801
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset Thermal Subsystem
Kernel driver in use: intel ips
Kernel modules: intel_ips
02:00.0 Network controller: Broadcom Limited BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Askey Computer Corp. BCM4313 802.11bgn Wireless Network Adapter
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
06:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller
Subsystem: Samsung Electronics Co Ltd 88E8040 PCI-E Fast Ethernet Controller
Kernel driver in use: sky2
Kernel modules: sky2
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
Subsystem: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
Subsystem: Intel Corporation Core Processor QuickPath Architecture System Address Decoder
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
Subsystem: Intel Corporation Core Processor QPI Link 0
3f:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0
3f:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved
3f:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
Subsystem: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved
root@MarcosLinux:/home/marcoslinux#
vamos ver.
Mesmo depois de usar o comando update-initramfs -u continuou do mesmo jeito(ao reiniciar o wifi não ativa)
Lembro de ter usado esse comando antes ( lspci -k) e o drive que era usado pela placa não era essa BCMA, era outro drive. Tinha uma letra "R" no meio tipo bcmirc ou coisa parecida.
Agora não entendi como se "comentar a linha "blacklist brcm80211" com uma #", pode me dá um passo a passo? Agradeço.
Estamos quase lá!
Abs.





  


14. Re: Problemas para utilizar placa de rede Marvell e Broadcom(wireless) [RESOLVIDO]

Mateus Gabriel Müller
mateusgabriel

(usa Debian)

Enviado em 19/07/2017 - 19:55h

Roda o "nano /etc/modprobe.d/blacklist.conf" ou "vim /etc/modprobe.d/blacklist.conf" e adiciona um "#" na frente desta linha, então ela estará comentada, ou seja, não sera bloqueado aquele módulo e ele vai subir no boot. Depois de fazer isso roda o update-initramfs -u.

Att,
Mateus Gabriel


15. Re: Problemas para utilizar placa de rede Marvell e Broadcom(wireless) [RESOLVIDO]

MARCOS COSTA ALVES
marrcaum21linux

(usa Ubuntu)

Enviado em 20/07/2017 - 09:14h

mateusgabriel escreveu:

Roda o "nano /etc/modprobe.d/blacklist.conf" ou "vim /etc/modprobe.d/blacklist.conf" e adiciona um "#" na frente desta linha, então ela estará comentada, ou seja, não sera bloqueado aquele módulo e ele vai subir no boot. Depois de fazer isso roda o update-initramfs -u.

Att,
Mateus Gabriel

Rodei o "nano /etc/modprobe.d/blacklist.conf"

Ele ficou assim:
marcoslinux@MarcosLinux:~$ cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
blacklist b43
blacklist ssb
#blacklist bcma
blacklist b43legacy
#blacklist brcm80211
marcoslinux@MarcosLinux:~$

Rodei também o update-initramfs -u e dei rebbot. Mas mesmo assim, ele continua não conectando. Temos mas alguma opção?
Valeu pelo esforço.

abs.



16. Re: Problemas para utilizar placa de rede Marvell e Broadcom(wireless) [RESOLVIDO]

MARCOS COSTA ALVES
marrcaum21linux

(usa Ubuntu)

Enviado em 23/07/2017 - 01:27h

Depois de muita pesquisa achei esse video: https://www.youtube.com/watch?v=Qnva2vJNcFwCom
Com isso usei o comando: sudo apt-get install bcmwl-kernel-source
Com isso FUNCIONOU!
Com isso o tópico está resolvido.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts