Eu reflash o jetson tk1 para 21.6. Abaixo mostra que eu consegui:
head -n 1 /etc/nv_tegra_release
# R21 (release), REVISION: 6.0, GCID: 9887687, BOARD: ardbeg, EABI: hard, DATE: Sat Oct 14 01:25:24 UTC 2017
E depois disso eu executo o installGrinch.sh que foi clonado do git repo.Below mostra que eu também consegui isso:
ubuntu@tegra-ubuntu:~$ uname -a
Linux tegra-ubuntu 3.10.40-grinch-21.3.4 #1 SMP PREEMPT Fri May 1 10:41:09 UTC 2015 armv7l armv7l armv7l GNU/Linux
Mas após a reinicialização, ainda não há o wifi:
ubuntu@tegra-ubuntu:~$ lspci
00:00.0 PCI bridge: NVIDIA Corporation Device 0e12 (rev a1)
01:00.0 Network controller: Intel Corporation Wireless 7260 (rev cb)
02:00.0 PCI bridge: NVIDIA Corporation Device 0e13 (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
ubuntu@tegra-ubuntu:~$ lspci -vvv -s 01:00.0
01:00.0 Network controller: Intel Corporation Wireless 7260 (rev cb)
Subsystem: Intel Corporation Device 4c70
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 130
Region 0: Memory at 32200000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
"ifconfig":
eth0 Link encap:Ethernet HWaddr 00:04:4b:70:94:12
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::204:4bff:fe70:9412/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:492 errors:0 dropped:0 overruns:0 frame:0
TX packets:396 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44073 (44.0 KB) TX bytes:47290 (47.2 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:696 errors:0 dropped:0 overruns:0 frame:0
TX packets:696 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:55276 (55.2 KB) TX bytes:55276 (55.2 KB)
E também, usando o comando dmesg | grep iwl
ainda não mostrou nada em tudo.Eu Baidu / Google a razão, e tentei todos os métodos que posso encontrar. Instalar o linux-firmware não funcionou, então eu instalei o firmware-iwlwifi do link . "dpkg -l | grep iwl" mostra o firmware-iwlwifi instalado com sucesso. Mas todas as coisas nunca resolveram o problema. Por fim eu uso commad "lspci -vvv -s 03: 00.0" para mostrar detalhes do controlador ethernet. A saída estava abaixo:
ubuntu@tegra-ubuntu:~$ lspci -vvv -s 03:00.0
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 642
Region 0: I/O ports at 10000 [size=256]
Region 2: Memory at 32100000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at 12100000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Na última linha existe " Kernel driver em uso: r8169 ", mas a informação acima de "lspci -vvv -s 01: 00.0" não tem isso. Então, o que está errado, na verdade? o driver ou o kernel?