Active Topics

 



Notices


Reply
Thread Tools
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#61
Originally Posted by flocke000 View Post
I have the same problem with the applet, so I added the debug lines to the script and rebooted my phone.
After the second reboot the applet was not in the menu, I attached the logfile, I hope it helps.
Thanks! It seems that the notification daemon is not up yet when the applet starts. I'll make it wait until the user clicks it for the first time.
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers

Last edited by laasonen; 2011-06-06 at 06:54.
 

The Following User Says Thank You to laasonen For This Useful Post:
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#62
0.1.2-1 is now on repos
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following User Says Thank You to laasonen For This Useful Post:
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#63
Originally Posted by laasonen View Post
0.1.2-1 is now on repos
Am happy to report the applet appears correctly after a reboot now...
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 

The Following User Says Thank You to ajack For This Useful Post:
Posts: 219 | Thanked: 80 times | Joined on Mar 2011
#64
now i need status menu scrolling applet
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#65
Originally Posted by LTman View Post
now i need status menu scrolling applet
If you have CSSU or this, it should enable scrolling automatically, if you have too many applets. If you are using CSSU you can add more rows for the applets:
Code:
gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows -t int 6
gconftool-2 -s /apps/osso/hildon-status-menu/view/number_of_rows_portrait -t int 8
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers

Last edited by laasonen; 2011-06-06 at 08:30.
 

The Following 3 Users Say Thank You to laasonen For This Useful Post:
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#66
got applet ok , drivers in MyDocs with applet saying bleeding edge drivers loaded. output of the test commands seems to say not loaded ?

Nokia-N900:~# cat /proc/modules | grep wl12xx
wl12xx 77760 0 - Live 0xbf126000
mac80211 153180 1 wl12xx, Live 0xbf0ef000
crc7 1216 1 wl12xx, Live 0xbf0ec000
cfg80211 27408 2 wl12xx,mac80211, Live 0xbf0c9000
Nokia-N900:~# lsmod|grep "wl12"
wl12xx 77760 0
mac80211 153180 1 wl12xx
crc7 1216 1 wl12xx
cfg80211 27408 2 wl12xx,mac80211
Nokia-N900:~#

not sure but have i missed something ? complete wl1251 in MyDocs ,running cssu15 and power 47...

Last edited by moepda; 2011-06-06 at 13:02. Reason: typo
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#67
Originally Posted by moepda View Post
got applet ok , drivers in MyDocs with applet saying bleeding edge drivers loaded. output of the test commands seems to say not loaded ?

Nokia-N900:~# cat /proc/modules | grep wl12xx
wl12xx 77760 0 - Live 0xbf126000
mac80211 153180 1 wl12xx, Live 0xbf0ef000
crc7 1216 1 wl12xx, Live 0xbf0ec000
cfg80211 27408 2 wl12xx,mac80211, Live 0xbf0c9000
Nokia-N900:~# lsmod|grep "wl12"
wl12xx 77760 0
mac80211 153180 1 wl12xx
crc7 1216 1 wl12xx
cfg80211 27408 2 wl12xx,mac80211
Nokia-N900:~#

not sure but have i missed something ? complete wl1251 in MyDocs ,running cssu15 and power 47...
Sounds like it might be permission problem, if everything else is working.

Could you try to run this as user:
Code:
sudo sh /sbin/load-bleeding-edge-drivers.sh
If its asking for password, cancel and before trying again run:
Code:
update-sudoers
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following User Says Thank You to laasonen For This Useful Post:
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#68
cheers forthe reply , still not working that way . output :

/home/user # update-sudoers
/home/user # sudo sh /sbin/load-bleeding-edge-drivers.sh
user is not in the sudoers file. This incident will be reported.
/home/user # sh /sbin/load-bleeding-edge-drivers.sh
ifconfig: wlan0: error fetching interface information: Device not found
insmod: can't read 'compat.ko': No such file or directory
insmod: can't read 'rfkill_backport.ko': No such file or directory
insmod: can't read 'cfg80211.ko': No such file or directory
insmod: can't read 'mac80211.ko': No such file or directory
insmod: can't read 'wl1251.ko': No such file or directory
insmod: can't read 'wl1251_spi.ko': No such file or directory
ifconfig: SIOCGIFFLAGS: No such device

but if i do
cd MyDocs/wl1251-maemo/binary/compat-wireless
sh load.sh

its output is correct i think

/home/user # cat /proc/modules | grep wl12xx
/home/user # lsmod|grep "wl12"
wl1251_spi 4224 0
wl1251 79808 1 wl1251_spi
mac80211 220024 2 wl1251_spi,wl1251
cfg80211 154472 2 wl1251,mac80211
crc7 1216 1 wl1251_spi
/home/user #
but applet says bleeding edge already in use. i can manually load but not load with applet. applet display changes but doesnt affect drivers
do i need to put any files in /sbin ?

Last edited by moepda; 2011-06-06 at 15:09.
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#69
Originally Posted by moepda View Post
cheers forthe reply , still not working that way . output :

/home/user # update-sudoers
/home/user # sudo sh /sbin/load-bleeding-edge-drivers.sh
user is not in the sudoers file. This incident will be reported.
/home/user # sh /sbin/load-bleeding-edge-drivers.sh
ifconfig: wlan0: error fetching interface information: Device not found
insmod: can't read 'compat.ko': No such file or directory
insmod: can't read 'rfkill_backport.ko': No such file or directory
insmod: can't read 'cfg80211.ko': No such file or directory
insmod: can't read 'mac80211.ko': No such file or directory
insmod: can't read 'wl1251.ko': No such file or directory
insmod: can't read 'wl1251_spi.ko': No such file or directory
ifconfig: SIOCGIFFLAGS: No such device

but if i do
cd MyDocs/wl1251-maemo/binary/compat-wireless
sh load.sh

its output is correct i think

/home/user # cat /proc/modules | grep wl12xx
/home/user # lsmod|grep "wl12"
wl1251_spi 4224 0
wl1251 79808 1 wl1251_spi
mac80211 220024 2 wl1251_spi,wl1251
cfg80211 154472 2 wl1251,mac80211
crc7 1216 1 wl1251_spi
/home/user #
but applet says bleeding edge already in use. i can manually load but not load with applet. applet display changes but doesnt affect drivers
do i need to put any files in /sbin ?
No, you don't have to put anything to /sbin.

Could you try this as user:
Code:
cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless
sudo  /sbin/load-bleeding-edge-drivers.sh
Or this, if you have them loaded already:
Code:
cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless
sudo  /sbin/unload-bleeding-edge-drivers.sh
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following User Says Thank You to laasonen For This Useful Post:
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#70
both commands work . 1st loads and 2nd unloads


~ $ cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless
~/MyDocs/wl1251-maemo/binary/compat-wireless $ sudo /sbin/unload-bleeding-edge-drivers.sh
~/MyDocs/wl1251-maemo/binary/compat-wireless $ cd /home/user ~ $ lsmod|grep "wl12"
wl12xx 77760 0
mac80211 153180 1 wl12xx
cfg80211 27408 2 wl12xx,mac80211
crc7 1216 1 wl12xx
~ $ cat /proc/modules | grep wl12xx
wl12xx 77760 0 - Live 0xbf123000
mac80211 153180 1 wl12xx, Live 0xbf0e5000
cfg80211 27408 2 wl12xx,mac80211, Live 0xbf0bf000
crc7 1216 1 wl12xx, Live 0xbf0e2000
~ $ cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless~/MyDocs/wl1251-maemo/binary/compat-wireless $ sudo /sbin/load-bleeding-edge-drivers.sh
~/MyDocs/wl1251-maemo/binary/compat-wireless $ cat /proc/modules | grep wl12xx
~/MyDocs/wl1251-maemo/binary/compat-wireless $ lsmod|grep "wl12"
wl1251_spi 4224 0
wl1251 79808 1 wl1251_spi
mac80211 220024 2 wl1251_spi,wl1251
cfg80211 154472 2 wl1251,mac80211
crc7 1216 1 wl1251_spi
~/MyDocs/wl1251-maemo/binary/compat-wireless $
 
Reply

Tags
announce, applet, bleeding edge, driver, monitor, not4noobs


 
Forum Jump


All times are GMT. The time now is 23:14.