i tried the following:
mdbus -s org.freesmartphone.odeviced /org/freesmartphone/Device
/PowerControl/WiFi org.freesmartphone.Device.PowerControl.SetPower 1
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage o
rg.freesmartphone.Usage.SetResourcePolicy WiFi enabled
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage o
rg.freesmartphone.Usage.GetResourceState WiFi
True
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage o
rg.freesmartphone.Usage.RequestResource WiFi
ifup eth0
ifup: interface eth0 already configured
ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:208 (208.0 B) TX bytes:208 (208.0 B)
pan0 Link encap:Ethernet HWaddr 16:67:C3:34:30:2C
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
usb0 Link encap:Ethernet HWaddr 5E:C0:6E:45:1E:46
inet addr:192.168.0.202 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::5cc0:6eff:fe45:1e46/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3617 errors:0 dropped:0 overruns:0 frame:0
TX packets:2715 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:309641 (302.3 KiB) TX bytes:349454 (341.2 KiB)
eth0 is still a no show
not sure if lsmod is relevent but
lsmod
Module Size Used by
bnep 12800 2
sco 10444 2
snd_soc_neo1973_gta02_wm8753 8552 0
snd_soc_s3c24xx_i2s 3896 1 snd_soc_neo1973_gta02_wm8753
snd_soc_s3c24xx 4424 1 snd_soc_neo1973_gta02_wm8753
snd_soc_wm8753 33384 1 snd_soc_neo1973_gta02_wm8753
snd_soc_core 34360 3 snd_soc_neo1973_gta02_wm8753,snd_soc_s3c24xx,snd_soc_wm8753
snd_pcm 76364 2 snd_soc_s3c24xx,snd_soc_core
snd_timer 21052 1 snd_pcm
snd_page_alloc 6504 1 snd_pcm
snd 50788 5 snd_soc_neo1973_gta02_wm8753,snd_soc_wm8753,snd_soc_core,snd_pcm,snd_timer
rfcomm 37320 4
ipv6 265884 14
hidp 14664 0
l2cap 21456 17 bnep,rfcomm,hidp
g_ether 39604 0
btusb 11952 3
bluetooth 60408 14 bnep,sco,rfcomm,hidp,l2cap,btusb
ohci_hcd 28564 0
s3c2410_wdt 8984 0
not sure what the problem is. anything else i can try?
Erik Andresen wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Have you powered it up?
Try to request it with dbus with a command like
mdbus -s org.freesmartphone.odeviced
/org/freesmartphone/Device/PowerControl/WiFi
org.freesmartphone.Device.PowerControl.SetPower 1
greetings,
Erik