Nvgetty udev issues between ZED SDK and UART GPS how to resolve?

Good Day,

I seem to have an issue.
Jetson Nano, JP 4.6.1
Python 3.7

The issue is:
nvgetty enabled = no dialout UART mode = no gps data. However, ZED SDK for sensor data works.
nvgetty disabled = dialout UART mode = gps data. However, ZED SDK fails for sensor data saying it can’t claim the interface.

I need both devices to communicate and work.
I am using ublox f9p gps

How to resolve?

It might be the user not having permission. If nvgetty runs it is group “tty”, but if nvgetty is not running, then it is group “dialout” (both are user “root”). If this is the issue, then a simple fix would be to add your user to group “dialout”:
sudo usermod -aG dialout <your user name>

The user has permission to dialout and is added to the group. The only way to fix so far is to chmod 666 multiple times and fight against nvgetty, since disabling it breaks the ZED camera sensor access to the usb ports.

The device special file is not a real file, in the sense it is not on the hard drive or eMMC or SD card. This is actually a driver in RAM pretending it is a file, and so chmod may not work as you expect. During boot there is a possibility that this briefly changes group, but if serial console was on this before, then you’d have to disable it not only in Linux, but also in the bootloader chain (a separate configuration) if serial console is going to be active during boot. Prior to the “chmod 666”, what is the ownership and permissions? If I use the user name “ubuntu” just as an example (substitute this with what your user name really is), then what do you see from:
grep ubuntu /etc/group
(this should show every group membership)

Before the cmod 666 only root has access and sudo works.
Here is the group information

$ grep smartmow /etc/group
adm:x:4:syslog,smartmow
tty:x:5:smartmow
dialout:x:20:smartmow
cdrom:x:24:smartmow
sudo:x:27:smartmow
audio:x:29:pulse,smartmow
dip:x:30:smartmow
video:x:44:smartmow,gdm,lightdm
plugdev:x:46:smartmow
i2c:x:108:smartmow
lpadmin:x:118:smartmow
gdm:x:124:smartmow
lightdm:x:125:smartmow
gpio:x:999:smartmow
weston-launch:x:996:smartmow
smartmow:x:1000:
sambashare:x:130:smartmow

This is highly unusual. I’ve never seen it as “group” root, I’ve only seen it owned by root. There would have to be something custom or strange going on, e.g., perhaps a udev or device tree entry modified something to make it “not group other than root”. Your user though seems to be full admin, so you are right that if the group of the device special file were one of those other than root, then it should work. I’d concentrate on why the device is showing up as group root if this is what is happening.

i think only the user root owns it before the chmod
Other /dev/tty like S1, S2, and S3 are crw-rw---- 1 root dialout

But THS1 has no dialout only tty because I suspect is nvgetty.
after chmod we have crw-rw-rw- 1 root tty 238, 1 Jul 22 18:36 /dev/ttyTHS1

Just need this to stick.

One would rarely ever use the UART as owner root. The “rw” permissions of group “dialout” means that if the problem is one of permissions, then your user should not have a problem. The problem with “ttyTHS1” is that it is being used by another process and is not available. The group “tty” means this is set up as serial console and you never disabled serial console. To turn off serial console (at least from Linux, but not from bootloader stages):

sudo systemctl stop nvgetty.service
sudo systemctl disable nvgetty.service

(after this it will revert to group “dialout”)

When i perform those commands, it does fix the THS1 error but then for some reason the USB3 is affected and the ZED SDK breaks and throws the following error.

can’t claim interface 0: -6

Which seems to be a libusb error that I do not know how to solve for after a lot of research.

USB should be unrelated to the serial UART, at least in software. The ZED cameras do draw significant power, and this sometimes gets in the way. Also, the ZED wants all bandwidth to itself, so if something else is sharing bandwidth with the camera in “lsusb -t”, then you’ll want to move things around. Overall though, the next step is to use an externally powered HUB on the camera. I suspect this is what is needed because once your UART worked, then the camera should work, and this implies increased power draw.

Also, you’d want to show the logs related to the USB and UART and camera. Best to show the complete new dmesg output, and mention what the last line is prior to starting the action causing the camera error.

