Page 1 of 1

CM Rapid with frosty flake question

Posted: 24 Feb 2015, 19:45
by Sev
I have a little questions.

I bought a used CM Quickfire Rapid and it has a frosty flake controller installed. The F9s LED is always on and I do not know how to turn it off. Any ideas how I can find out how to disable or how to turn the LED off?

Thanks for your help,

Posted: 24 Feb 2015, 20:27
by davkol
derp

Posted: 24 Feb 2015, 20:48
by Sev
I dont know. I bought the keyboard and plugged it in. Not sure what firmware is installed. How can I check?

Posted: 24 Feb 2015, 21:55
by davkol
derp

Posted: 24 Feb 2015, 22:03
by Sev
Any guide or tutorial for me?

Posted: 24 Feb 2015, 22:56
by davkol
derp

Posted: 24 Feb 2015, 23:22
by Sev
hmmm...most steps seem clear but how can I put my keyboard in bootloader mode?

Posted: 24 Feb 2015, 23:28
by davkol
derp

Posted: 25 Feb 2015, 08:22
by Sev
I am too stupid :cry:

Posted: 05 Mar 2015, 13:25
by Halvar
You put a strong magnet on the keyboard directly above the controller until you hear the usual sound from Windows (or Linux or MacOs) that you hear when you disconnect the keyboard.

What happened?

Posted: 05 Mar 2015, 14:01
by Muirium
Macs don't chirp with goofy notices when you connect or disconnect a keyboard. I think that's just a Windows thing. Like waiting for a driver every time you put it in a different USB port.

Posted: 05 Mar 2015, 14:27
by Halvar
Oh, ok. That's unfortunate then. It's a very useful chirp. :P

OK Sev, if you have a Mac, you look whereever you have to look to see that the keyboard has been disconnected.

Posted: 05 Mar 2015, 14:42
by scottc
Yeah, I agree with Halvar on this one. Useful chirp indeed! It's certainly easier than eyeballing:

Code: Select all

while true; do dmesg | tail -n 5; sleep 5; done
in a terminal. :P

Posted: 05 Mar 2015, 15:18
by Muirium
Easier than eyeballing the USB cable in your hand? Keyboards are active the moment the USB link is up!

Posted: 05 Mar 2015, 15:30
by bpiphany
scottc wrote: Yeah, I agree with Halvar on this one. Useful chirp indeed! It's certainly easier than eyeballing:

Code: Select all

while true; do dmesg | tail -n 5; sleep 5; done
in a terminal. :P
I have a monitor more or less dedicated to

Code: Select all

watch -n 1 "dmesg | tail -24"
=)

Posted: 05 Mar 2015, 15:32
by scottc
bpiphany wrote:
scottc wrote: Yeah, I agree with Halvar on this one. Useful chirp indeed! It's certainly easier than eyeballing:

Code: Select all

while true; do dmesg | tail -n 5; sleep 5; done
in a terminal. :P
I have a monitor more or less dedicated to

Code: Select all

watch -n 1 "dmesg | tail -24"
=)
watch is much nicer, but I can never remember what it's called so I always go for the low-tech version! :lol: