helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 59 forks source link

Alcor micro - Card reader restart bug #532

Closed louies0623 closed 9 months ago

louies0623 commented 9 months ago

20230913_120124

Build 0I42 Install

probonopd commented 9 months ago

Please send a pull request. I know that you can do it :)

Here it is shown how to do it: https://github.com/helloSystem/ISO/issues/529#issuecomment-1718147004

louies0623 commented 9 months ago

@probonopd

# Alcor micro AU6375 reader
# https://github.com/helloSystem/ISO/issues/532
hw.usb.quirk.30="0x058f 0x6377 0 0xffff UQ_MSC_NO_INQUIRY"
hw.usb.quirk.31="0x058f 0x6377 0 0xffff UQ_MSC_NO_RS_CLEAR_UA"
hw.usb.quirk.32="0x058f 0x6377 0 0xffff UQ_MSC_NO_TEST_UNIT_READY"
hw.usb.quirk.33="0x058f 0x6377 0 0xffff UQ_MSC_NO_START_STOP"
hw.usb.quirk.34="0x058f 0x6377 0 0xffff UQ_MSC_NO_INQUIRY_EVPD"
probonopd commented 9 months ago

Please send a pull request. Thanks!

louies0623 commented 9 months ago

Sorry, I tried, but I still don't know how to use it, it's beyond my capabilities.

probonopd commented 9 months ago

The easy way is:

  1. Search where the code is, in this case https://github.com/helloSystem/ISO/blob/experimental/overlays/boot/boot/loader.conf
  2. On the top left, select image
  3. Click edit image
  4. Make the changes needed
  5. Click image
  6. Fill it in like this image
  7. Click "Procose changes"
  8. Click "Create pull request"

Going forward, I will accept such (and similar) changes only as Pull Requests. This is a community-based open source project, and it works by people learning and contributing. I just don't have the time to do everything myself.

Thanks!

louies0623 commented 9 months ago

@probonopd Thank you