CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 08:17:21 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100817030156
location: https://web.archive.org/web/20100817030156/https://github.com/NeoCat/YUREX-driver-for-Linux
server-timing: captures_list;dur=1.118788, exclusion.robots;dur=0.040172, exclusion.robots.policy;dur=0.023989, esindex;dur=0.013079, cdx.remote;dur=64.996624, LoadShardBlock;dur=859.514821, PetaboxLoader3.datanode;dur=664.792491, PetaboxLoader3.resolve;dur=160.200872
x-app-server: wwwb-app28
x-ts: 302
x-tr: 1007
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app28; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 08:17:22 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Tue, 17 Aug 2010 03:01:55 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b945fca9b9a0432340993aca09ddd06c"
x-archive-orig-x-runtime: 57ms
x-archive-orig-content-length: 28053
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 17 Aug 2010 03:01:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 17 Aug 2010 03:01:56 GMT", ; rel="memento"; datetime="Tue, 17 Aug 2010 03:01:56 GMT", ; rel="next memento"; datetime="Wed, 18 Aug 2010 16:57:12 GMT", ; rel="last memento"; datetime="Sun, 27 Sep 2020 21:37:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_17_20100816235639_crawl103-c/51_17_20100817030155_crawl101.arc.gz
server-timing: captures_list;dur=0.858907, exclusion.robots;dur=0.039896, exclusion.robots.policy;dur=0.024235, esindex;dur=0.014156, cdx.remote;dur=13.428941, LoadShardBlock;dur=240.850378, PetaboxLoader3.datanode;dur=275.095427, load_resource;dur=172.605120, PetaboxLoader3.resolve;dur=112.673823
x-app-server: wwwb-app28
x-ts: 200
x-tr: 542
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
NeoCat's YUREX-driver-for-Linux at master - GitHub
NeoCat / YUREX-driver-for-Linux
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
COPYING | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
Makefile | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
README | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
lsusb-yurex.txt | Thu May 20 10:33:17 -0700 2010 | Add lsusb -v result of YUREX [NeoCat] |
![]() |
sample/ | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
udev/ | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
yurex-no-hidraw.patch | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
![]() |
yurex.c | Thu May 20 08:26:15 -0700 2010 | YUREX driver for Linux [NeoCat] |
README
USB driver for Meywa-Denki and Kayac YUREX The YUREX is a BBU (leg shakes) sensor, which is a USB HID as a definition. However, it is actually a sensor with a counter, so this driver provides a character device to read and write the counter via /dev/yurex[0-9]*. Instead, this patch adds a blacklist entry for YUREX not to recognized as a ubshid. See https://bbu.kayac.com/en/ for more information about YUREX. How to use: 1. make 2. sudo make install && modprobe yurex ( or, sudo insmod yurex.ko ) 3. Plug-in YUREX to your computer's USB port. 4. /dev/yurex0 is created ! (If not, please see below.) 5. `cat /dev/yurex0` to read the current BBU count. 6. check some sample programs in sample/ In some environments, usbhid driver may take up the device and this yurex driver cannot detect it. In this case, a message below shows up in `dmesg`: generic-usb 0003:0C45:1010.0004: input,hidraw2: USB HID v1.10 Device [JESS YUREX] on usb-0000:02:00.0-2.1/input0 To avoid this, you may add udev/99-yurex.rules into /etc/udev/rules.d/ , and udev/usb_yurex into /lib/udev/ . This rule unbind YUREX from the usbhid driver, and re-bind it to yurex driver. When yurex driver get the device correctly, `dmesg` says: yurex 2-2.1:1.0: USB Yurex device now attached to Yurex-224
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security