linuxgirlie Posted January 14, 2010 Posted January 14, 2010 Hello, I didn't get to go to Bett this year:(, but my OH did and bought me back the Emergency Button as a present.... ah geek love Now it glows which is really cool and changes colour when I press it, but does not load up the site, so I was wondering if anyone else has got their working in Linux. Thanks, Jo
kmount Posted January 14, 2010 Posted January 14, 2010 Jo! almost .... :/ I was challenged to reverse engineer it but on the train home last night I did notice that if you have a terminal open when you press it it does 'exhibit' the same behaviour as on Windows but doesn't open a browser. (ie, it inputs EduGeek.net to the console). I'm still looking at how to understand how it works a bit further as it seems more clever than the last incarnation
webman Posted January 14, 2010 Posted January 14, 2010 How does the device present itself to the computer, hardware-wise? E.g. a keyboard? If so, you could use one of the key monitoring programs to find out what it's sending.
linuxgirlie Posted January 14, 2010 Author Posted January 14, 2010 Well I got it working but I cheated For some reason in Ubuntu in the console it is posting "rwww.edugeek.net" Not sure why the 'r' is there, anyway I just created a script in /usr/bin called "rwww.edugeek.net" that just runs "firefox www.edugeek.net" It works, but I fill it's not quite the proper way! Might come back to it when I have some spare time!! Thanks, Jo 1
linuxgirlie Posted January 14, 2010 Author Posted January 14, 2010 How does the device present itself to the computer, hardware-wise? E.g. a keyboard? If so, you could use one of the key monitoring programs to find out what it's sending. Well running sudo ls -l /dev/input/by-id/ Gives me:total 0 lrwxrwxrwx 1 root root 9 2010-01-14 18:08 usb-046d_G15_Gaming_Keyboard-event-if01 -> ../event6 lrwxrwxrwx 1 root root 9 2010-01-14 18:08 usb-046d_G15_Gaming_Keyboard-event-kbd -> ../event5 lrwxrwxrwx 1 root root 9 2010-01-14 18:24 usb-2000_beba-event-if00 -> ../event7 lrwxrwxrwx 1 root root 9 2010-01-14 18:08 usb-Logitech_G9_Laser_Mouse_F8A2470F500029-event-if01 -> ../event4 lrwxrwxrwx 1 root root 9 2010-01-14 18:08 usb-Logitech_G9_Laser_Mouse_F8A2470F500029-event-mouse -> ../event3 lrwxrwxrwx 1 root root 9 2010-01-14 18:08 usb-Logitech_G9_Laser_Mouse_F8A2470F500029-mouse -> ../mouse1 So I am assuming it is the 2000_bebe device.
kmount Posted January 14, 2010 Posted January 14, 2010 Yeah, it's a keyboard now (used to be a disk...). Jo, the r will be as it's sending winkey+r (to get the run dialogue up on windows). 2
pete Posted January 15, 2010 Posted January 15, 2010 I'm assuming these are read-only once written? *considers the rickroll possibilities*
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now