ASUSPORTAL 2.2.5.r4 running issue

Enjoy high definition brilliance with your NAS and ASUSTOR Portal

Moderator: Lillian.W@AST

Post Reply
kernel32_lyon
Posts: 6
youtube meble na wymiar Warszawa
Joined: Mon Jan 03, 2022 10:15 pm

ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

Hello,

Due to some HDMI issues, I have tried to reinstall ASUSPORTAL many times (automatically by web or manually) ... But now, unfortunatelly I connot launch the application and I have the message below:

"This action cannot be completed because there is already a asportal folder inside the Web shared folder. Please first remove or rename the folder before trying this action again."

Any idea about how to solve this issue?
Where is this famous 'Web shared folder"?

My configuration is:
AS3202T
Xorg: 10.19.6.R1
ADM: 4.0.1.ROG1
Portal: 2.2.5.r4

Sorry if my English is not clear...I'm french ;o)
Best regards and happy new year !
User avatar
father.mande
Posts: 1808
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by father.mande »

Hi, Bonjour et bonne année.

As I know the only web folder use by Asportal is for the menu (asportal icon) in A.D.M. desktop ...

What you can try (before calling support)
... remove asportal
... ... through AppCentral or using command (apkg)
... go to /usr/local/AppCentral folder and be sure that nothing (residual) is in a folder name asportal, if yes remove the folder (rm -rf asportal)
... install again
... prefer using AppCentral ... because depends and more control are done compare to shell install with apkg command.

In case of not succeed ... call support.
Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
kernel32_lyon
Posts: 6
Joined: Mon Jan 03, 2022 10:15 pm

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

Hello, thanks for your answer. I've find the solution by removing asportal and al linked apps.
In fact Python was the root-cause. Now it work well. Very strange...but it work!
Now I can work on my second issue... HDMI is not working correctly.

When my NAS is booting, I can see on my TV the booting menu and logo, but when ASPortal run, I have a black screen, then my TV loose the signal.

Bye
User avatar
father.mande
Posts: 1808
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by father.mande »

Hi,

