Re: [shr-unstable] making bricks...

2009-06-29 Thread arne anka
[r...@localhost sbin]# ./ifconfig ifconfig -a shows everything, even inactive interfaces. additionally, you might check the host's logs when plugging in the fr: tail -f /var/log/messages and watch for some meaningful messages. ___ Openmoko

Re: [shr-unstable] making bricks...

2009-06-29 Thread Rask Ingemann Lambertsen
On Sun, Jun 28, 2009 at 09:02:28AM -0700, jeremy jozwik wrote: dmesg has given me this, most of which i do not understand. but i did try adding ip address command to usb3 and terminal reported back cannot find device [snip] usb 3-1: New USB device found, idVendor=1d50, idProduct=5119 usb 3-1:

Re: [shr-unstable] making bricks...

2009-06-29 Thread David Fokkema
On Mon, 2009-06-29 at 12:00 +0200, Rask Ingemann Lambertsen wrote: On Sun, Jun 28, 2009 at 09:02:28AM -0700, jeremy jozwik wrote: dmesg has given me this, most of which i do not understand. but i did try adding ip address command to usb3 and terminal reported back cannot find device [snip]

Re: [shr-unstable] making bricks...

2009-06-29 Thread jeremy jozwik
that was further down the list. any rate all is well now. On Mon, Jun 29, 2009 at 3:00 AM, Rask Ingemann Lambertsenr...@sygehus.dk wrote: On Sun, Jun 28, 2009 at 09:02:28AM -0700, jeremy jozwik wrote: dmesg has given me this, most of which i do not understand. but i did try adding ip address

Re: [shr-unstable] making bricks...

2009-06-28 Thread Robin Paulson
On 2009-06-28, Vikas Saurabh vikas.saur...@gmail.com wrote: On Sun, Jun 28, 2009 at 11:05 AM, jeremy jozwikjerjoz.for...@gmail.com wrote: hello list. im in dire need of assistance. ive just re-flashed my phone to shr-unstable 20090624 all went well until i tried to do an ssh. turns out my

Re: [shr-unstable] making bricks...

2009-06-28 Thread Lowell Higley
There's been a change to the bootloader.. the following text was from a message that came across the developer mailing list back in April. *As this looks like it's becoming a Frequently Asked Question, I'll send this note to a wider audience. Please forgive me if this is obvious to most of the

Re: [shr-unstable] making bricks...

2009-06-28 Thread jeremy jozwik
with the freerunner connected to machine: [r...@localhost sbin]# ./ifconfig eth0 Link encap:Ethernet blah blah blah loLink encap:Local Loopback blah blah blah On Sat, Jun 27, 2009 at 11:57 PM, Robin Paulsonrobin.paul...@gmail.com wrote: On 2009-06-28, Vikas Saurabh

Re: [shr-unstable] making bricks...

2009-06-28 Thread jeremy jozwik
also... [r...@localhost sbin]# sudo ip address add 192.168.0.200/24 dev eth1 Cannot find device eth1 1-8 exactly... On Sun, Jun 28, 2009 at 8:55 AM, jeremy jozwikjerjoz.for...@gmail.com wrote: with the freerunner connected to machine: [r...@localhost sbin]# ./ifconfig eth0      Link

Re: [shr-unstable] making bricks...

2009-06-28 Thread jeremy jozwik
returns: [r...@localhost sbin]# ./ip addr add 192.168.0.200/24 dev eth1 Cannot find device eth1 also got a lovely little notification on the linux system bar SELinux is preventing the iptables from using potentially mislabeled files On Sun, Jun 28, 2009 at 9:05 AM, Lowell

Re: [shr-unstable] making bricks...

2009-06-28 Thread jeremy jozwik
dmesg has given me this, most of which i do not understand. but i did try adding ip address command to usb3 and terminal reported back cannot find device usb 3-1: reset full speed USB device using ohci_hcd and address 2 usb 3-1: device descriptor read/64, error -110 usb 3-1: device firmware

Re: [shr-unstable] making bricks...

2009-06-28 Thread Lowell Higley
As root, I drop the following in a terminal: *iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 sysctl -w net.ipv4.ip_forward=1 ip addr add 192.168.0.200/24 dev eth1 ifconfig eth1 up ssh r...@192.168.0.202* Works like a charm. Only caveat is make sure you clear the previous SSH

Re: [shr-unstable] making bricks...

2009-06-28 Thread Lowell Higley
Two comments and then I need to hit the road. 1) I tried using a SHR unstable image a few days ago (the 26th I believe) and found that it had some serious issues and went back to my previous image. I was able to SSH in but I wasn't able to do small things like receive SMS or make/receive calls.

Re: [shr-unstable] making bricks...

2009-06-28 Thread jeremy jozwik
1) I tried using a SHR unstable image a few days ago (the 26th I believe) and found that it had some serious issues and went back to my previous image.  I was able to SSH in but I wasn't able to do small things like receive SMS or make/receive calls.  I could send SMS, though. 24th. ive tried

Re: [shr-unstable] making bricks...

2009-06-28 Thread Martin Jansa
On Sun, Jun 28, 2009 at 8:55 AM, jeremy jozwikjerjoz.for...@gmail.com wrote: with the freerunner connected to machine: [r...@localhost sbin]# ./ifconfig eth0      Link encap:Ethernet  blah blah blah lo        Link encap:Local Loopback          blah blah blah You should

[shr-unstable] making bricks...

2009-06-27 Thread jeremy jozwik
hello list. im in dire need of assistance. ive just re-flashed my phone to shr-unstable 20090624 all went well until i tried to do an ssh. turns out my usb0 is not showing up in anyway. every time i try to initiate the steps i get [r...@localhost sbin]# ./ifup usb0 Device usb0 does not seem to

Re: [shr-unstable] making bricks...

2009-06-27 Thread Vikas Saurabh
On Sun, Jun 28, 2009 at 11:05 AM, jeremy jozwikjerjoz.for...@gmail.com wrote: hello list. im in dire need of assistance. ive just re-flashed my phone to shr-unstable 20090624 all went well until i tried to do an ssh. turns out my usb0 is not showing up in anyway. Try eth0. Recent kernels(I