I've never encountered a column width restriction in the OS (using PuTTY or any client on macOS) so I think you need to use a different client that allows wider columns, or figure out how to configure SecureCRT correctly.
Posts by chewitt
-
-
connman/connman.git - Connection Manager appears to show some support for connman displaying vlan tags against available services. It might be worth exploring what connmanctl shows as available services instead of the settings add-on client?
-
There is no support for EAP networks in the settings add-on GUI because nobody on staff has ever had access to an EAP network to figure out what's required to support them. You should be able to set the required things from the console using connmanctl or putting the required config in whatever text files connman requires. I suggest having a look at HOWTO guides for Arch/Ubuntu etc. to figure that out. And, if you succeed, some code to add support or fill missing gaps is always welcome.
-
Probably best to post in the dedicated thread for that release.
-
From the HTPC side a clean install removes all knowledge of the remote. From the BT remote side .. it's still paired to the previous HTPC install.
-
Yes/No .. depends on the hardware you have and if/whether the EDID data can be dumped to file and reused.
-
Not possible. It's a basic tethered hotspot not an access point. On/off and SSID name/passphrase are the only config options.
-
Send a pull request to jernej git repo - if it's a meaningful change he can absorb it and send upstream.
-
LE10 will add the nouveau driver so that nvidia users can see something on-screen, but most cards will run badly and nouveau is not a solution (unless someone has a eureka moment and figures out how to reclock nvidia cards). In reality LE10 will have no practical support for nvidia GPU cards. I will clarify the wording next time I write another development update.
-
You probably have to unpair the remote first before it an be re-paired.
-
-
Hello Tom. Our Rockchip codebase is in the process of being rebased against the Linux 4.20 kernel so please submit the working device-tree etc. to the upstream kernel first. If we see changes going upstream it becomes acceptable to add temporary patches to support your board. If we don't see any effort to upstream support our developers are unlikely to show interest. Thanks.
-
If you "get more" it opens the add-on browser .. or you can navigate there directly to install them (in Kodi settings or from the home-screen).
-
Kodi evaluates audio properties at startup only, so if things change after boot they will not be detected. It's not ideal, but it's how the current code is designed so it's not a bug. Hopefully it will change in the future - it's something we're aware of.
-
Get the 16GB eMMC module for the C2. You can install to it like an SD card but it's much faster.
-
Or send it back .. you didn't receive the product you ordered.
-
Networking can be manually configured via the LE settings add-on, but networking (using DHCP) should just work - although in Amlogic images this depends on having the correct device-tree file for the box.
-
I'm not sure why we'd change permissions on the drive. It would be interesting to understand what udev is doing when the drive is connected. Perhaps monitor with udevadm to find out. NB: It's not a good answer, but iIt's probably easier to have a udev rule on the other computers that detects mounted drives that don't have 0777 perms and run a command to reset the perms than it is to correct the LE end.