Building with only nvidia shaves a few MB off the total image size which is nice, but if you want to keep-up with our main releases I'd aim to make the smallest number of changes as possible. So the rule is: add only what you need and remove nothing if possible. The resulting image doesn't score kudos points for being minimal but it's significantly less effort to sustain over a long period of time.
Posts by chewitt
-
-
It's probably unrelated, but it looks like you screwed file permissions as every file has been changed from 644 > 755, and some of those files are scripts that will be copied with current perms intact into the LE image. You need to clone to the git repo to a Linux filesystem like EXT4 to keep the perms intact. I'd hazard a guess that you've cloned to something like NTFS "because working on Windows is easier" .. but it will ultimately cause more problems than it solves. Changing every file also means people have to 'page down' about 500 times to review all your changes .. which means nobody it likely to review them. Commit the changes for each file you touch (usually package.mk's) so that others can follow them.
-
-
That script should be burned at the stake for causing support problems and it is banned forever from any official releases. Running from SD card is working.. take the hint.
-
Check ownership id's and permissions. LE runs as root, but root still needs to have access.
-
need driver for the usb wifi card Archer t4uhp (chipset rtl8812au (device ID 2357:010f))
ping CGarces is that device ID in the 8812au driver?
-
what filesystem is on the /var/media/SHARE device?
-
^ You need to compile your own LE image with that option set to =m and then the module will be present.
-
systemd starts after the boot config already mounted the second partition on the SD card to /storage and since everything is hard-coded to use /storage/.kodi you cannot then mount another partition to that path. If the other partition is EXT4 you can always switch the boot config to mount the partition with the .kodi folder you want to /storage instead - assuming this is not shared with some other OS as that's generally a bad idea as Kodi settings are OS specific.
-
What git repo/branch are you actually trying to build ?
-
Just provide a Kodi debug log.
-
-
"cat /storage/.kodi/temp/kodi.log | paste" .. Kodi already redacts passwords. Share the URL generated.
-
I read the same thread that you read that hints about DVBSky .. the driver is probably missing USB device IDs to match against the hardware.
ping CvH Add "custom" satellite in SichboPVR? - Ricks Satellite Wildfeed and Backhaul Forum
-
If SMB min1/max3 is set the Kodi SMB client will default to SMB2 so browsing will not work. If you force min/max to SMB1 it should work, but this is a dumb configuration to run due to the security issues and having a NAS that works with SMB2/3. I personally find it's easier to SSH in and edit /storage/.kodi/userdata/sources.xml to copy/paste add a new source to the listing as the only real edit is changing the /path/to/source. Save and restart Kodi to pick up the change.
-
Hello everyone. I am new to all of this and have no idea what I am doing.
That's quite clear. We provide ZERO assistance to users of piracy addons in this forum.
-
If using SMB2/3 the Win10 (client) requires an authenticated connection; i.e. you MUST enable user/password on the LE (Samba) server else the auth attempt fails. I'm starting to think we need to enable authentication as the default because Win10 users appear to be generally incapable of turning things on for themselves.
-