{"id":23854048,"url":"https://github.com/lewangdev/wgd-gobinet","last_synced_at":"2025-10-12T00:13:10.011Z","repository":{"id":148142016,"uuid":"172200732","full_name":"lewangdev/WGD-gobinet","owner":"lewangdev","description":"MeiG SLM750 GobiNet Driver for Linux","archived":false,"fork":false,"pushed_at":"2019-02-23T10:25:10.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T01:35:29.255Z","etag":null,"topics":["4g-lte","linux","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":"C","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/lewangdev.png","metadata":{"files":{"readme":"Readme.txt","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,"publiccode":null,"codemeta":null}},"created_at":"2019-02-23T10:23:02.000Z","updated_at":"2020-09-29T04:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff82cb3e-e5f3-430c-a701-9eb27b0b7e40","html_url":"https://github.com/lewangdev/WGD-gobinet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lewangdev/WGD-gobinet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewangdev%2FWGD-gobinet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewangdev%2FWGD-gobinet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewangdev%2FWGD-gobinet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewangdev%2FWGD-gobinet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewangdev","download_url":"https://codeload.github.com/lewangdev/WGD-gobinet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewangdev%2FWGD-gobinet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009475,"owners_count":26084609,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["4g-lte","linux","raspberrypi"],"created_at":"2025-01-02T23:51:36.627Z","updated_at":"2025-10-12T00:13:09.995Z","avatar_url":"https://github.com/lewangdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gobi3000 network driver 2011-07-29-1026\n\nThis readme covers important information concerning \nthe Gobi Net driver.\n\nTable of Contents\n\n1. What's new in this release\n2. Known issues\n3. Known platform issues\n\n\n-------------------------------------------------------------------------------\n\n1. WHAT'S NEW\n\nThis Release (Gobi3000 network driver 2011-07-29-1026)\na. Signal the device to leave low power mode on enumeration\nb. Add \"txQueueLength\" parameter, which will set the Tx Queue Length\nc. Send SetControlLineState message during driver/device removal\nd. Change to new date-based versioning scheme\n\nPrior Release (Gobi3000 network driver 1.0.60) 06/29/2011\na. Add UserspacePoll() function, to support select()\nb. Fix possible deadlock on GobiUSBNetTXTimeout()\nc. Fix memory leak on data transmission\n\nPrior Release (Gobi3000 network driver 1.0.50) 05/18/2011\na. Add support for kernels up to 2.6.38\nb. Add support for dynamic interface binding\n\nPrior Release (Gobi3000 network driver 1.0.40) 02/28/2011\na. In cases of QMI read errors, discard the error and continue reading.\nb. Add \"interruptible\" parameter, which may be disabled for debugging purposes.\n\nPrior Release (Gobi3000 network driver 1.0.30) 01/05/2011\na. Fix rare kernel PANIC if a process terminates while file handle close \n   or device removal is in progress.\n\nPrior Release (Gobi3000 network driver 1.0.20) 11/01/2010\na. Fix possible kernel WARNING if device removed before QCWWANDisconnect().\nb. Fix multiple memory leaks in error cases.\n\nPrior Release (Gobi3000 network driver 1.0.10) 09/17/2010\na. Initial release\n\n-------------------------------------------------------------------------------\n\n2. KNOWN ISSUES\n\nNo known issues.\n         \n-------------------------------------------------------------------------------\n\n3. KNOWN PLATFORM ISSUES\n\na. Enabling autosuspend:\n   Autosuspend is supported by the Gobi3000 module and its drivers, \n   but by default it is not enabled by the open source kernel. As such,\n   the Gobi3000 module will not enter autosuspend unless the\n   user specifically turns on autosuspend with the command:\n      echo auto \u003e /sys/bus/usb/devices/.../power/level\nb. Ksoftirq using 100% CPU:\n   There is a known issue with the open source usbnet driver that can \n   result in infinite software interrupts. The fix for this is to test \n   (in the usbnet_bh() function) if the usb_device can submit URBs before \n   attempting to submit the response URB buffers.\nc. NetworkManager does not recognize connection after resume:\n   After resuming from sleep/hibernate, NetworkManager may not recognize new\n   network connections by the Gobi device. This is a system issue not specific\n   to the Gobi device, which may result in dhcp not being run and the default\n   route not being updated.  One way to fix this is to simply restart the \n   NetworkManager service.\n\n-------------------------------------------------------------------------------\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewangdev%2Fwgd-gobinet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewangdev%2Fwgd-gobinet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewangdev%2Fwgd-gobinet/lists"}