Re: anybody knows of a mifi i can run linux on ?

2012-11-21 Thread Erez D
On Tue, Nov 20, 2012 at 6:01 PM, E.S. Rosenberg wrote: > 2012/11/20 Erez D : > > > > > > On Tue, Nov 20, 2012 at 5:48 PM, Jason Friedman < > write.to.ja...@gmail.com> > > wrote: > >> > >> Hi Erez, > >> > >> Your original email was pretty vague: > >> > >> > I am looking for a Mifi (i.e. cellular w

Re: anybody knows of a mifi i can run linux on ?

2012-11-21 Thread Erez D
On Tue, Nov 20, 2012 at 6:18 PM, Geoffrey S. Mendelson < geoffreymendel...@gmail.com> wrote: > Erez D wrote: > > >> This suggestion is a lot better, >> however I would still preffer a mifi, as it is cheaper, and exactly does >> what i want, nothing more, nothing less >> ( i do not need the screen,

usb restart script

2012-11-21 Thread Erez D
it may be handy to some people, so here is my usb restart script: = cat /root/scripts/usb_restart #! /bin/bash echo "please do the following:" for i in $(lspci|grep "USB controller"|awk '{print $1}') ; do echo echo ":"$i "|" sudo tee /sys/bus/pci/drivers/ehci_hcd/unbind ; echo ech