{"id":15581451,"url":"https://github.com/moralcode/pcprox-kernel-module","last_synced_at":"2025-04-07T03:35:24.018Z","repository":{"id":236171486,"uuid":"792066810","full_name":"MoralCode/pcprox-kernel-module","owner":"MoralCode","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-25T23:10:45.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:19:50.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoralCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-25T23:05:02.000Z","updated_at":"2024-04-25T23:10:49.000Z","dependencies_parsed_at":"2024-04-26T00:34:09.455Z","dependency_job_id":null,"html_url":"https://github.com/MoralCode/pcprox-kernel-module","commit_stats":null,"previous_names":["moralcode/pcprox-kernel-module"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpcprox-kernel-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpcprox-kernel-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpcprox-kernel-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2Fpcprox-kernel-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoralCode","download_url":"https://codeload.github.com/MoralCode/pcprox-kernel-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589150,"owners_count":20963018,"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":[],"created_at":"2024-10-02T19:48:15.630Z","updated_at":"2025-04-07T03:35:23.952Z","avatar_url":"https://github.com/MoralCode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kernel Module: PCProx USB RF Card Reader\n\n## Overview\n\nThis kernel module provides support for PCProx USB RF card readers on Linux systems. The PCProx USB RF card reader is a USB device used for reading radio frequency identification (RFID) cards.\n\n## Prerequisites\n\n- Linux kernel headers installed on your system (`linux-headers-*` package).\n- Basic knowledge of kernel module development.\n- Understanding of USB device communication.\n\n## Usage\n\n### Building the Module\n\n1. Clone or download the source code for the module.\n2. Navigate to the module directory.\n3. Run `make` to build the module.\n\n### Loading the Module\n\nLoad the module into the kernel using `insmod`:\n\n```bash\nsudo insmod pcprox_module.ko\n```\n\n### Unloading the Module\n\nUnload the module from the kernel using `rmmod`:\n\n```bash\nsudo rmmod pcprox_module\n```\n\n### Checking Module Status\n\nCheck the kernel log (`dmesg`) for module initialization messages and any errors:\n\n```bash\ndmesg | grep pcprox_module\n```\n\nalternatively:\n\n```bash\nsudo journalctl --since \"1 hour ago\" | grep pcprox_module \n```\n## Configuration\n\nNo configuration options are currently available for this module.\n\n## Troubleshooting\n\nIf the module fails to load or function correctly, check the following:\n\n- Ensure that the correct kernel headers are installed.\n- Verify that the PCProx USB RF card reader is connected to a USB port.\n- Check the kernel log (`dmesg`) for any error messages related to the module.\n\n## License\n\nThis project is licensed under the [GNU General Public License v2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fpcprox-kernel-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoralcode%2Fpcprox-kernel-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fpcprox-kernel-module/lists"}