Well … the USB is a UART and I think they are connected? Anyways, The can’t access interface 0 error seems more of a permissions/resource availability error. There is plenty of power on the camera available there is no issue there. If it was a power issue, the issue would be present regardless of the state of nvgetty.

 lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 5000M
    |__ Port 1: Dev 2, If 0, Class=Video, Driver=uvcvideo, 5000M
    |__ Port 1: Dev 2, If 1, Class=Video, Driver=uvcvideo, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/5p, 480M
    |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/2p, 480M
        |__ Port 2: Dev 6, If 0, Class=Human Interface Device, Driver=, 12M
    |__ Port 3: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtl8821cu, 480M
        |__ Port 2: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
        |__ Port 2: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M

dmesg
[74705.712543] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74706.559161] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74707.405700] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74708.252525] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74709.099113] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74718.609504] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74721.321696] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74730.832967] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74731.679560] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74736.767061] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74737.613796] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74738.460563] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74739.307045] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74740.153840] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74741.000652] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74741.847251] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74742.693977] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74745.915536] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74746.762273] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74756.273300] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74757.119972] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74762.887852] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74763.734679] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74764.581282] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74765.428019] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74774.939404] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74775.785958] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74776.632750] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74777.479481] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74786.989955] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74796.488315] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74805.982609] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74815.476771] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74816.368964] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74825.865186] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74835.359090] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74837.841316] soctherm: OC ALARM 0x00000001
[74844.853054] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74845.745586] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74855.240148] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74864.734051] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74865.623345] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74866.469974] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74867.316810] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74876.827257] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74877.673931] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74878.520709] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74879.367329] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74880.214082] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74881.060707] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74890.570973] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74900.069561] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74909.563056] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74910.433199] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74911.279856] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74912.126301] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74912.973177] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74913.819781] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74914.666428] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74924.176514] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74925.023049] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74934.532372] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74944.031552] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[74967.837723] soctherm: OC ALARM 0x00000001
[74982.063868] soctherm: OC ALARM 0x00000001
[75004.656277] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75005.502928] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75006.349720] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75015.859504] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75025.359115] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75034.853901] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75035.722409] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75045.226599] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75046.073326] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75046.920025] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75047.766693] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75057.276910] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75065.561994] soctherm: OC ALARM 0x00000001
[75066.776559] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75076.270633] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75085.765050] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75086.652849] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75096.153498] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75097.833496] soctherm: OC ALARM 0x00000001
[75103.061028] soctherm: OC ALARM 0x00000001
[75105.648446] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75115.143203] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75115.988757] soctherm: OC ALARM 0x00000001
[75116.036202] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75125.531095] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75135.026277] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75135.900648] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75136.747427] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75137.594015] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75138.440684] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75147.951819] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75148.798303] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75157.949267] soctherm: OC ALARM 0x00000001
[75158.307704] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75159.154411] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75160.001328] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75160.847989] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75161.694655] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75162.541357] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75163.388546] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75164.235417] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75165.082134] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75165.928816] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75166.775334] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75167.621966] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75168.468742] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75169.315482] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75170.162381] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75179.672249] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75180.518918] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75181.365802] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75190.876329] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75191.723071] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75201.234573] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75202.081491] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75202.928038] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75203.774810] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75213.090772] soctherm: OC ALARM 0x00000001
[75213.285511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75222.783817] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75227.829637] soctherm: OC ALARM 0x00000001
[75232.277856] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75233.147758] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75233.994361] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75243.504817] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75244.351485] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75253.862523] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75263.360337] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75272.853500] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75280.340970] soctherm: OC ALARM 0x00000001
[75282.347561] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75283.240269] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75292.734224] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75302.228007] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75311.722183] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75312.614958] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75322.108878] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75331.602853] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75332.491981] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75333.338448] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75342.848512] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75352.348814] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75357.827065] soctherm: OC ALARM 0x00000001
[75361.842607] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75362.710409] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75363.557170] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75364.403796] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75373.914444] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75383.413366] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75392.907352] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75402.401422] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75403.294991] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75412.789290] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75422.284424] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75423.170218] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75424.016723] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75433.527345] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75443.027614] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75465.892547] soctherm: OC ALARM 0x00000001
[75487.825075] soctherm: OC ALARM 0x00000001
[75528.095570] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75537.606456] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75538.453198] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75547.964293] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75557.462162] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75566.956568] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75567.831396] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75568.677963] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75578.188673] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75587.687663] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75597.182413] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75598.051271] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75598.897994] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75599.744688] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75608.011357] soctherm: OC ALARM 0x00000001
[75609.255531] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75611.458738] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75612.305337] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75615.526792] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75616.373321] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75625.884423] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75626.731045] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75636.242036] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75637.088915] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75646.600274] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75647.447144] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75648.294035] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75649.140960] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75649.987758] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75659.499452] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75660.346207] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75669.857675] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75679.355913] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75688.850221] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75689.729161] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75699.238641] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75708.733356] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75718.228127] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75719.108134] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75719.954569] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75720.801576] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75730.313121] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75731.160015] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75732.006753] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75732.853481] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75733.700351] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75734.546977] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75737.821334] soctherm: OC ALARM 0x00000001
[75744.058737] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75744.905700] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75745.752494] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75746.599369] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75748.802450] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75749.649434] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75750.496061] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75751.342663] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75754.055297] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75754.902173] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75766.279603] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75775.792411] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75785.286333] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75798.265473] soctherm: OC ALARM 0x00000001
[75799.385319] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75800.232346] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75801.079057] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75814.493341] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75815.339910] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75823.654350] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75824.501286] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75846.402309] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75847.249575] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75848.096185] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75862.529504] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75867.817502] soctherm: OC ALARM 0x00000001
[75872.039994] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75872.886876] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75882.397441] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75883.244284] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75884.090911] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75893.601012] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75894.447697] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75895.294511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75896.141220] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75905.651448] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75906.498110] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75907.344802] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75908.191476] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75909.038139] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75909.884906] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75910.731843] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75911.578540] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75912.424952] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75913.271856] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75914.118564] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75914.965313] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75915.811949] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75916.658838] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75917.505372] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75918.352244] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75919.198867] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75920.045614] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75920.892156] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75921.738998] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75922.585708] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75923.432220] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75932.942981] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75933.789586] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75934.636479] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75935.483342] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75936.329992] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75937.176887] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75938.023460] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75938.870334] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75939.717239] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75940.564014] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75949.750352] soctherm: OC ALARM 0x00000001
[75950.075074] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75959.574236] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75965.594016] soctherm: OC ALARM 0x00000001
[75969.069017] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75969.938782] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75970.785712] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75980.295192] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75981.141821] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75981.988777] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75982.835478] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75992.345980] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75993.192491] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75994.039306] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75994.885828] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75995.732780] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75996.579309] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75997.426132] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[75997.813103] soctherm: OC ALARM 0x00000001
[75998.272875] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76007.181123] soctherm: OC ALARM 0x00000001
[76007.783877] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76008.630777] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76009.477252] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76010.323995] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76011.141248] soctherm: OC ALARM 0x00000001
[76011.170785] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76012.017547] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76012.864435] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76013.710930] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76023.221016] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76024.067905] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76033.578177] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76043.076803] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76052.570970] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76062.064339] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76062.957319] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76072.451385] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76081.945213] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76082.826878] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76083.673581] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76084.520183] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76085.367480] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76086.214851] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76087.061812] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76087.908550] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76088.755574] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76089.602584] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76090.449633] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76091.296649] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76092.143723] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76092.990486] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76093.837524] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76094.684906] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76095.531861] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76096.379131] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76097.226123] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76098.072873] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76098.919894] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76099.766798] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76100.614081] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76101.461433] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76102.308214] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76103.155531] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76104.002713] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76104.849794] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76105.696639] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76106.543936] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76107.390990] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76108.237805] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76109.084828] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76109.931890] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76110.779172] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76111.626041] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76112.472932] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76113.319605] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76114.166406] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76115.013232] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76115.860162] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76116.707075] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76120.947854] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76123.151125] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76123.998373] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76124.845262] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76125.692195] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76127.809590] soctherm: OC ALARM 0x00000001
[76135.204287] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76136.051526] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76136.898490] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76145.213881] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76146.060921] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76146.907917] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76147.754939] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76148.601861] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76149.448818] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76150.295626] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76151.142357] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76151.989108] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76158.776988] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76159.623686] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76165.901993] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76166.748815] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76167.595458] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76169.798769] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76170.645756] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76171.492636] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76172.339528] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76173.186307] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76174.032928] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76174.879693] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76175.726738] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76176.573289] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76186.085362] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76186.932448] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76189.969070] soctherm: OC ALARM 0x00000001
[76193.209931] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76194.056974] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76194.904166] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76195.750977] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76201.858119] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76202.705032] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76203.552083] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76204.398757] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76205.245734] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76206.092792] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76206.939853] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76207.786706] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76208.633516] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76213.892538] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76223.402457] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76224.249099] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76233.759723] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76243.260887] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76257.816840] soctherm: OC ALARM 0x00000001
[76322.102340] soctherm: OC ALARM 0x00000001
[76326.062590] soctherm: OC ALARM 0x00000001
[76336.958000] soctherm: OC ALARM 0x00000001
[76347.689303] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76348.536108] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76358.048079] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76358.894942] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76359.741781] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76361.944734] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76369.750617] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76370.597467] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76371.444219] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76372.291189] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76373.137998] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76373.984583] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76376.697166] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76377.544311] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76387.056180] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76387.903074] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76397.414209] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76398.260995] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76400.972933] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76410.483696] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76419.984999] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76429.480108] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76430.350593] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76434.081728] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76434.928789] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76435.775652] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76436.622626] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76437.469404] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76438.316357] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76442.556592] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76452.068195] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76461.567919] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76471.063378] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76471.933537] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76481.444581] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76482.291267] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76491.802902] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76501.302952] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76507.982035] soctherm: OC ALARM 0x00000001
[76510.798461] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76511.668264] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76521.179074] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76522.025837] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76522.872570] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76532.383006] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76541.883965] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76637.798876] soctherm: OC ALARM 0x00000001
[76767.796071] soctherm: OC ALARM 0x00000001
[76794.024159] soctherm: OC ALARM 0x00000001
[76824.584248] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76825.431080] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76826.277869] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76827.124654] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76827.971594] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76828.818597] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76838.329533] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76839.176337] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76848.688274] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76849.534924] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76850.381546] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76859.893204] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76860.739909] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76861.586730] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76871.097375] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76880.597219] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76882.586394] soctherm: OC ALARM 0x00000001
[76890.092850] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76897.793947] soctherm: OC ALARM 0x00000001
[76899.587592] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76900.479521] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76901.326436] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76902.173145] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76906.151628] soctherm: OC ALARM 0x00000001
[76911.685206] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76912.532221] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76913.378944] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76922.890737] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76923.737602] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76933.249477] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76942.748843] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76952.243375] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76953.111762] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76953.958658] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76963.469644] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76964.316588] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76965.163159] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76966.010171] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76966.856846] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76967.703610] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76968.550052] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76969.397040] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76970.243926] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76971.090789] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76971.937569] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76972.784644] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76982.295362] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[76991.794996] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77001.289045] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77004.379475] soctherm: OC ALARM 0x00000001
[77010.783655] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77011.677960] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77021.172268] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77025.430573] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77026.277239] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77027.124101] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77027.793434] soctherm: OC ALARM 0x00000001
[77033.910612] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77035.019096] soctherm: OC ALARM 0x00000001
[77043.422418] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77044.269101] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77053.779936] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77063.278682] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77072.772746] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77082.267220] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77083.160729] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77092.657012] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77102.151647] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77103.031603] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77112.540746] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77122.035159] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77131.525734] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77132.393556] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77141.887192] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77142.780399] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77152.274847] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77157.793589] soctherm: OC ALARM 0x00000001
[77161.768950] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77162.655439] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77172.156168] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77287.785732] soctherm: OC ALARM 0x00000001
[77388.567668] soctherm: OC ALARM 0x00000001
[77407.963090] soctherm: OC ALARM 0x00000001
[77484.369397] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77493.879936] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77503.377252] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77505.641048] soctherm: OC ALARM 0x00000001
[77512.870483] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77513.749244] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77514.595903] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77524.106244] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77533.604783] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77537.780340] soctherm: OC ALARM 0x00000001
[77543.098125] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77543.967826] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77553.478344] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77562.977219] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77572.471396] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77581.965532] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77582.852502] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77592.354074] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77625.754108] soctherm: OC ALARM 0x00000001
[77689.989522] soctherm: OC ALARM 0x00000001
[77765.001551] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77765.848688] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77766.695737] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77767.542648] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77768.389648] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77769.236606] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77770.083582] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77770.930448] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77771.777382] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77772.624483] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77773.471621] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77774.318858] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77775.165604] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77776.012675] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77776.859833] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77777.707220] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77778.554267] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77779.401547] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77780.248633] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77781.095796] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77781.943140] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77782.790130] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77783.637420] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77784.484559] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77785.331438] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77786.178578] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77787.025602] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77787.872645] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77788.719735] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77789.566627] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77790.413698] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77791.260849] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77792.108040] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77792.954768] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77793.801981] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77794.648880] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77795.496044] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77796.343082] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77797.190155] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77797.774955] soctherm: OC ALARM 0x00000001
[77798.036895] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77798.883661] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77799.730377] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77800.577204] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77801.423876] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77802.270551] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77803.117271] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77803.964313] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77804.811336] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77805.658425] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77806.505136] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77807.352063] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77808.199025] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77809.045695] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77809.892221] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77810.739053] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77811.585798] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77812.432458] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77813.279361] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77814.126508] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77823.637650] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77833.135738] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77839.429374] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77842.141921] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77851.653965] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77860.478939] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77861.325771] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77862.172887] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77863.019591] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77863.866400] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77873.377521] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77874.224347] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77875.071393] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77875.918092] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77876.764748] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77880.001187] soctherm: OC ALARM 0x00000001
[77881.005527] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77884.736540] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77885.583561] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77886.430701] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77887.277425] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77888.124567] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77888.971324] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77889.818022] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77899.330045] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77900.176540] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77901.023451] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77910.535366] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77920.032735] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77927.772107] soctherm: OC ALARM 0x00000001
[77929.527486] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77930.409803] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77939.916312] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77949.410872] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77950.278670] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77959.789641] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77969.290984] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77978.785691] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77988.280060] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77989.172626] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[77991.426925] soctherm: OC ALARM 0x00000001
[77998.667537] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78008.162595] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78009.041401] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78018.550567] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78028.045070] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78037.536577] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78038.403973] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78047.898539] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78048.784904] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78058.286075] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78187.766672] soctherm: OC ALARM 0x00000001
[78307.944152] soctherm: OC ALARM 0x00000001
[78363.991121] soctherm: OC ALARM 0x00000001
[78371.902918] soctherm: OC ALARM 0x00000001
[78437.761828] soctherm: OC ALARM 0x00000001
[78500.855202] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78501.702300] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78502.549060] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78503.396103] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78504.243039] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78505.090153] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78505.937061] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78506.784180] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78507.630923] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78508.477853] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78509.324742] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78510.171511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78511.018267] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78511.865385] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78516.615529] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78517.462029] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78518.309013] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78519.155873] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78520.002802] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78520.849986] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78524.072065] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78524.919043] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78525.766044] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78526.613014] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78527.459948] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78531.701083] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78532.548079] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78536.279451] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78537.126292] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78537.279411] soctherm: OC ALARM 0x00000001
[78537.973255] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78538.820064] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78539.666835] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78540.513631] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78541.360812] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78550.873001] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78551.719623] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78552.566371] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78553.413491] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78554.260292] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78563.770947] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78564.617629] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78565.464528] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78566.311163] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78567.158396] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78567.758280] soctherm: OC ALARM 0x00000001
[78576.669635] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78577.516094] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78578.363306] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78587.874340] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78595.171496] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78596.018569] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78596.865636] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78597.712434] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78598.559403] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78599.406325] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78600.253236] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78601.100054] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78601.946930] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78602.793942] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78603.641046] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78604.488250] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78604.985890] soctherm: OC ALARM 0x00000001
[78605.335153] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78606.182020] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78607.028956] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78607.875811] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78608.722393] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78609.569612] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78610.416391] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78611.263212] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78620.597418] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78623.310069] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78624.156975] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78625.003691] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78625.850644] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78626.697433] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78627.544430] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78628.391511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78629.238083] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78630.085032] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78630.931666] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78631.778689] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78632.625523] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78633.471994] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78634.319055] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78635.165756] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78636.012643] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78636.859307] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78637.706320] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78638.553308] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78639.400118] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78640.247185] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78641.094205] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78643.297536] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78644.144533] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78644.991186] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78645.838315] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78646.205055] soctherm: OC ALARM 0x00000001
[78646.685006] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78647.531976] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78648.378792] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78649.225466] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78650.072388] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78650.919214] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78651.765934] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78652.612911] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78653.459972] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78654.307013] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78655.154017] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78656.001027] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78656.847699] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78657.694561] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78658.541387] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78659.388186] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78660.235227] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78675.007049] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78675.853955] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78676.700870] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78677.547866] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78679.751281] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78680.598196] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78681.444754] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78685.685274] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78686.532235] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78696.043862] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78696.890760] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78697.737516] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78697.766050] soctherm: OC ALARM 0x00000001
[78698.584292] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78699.431108] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78700.277821] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78701.124591] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78701.971511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78702.818317] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78719.797670] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78720.644511] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78721.491409] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78722.338193] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78723.185141] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78724.031804] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78724.878413] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78725.725439] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78726.572183] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78727.418766] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78736.930236] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78737.777609] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78747.289018] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78748.136235] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78748.983029] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78749.829652] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78750.676978] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78751.523757] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78752.370367] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78753.217199] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78754.063980] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78754.910736] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78755.757513] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78756.604215] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78757.451013] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78758.297952] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78767.809087] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78768.655885] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78770.858908] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78771.706052] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78781.216935] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78790.715071] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78796.327593] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78802.605896] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78803.452957] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78804.299907] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78805.147124] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78805.993896] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78812.272483] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78813.119611] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78813.966596] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78814.813606] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78815.660558] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78816.507619] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78817.354616] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78820.067314] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78820.914513] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78821.761306] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78822.608434] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78823.455291] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78824.302287] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78825.149179] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78825.996185] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78826.843342] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78827.690309] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78827.753917] soctherm: OC ALARM 0x00000001
[78828.537552] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78829.384790] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78830.231659] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78831.078746] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78831.925598] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78832.772583] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78833.619535] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78834.466342] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78835.313453] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78836.160313] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78837.007158] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78837.854184] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78838.701138] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78839.548034] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78843.279676] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78844.126846] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78844.973679] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78845.820619] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78846.667187] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78847.513986] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78848.360724] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78849.207774] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78850.054559] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78850.901896] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78851.748797] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78852.595671] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78853.442553] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78854.289547] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78855.136452] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78864.648747] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78865.495470] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78866.342780] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78867.189695] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78868.036457] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78868.883526] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78869.730613] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78878.555211] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78879.402147] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78880.249092] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78881.095830] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78881.942634] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78882.789540] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78883.636262] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78884.483150] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78885.329754] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78886.176570] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78887.023667] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78896.535078] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78897.381599] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78898.228372] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78902.468867] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78903.315680] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78904.162816] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78912.478620] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78913.325645] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78917.566344] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78918.413420] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78927.925133] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78931.656345] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78932.503174] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78933.350039] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78934.196785] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78935.043759] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78935.890798] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78941.659083] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78942.506099] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78943.352710] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78951.735203] soctherm: OC ALARM 0x00000001
[78952.863046] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78953.709839] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78957.750201] soctherm: OC ALARM 0x00000001
[78963.220495] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78972.720814] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78982.216028] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78991.711316] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[78992.603453] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79002.102304] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79011.597091] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79016.272871] soctherm: OC ALARM 0x00000001
[79021.091732] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79021.986059] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79031.480616] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79040.974508] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79041.856910] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79042.703674] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79052.214963] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79053.061736] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79053.908684] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79054.755608] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79064.267561] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79065.114475] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79065.961659] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79066.808241] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79076.319576] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79077.166142] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79079.369242] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79080.215996] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79087.749908] soctherm: OC ALARM 0x00000001
[79089.727172] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79090.573991] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79100.085516] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79109.582062] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79110.442946] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79111.289802] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79120.801177] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79130.301971] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79139.797525] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79149.292547] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79150.182668] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79151.029487] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79151.876606] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79152.723604] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79162.234705] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79173.612539] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79174.459220] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79175.306057] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79176.152918] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79176.999744] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79177.846817] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79185.142619] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79194.654331] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79200.422747] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79201.269546] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79207.915550] soctherm: OC ALARM 0x00000001
[79210.780600] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79220.280233] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79229.775049] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79230.645265] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79231.492141] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79241.004270] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79246.152171] soctherm: OC ALARM 0x00000001
[79250.502123] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79259.996768] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79260.867142] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79270.378361] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79279.877828] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79289.372443] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79290.249184] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79291.095937] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79300.607731] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79301.454436] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79302.300944] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79311.812586] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79321.309768] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79327.973584] soctherm: OC ALARM 0x00000001
[79330.803462] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79331.691268] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79332.538400] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79333.384992] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79337.745130] soctherm: OC ALARM 0x00000001
[79342.719446] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79343.566581] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79344.413273] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79345.260018] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79354.774962] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79364.269863] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79373.764282] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79374.651967] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79384.152750] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed
[79393.647637] serial-tegra 70006040.serial: RxData DMA copy to tty layer failed

