Como instalar o Broadcom BCM4360 no debian no Macbook pro

6

Estou tentando instalar os drivers wireless porque meu macbook pro não tem uma porta ethernet, então eu montei o 3 debian isos como repositórios locais para instalar quase todas as dependeces.

Então, o que eu tentei fazer para instalar a broadcam 4360

link

link

Quando tento instalar isto:

link

Eu recebo os seguintes problemas:

KBUILD_NOPEDANTIC=1 make -C /lib/modules/'uname -r'/build M='pwd'
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/usr/src/linux-headers-3.16-2-amd64'
make[1]: Entering directory '/usr/src/linux-headers-3.16-2-amd64'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
  CC [M]  /home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.o
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_cfg80211_get_key’:
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:1390:2: warning: passing argument 1 of ‘memcpy’ discards ‘const’ qualifier from pointer target type [enabled by default]
  memcpy(params.key, key.data, params.key_len);
  ^
In file included from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/string.h:4:0,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/string.h:17,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/bitmap.h:8,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/cpumask.h:11,
                 from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/cpumask.h:4,
                 from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/msr.h:10,
                 from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/processor.h:20,
                 from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/thread_info.h:23,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/thread_info.h:54,
                 from /usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/preempt.h:6,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/preempt.h:18,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/spinlock.h:50,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/seqlock.h:35,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/time.h:5,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/stat.h:18,
                 from /usr/src/linux-headers-3.16-2-common/include/linux/module.h:10,
                 from /home/cristian/Downloads/broadcom/src/include/linuxver.h:40,
                 from /home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:26:
/usr/src/linux-headers-3.16-2-common/arch/x86/include/asm/string_64.h:32:14: note: expected ‘void *’ but argument is of type ‘const u8 *’
 extern void *memcpy(void *to, const void *from, size_t len);
              ^
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c: At top level:
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:1778:2: warning: initialization from incompatible pointer type [enabled by default]
  .get_station = wl_cfg80211_get_station,
  ^
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:1778:2: warning: (near initialization for ‘wl_cfg80211_ops.get_station’) [enabled by default]
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_notify_connect_status’:
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:2074:4: warning: passing argument 3 of ‘cfg80211_ibss_joined’ makes pointer from integer without a cast [enabled by default]
    cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, GFP_KERNEL);
    ^
In file included from /home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:33:0:
/usr/src/linux-headers-3.16-2-common/include/net/cfg80211.h:4002:6: note: expected ‘struct ieee80211_channel *’ but argument is of type ‘unsigned int’
 void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid,
      ^
/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:2074:4: error: too few arguments to function ‘cfg80211_ibss_joined’
    cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, GFP_KERNEL);
    ^
In file included from /home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.c:33:0:
/usr/src/linux-headers-3.16-2-common/include/net/cfg80211.h:4002:6: note: declared here
 void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid,
      ^
/usr/src/linux-headers-3.16-2-common/scripts/Makefile.build:262: recipe for target '/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.o' failed
make[4]: *** [/home/cristian/Downloads/broadcom/src/wl/sys/wl_cfg80211_hybrid.o] Error 1
/usr/src/linux-headers-3.16-2-common/Makefile:1350: recipe for target '_module_/home/cristian/Downloads/broadcom' failed
make[3]: *** [_module_/home/cristian/Downloads/broadcom] Error 2
Makefile:181: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.16-2-amd64'                                                                                                                                      
Makefile:140: recipe for target 'all' failed                                                                                                                                                          
make: *** [all] Error 2  

Então, se alguém instalou os drivers para o Broadcom 4360 no mac com o debian, por favor, me diga como e quais outras sugestões me recomendam

    
por Cristian Chaparro A. 24.12.2014 / 19:28

2 respostas

10

EDITAR

O Broadcom 4360 vem na verdade com dois chips distintos, 14E4: 4360 e 14E4: 43A0. Não há driver no Linux para o primeiro, enquanto o wl é um driver apropriado para o segundo. Você pode determinar qual você possui por meio do seguinte comando:

 lspci -vnn | grep -i net

Se, em vez disso, você quiser fazer isso de dentro do Mac OS, clique na guia Apple - > Sobre este Mac - > Mais informações > Informações do sistema e, em seguida, clique em Wi-Fi. Você encontrará uma linha como

 Card Type: AirPort Extreme  (0x14E4, 0x117)

que exibe o código Fornecedor (14E4) e Produto (117, no meu caso) da placa Wi-fi.

Não há suporte para o Broadcom 4360 14E4: 4360 no Linux. O guia definitivo nesses assuntos é o Linux Wireless , que fornece nesta tabela a lista de todos os chips sem fio Broadcomm e os drivers Linux disponíveis. Como você pode ver, nenhum driver está listado em BCM4360 14E4: 4360.

Duas linhas abaixo na mesma tabela, é mostrado que o outro chip com o qual 4360 é produzido, 14E4: 43A0, é suportado pelo driver proprietário wl . O procedimento correto para instalar este driver é descrito aqui, no Debian Wiki . Para Wheezy, você deve adicionar esta linha

   deb http://http.debian.net/debian/ wheezy main contrib non-free

para o arquivo /etc/apt/sources.list, então execute

  apt-get update
  apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

e por último você precisará remover alguns drivers conflitantes que vêm pré-instalados no Debian:

 modprobe -r b44 b43 b43legacy ssb brcmsmac

Agora você está pronto para ir:

 modprobe wl

Você também deve ter o seguinte em mente: sobre o driver wl , isso é o que o sempre informativo wiki do Arch Linux tem a dizer:

Warning: Even though this driver has matured a lot throughout the years and works quite well now, its usage is recommended only when neither of the two open-source drivers support your device. Please refer to project b43's page for list of supported devices.

    
por 24.12.2014 / 20:26
4

Nunca ouça alguém que diga que você não pode fazer algo no linux, é exatamente por isso que eu não uso mais o Windows. : P

Primeiro, ative os repositórios não livres. Adicionando " non-free " ao seu arquivo " /etc/apt/sources.list ".

Em seguida, execute os seguintes comandos:

sudo apt-get update
sudo apt-get install broadcom-sta-*
sudo modprobe wl
echo "wl" | sudo tee -a /etc/modules

Não esqueça do -a no comando tee ou você sobrescreverá o arquivo inteiro !!

Se não funcionar imediatamente, reinicie e tudo ficará bem.

link

link

link

    
por 25.12.2014 / 05:13