FSO and g_ether as module [Was: Re: usb mass media storage]

2008-09-08 Thread shawnzier
On Fri, Sep 05, 2008 at 01:11:30PM +0800, Andy Green wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Somebody in the thread at some point said: > > | Where did you get that kernel image? I haven't been able to find it > | anywhere. Is there any other way to get those commands? > > A

Re: g_ether as module

2008-07-20 Thread Charles-Henri Gros
Michael Kluge wrote: > OK, thanks. > > iface usb0 inet static > pre-up ifconfig usb0 hw ether 6E:A3:B3:D1:4E:24 > address 192.168.0.202 > ... > You should be able to do: iface usb0 inet static hwaddress ether 6E:A3:B3:D1:4E:24 address 192.168.0.202 ...

Re: g_ether as module

2008-07-20 Thread Jay Vaughan
> Fwiw, it might still be desirable to move g_ether to a module, since > then we > can switch to other modes (storage) at runtime. and don't forget g_audio and g_midi while we're at it .. ; -- Jay Vaughan ___ Openmoko community mailing list comm

Re: g_ether as module

2008-07-20 Thread Michael 'Mickey' Lauer
Fwiw, it might still be desirable to move g_ether to a module, since then we can switch to other modes (storage) at runtime. -- :M: ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: g_ether as module

2008-07-20 Thread Michael Kluge
OK, thanks. iface usb0 inet static pre-up ifconfig usb0 hw ether 6E:A3:B3:D1:4E:24 address 192.168.0.202 ... Works now. Michael Michael Kluge schrieb: > Well, sounds reasonably :) I'll try again and call ifconfig from pre-up > in /etc/network/interfaces. > > > Mic

Re: g_ether as module

2008-07-20 Thread Michael Kluge
Well, sounds reasonably :) I'll try again and call ifconfig from pre-up in /etc/network/interfaces. Michael arne anka schrieb: >> it does not let me change the MAC. It always says: resource busy. > > you need to shut down the interface before. > > _

Re: g_ether as module

2008-07-20 Thread arne anka
> it does not let me change the MAC. It always says: resource busy. you need to shut down the interface before. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: g_ether as module

2008-07-20 Thread Michael Kluge
it does not let me change the MAC. It always says: resource busy. Michael arne anka schrieb: > not sure, where g_ether comes into the picture, but what's wrong with > ifconfig? > > ___ > Openmoko community mailing list > community@lists.openmoko.org

Re: g_ether as module

2008-07-20 Thread arne anka
not sure, where g_ether comes into the picture, but what's wrong with ifconfig? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

g_ether as module

2008-07-20 Thread Michael Kluge
Hi, would it be possible to get g_ether as module instead of beeing compiled into the kernel with the next update? This way we could set the MAC adress in /etc/modutils/... The module can do things like: options g_ether host_addr=46:0d:9e:67:69:eb dev_addr=46:0d:9e:67:69:ec Michael