Jetson TK1 Ethernet

Hi,
i bought a new Jetson TK1 a week ago, and since then i am batteling with the internet.
i cannot connect to the internet. Wifi says that no nl80211 found, and ethernet disconnects directly after i log into my jetson. has anyone had such issues? any help please? is there anything i am missing?

Hi alayan,

What does it mean? " ethernet disconnects directly after i log into my jetson"?

Did you use BSP from jetpack?

thanks for your reply.
i followed up the procedure to install linux for tegra and flash the Tegra with L4t.
as soon as i log into my tegra, i get the message connection disconnected you are now offline.
ifconfig shows an IP of ::1/128
iwconfig shows (rmnetctl, sit0, dummy0, lo, eth0, op6tnlo) no wireless extensions.
nm-tool shows eth0 typre wired, state unavailable.
in system settings network shows an unplugged wired cable! even though i have an ethernet cable connected.
as far as i know, as soon as you install linux for tegra, and plug an eth cable, then internet should be recognized. did i miss anything?

in “/etc/network/interfaces.d/” i have

interfaces(5) file used by ifup(8) and ifdown(8)

source-directory /etc/network/interfaces.d

and in etc/udev/rules.d i dont have the 70-persistent-net.rules files.
can that be the problem`?

I doubt maybe a hw issue. Could you figure out some method to get dmesg(kernel log) when boot up?

dmesg shows no problems, it only shows my HDMI and EDID… but nothing to network connections. One thing though,
when i sudoedit interfaces in /etc/network and add auto lo iface lo inet loopback then network manager fails to load. everytime i manipulate that file, network manager fails.
is there a way to control my tegra from a host pc and like do an upgrade? or should i go for ubuntu 16.04?

Does this show any errors?

sha1sum -c /etc/nv_tegra_release

When you did your flash there would be a file “bootloader/system.img.raw”. What is the exact size of this file? On the Jetson, what is the available space from “df -H /”?

NOTE: The most recent version of L4T is R21.5 which produces Ubuntu 16.04. Host side is of course a separate topic, but it sounds like you are interested in the Jetson’s Ubuntu version. Some notes on flashing a Jetson by command line (the minimal flash):
https://devtalk.nvidia.com/default/topic/982779/jetson-tk1/how-to-perform-a-correct-fresh-ubuntu-install-on-jetson-tk1/post/5040584/#5040584

sha1sum -c /etc/nv_tegra_release is a sudo : lshw: command not found.

i havent been able to connect not even once to the internet to do an update or something like that, so there are a lot of packages yet to be installed. Have i mentioned flashing L4T versions (21.1.0 and 21.3.0 and 21.4.0 and 21.5.0).
system.img.raw is a 15 GB file in all versions.
df -H returns
15 G in /dev/root (17% used) Mounted on /
984M in devtmpfs (1%used) Mounted on /dev
none 4.1k (0%used) Mounted on /sys/fs/cgroup
none 199M (1%used) Mounted on /run
none 5.3M (0%used) Mounted on /run/lock
none 993M (1%used) Mounted on /run/shw
none 105M (1%used) Mounted on /run/user

i tried a direct wired eth connection (remote connection) with the host pc (Ubuntu 16.04) and yet no recognition to that network. it is like Networkmanager is blocking everything. The red LED turns on as soon as an eth cable is plugged in. Ive never seen the green one on.

Is there a way to fix it? i really need that jetson to get working…thanks for your help.

Some helpful commands

dmesg | grep eth

[4.111305] r8169 0000:01:00.0 eth0: RTL8168/8111g at 0xf0000000, 00:00:00:00:00:00, XID 0c000800 IRQ 641
[4.111314] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]

ethtool eth0

Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
supported pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Link partner advertised pause frame use: Symmetric
Link partner advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x000000033 (51)
drv probe ifdown ifup
Link detected: no

mii-tool

SIOCGMIIPHY on ‘eth0’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth1’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth2’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth3’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth4’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth5’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth6’ failed : Operation not permitted
SIOCGMIIPHY on ‘eth7’ failed : Operation not permitted
no MII interfaces found

ifplugstatus

bash: ifplugstatus: command not found

ip link

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN mode DEFAULT group default
link/ether de:b1:ce:34:de:92 brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
4: sit0: mtu 1480 qdisc noop state DOWN mode DEFAULT group default
link/sit 0.0.0.0 brd 0.0.0.0
5: ip6tnl0: mtu 1452 qdisc noop state DOWN mode DEFAULT group default
link/tunnel6 :: brd ::
6: rmnetctl: mtu 1500 qdisc noop state DOWN mode DEFAULT group default
link/ipip 0.0.0.0 brd 0.0.0.0

lspci

00:00.0 PCI bridge: NVIDIA Corporation Device 0e13 (rev a1)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)

uname -mr

3.10.40-ga7da876 armv7l

ifconfig -v eth0

eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

I think it would be better to paste all dmesg though attachment for us to check if anything is missing.

ok

dmesg

[ 7.769692] xt_time: kernel timezone is -0000
[ 7.778412] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.788008] arp_tables: (C) 2002 David S. Miller
[ 7.796836] TCP: cubic registered
[ 7.804440] NET: Registered protocol family 10
[ 7.813843] mip6: Mobile IPv6
[ 7.820979] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.830708] sit: IPv6 over IPv4 tunneling driver
[ 7.840453] NET: Registered protocol family 17
[ 7.849136] NET: Registered protocol family 15
[ 7.857783] NET: Registered protocol family 35
[ 7.866385] NET: Registered protocol family 37
[ 7.874895] NET: Registered protocol family 41
[ 7.884670] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 7.920134] Registering SWP/SWPB emulation handler
[ 7.929105] last reset is due to power on reset
[ 7.929105]
[ 7.943484] Disabling clocks left on by bootloader:
[ 7.952521] audio_2x
[ 7.959148] audio
[ 7.965458] audio4
[ 7.971752] audio3
[ 7.977994] audio2
[ 7.984226] audio1
[ 7.990451] audio0
[ 7.996703] hdmi_audio
[ 8.003176] entropy
[ 8.009392] dsi2-fixed
[ 8.015897] dsi1-fixed
[ 8.022380] nor
[ 8.028257] trace
[ 8.034313] sdmmc4_ddr
[ 8.040795] sdmmc3_ddr
[ 8.047243] cclk_lp
[ 8.053258] pll_x_out0
[ 8.059445] pll_m_out1
[ 8.065718] tegra_dvfs: vdd_cpu connected to regulator
[ 8.074506] tegra_dvfs: vdd_core connected to regulator
[ 8.083325] tegra_dvfs: vdd_gpu connected to regulator
[ 8.093309] cpu_cold cooling device is registered
[ 8.101620] cpu_hot cooling device is registered
[ 8.101727] Tegra CPU DFLL is initialized with use_dfll = 1
[ 8.101788] CPU rate: 696 MHz
[ 8.276019] tegra dvfs: tegra sysfs cap interface is initialized
[ 8.285116] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 8.295163] tegra_actmon.emc: Completed initialization (0)
[ 8.303893] tegra_actmon.avp: Completed initialization (0)
[ 8.312605] tegra_mon.cpu_emc: Completed initialization (0)
[ 8.324069] reg-aon-1v2: incomplete constraints, leaving on
[ 8.332799] reg-aon-1v8: incomplete constraints, leaving on
[ 8.341410] sdmmc-en-supply: incomplete constraints, leaving on
[ 8.350374] reg-dcdc-1v2: incomplete constraints, leaving on
[ 8.359170] reg-5v0-supply: incomplete constraints, leaving on
[ 8.368111] usb0-vbus: incomplete constraints, leaving on
[ 8.376646] vpp-fuse: incomplete constraints, leaving on
[ 8.385043] vdd-2v7-cam: incomplete constraints, leaving on
[ 8.393653] avdd-spi: incomplete constraints, leaving on
[ 8.401944] vdd-1v1-cam: incomplete constraints, leaving on
[ 8.410473] vddio-sdmmc-2: incomplete constraints, leaving on
[ 8.419186] vdd-1v2-cam: incomplete constraints, leaving on
[ 8.427742] avdd-cam: incomplete constraints, leaving on
[ 8.436065] vdd-cam: incomplete constraints, leaving on
[ 8.444351] as3722-sd3: incomplete constraints, leaving on
[ 8.452920] vdd-3v3-aon: incomplete constraints, leaving on
[ 8.461575] vdd-ac-bat: incomplete constraints, leaving on
[ 8.470118] regulator-dummy: incomplete constraints, leaving on
[ 8.479800] of_get_named_gpio_flags exited with status 128
[ 8.479851] gpio wake51 for gpio=128
[ 8.486685] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input3
[ 8.497552] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 00:00:19 UTC (946684819)
[ 8.510177] ALSA device list:
[ 8.515857] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 8.523979] #1: tegra-rt5639
[ 8.530755] EXT4-fs (mmcblk0p1): couldn’t mount as ext3 due to feature incompatibilities
[ 8.542272] EXT4-fs (mmcblk0p1): couldn’t mount as ext2 due to feature incompatibilities
[ 8.561383] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.572498] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 8.584699] devtmpfs: mounted
[ 8.590985] Freeing unused kernel memory: 496K (c0b5c000 - c0bd8000)
[ 8.845009] init: plymouth-upstart-bridge main process (119) terminated with status 1
[ 8.857134] init: plymouth-upstart-bridge main process ended, respawning
[ 8.908189] init: plymouth-upstart-bridge main process (129) terminated with status 1
[ 8.920007] init: plymouth-upstart-bridge main process ended, respawning
[ 8.932852] init: ureadahead main process (122) terminated with status 5
[ 8.981038] init: plymouth-upstart-bridge main process (133) terminated with status 1
[ 8.992787] init: plymouth-upstart-bridge main process ended, respawning
[ 10.288772] systemd-udevd[280]: starting version 204
[ 10.607078] Tegra cpuquiet clusterswitch enabled
[ 10.671370] vi vi.0: vi_probe: ++
[ 10.674065] otg state changed: PERIPHERAL → SUSPEND
[ 10.674246] tegra-udc tegra-udc.0: USB cable/charger disconnected
[ 10.676049] otg state changed: SUSPEND → HOST
[ 10.679101] vi vi.0: initialized
[ 10.679305] tegra USB phy - inst[0] platform info:
[ 10.679323] port_otg: yes
[ 10.679335] has_hostpc: yes
[ 10.679349] phy_interface: USB_PHY_INTF_UTMI
[ 10.679361] op_mode: TEGRA_USB_OPMODE_HOST
[ 10.679374] qc2_voltage: 0
[ 10.679386] vbus_gpio: -1
[ 10.679399] hot_plug: disabled
[ 10.679865] vi vi.1: vi_probe: ++
[ 10.688053] remote_wakeup: enabled
[ 10.690976] vi vi.1: initialized
[ 11.483824] Bluetooth: Core ver 2.16
[ 11.484389] NET: Registered protocol family 31
[ 11.484410] Bluetooth: HCI device and connection manager initialized
[ 11.484591] Bluetooth: HCI socket layer initialized
[ 11.484629] Bluetooth: L2CAP socket layer initialized
[ 11.484706] Bluetooth: SCO socket layer initialized
[ 11.532554] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.532617] Bluetooth: BNEP socket layer initialized
[ 11.660526] Bluetooth: RFCOMM socket layer initialized
[ 11.660553] Bluetooth: RFCOMM ver 1.11
[ 11.690864] tegra-ehci tegra-ehci.0: Tegra EHCI Host Controller
[ 11.690927] tegra-ehci tegra-ehci.0: new USB bus registered, assigned bus number 3
[ 11.691184] tegra-ehci tegra-ehci.0: irq 52, io mem 0x7d000000
[ 11.696627] tegra-ehci tegra-ehci.0: USB 2.0 started, EHCI 1.10
[ 11.696791] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 11.696805] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.696819] usb usb3: Product: Tegra EHCI Host Controller
[ 11.696831] usb usb3: Manufacturer: Linux 3.10.40-ga7da876 ehci_hcd
[ 11.696843] usb usb3: SerialNumber: tegra-ehci.0
[ 11.697854] hub 3-0:1.0: USB hub found
[ 11.697889] hub 3-0:1.0: 1 port detected
[ 11.907890] init: udev-fallback-graphics main process (428) terminated with status 1
[ 11.925647] device-mapper: uevent: version 1.0.3
[ 11.925799] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 13.348762] init: plymouth-upstart-bridge main process ended, respawning
[ 13.941677] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000
[ 13.941886] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
[ 14.449478] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE
[ 134.699255] init: plymouth-stop pre-start process (2002) terminated with status 1
[ 186.720515] systemd-hostnamed[2046]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 289.432590] NOHZ: local_softirq_pending 100
[ 1306.260610] NOHZ: local_softirq_pending 100
[ 1760.251592] tegra_dc_hdmi_irq: start
[ 1760.251616] tegra_dc_hdmi_irq: end
[ 1760.251637] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1760.251645] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1760.769200] tegra_dc_hdmi_irq: start
[ 1760.769223] tegra_dc_hdmi_irq: end
[ 1760.769245] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1760.769253] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1760.828561] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1760.841746] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1760.854812] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1760.854830] old edid len = 256
[ 1760.854844] No EDID change after HPD bounce, taking no action.
[ 1760.854853] dc powergated, skipping hdcp reset
[ 1760.854867] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1770.272102] tegra_dc_hdmi_irq: start
[ 1770.272457] tegra_dc_hdmi_irq: end
[ 1770.284343] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1770.286037] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1770.946276] tegra_dc_hdmi_irq: start
[ 1770.946397] tegra_dc_hdmi_irq: end
[ 1770.946628] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1770.946672] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1771.007214] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1771.021405] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1771.034976] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1771.034995] old edid len = 256
[ 1771.035007] No EDID change after HPD bounce, taking no action.
[ 1771.035015] dc powergated, skipping hdcp reset
[ 1771.035027] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1780.569538] tegra_dc_hdmi_irq: start
[ 1780.569583] tegra_dc_hdmi_irq: end
[ 1780.569620] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1780.569631] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1781.247299] tegra_dc_hdmi_irq: start
[ 1781.247987] tegra_dc_hdmi_irq: end
[ 1781.249926] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1781.250102] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1781.309513] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1781.322504] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1781.335701] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1781.335741] old edid len = 256
[ 1781.335777] No EDID change after HPD bounce, taking no action.
[ 1781.335802] dc powergated, skipping hdcp reset
[ 1781.335839] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1790.879112] tegra_dc_hdmi_irq: start
[ 1790.879197] tegra_dc_hdmi_irq: end
[ 1790.879289] hdmi_state_machine_worker (tid e9e9aa40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1790.879328] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1791.557084] tegra_dc_hdmi_irq: start
[ 1791.557330] tegra_dc_hdmi_irq: end
[ 1791.565424] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1791.570073] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1791.629697] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1791.642897] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1791.656079] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1791.656132] old edid len = 256
[ 1791.656172] No EDID change after HPD bounce, taking no action.
[ 1791.656202] dc powergated, skipping hdcp reset
[ 1791.656246] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1801.177685] tegra_dc_hdmi_irq: start
[ 1801.177733] tegra_dc_hdmi_irq: end
[ 1801.177770] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1801.177781] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1801.845840] tegra_dc_hdmi_irq: start
[ 1801.845959] tegra_dc_hdmi_irq: end
[ 1801.846068] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1801.846097] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1801.906440] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1801.920069] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1801.933649] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1801.933733] old edid len = 256
[ 1801.933804] No EDID change after HPD bounce, taking no action.
[ 1801.933855] dc powergated, skipping hdcp reset
[ 1801.933930] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1811.485772] tegra_dc_hdmi_irq: start
[ 1811.485833] tegra_dc_hdmi_irq: end
[ 1811.485885] hdmi_state_machine_worker (tid e9e9aa40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1811.485898] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1812.154310] tegra_dc_hdmi_irq: start
[ 1812.155040] tegra_dc_hdmi_irq: end
[ 1812.156989] hdmi_state_machine_worker (tid e9e9aa40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1812.157167] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1812.218136] hdmi_state_machine_worker (tid e9e9aa40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1812.232360] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1812.245921] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1812.245934] old edid len = 256
[ 1812.245942] No EDID change after HPD bounce, taking no action.
[ 1812.245948] dc powergated, skipping hdcp reset
[ 1812.245956] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1821.782155] tegra_dc_hdmi_irq: start
[ 1821.782865] tegra_dc_hdmi_irq: end
[ 1821.783253] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1821.783404] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1822.449831] tegra_dc_hdmi_irq: start
[ 1822.450189] tegra_dc_hdmi_irq: end
[ 1822.460989] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1822.461196] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1822.520940] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1822.535789] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1822.550424] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1822.551281] old edid len = 256
[ 1822.551363] No EDID change after HPD bounce, taking no action.
[ 1822.551419] dc powergated, skipping hdcp reset
[ 1822.552085] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1832.080014] tegra_dc_hdmi_irq: start
[ 1832.080134] tegra_dc_hdmi_irq: end
[ 1832.080236] hdmi_state_machine_worker (tid e9e9aa40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1832.080279] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1832.755057] tegra_dc_hdmi_irq: start
[ 1832.755074] tegra_dc_hdmi_irq: end
[ 1832.755120] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1832.755128] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1832.814509] hdmi_state_machine_worker (tid e9e9aa40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1832.827511] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1832.840499] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1832.840509] old edid len = 256
[ 1832.840517] No EDID change after HPD bounce, taking no action.
[ 1832.840522] dc powergated, skipping hdcp reset
[ 1832.840530] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1842.376046] tegra_dc_hdmi_irq: start
[ 1842.376414] tegra_dc_hdmi_irq: end
[ 1842.377124] hdmi_state_machine_worker (tid e9e9aa40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1842.377292] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1843.052546] tegra_dc_hdmi_irq: start
[ 1843.052568] tegra_dc_hdmi_irq: end
[ 1843.052589] hdmi_state_machine_worker (tid e9e9aa40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1843.052597] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1843.113088] hdmi_state_machine_worker (tid e9e9aa40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1843.126674] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1843.139938] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1843.139989] old edid len = 256
[ 1843.140029] No EDID change after HPD bounce, taking no action.
[ 1843.140056] dc powergated, skipping hdcp reset
[ 1843.140098] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1852.686833] tegra_dc_hdmi_irq: start
[ 1852.687188] tegra_dc_hdmi_irq: end
[ 1852.695183] hdmi_state_machine_worker (tid e9e9aa40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1852.695387] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1853.363800] tegra_dc_hdmi_irq: start
[ 1853.363842] tegra_dc_hdmi_irq: end
[ 1853.363880] hdmi_state_machine_worker (tid e9e9aa40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1853.363891] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1853.426284] hdmi_state_machine_worker (tid e9e9aa40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1853.439321] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1853.452328] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1853.452344] old edid len = 256
[ 1853.452357] No EDID change after HPD bounce, taking no action.
[ 1853.452364] dc powergated, skipping hdcp reset
[ 1853.452378] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1862.991185] tegra_dc_hdmi_irq: start
[ 1862.991272] tegra_dc_hdmi_irq: end
[ 1862.991364] hdmi_state_machine_worker (tid ed5275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1862.991402] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1863.656836] tegra_dc_hdmi_irq: start
[ 1863.656929] tegra_dc_hdmi_irq: end
[ 1863.657027] hdmi_state_machine_worker (tid ed5275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1863.657066] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1863.716700] hdmi_state_machine_worker (tid ed5275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1863.729836] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1863.743316] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1863.743358] old edid len = 256
[ 1863.743394] No EDID change after HPD bounce, taking no action.
[ 1863.743419] dc powergated, skipping hdcp reset
[ 1863.743455] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1873.291367] tegra_dc_hdmi_irq: start
[ 1873.291457] tegra_dc_hdmi_irq: end
[ 1873.293612] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1873.293663] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1873.959745] tegra_dc_hdmi_irq: start
[ 1873.960114] tegra_dc_hdmi_irq: end
[ 1873.960505] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1873.968189] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1874.028517] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1874.042938] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1874.056187] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1874.056209] old edid len = 256
[ 1874.056222] No EDID change after HPD bounce, taking no action.
[ 1874.056229] dc powergated, skipping hdcp reset
[ 1874.056242] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1883.584238] tegra_dc_hdmi_irq: start
[ 1883.585039] tegra_dc_hdmi_irq: end
[ 1883.593313] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1883.593513] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1884.251748] tegra_dc_hdmi_irq: start
[ 1884.252124] tegra_dc_hdmi_irq: end
[ 1884.252510] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1884.253088] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1884.313503] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1884.328456] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1884.343029] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1884.343110] old edid len = 256
[ 1884.343184] No EDID change after HPD bounce, taking no action.
[ 1884.343234] dc powergated, skipping hdcp reset
[ 1884.343310] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1893.877969] tegra_dc_hdmi_irq: start
[ 1893.877991] tegra_dc_hdmi_irq: end
[ 1893.878012] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1893.878020] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1894.553503] tegra_dc_hdmi_irq: start
[ 1894.554225] tegra_dc_hdmi_irq: end
[ 1894.556201] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1894.556379] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1894.616507] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1894.629491] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1894.642724] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1894.642808] old edid len = 256
[ 1894.642876] No EDID change after HPD bounce, taking no action.
[ 1894.642929] dc powergated, skipping hdcp reset
[ 1894.643000] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1904.174178] tegra_dc_hdmi_irq: start
[ 1904.174195] tegra_dc_hdmi_irq: end
[ 1904.174220] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1904.174228] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1904.853515] tegra_dc_hdmi_irq: start
[ 1904.854081] tegra_dc_hdmi_irq: end
[ 1904.854535] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1904.854930] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1904.915806] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1904.929195] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1904.942300] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1904.942321] old edid len = 256
[ 1904.942335] No EDID change after HPD bounce, taking no action.
[ 1904.942342] dc powergated, skipping hdcp reset
[ 1904.942355] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1914.486534] tegra_dc_hdmi_irq: start
[ 1914.486623] tegra_dc_hdmi_irq: end
[ 1914.486717] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1914.486757] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1915.164874] tegra_dc_hdmi_irq: start
[ 1915.164950] tegra_dc_hdmi_irq: end
[ 1915.165032] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1915.165070] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1915.224706] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1915.237920] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1915.251046] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1915.251090] old edid len = 256
[ 1915.251129] No EDID change after HPD bounce, taking no action.
[ 1915.251156] dc powergated, skipping hdcp reset
[ 1915.251195] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1924.795519] tegra_dc_hdmi_irq: start
[ 1924.795581] tegra_dc_hdmi_irq: end
[ 1924.795634] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1924.795647] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1925.465329] tegra_dc_hdmi_irq: start
[ 1925.466038] tegra_dc_hdmi_irq: end
[ 1925.467960] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1925.468139] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1925.527503] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1925.540843] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1925.555332] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1925.555362] old edid len = 256
[ 1925.555376] No EDID change after HPD bounce, taking no action.
[ 1925.555383] dc powergated, skipping hdcp reset
[ 1925.555396] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1935.095985] tegra_dc_hdmi_irq: start
[ 1935.096118] tegra_dc_hdmi_irq: end
[ 1935.096240] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1935.096282] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1935.764464] tegra_dc_hdmi_irq: start
[ 1935.764811] tegra_dc_hdmi_irq: end
[ 1935.767907] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1935.768002] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1935.828471] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1935.849431] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1935.865091] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1935.865179] old edid len = 256
[ 1935.865250] No EDID change after HPD bounce, taking no action.
[ 1935.865303] dc powergated, skipping hdcp reset
[ 1935.865382] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1945.405384] tegra_dc_hdmi_irq: start
[ 1945.405956] tegra_dc_hdmi_irq: end
[ 1945.417883] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1945.418078] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1946.068439] tegra_dc_hdmi_irq: start
[ 1946.069262] tegra_dc_hdmi_irq: end
[ 1946.071395] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1946.071914] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1946.131503] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1946.144512] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1946.157616] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1946.157661] old edid len = 256
[ 1946.157696] No EDID change after HPD bounce, taking no action.
[ 1946.157724] dc powergated, skipping hdcp reset
[ 1946.157760] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1955.698382] tegra_dc_hdmi_irq: start
[ 1955.699052] tegra_dc_hdmi_irq: end
[ 1955.700963] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1955.701147] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1956.376899] tegra_dc_hdmi_irq: start
[ 1956.377266] tegra_dc_hdmi_irq: end
[ 1956.378540] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1956.378965] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1956.438973] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1956.453026] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1956.466738] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1956.466824] old edid len = 256
[ 1956.466894] No EDID change after HPD bounce, taking no action.
[ 1956.466945] dc powergated, skipping hdcp reset
[ 1956.467024] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1965.995548] tegra_dc_hdmi_irq: start
[ 1965.995643] tegra_dc_hdmi_irq: end
[ 1965.995734] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1965.995772] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1966.672528] tegra_dc_hdmi_irq: start
[ 1966.672607] tegra_dc_hdmi_irq: end
[ 1966.672693] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1966.672731] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1966.732584] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1966.745748] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1966.758744] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1966.758751] old edid len = 256
[ 1966.758758] No EDID change after HPD bounce, taking no action.
[ 1966.758762] dc powergated, skipping hdcp reset
[ 1966.758769] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1976.296167] tegra_dc_hdmi_irq: start
[ 1976.296243] tegra_dc_hdmi_irq: end
[ 1976.296327] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1976.296363] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1976.974037] tegra_dc_hdmi_irq: start
[ 1976.974126] tegra_dc_hdmi_irq: end
[ 1976.974217] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1976.974256] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1977.034048] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1977.047409] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1977.060625] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1977.060670] old edid len = 256
[ 1977.060708] No EDID change after HPD bounce, taking no action.
[ 1977.060734] dc powergated, skipping hdcp reset
[ 1977.060774] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1986.591018] tegra_dc_hdmi_irq: start
[ 1986.591372] tegra_dc_hdmi_irq: end
[ 1986.592111] hdmi_state_machine_worker (tid ea6275c0): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1986.592271] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1987.259196] tegra_dc_hdmi_irq: start
[ 1987.259922] tegra_dc_hdmi_irq: end
[ 1987.267543] hdmi_state_machine_worker (tid ea6275c0): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1987.275242] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1987.334947] hdmi_state_machine_worker (tid ea6275c0): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1987.349746] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1987.363112] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1987.363201] old edid len = 256
[ 1987.363271] No EDID change after HPD bounce, taking no action.
[ 1987.363322] dc powergated, skipping hdcp reset
[ 1987.363403] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 1996.370088] tegradc tegradc.1: nominal-pclk:148500000 parent:594000000 div:4.0 pclk:148500000 147015000~161865000
[ 1996.372769] tegra_dc_hdmi_enable: HDMI clock already configured to target frequency, skipping clk setup.
[ 1996.897899] tegra_dc_hdmi_irq: start
[ 1996.897975] tegra_dc_hdmi_irq: end
[ 1996.900890] hdmi_state_machine_worker (tid ebf68a40): state 4 (Enabled), hpd 0, pending_hpd_evt 1
[ 1996.900948] hdmi_state_machine_set_state_l: switching from state 4 (Enabled) to state 5 (Wait for HPD reassert)
[ 1997.997828] tegra_dc_hdmi_irq: start
[ 1997.997847] tegra_dc_hdmi_irq: end
[ 1997.997867] hdmi_state_machine_worker (tid ebf68a40): state 5 (Wait for HPD reassert), hpd 1, pending_hpd_evt 1
[ 1997.997875] hdmi_state_machine_set_state_l: switching from state 5 (Wait for HPD reassert) to state 6 (Recheck EDID)
[ 1998.057485] hdmi_state_machine_worker (tid ebf68a40): state 6 (Recheck EDID), hpd 1, pending_hpd_evt 0
[ 1998.070451] read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1998.083420] hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1998.083428] old edid len = 256
[ 1998.083435] No EDID change after HPD bounce, taking no action.
[ 1998.083443] hdmi_state_machine_set_state_l: switching from state 6 (Recheck EDID) to state 4 (Enabled)
[ 3021.314442] mmc1: new high speed SDHC card at address 1234
[ 3021.339813] mmcblk mmc1:1234: Card claimed for testing.
[ 3021.347713] mmcblk1: mmc1:1234 SA08G 7.21 GiB
[ 3021.370781] mmcblk1: p1
[ 3021.727849] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 3021.950697] systemd-hostnamed[12420]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 3078.352847] mmc1: card 1234 removed
[ 3407.340157] mmc1: new high speed SDHC card at address 1234
[ 3407.350647] mmcblk mmc1:1234: Card claimed for testing.
[ 3407.351418] mmcblk1: mmc1:1234 SA08G 7.21 GiB
[ 3407.367879] mmcblk1: p1
[ 3407.803542] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 3407.968406] systemd-hostnamed[13976]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 3454.683017] mmc1: card 1234 removed

Is this correct?

sha1sum -c /etc/nv_tegra_release is a sudo : lshw: command not found.

If this exact command fails, then it implies the installation itself is not valid:

sha1sum -c /etc/nv_tegra_release

Any user should be able to run that command and get “OK” for every line of output. If not, then it may be flash occurred without the “apply_binaries.sh” step.

i tried the sha1sum command again, it seems i was writing it wrong.

sha1sum -c /etc/nv_tegra_release

/usr/lib/xorg/modules/extensions/libglx.so: OK
/usr/lib/xorg/modules/drivers/nvidia_drv.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvomxilclient.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvavp.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvomx.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvos.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmm_contentpipe.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_utils.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvtvmr.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvjpeg.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvtnr.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libglx.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_video.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvddk_2d_v2.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvdc.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmm_utils.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmedia.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmm.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvapputil.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvodm_imager.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmm_camera_v3.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvsm.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmm_parser.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvtestio.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_audio.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvddk_vic.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvrm.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libtegrav4l2.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvrm_graphics.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvwinsys.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvparser.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvtestresults.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvmmlite_image.so: OK
/usr/lib/arm-linux-gnueabihf/tegra/libnvodm_query.so: OK

That confirms the correct drivers are in place. It sounds like the issue is occurring with the original unflashed installation, is this correct? If so, there may still be a problem, but chances are good that the next best debug step (and perhaps even a cure if not a hardware issue) is to flash to R21.5 (the most recent L4T version on a TK1). There were just a lot of bugs in the original R19.2. Can you verify that you have not yet flashed?

FYI, the R21.5 downloads are from here:
https://developer.nvidia.com/linux-tegra-r215

You can flash with JetPack if you have the Ubuntu host, or on command line with driver package plus sample rootfs. If you flash on command line the final command for flash which gives full partition use is:

sudo ./flash.sh -S 14580MiB jetson-tk1 mmcblk0p1

i flashed R21.5, R21.4, R21.3 and R19.2… and followed the instructions to flash the jetson board and did everything as it should be done. The host PC is an Ubuntu 14.04. I also upgraded it to 16.04 and flashed all L4Ts again. It showed no responce.

i doubt it to be a hardware issue. i think Network Manager is responsible for blocking the connection. Because as soon as i log into the jetson, i get a meassage that Network is now disconnected, you are now offline, and when i edit the file interfaces, network manager stops blocking the connection. But it doesnt show any sign of life, i get instead:
failed to send 300 byte long packet over eth0 interface xie 0x215f187a

I tried static IP, also didnt work. So i sent the jetson back to get a new one. I dont have any more time to waste, ive been trying to get it to work for the last 10 days!

Thank you for your help. Too bad case was closed without solving it. If anyone encounters the same Problem, then please post what youve done to fix it.

alayan,

Please follow the RMA support for your tk1.

1. Go to http://www.nvidia.com/nvcc
 2. Select “Live Chat” from the options near the top of the page.
 3. Enter your personal information.
 4. Select the appropriate product from the drop-down list (“Tegra” in this case).
 5. Submit the request.

Hello i have this problem, What is the answer or the solution? Please

Start at the beginning…which networking are you speaking of: Wired versus WiFi. When does it disappear, and which one disappears? Is it after a GUI login, or after a text or network login? FYI, if something changes after a GUI login, then it is probably just NetworkManager configuration thinking you want to switch connection type.