Hey Steven, > root@Fonera:~# cat /proc/bus/usb/devices > > * This should be the 4 port usb hub ??? > T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1 > B: Alloc= 0/800 us ( 0%), #Int= 1, #Iso= 0 > D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 2.06 > S: Manufacturer=Linux 2.6.21.7 dwc_otg_hcd > S: Product=DWC OTG Controller > S: SerialNumber=lm0 > C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA > I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
This is the Linux driver "root hub" (which is basically a virtual hub inside the Linux driver). > * This should be the device in question : > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 4 > D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0409 ProdID=005a Rev= 1.00 > C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA > I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=256ms This is your actual USB hub (see "Cls=09(hub )"). If this is all the output from /proc/bus/usb/devices, then your weather station is not detected by the Fonera somehow. Do you have another Linux machine on which you can plug it in and get the output of "lsusb" ? Are there any messages in "dmesg" after you plug in this device on your Fonera? Regards, Matthijs Kooijman _______________________________________________ Development mailing list [email protected] http://fonosfera.org/mailman/listinfo/development
