![]() |
2011-06-18
, 22:19
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#132
|
then I have the stock osso-wlan, but from what Estel wrote, it does not seem to be the problem
What kind of "debug info" would you need ?
stop wlancond start wlancond ifconfig wlan0 up
cat /proc/modules | grep wl
Well I made today a simple script and put in bin which does nothing more than linking load.sh to a command wlanload and wlanunload. Maybe an idea to include for this applet too, so that we can load and unload the drivers with a simple command.
user ~ load-bleeding-edge-drivers.sh user ~ load-stock-drivers.sh user ~ unload-drivers.sh
![]() |
2011-06-18
, 22:45
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#133
|
![]() |
2011-06-18
, 22:50
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#134
|
Awesome, but when loading bleeding edge through applet and load the stock through xterm the button stays glowed.
I don't know but the code to unglow it should be included in load-stock-drivers.sh.
Well, should sounds maybe a bit commanding, but I don't mean it that way. I mean this post as feedback and help to improve this easy applet
![]() |
2011-06-18
, 22:54
|
Posts: 107 |
Thanked: 173 times |
Joined on Feb 2011
|
#135
|
You could try, if this fixes the problem:
Code:stop wlancond start wlancond ifconfig wlan0 up
Check, if the modules are loaded:
Code:cat /proc/modules | grep wl
And does the problem occur with both drivers?
If possible could you try another wireless access point.
![]() |
2011-06-18
, 23:19
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#136
|
![]() |
2011-06-19
, 00:29
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#137
|
![]() |
2011-06-19
, 00:29
|
|
Posts: 127 |
Thanked: 19 times |
Joined on Jul 2010
@ Wales
|
#138
|
What theme are you using? All my three themes show clearly, if its toggled.
![]() |
2011-06-19
, 01:00
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#139
|
mac changes to another fresh one. Also, first 3 portions of max adress (parts betweenare the same, only last 3 parts are different.
![]() |
2011-06-19
, 01:04
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#140
|
Well I made today a simple script and put in bin which does nothing more than linking load.sh to a command wlanload and wlanunload. Maybe an idea to include for this applet too, so that we can load and unload the drivers with a simple command. Note: Not worth sharing, my n900 is my first linux device so my scripting skillz are way below yours. Just wanted to tell that it could be a nice addition since when we gonna use these drivers we probably need xterm anyway. The only GUI I know for aircrack-ng (faircrack) has already a button for loading the drivers...