{"id":20167390,"url":"https://github.com/throwaway96/webos-kernel-drivers","last_synced_at":"2025-04-10T01:21:45.794Z","repository":{"id":182094631,"uuid":"655111057","full_name":"throwaway96/webos-kernel-drivers","owner":"throwaway96","description":"Linux kernel modules for webOS","archived":false,"fork":false,"pushed_at":"2024-04-23T02:48:57.000Z","size":21669,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T06:58:40.679Z","etag":null,"topics":["drivers","linux-kernel","webos"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/throwaway96.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-17T23:30:17.000Z","updated_at":"2024-08-12T23:05:42.000Z","dependencies_parsed_at":"2024-02-10T08:32:04.226Z","dependency_job_id":null,"html_url":"https://github.com/throwaway96/webos-kernel-drivers","commit_stats":null,"previous_names":["throwaway96/webos-kernel-drivers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos-kernel-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos-kernel-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos-kernel-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throwaway96%2Fwebos-kernel-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/throwaway96","download_url":"https://codeload.github.com/throwaway96/webos-kernel-drivers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138238,"owners_count":21053837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drivers","linux-kernel","webos"],"created_at":"2024-11-14T00:51:43.691Z","updated_at":"2025-04-10T01:21:45.758Z","avatar_url":"https://github.com/throwaway96.png","language":null,"funding_links":["https://ko-fi.com/throwaway96","https://github.com/sponsors/throwaway96"],"categories":[],"sub_categories":[],"readme":"# About\n\nKernel modules for various webOS versions/SoCs. Mostly serial drivers. Let me know if you need any other ones built.\n\n\n# Donations\n\nDonate via [Ko-fi](https://ko-fi.com/throwaway96) or [GitHub](https://github.com/sponsors/throwaway96)\nif you appreciate my work or want your request bumped to the top of my to-do list.\n\n\n# Source\n\nDownload kernel source and toolchain packages from the [LG Open Source](https://opensource.lge.com/) site.\n\n\n# Automatically loading at boot\n\nWhile you can manually load these drivers with `insmod`, people usually prefer to have them loaded automatically on each boot.\n\nThe following is an example of using the Homebrew Channel init system to load the `ch341.ko` driver, assuming it is located in `/home/root`:\n\n```sh\ncat \u003e/home/root/insmod_serial.sh \u003c\u003c'__EOF__'\n#!/bin/sh\n\ninsmod /home/root/ch341.ko\n__EOF__\nchmod +x /home/root/insmod_serial.sh\nln -s /home/root/insmod_serial.sh /var/lib/webosbrew/init.d/10-insmod_serial\n```\n*If you are using a different driver, just replace `ch341.ko` with its\n  filename.*\n\nThis will create a script named `/home/root/insmod_serial.sh` and a symbolic link to it in `/var/lib/webosbrew/init.d`.\n\nIf you want to temporarily stop the module from being loaded, you can delete the link:\n```sh\nrm /var/lib/webosbrew/init.d/10-insmod_serial\n```\n\nTo re-enable it, create the link again:\n```sh\nln -s /home/root/insmod_serial.sh /var/lib/webosbrew/init.d/10-insmod_serial\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrowaway96%2Fwebos-kernel-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrowaway96%2Fwebos-kernel-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrowaway96%2Fwebos-kernel-drivers/lists"}