| Summary: | ACTIONS HS USB FlashDisk (Taheng 64GB Mini Voice Activated Recorder) not usable | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Greg Balfour <greg.bal4> |
| Component: | usb | Assignee: | freebsd-usb (Nobody) <usb> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Only Me | CC: | grahamperrin, greg.bal4, hselasky, marklmi26-fbsd |
| Priority: | --- | ||
| Version: | 13.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Greg Balfour
2023-01-21 20:18:16 UTC
From the Amazon Q&A for the device: Question: Flash drive does not mount on a MAC desktop, help? Answer: It doesn’t. By M Anwar on December 22, 2022 (So: not just a FreeBSD issue.) Question: Can it be connected to android and iphone with a usb cable to view and listen to the recording? Answer: No Agoraseal · September 12, 2022 My guess is that gathering and reporting what linux reports about the device (and its LUN's?) may be required to get a clue about just what is involved in why things go as they do. I also see in the reviews that the software for setting time time on the device seems to be for just Windows. I found no evidence of a copy of the user manual being available. (Unclear if such would be of any help.) Hi, You might have luck by adding the quirks beforehand: usbconfig -d ugenX.Y add_quirk UQ_MSC_NO_GETMAXLUN usbconfig -d ugenX.Y add_quirk UQ_MSC_NO_SYNC_CACHE Then re-plug the device. Likely your USB device is very simple, and does not implement proper USB error recovery. I cannot help so much. It is really a USB vendor problem in my opinion. --HPS (In reply to Greg Balfour from comment #0) > … (0x10d6:0x1101) … <https://bsd-hardware.info/index.php?id=usb:10d6-1101&dev_class=08-05-50&dev_type=disk&dev_vendor=Actions+Semiconductor&dev_name=D-Wave+2GB+MP4+Player+%2F+AK1025+MP3%2FMP4+Player&dev_ident=38a1e> This worked: usbconfig -d ugenX.Y add_quirk UQ_MSC_NO_GETMAXLUN usbconfig -d ugenX.Y add_quirk UQ_MSC_NO_SYNC_CACHE I then had to install sysutils/fusefs-exfat to mount it. Additinoal notes: There's not much of a manual but it does state MAC OS 10.0 and above along with Android 4.0 and above are supported. It also gives a way to set the time without using the included Windows software. That makes sense! |