A possible problem is linked to a bad identification of the screen or reverts after 4k, even this is more usual when you start the NAS without screen connected.
A workaround was written by Clinton.hall to create a modified xorg.conf (https://forum.asustor.com/viewtopic.php ... 326#p41326)
perhaps you can try ?

Also be sure to have a correct cable, and test eventually with a shortest one, some "old" (all is relative) NAS don't have a strong signal.

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
kernel32_lyon
Posts: 6
Joined: Mon Jan 03, 2022 10:15 pm

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

Hello again,

I ve tried to change the cable and use anorther TV HDMI input (that work with other device) but it is still the same issue.
Thats strange because I can see the boot logo whan my nas start. So it is not an hardawre issue.

I've just tried to modify the configuration file, but I'm not really sure of what I'm doing (lol), but no effect. Maybe the log file and the copy of my conf. file could be usefull fr trying to solve my issue.
kernel32_lyon
Posts: 6
Joined: Mon Jan 03, 2022 10:15 pm

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

My configuration file

Code: Select all

Section "ServerLayout"
	Identifier	"X.org Configured"
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option "AutoAddDevices" "off"
EndSection

Section "Files"
	ModulePath	"/usr/local/AppCentral/xorg/usr/lib"
	FontPath	"/usr/local/AppCentral/xorg/usr/share/fonts/truetype/uming"
	FontPath	"/usr/local/AppCentral/xorg/usr/share/fonts/truetype/baekmuk"
	FontPath	"built-ins"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol" "ExplorerPS/2"
	Option		"Device" "/dev/input/mice"
	Option		"CorePointer"
	Option		"ZAxisMapping" "4 5 6 7"
EndSection

Section "Device"
	Identifier	"Card0"
	Driver		"intel"
	BusID		"PCI:0:2:0"
#	Option		"NoAccel" "Yes"
	Option		"AccelMethod" "uxa"
   	Option		"ConnectedMonitor" "HDMI1"
EndSection

Section "Monitor"
   	Identifier	"HDMI1"
  	Modeline	"1920x1080" 148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
  	Option		"PreferredMode" "1920x1080"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Card0"
	Monitor		"HDMI1"

SubSection "Display"
	Virtual		1920 1080
	Modes		"1920x1080"
EndSubSection

EndSection

The logs:

Code: Select all

[ 15266.666] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 15266.666] X Protocol Version 11, Revision 0
[ 15266.666] Build Operating System: Linux 4.15.0-137-generic x86_64 
[ 15266.666] Current Operating System: Linux AS3202T-Nico 5.4.x #1 SMP Wed Dec 15 20:42:32 CST 2021 x86_64
[ 15266.666] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/bzImage console=ttyS0,115200n8 bootpart=2 uuid=fedc0a1d-291a-4be5-922d-c2bf5d7df7d2
[ 15266.666] Build Date: 12 May 2021  12:08:15PM
[ 15266.666]  
[ 15266.666] Current version of pixman: 0.34.0
[ 15266.666] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 15266.666] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15266.666] (==) Log file: "/usr/local/AppCentral/xorg/var/log/Xorg.0.log", Time: Mon Jan  3 18:04:08 2022
[ 15266.667] (++) Using config file: "/usr/local/AppCentral/xorg/xorg.conf"
[ 15266.667] (==) Using system config directory "/usr/local/AppCentral/xorg/usr/share/X11/xorg.conf.d"
[ 15266.667] (==) ServerLayout "X.org Configured"
[ 15266.667] (**) |-->Screen "Default Screen" (0)
[ 15266.667] (**) |   |-->Monitor "<default monitor>"
[ 15266.667] (**) |   |-->Device "Card0"
[ 15266.667] (==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
[ 15266.667] (**) |-->Input Device "Mouse0"
[ 15266.667] (**) |-->Input Device "Keyboard0"
[ 15266.667] (**) Option "AutoAddDevices" "off"
[ 15266.668] (**) Not automatically adding devices
[ 15266.668] (==) Automatically enabling devices
[ 15266.668] (==) Automatically adding GPU devices
[ 15266.668] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15266.668] (WW) `fonts.dir' not found (or not valid) in "/usr/local/AppCentral/xorg/usr/share/fonts/truetype/uming".
[ 15266.668] 	Entry deleted from font path.
[ 15266.668] 	(Run 'mkfontdir' on "/usr/local/AppCentral/xorg/usr/share/fonts/truetype/uming").
[ 15266.668] (WW) The directory "/usr/local/AppCentral/xorg/usr/share/fonts/X11//TTF/" does not exist.
[ 15266.668] 	Entry deleted from font path.
[ 15266.668] (WW) The directory "/usr/local/AppCentral/xorg/usr/share/fonts/X11//OTF/" does not exist.
[ 15266.668] 	Entry deleted from font path.
[ 15266.668] (**) FontPath set to:
	/usr/local/AppCentral/xorg/usr/share/fonts/truetype/baekmuk,
	built-ins,
	/usr/local/AppCentral/xorg/usr/share/fonts/X11//misc/,
	/usr/local/AppCentral/xorg/usr/share/fonts/X11//Type1/,
	/usr/local/AppCentral/xorg/usr/share/fonts/X11//100dpi/,
	/usr/local/AppCentral/xorg/usr/share/fonts/X11//75dpi/
[ 15266.668] (**) ModulePath set to "/usr/local/AppCentral/xorg/usr/lib"
[ 15266.668] (II) Loader magic: 0x80ec00
[ 15266.668] (II) Module ABI versions:
[ 15266.668] 	X.Org ANSI C Emulation: 0.4
[ 15266.668] 	X.Org Video Driver: 23.0
[ 15266.668] 	X.Org XInput driver : 24.1
[ 15266.668] 	X.Org Server Extension : 10.0
[ 15266.669] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15266.672] (--) PCI:*(0:0:2:0) 8086:22b1:8086:7270 rev 53, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64, BIOS @ 0x????????/131072
[ 15266.672] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 15266.672] (II) LoadModule: "glx"
[ 15266.697] (II) Loading /usr/local/AppCentral/xorg/usr/lib/xorg/modules/extensions/libglx.so
[ 15266.700] (II) Module glx: vendor="X.Org Foundation"
[ 15266.700] 	compiled for 1.19.6, module version = 1.0.0
[ 15266.700] 	ABI class: X.Org Server Extension, version 10.0
[ 15266.700] (II) LoadModule: "intel"
[ 15266.725] (II) Loading /usr/local/AppCentral/xorg/usr/lib/xorg/modules/drivers/intel_drv.so
[ 15266.725] (II) Module intel: vendor="X.Org Foundation"
[ 15266.725] 	compiled for 1.19.6, module version = 2.99.917
[ 15266.725] 	Module class: X.Org Video Driver
[ 15266.725] 	ABI class: X.Org Video Driver, version 23.0
[ 15266.725] (II) LoadModule: "mouse"
[ 15266.750] (II) Loading /usr/local/AppCentral/xorg/usr/lib/xorg/modules/input/mouse_drv.so
[ 15266.760] (II) Module mouse: vendor="X.Org Foundation"
[ 15266.760] 	compiled for 1.19.6, module version = 1.9.2
[ 15266.760] 	Module class: X.Org XInput Driver
[ 15266.760] 	ABI class: X.Org XInput driver, version 24.1
[ 15266.760] (II) LoadModule: "kbd"
[ 15266.785] (II) Loading /usr/local/AppCentral/xorg/usr/lib/xorg/modules/input/kbd_drv.so
[ 15266.794] (II) Module kbd: vendor="X.Org Foundation"
[ 15266.794] 	compiled for 1.19.6, module version = 1.9.0
[ 15266.794] 	Module class: X.Org XInput Driver
[ 15266.794] 	ABI class: X.Org XInput driver, version 24.1
[ 15266.794] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 15266.794] (II) intel: Driver for Intel(R) HD Graphics
[ 15266.794] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 15266.794] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 15266.794] (--) using VT number 2

[ 15266.811] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 15266.811] (==) intel(0): RGB weight 888
[ 15266.811] (==) intel(0): Default visual is TrueColor
[ 15266.811] (**) intel(0): Option "AccelMethod" "uxa"
[ 15266.811] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 15266.811] (**) intel(0): Relaxed fencing enabled
[ 15266.811] (**) intel(0): Wait on SwapBuffers? enabled
[ 15266.811] (**) intel(0): Triple buffering? enabled
[ 15266.811] (**) intel(0): Framebuffer tiled
[ 15266.811] (**) intel(0): Pixmaps tiled
[ 15266.811] (**) intel(0): 3D buffers tiled
[ 15266.811] (**) intel(0): SwapBuffers wait enabled
[ 15266.811] (==) intel(0): video overlay key set to 0x101fe
[ 15266.812] (II) intel(0): Output DP1 has no monitor section
[ 15266.817] (II) intel(0): Output HDMI1 has no monitor section
[ 15266.817] (II) intel(0): EDID for output DP1
[ 15266.822] (II) intel(0): EDID for output HDMI1
[ 15266.822] (II) intel(0): Output DP1 disconnected
[ 15266.822] (II) intel(0): Output HDMI1 disconnected
[ 15266.822] (WW) intel(0): No outputs definitely connected, trying again...
[ 15266.822] (II) intel(0): Output DP1 disconnected
[ 15266.822] (II) intel(0): Output HDMI1 disconnected
[ 15266.822] (WW) intel(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[ 15266.822] (II) intel(0): Kernel page flipping support detected, enabling
[ 15266.822] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15266.822] (==) intel(0): DPI set to (96, 96)
[ 15266.822] (II) Loading sub module "fb"
[ 15266.822] (II) LoadModule: "fb"
[ 15266.848] (II) Loading /usr/local/AppCentral/xorg/usr/lib/xorg/modules/libfb.so
[ 15266.849] (II) Module fb: vendor="X.Org Foundation"
[ 15266.849] 	compiled for 1.19.6, module version = 1.0.0
[ 15266.849] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 15266.849] (II) Loading sub module "dri2"
[ 15266.849] (II) LoadModule: "dri2"
[ 15266.849] (II) Module "dri2" already built-in
[ 15266.849] (==) Depth 24 pixmap format is 32 bpp
[ 15266.849] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 15266.849] (II) UXA(0): Driver registered support for the following operations:
[ 15266.849] (II)         solid
[ 15266.849] (II)         copy
[ 15266.849] (II)         put_image
[ 15266.849] (II)         get_image
[ 15266.849] (II) intel(0): [DRI2] Setup complete
[ 15266.849] (II) intel(0): [DRI2]   DRI driver: i965
[ 15266.849] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[ 15266.849] (==) intel(0): Backing store enabled
[ 15266.849] (==) intel(0): Silken mouse enabled
[ 15266.849] (II) intel(0): Initializing HW Cursor
[ 15266.850] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15266.850] (==) intel(0): DPMS enabled
[ 15266.850] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[ 15266.850] (II) intel(0): DRI2: Enabled
[ 15266.850] (II) intel(0): DRI3: Not available
[ 15266.850] (==) intel(0): hotplug detection: "enabled"
[ 15266.850] (--) RandR disabled
[ 15266.868] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 15266.868] (II) AIGLX: enabled GLX_ARB_create_context
[ 15266.869] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 15266.869] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 15266.869] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 15266.869] (II) AIGLX: enabled GLX_SGI_swap_control
[ 15266.869] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 15266.869] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 15266.869] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 15266.869] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 15266.869] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 15266.869] (II) AIGLX: Loaded and initialized i965
[ 15266.869] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15267.076] (II) XKB: Reusing cached keymap
[ 15267.078] (II) Using input driver 'mouse' for 'Mouse0'
[ 15267.078] 	Option "Protocol" "ExplorerPS/2"
[ 15267.078] 	Option "Device" "/dev/input/mice"
[ 15267.078] 	Option "CorePointer"
[ 15267.078] 	Option "ZAxisMapping" "4 5 6 7"
[ 15267.078] 	Option "driver" "mouse"
[ 15267.078] 	Option "identifier" "Mouse0"
[ 15267.078] (**) Option "CorePointer"
[ 15267.078] (**) Mouse0: always reports core events
[ 15267.078] (**) Option "Protocol" "ExplorerPS/2"
[ 15267.079] (**) Option "Device" "/dev/input/mice"
[ 15267.079] (**) Mouse0: Protocol: "ExplorerPS/2"
[ 15267.079] (**) Option "CorePointer"
[ 15267.079] (**) Mouse0: always reports core events
[ 15267.079] (**) Option "Device" "/dev/input/mice"
[ 15267.097] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 15267.097] (**) Option "ZAxisMapping" "4 5 6 7"
[ 15267.097] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[ 15267.097] (**) Mouse0: Buttons: 11
[ 15267.097] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[ 15267.097] (**) Mouse0: (accel) keeping acceleration scheme 1
[ 15267.097] (**) Mouse0: (accel) acceleration profile 0
[ 15267.097] (**) Mouse0: (accel) acceleration factor: 2.000
[ 15267.097] (**) Mouse0: (accel) acceleration threshold: 4
[ 15267.097] (**) Option "Device" "/dev/input/mice"
[ 15267.389] (II) Mouse0: ps2EnableDataReporting: succeeded
[ 15267.389] (II) Using input driver 'kbd' for 'Keyboard0'
[ 15267.389] 	Option "CoreKeyboard"
[ 15267.389] 	Option "driver" "kbd"
[ 15267.389] 	Option "identifier" "Keyboard0"
[ 15267.389] (**) Option "CoreKeyboard"
[ 15267.389] (**) Keyboard0: always reports core events
[ 15267.389] (**) Option "CoreKeyboard"
[ 15267.389] (**) Keyboard0: always reports core events
[ 15267.389] (**) Option "Protocol" "standard"
[ 15267.389] (**) Option "XkbRules" "base"
[ 15267.389] (**) Option "XkbModel" "pc105"
[ 15267.389] (**) Option "XkbLayout" "us"
[ 15267.389] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
[ 15267.390] (II) XKB: Reusing cached keymap
[ 15267.394] (II) config/udev: getting attribute name on (null) returned "Power Button"
[ 15267.394] (II) config/udev: getting property PRODUCT on (null) returned "19/0/1/0"
[ 15267.394] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event2 returned "(null)"
[ 15267.394] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 15267.394] (II) AutoAddDevices is off - not adding device.
[ 15267.395] (II) config/udev: getting attribute name on (null) returned "Video Bus"
[ 15267.395] (II) config/udev: getting property PRODUCT on (null) returned "19/0/6/0"
[ 15267.395] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event4 returned "(null)"
[ 15267.395] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 15267.395] (II) AutoAddDevices is off - not adding device.
[ 15267.395] (II) config/udev: getting attribute name on (null) returned "Power Button"
[ 15267.395] (II) config/udev: getting property PRODUCT on (null) returned "19/0/1/0"
[ 15267.396] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event0 returned "(null)"
[ 15267.396] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15267.396] (II) AutoAddDevices is off - not adding device.
[ 15267.396] (II) config/udev: getting attribute name on (null) returned "Sleep Button"
[ 15267.396] (II) config/udev: getting property PRODUCT on (null) returned "19/0/3/0"
[ 15267.396] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event1 returned "(null)"
[ 15267.396] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 15267.396] (II) AutoAddDevices is off - not adding device.
[ 15267.397] (II) config/udev: getting attribute name on (null) returned "HDA Intel PCH HDMI/DP,pcm=3"
[ 15267.397] (II) config/udev: getting property PRODUCT on (null) returned "0/0/0/0"
[ 15267.397] (II) config/udev: getting attribute id on (null) returned "PCH"
[ 15267.397] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event5 returned "(null)"
[ 15267.397] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[ 15267.397] (II) AutoAddDevices is off - not adding device.
[ 15267.397] (II) config/udev: getting attribute name on (null) returned "HDA Intel PCH HDMI/DP,pcm=7"
[ 15267.397] (II) config/udev: getting property PRODUCT on (null) returned "0/0/0/0"
[ 15267.397] (II) config/udev: getting attribute id on (null) returned "PCH"
[ 15267.397] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event6 returned "(null)"
[ 15267.397] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[ 15267.397] (II) AutoAddDevices is off - not adding device.
[ 15267.398] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS0 returned "(null)"
[ 15267.398] (II) config/udev: Adding input device (unnamed) (/dev/ttyS0)
[ 15267.398] (II) AutoAddDevices is off - not adding device.
[ 15267.398] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS1 returned "(null)"
[ 15267.398] (II) config/udev: Adding input device (unnamed) (/dev/ttyS1)
[ 15267.398] (II) AutoAddDevices is off - not adding device.
[ 15267.398] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.398] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS10 returned "(null)"
[ 15267.398] (II) config/udev: Adding input device (unnamed) (/dev/ttyS10)
[ 15267.398] (II) AutoAddDevices is off - not adding device.
[ 15267.399] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS11 returned "(null)"
[ 15267.399] (II) config/udev: Adding input device (unnamed) (/dev/ttyS11)
[ 15267.399] (II) AutoAddDevices is off - not adding device.
[ 15267.399] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS12 returned "(null)"
[ 15267.399] (II) config/udev: Adding input device (unnamed) (/dev/ttyS12)
[ 15267.399] (II) AutoAddDevices is off - not adding device.
[ 15267.399] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.399] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS13 returned "(null)"
[ 15267.399] (II) config/udev: Adding input device (unnamed) (/dev/ttyS13)
[ 15267.399] (II) AutoAddDevices is off - not adding device.
[ 15267.400] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS14 returned "(null)"
[ 15267.400] (II) config/udev: Adding input device (unnamed) (/dev/ttyS14)
[ 15267.400] (II) AutoAddDevices is off - not adding device.
[ 15267.400] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS15 returned "(null)"
[ 15267.400] (II) config/udev: Adding input device (unnamed) (/dev/ttyS15)
[ 15267.400] (II) AutoAddDevices is off - not adding device.
[ 15267.400] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.400] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS16 returned "(null)"
[ 15267.400] (II) config/udev: Adding input device (unnamed) (/dev/ttyS16)
[ 15267.401] (II) AutoAddDevices is off - not adding device.
[ 15267.401] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS17 returned "(null)"
[ 15267.401] (II) config/udev: Adding input device (unnamed) (/dev/ttyS17)
[ 15267.401] (II) AutoAddDevices is off - not adding device.
[ 15267.401] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS18 returned "(null)"
[ 15267.401] (II) config/udev: Adding input device (unnamed) (/dev/ttyS18)
[ 15267.401] (II) AutoAddDevices is off - not adding device.
[ 15267.401] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.401] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS19 returned "(null)"
[ 15267.401] (II) config/udev: Adding input device (unnamed) (/dev/ttyS19)
[ 15267.402] (II) AutoAddDevices is off - not adding device.
[ 15267.402] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS2 returned "(null)"
[ 15267.402] (II) config/udev: Adding input device (unnamed) (/dev/ttyS2)
[ 15267.402] (II) AutoAddDevices is off - not adding device.
[ 15267.402] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS20 returned "(null)"
[ 15267.402] (II) config/udev: Adding input device (unnamed) (/dev/ttyS20)
[ 15267.402] (II) AutoAddDevices is off - not adding device.
[ 15267.402] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.402] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS21 returned "(null)"
[ 15267.402] (II) config/udev: Adding input device (unnamed) (/dev/ttyS21)
[ 15267.403] (II) AutoAddDevices is off - not adding device.
[ 15267.403] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS22 returned "(null)"
[ 15267.403] (II) config/udev: Adding input device (unnamed) (/dev/ttyS22)
[ 15267.403] (II) AutoAddDevices is off - not adding device.
[ 15267.403] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS23 returned "(null)"
[ 15267.403] (II) config/udev: Adding input device (unnamed) (/dev/ttyS23)
[ 15267.403] (II) AutoAddDevices is off - not adding device.
[ 15267.403] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.403] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS24 returned "(null)"
[ 15267.404] (II) config/udev: Adding input device (unnamed) (/dev/ttyS24)
[ 15267.404] (II) AutoAddDevices is off - not adding device.
[ 15267.404] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.404] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.404] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS25 returned "(null)"
[ 15267.404] (II) config/udev: Adding input device (unnamed) (/dev/ttyS25)
[ 15267.404] (II) AutoAddDevices is off - not adding device.
[ 15267.404] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.404] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.404] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS26 returned "(null)"
[ 15267.404] (II) config/udev: Adding input device (unnamed) (/dev/ttyS26)
[ 15267.404] (II) AutoAddDevices is off - not adding device.
[ 15267.404] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.404] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS27 returned "(null)"
[ 15267.405] (II) config/udev: Adding input device (unnamed) (/dev/ttyS27)
[ 15267.405] (II) AutoAddDevices is off - not adding device.
[ 15267.405] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS28 returned "(null)"
[ 15267.405] (II) config/udev: Adding input device (unnamed) (/dev/ttyS28)
[ 15267.405] (II) AutoAddDevices is off - not adding device.
[ 15267.405] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS29 returned "(null)"
[ 15267.405] (II) config/udev: Adding input device (unnamed) (/dev/ttyS29)
[ 15267.405] (II) AutoAddDevices is off - not adding device.
[ 15267.405] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.405] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS3 returned "(null)"
[ 15267.406] (II) config/udev: Adding input device (unnamed) (/dev/ttyS3)
[ 15267.406] (II) AutoAddDevices is off - not adding device.
[ 15267.406] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS30 returned "(null)"
[ 15267.406] (II) config/udev: Adding input device (unnamed) (/dev/ttyS30)
[ 15267.406] (II) AutoAddDevices is off - not adding device.
[ 15267.406] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS31 returned "(null)"
[ 15267.406] (II) config/udev: Adding input device (unnamed) (/dev/ttyS31)
[ 15267.406] (II) AutoAddDevices is off - not adding device.
[ 15267.406] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.406] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.407] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS4 returned "(null)"
[ 15267.407] (II) config/udev: Adding input device (unnamed) (/dev/ttyS4)
[ 15267.407] (II) AutoAddDevices is off - not adding device.
[ 15267.407] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.407] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.407] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS5 returned "(null)"
[ 15267.407] (II) config/udev: Adding input device (unnamed) (/dev/ttyS5)
[ 15267.407] (II) AutoAddDevices is off - not adding device.
[ 15267.407] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.407] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.407] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS6 returned "(null)"
[ 15267.407] (II) config/udev: Adding input device (unnamed) (/dev/ttyS6)
[ 15267.407] (II) AutoAddDevices is off - not adding device.
[ 15267.408] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS7 returned "(null)"
[ 15267.408] (II) config/udev: Adding input device (unnamed) (/dev/ttyS7)
[ 15267.408] (II) AutoAddDevices is off - not adding device.
[ 15267.408] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS8 returned "(null)"
[ 15267.408] (II) config/udev: Adding input device (unnamed) (/dev/ttyS8)
[ 15267.408] (II) AutoAddDevices is off - not adding device.
[ 15267.408] (II) config/udev: getting attribute name on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property NAME on (null) returned "(null)"
[ 15267.408] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyS9 returned "(null)"
[ 15267.408] (II) config/udev: Adding input device (unnamed) (/dev/ttyS9)
[ 15267.408] (II) AutoAddDevices is off - not adding device.
[ 15267.409] (II) config/udev: getting attribute name on (null) returned ""
[ 15267.409] (II) config/udev: getting property PRODUCT on (null) returned "0/0/0/0"
[ 15267.409] (II) config/udev: getting property ID_INPUT.tags on /dev/input/event3 returned "(null)"
[ 15267.409] (II) config/udev: Adding input device  (/dev/input/event3)
[ 15267.409] (II) AutoAddDevices is off - not adding device.
[ 15267.409] (II) config/udev: getting attribute name on (null) returned ""
[ 15267.409] (II) config/udev: getting property PRODUCT on (null) returned "0/0/0/0"
[ 15267.409] (II) config/udev: getting property ID_INPUT.tags on /dev/input/mouse0 returned "(null)"
[ 15267.409] (II) config/udev: Adding input device  (/dev/input/mouse0)
[ 15267.409] (II) AutoAddDevices is off - not adding device.
[ 15267.409] (II) config/udev: getting property ID_INPUT.tags on /dev/input/mice returned "(null)"
[ 15267.409] (II) config/udev: Adding input device (unnamed) (/dev/input/mice)
[ 15267.409] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/console returned "(null)"
[ 15267.410] (II) config/udev: Adding input device (unnamed) (/dev/console)
[ 15267.410] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/ptmx returned "(null)"
[ 15267.410] (II) config/udev: Adding input device (unnamed) (/dev/ptmx)
[ 15267.410] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/tty returned "(null)"
[ 15267.410] (II) config/udev: Adding input device (unnamed) (/dev/tty)
[ 15267.410] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/tty0 returned "(null)"
[ 15267.410] (II) config/udev: Adding input device (unnamed) (/dev/tty0)
[ 15267.410] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/tty1 returned "(null)"
[ 15267.410] (II) config/udev: Adding input device (unnamed) (/dev/tty1)
[ 15267.410] (II) AutoAddDevices is off - not adding device.
[ 15267.410] (II) config/udev: getting property ID_INPUT.tags on /dev/tty10 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty10)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.411] (II) config/udev: getting property ID_INPUT.tags on /dev/tty11 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty11)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.411] (II) config/udev: getting property ID_INPUT.tags on /dev/tty12 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty12)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.411] (II) config/udev: getting property ID_INPUT.tags on /dev/tty13 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty13)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.411] (II) config/udev: getting property ID_INPUT.tags on /dev/tty14 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty14)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.411] (II) config/udev: getting property ID_INPUT.tags on /dev/tty15 returned "(null)"
[ 15267.411] (II) config/udev: Adding input device (unnamed) (/dev/tty15)
[ 15267.411] (II) AutoAddDevices is off - not adding device.
[ 15267.412] (II) config/udev: getting property ID_INPUT.tags on /dev/tty16 returned "(null)"
[ 15267.412] (II) config/udev: Adding input device (unnamed) (/dev/tty16)
[ 15267.412] (II) AutoAddDevices is off - not adding device.
[ 15267.412] (II) config/udev: getting property ID_INPUT.tags on /dev/tty17 returned "(null)"
[ 15267.412] (II) config/udev: Adding input device (unnamed) (/dev/tty17)
[ 15267.412] (II) AutoAddDevices is off - not adding device.
[ 15267.412] (II) config/udev: getting property ID_INPUT.tags on /dev/tty18 returned "(null)"
[ 15267.412] (II) config/udev: Adding input device (unnamed) (/dev/tty18)
[ 15267.412] (II) AutoAddDevices is off - not adding device.
[ 15267.412] (II) config/udev: getting property ID_INPUT.tags on /dev/tty19 returned "(null)"
[ 15267.412] (II) config/udev: Adding input device (unnamed) (/dev/tty19)
[ 15267.412] (II) AutoAddDevices is off - not adding device.
[ 15267.412] (II) config/udev: getting property ID_INPUT.tags on /dev/tty2 returned "(null)"
[ 15267.412] (II) config/udev: Adding input device (unnamed) (/dev/tty2)
[ 15267.412] (II) AutoAddDevices is off - not adding device.
[ 15267.413] (II) config/udev: getting property ID_INPUT.tags on /dev/tty20 returned "(null)"
[ 15267.413] (II) config/udev: Adding input device (unnamed) (/dev/tty20)
[ 15267.413] (II) AutoAddDevices is off - not adding device.
[ 15267.413] (II) config/udev: getting property ID_INPUT.tags on /dev/tty21 returned "(null)"
[ 15267.413] (II) config/udev: Adding input device (unnamed) (/dev/tty21)
[ 15267.413] (II) AutoAddDevices is off - not adding device.
[ 15267.413] (II) config/udev: getting property ID_INPUT.tags on /dev/tty22 returned "(null)"
[ 15267.413] (II) config/udev: Adding input device (unnamed) (/dev/tty22)
[ 15267.413] (II) AutoAddDevices is off - not adding device.
[ 15267.413] (II) config/udev: getting property ID_INPUT.tags on /dev/tty23 returned "(null)"
[ 15267.413] (II) config/udev: Adding input device (unnamed) (/dev/tty23)
[ 15267.413] (II) AutoAddDevices is off - not adding device.
[ 15267.413] (II) config/udev: getting property ID_INPUT.tags on /dev/tty24 returned "(null)"
[ 15267.413] (II) config/udev: Adding input device (unnamed) (/dev/tty24)
[ 15267.413] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty25 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty25)
[ 15267.414] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty26 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty26)
[ 15267.414] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty27 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty27)
[ 15267.414] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty28 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty28)
[ 15267.414] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty29 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty29)
[ 15267.414] (II) AutoAddDevices is off - not adding device.
[ 15267.414] (II) config/udev: getting property ID_INPUT.tags on /dev/tty3 returned "(null)"
[ 15267.414] (II) config/udev: Adding input device (unnamed) (/dev/tty3)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.415] (II) config/udev: getting property ID_INPUT.tags on /dev/tty30 returned "(null)"
[ 15267.415] (II) config/udev: Adding input device (unnamed) (/dev/tty30)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.415] (II) config/udev: getting property ID_INPUT.tags on /dev/tty31 returned "(null)"
[ 15267.415] (II) config/udev: Adding input device (unnamed) (/dev/tty31)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.415] (II) config/udev: getting property ID_INPUT.tags on /dev/tty32 returned "(null)"
[ 15267.415] (II) config/udev: Adding input device (unnamed) (/dev/tty32)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.415] (II) config/udev: getting property ID_INPUT.tags on /dev/tty33 returned "(null)"
[ 15267.415] (II) config/udev: Adding input device (unnamed) (/dev/tty33)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.415] (II) config/udev: getting property ID_INPUT.tags on /dev/tty34 returned "(null)"
[ 15267.415] (II) config/udev: Adding input device (unnamed) (/dev/tty34)
[ 15267.415] (II) AutoAddDevices is off - not adding device.
[ 15267.416] (II) config/udev: getting property ID_INPUT.tags on /dev/tty35 returned "(null)"
[ 15267.416] (II) config/udev: Adding input device (unnamed) (/dev/tty35)
[ 15267.416] (II) AutoAddDevices is off - not adding device.
[ 15267.416] (II) config/udev: getting property ID_INPUT.tags on /dev/tty36 returned "(null)"
[ 15267.416] (II) config/udev: Adding input device (unnamed) (/dev/tty36)
[ 15267.416] (II) AutoAddDevices is off - not adding device.
[ 15267.416] (II) config/udev: getting property ID_INPUT.tags on /dev/tty37 returned "(null)"
[ 15267.416] (II) config/udev: Adding input device (unnamed) (/dev/tty37)
[ 15267.416] (II) AutoAddDevices is off - not adding device.
[ 15267.416] (II) config/udev: getting property ID_INPUT.tags on /dev/tty38 returned "(null)"
[ 15267.416] (II) config/udev: Adding input device (unnamed) (/dev/tty38)
[ 15267.416] (II) AutoAddDevices is off - not adding device.
[ 15267.416] (II) config/udev: getting property ID_INPUT.tags on /dev/tty39 returned "(null)"
[ 15267.416] (II) config/udev: Adding input device (unnamed) (/dev/tty39)
[ 15267.416] (II) AutoAddDevices is off - not adding device.
[ 15267.417] (II) config/udev: getting property ID_INPUT.tags on /dev/tty4 returned "(null)"
[ 15267.417] (II) config/udev: Adding input device (unnamed) (/dev/tty4)
[ 15267.417] (II) AutoAddDevices is off - not adding device.
[ 15267.417] (II) config/udev: getting property ID_INPUT.tags on /dev/tty40 returned "(null)"
[ 15267.417] (II) config/udev: Adding input device (unnamed) (/dev/tty40)
[ 15267.417] (II) AutoAddDevices is off - not adding device.
[ 15267.417] (II) config/udev: getting property ID_INPUT.tags on /dev/tty41 returned "(null)"
[ 15267.417] (II) config/udev: Adding input device (unnamed) (/dev/tty41)
[ 15267.417] (II) AutoAddDevices is off - not adding device.
[ 15267.417] (II) config/udev: getting property ID_INPUT.tags on /dev/tty42 returned "(null)"
[ 15267.417] (II) config/udev: Adding input device (unnamed) (/dev/tty42)
[ 15267.417] (II) AutoAddDevices is off - not adding device.
[ 15267.417] (II) config/udev: getting property ID_INPUT.tags on /dev/tty43 returned "(null)"
[ 15267.417] (II) config/udev: Adding input device (unnamed) (/dev/tty43)
[ 15267.417] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty44 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty44)
[ 15267.418] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty45 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty45)
[ 15267.418] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty46 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty46)
[ 15267.418] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty47 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty47)
[ 15267.418] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty48 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty48)
[ 15267.418] (II) AutoAddDevices is off - not adding device.
[ 15267.418] (II) config/udev: getting property ID_INPUT.tags on /dev/tty49 returned "(null)"
[ 15267.418] (II) config/udev: Adding input device (unnamed) (/dev/tty49)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.419] (II) config/udev: getting property ID_INPUT.tags on /dev/tty5 returned "(null)"
[ 15267.419] (II) config/udev: Adding input device (unnamed) (/dev/tty5)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.419] (II) config/udev: getting property ID_INPUT.tags on /dev/tty50 returned "(null)"
[ 15267.419] (II) config/udev: Adding input device (unnamed) (/dev/tty50)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.419] (II) config/udev: getting property ID_INPUT.tags on /dev/tty51 returned "(null)"
[ 15267.419] (II) config/udev: Adding input device (unnamed) (/dev/tty51)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.419] (II) config/udev: getting property ID_INPUT.tags on /dev/tty52 returned "(null)"
[ 15267.419] (II) config/udev: Adding input device (unnamed) (/dev/tty52)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.419] (II) config/udev: getting property ID_INPUT.tags on /dev/tty53 returned "(null)"
[ 15267.419] (II) config/udev: Adding input device (unnamed) (/dev/tty53)
[ 15267.419] (II) AutoAddDevices is off - not adding device.
[ 15267.420] (II) config/udev: getting property ID_INPUT.tags on /dev/tty54 returned "(null)"
[ 15267.420] (II) config/udev: Adding input device (unnamed) (/dev/tty54)
[ 15267.420] (II) AutoAddDevices is off - not adding device.
[ 15267.420] (II) config/udev: getting property ID_INPUT.tags on /dev/tty55 returned "(null)"
[ 15267.420] (II) config/udev: Adding input device (unnamed) (/dev/tty55)
[ 15267.420] (II) AutoAddDevices is off - not adding device.
[ 15267.420] (II) config/udev: getting property ID_INPUT.tags on /dev/tty56 returned "(null)"
[ 15267.420] (II) config/udev: Adding input device (unnamed) (/dev/tty56)
[ 15267.420] (II) AutoAddDevices is off - not adding device.
[ 15267.420] (II) config/udev: getting property ID_INPUT.tags on /dev/tty57 returned "(null)"
[ 15267.420] (II) config/udev: Adding input device (unnamed) (/dev/tty57)
[ 15267.420] (II) AutoAddDevices is off - not adding device.
[ 15267.420] (II) config/udev: getting property ID_INPUT.tags on /dev/tty58 returned "(null)"
[ 15267.420] (II) config/udev: Adding input device (unnamed) (/dev/tty58)
[ 15267.420] (II) AutoAddDevices is off - not adding device.
[ 15267.421] (II) config/udev: getting property ID_INPUT.tags on /dev/tty59 returned "(null)"
[ 15267.421] (II) config/udev: Adding input device (unnamed) (/dev/tty59)
[ 15267.421] (II) AutoAddDevices is off - not adding device.
[ 15267.421] (II) config/udev: getting property ID_INPUT.tags on /dev/tty6 returned "(null)"
[ 15267.421] (II) config/udev: Adding input device (unnamed) (/dev/tty6)
[ 15267.421] (II) AutoAddDevices is off - not adding device.
[ 15267.421] (II) config/udev: getting property ID_INPUT.tags on /dev/tty60 returned "(null)"
[ 15267.421] (II) config/udev: Adding input device (unnamed) (/dev/tty60)
[ 15267.421] (II) AutoAddDevices is off - not adding device.
[ 15267.421] (II) config/udev: getting property ID_INPUT.tags on /dev/tty61 returned "(null)"
[ 15267.421] (II) config/udev: Adding input device (unnamed) (/dev/tty61)
[ 15267.421] (II) AutoAddDevices is off - not adding device.
[ 15267.421] (II) config/udev: getting property ID_INPUT.tags on /dev/tty62 returned "(null)"
[ 15267.421] (II) config/udev: Adding input device (unnamed) (/dev/tty62)
[ 15267.421] (II) AutoAddDevices is off - not adding device.
[ 15267.422] (II) config/udev: getting property ID_INPUT.tags on /dev/tty63 returned "(null)"
[ 15267.422] (II) config/udev: Adding input device (unnamed) (/dev/tty63)
[ 15267.422] (II) AutoAddDevices is off - not adding device.
[ 15267.422] (II) config/udev: getting property ID_INPUT.tags on /dev/tty7 returned "(null)"
[ 15267.422] (II) config/udev: Adding input device (unnamed) (/dev/tty7)
[ 15267.422] (II) AutoAddDevices is off - not adding device.
[ 15267.422] (II) config/udev: getting property ID_INPUT.tags on /dev/tty8 returned "(null)"
[ 15267.422] (II) config/udev: Adding input device (unnamed) (/dev/tty8)
[ 15267.422] (II) AutoAddDevices is off - not adding device.
[ 15267.422] (II) config/udev: getting property ID_INPUT.tags on /dev/tty9 returned "(null)"
[ 15267.422] (II) config/udev: Adding input device (unnamed) (/dev/tty9)
[ 15267.422] (II) AutoAddDevices is off - not adding device.
[ 15267.422] (II) config/udev: getting property ID_INPUT.tags on /dev/ttyprintk returned "(null)"
[ 15267.422] (II) config/udev: Adding input device (unnamed) (/dev/ttyprintk)
[ 15267.422] (II) AutoAddDevices is off - not adding device.
[ 15302.913] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15303.027] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15303.146] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15303.230] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15303.347] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15304.251] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 15304.264] (EE) intel(0): failed to set mode: Invalid argument
[ 15304.267] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15304.393] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15304.508] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15304.621] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15360.608] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15360.748] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15371.260] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15373.357] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 15373.364] (EE) intel(0): failed to set mode: Invalid argument
[ 15373.366] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15373.501] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15373.684] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15373.953] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15374.079] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15374.214] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15374.350] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15376.413] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 15376.417] (EE) intel(0): failed to set mode: Invalid argument
[ 15376.418] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15376.547] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15376.743] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15386.578] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15386.697] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15386.843] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15386.956] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15398.829] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15400.923] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 15400.934] (EE) intel(0): failed to set mode: Invalid argument
[ 15400.935] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15401.055] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15401.200] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15401.447] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15401.573] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15401.708] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15401.845] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15403.918] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 15403.926] (EE) intel(0): failed to set mode: Invalid argument
[ 15403.927] (II) intel(0): Allocated new frame buffer 320x200 stride 1536, tiled
[ 15404.055] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15404.232] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15414.088] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15414.207] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15414.329] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15414.446] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15428.182] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 15428.318] (--) intel(0): HDMI max TMDS frequency 300000KHz
[ 16482.001] (II) UnloadModule: "kbd"
[ 16482.001] (II) UnloadModule: "mouse"
[ 16482.039] (II) Server terminated successfully (0). Closing log file.
kernel32_lyon
Posts: 6
Joined: Mon Jan 03, 2022 10:15 pm

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

I think it is more a driver issue...
User avatar
father.mande
Posts: 1808
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by father.mande »

Hi,
kernel32_lyon wrote:I think it is more a driver issue...
Perhaps, I have to read your log (sorry I don't have time today) ... remember that boot message are using the VESA driver not the Intel.
I have also some strange things with the Xorg provide by Asustor ... so ask to the support can be a good idea.

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
kernel32_lyon
Posts: 6
Joined: Mon Jan 03, 2022 10:15 pm

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by kernel32_lyon »

father.mande wrote:Hi,
kernel32_lyon wrote:I think it is more a driver issue...
Perhaps, I have to read your log (sorry I don't have time today) ... remember that boot message are using the VESA driver not the Intel.
I have also some strange things with the Xorg provide by Asustor ... so ask to the support can be a good idea.

Philippe.
Hi Philippe, I think I'll try the support. But firstly I'll try to connect my NAS to another screen and not my TV.

Bye
shadoww
Posts: 1
Joined: Thu Jan 27, 2022 1:03 am
Contact:

Re: ASUSPORTAL 2.2.5.r4 running issue

Post by shadoww »

I'm also facing same issue, hunting for solution from many days but not getting any satisfying ans.
Post Reply

Return to “ASUSTOR Portal”