Re-scan of USB-attached devices ?

2011-02-25 Thread Mikus Grinbergs
My setup includes multiple external devices attached to the XO. The particular system I am describing has an USB hub plugged into the XO, with an USB keyboard and an USB trackball plugged into that hub. On an XO-1 with os11, I was unplugging/replugging (directly into the XO) an external USB

get XO id via bash

2011-02-25 Thread Sameer Verma
Anyone know how to get the XO unique identifier using bash? cheers, Sameer ___ Devel mailing list Devel@lists.laptop.org http://lists.laptop.org/listinfo/devel

Re: get XO id via bash

2011-02-25 Thread Sascha Silbe
Excerpts from Sameer Verma's message of Fri Feb 25 19:53:54 +0100 2011: Anyone know how to get the XO unique identifier using bash? On OLPC kernels: sn=$(cat /ofw/mfg-data/SN) uuid=$(cat /ofw/mfg-data/U# For mainline kernels the path is slightly different. Sascha --

Re: get XO id via bash

2011-02-25 Thread Mikus Grinbergs
how to get the XO unique identifier using bash? Please be more explicit in what you mean by identifier. To get the serial number: if [ -e /ofw/serial-number ]; then echo Serial: `cat /ofw/serial-number` fi To get the radio MAC address: Get output of 'ifconfig eth0',

Re: get XO id via bash

2011-02-25 Thread Sameer Verma
On Fri, Feb 25, 2011 at 7:39 PM, Mikus Grinbergs mi...@bga.com wrote: how to get the XO unique identifier using bash? Please be more explicit in what you mean by identifier. I meant serial number. Thanks for the if..then cheers, Sameer To get the serial number:     if [ -e

Re: Pending xkeyboard-config OLPC patches

2011-02-25 Thread Martin Langhoff
On Thu, Feb 24, 2011 at 8:21 PM, Sergey V. Udaltsov s...@gnome.org wrote: As usual, I prefer to use bugzilla for patches. You can use one bug for all patches, or group them somehow, if you find it suitable. Thanks! Filed 34732 Merge OLPC es / olpc2 keyboard map 34738 Merge OLPC mechanical

Re: Pending xkeyboard-config OLPC patches

2011-02-25 Thread Sergey V. Udaltsov
Thanks Martin I noticed that huge wave of spam in my box:) Going to look at it. Sergey On Fri, 2011-02-25 at 15:30 -0500, Martin Langhoff wrote: On Thu, Feb 24, 2011 at 8:21 PM, Sergey V. Udaltsov s...@gnome.org wrote: As usual, I prefer to use bugzilla for patches. You can use one bug for