Yes, and that is a possibility, but the USB with the integrated UART is a very well test interface. In terms of software you could be right that this is a problem, and an update from dmesg might be useful for that. I’m confident that the driver, by itself, is reliable and that the UART won’t have a conflict with USB (exception being a bad device tree on a custom carrier board).

However, if power is an issue, then consider that power delivery through USB could cause issues for any component on that bus (this is quite common). Power can cause a lot of issues that sound nothing like the original issue. It is easy enough to eliminate that as a possibility just by trying an externally powered HUB (if you have one it is about 30 seconds of effort).

Do attach a new dmesg and note where the last line is in the log prior to testing.

NOTE: nvgetty won’t change this, but fixing control to the camera will change power consumption. And if nvgetty worked, then you’ve just verified the driver to the UART works.

I’m not following the logic so let me clarify…

We use the Zed2i. The Zed2i has 2 cameras and several Sensors.
The Camera works great with no issue
I think the driver to access the Sensors gets broken when the permissions are changed, when researching, I came across this error on several other systems all due to libusb permission access.

The hub is not needed, we’ve been testing the Zed on our battery-powered robot for months and It’s great.

I think the real question is what is the Jetson state with nvgetty disabled and why disabling it breaks access to the Zed Sensors.

I’ve seen many issues with Zed when conditions cause them to draw more power (this isn’t necessarily the Zed’s fault). Is the UART being used to control the Zed in any way? If the change in permission by disabling nvgetty causes the issue, but no command or change has occurred relative to the Zed operation, then you are probably right. However, is the UART not being used for control of the camera?

