morrownr / 7612u

Linux Support for USB WiFi Adapters that are based on the MT7612U Chipset
73 stars 9 forks source link

Updated README.md #13

Closed patdohere closed 1 year ago

patdohere commented 1 year ago

Generalize LED commands in README.md

morrownr commented 1 year ago

That is a good idea. Wish I had though of it.

Hey, would you like to make a script to automate the process?

patdohere commented 1 year ago

Was thinking the same thing, but didn't know how to check if the devices is part of AWUS036ACM. Didn't want to flip the LED bit unless we know its the correct adapter. Open to ideas around this.

Otherwise thoughts would be a init script that

morrownr commented 1 year ago

didn't know how to check if the devices is part of AWUS036ACM

This is not an issue with this specific adapter. This is an issue with the device driver so it affects all adapters with the mt7612u chipset. I have tested several.

Let me suggest this: I can add a file here to start things... just basically an empty file so that you can have some to do PRs with. I could call it something like led_ctrl_7612u.sh then you can start adding things to it as you have time and I can test and make suggestions as I have time. What do you think?

Nick

patdohere commented 1 year ago

Sounds good I'll work with it from there