save the following as a sh script called wifion.sh, and make it executable. if you want, you can also add a desktop item for it.
#!/bin/sh mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.SetResourcePolicy WiFi enabled same for wifioff.sh: #!/bin/sh mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.SetResourcePolicy WiFi disabled when you run those, they address a resource request to FSO, something that the slider in settings/connections should do, but sometimes doesn't. basically, this enables and disables eth0. *IMPORTANT: the mdbus command line must be a SINGLE LINE*. in the output it will babble about how it's deprecated, but it works well, so don't mind the "deprecated" messages. On Mon, Sep 28, 2009 at 2:16 PM, Sean Chadwell <[email protected]> wrote: > Nothing there about SDIO at all. I'm not seeing any activity after I move > the slider switch around, either. > > Anything else I can look for in dmesg? > > On Mon, Sep 28, 2009 at 4:52 PM, Joachim Ott <[email protected]>wrote: > >> can you check your dmesg, do you see any messageswith SDIO-error? >> > > > _______________________________________________ > Shr-User mailing list > [email protected] > http://lists.shr-project.org/mailman/listinfo/shr-user > > -- Please don't send me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