I have a ublox ZED-F9P attached to the UART. The ZED camera is attached to the USB3.
When nvgetty changes the permissions the UART access is denied for the gps data.
When nvgetty is disabled, for some reason, the driver for the ZED sensors fail due to libusb

Is the query for GPS data on the ZED-F9P being run as the same user? If not, then that user may need to have group dialout? If that user was already able to access group dialout, then the new application (the one which was just added to dialout) might be in conflict. Are there two applications involved in accessing GPS/UART communications? Are there two different users involved? Or perhaps two threads?

Yes, they are the same user.

Is a single program accessing the UART? Or is more than one trying to access it? If just one program, is the access from separate threads? I’m trying to figure out if the denial is from two users (even if from the same program) at the same time. Also, what exact error message do you see, and where do you see it from? This is really close to working, and changing it to group dialout should only help. Stopping nvgetty stops one conflicting program, and it is odd that you would get a permissions error at this point.

It’s one program, the GPS program runs on a separate thread:

When GPS program can’t access data it throws a permission denied error.
When ZED Sensor program can’t access data it throws “can’t claim interface 0: -6”

Is it the same program running the ZED which talks to the UART? Where is the exact place the permission denied occurs, e.g., do you see it on command line, or is it from a call inside the program? An exact quote of the error might narrow it down.