Thread
:
Wireless WPA/TKIP/PEAP+MSCHAP problem
View Single Post
Zhentar
2010-01-07 , 05:56
Posts: 13 | Thanked: 18 times | Joined on Jan 2010
#
7
syslog.
First, you add the devtools repository:
http://wiki.maemo.org/Documentation/devtools/maemo5
Then you install rootsh and syslog from that repository. Reboot, try connecting.
Then, open up the X Terminal, and use this to gain root permissions
Code:
sudo gainroot
Things will be logged to /var/log/syslog
To print out messages relating to EAP:
Code:
# cat /var/log/syslog | grep EAP
That might miss things that are important, though. Viewing the full log from the terminal is inconvenient, so copy it into your documents folder as syslog.txt: (Keep in mind this is Linux so it's case sensitive)
Code:
# cp /var/log/syslog /home/user/MyDocs/syslog.txt
And then you can look at it through the file manager, or hook it to your computer and copy it off.
And yeah, I could never get this set up on my E51. "Error: There was an error" style messages do not make things easy. I love these error messages- I'm just disappointed that maemosec appears to be closed source (I don't quite have everything figured out here so I'm not sure) so I can't figure out how to fix it myself.
Quote & Reply
|
The Following 2 Users Say Thank You to Zhentar For This Useful Post:
pavlik
,
revamped
Zhentar
View Public Profile
Send a private message to Zhentar
Find all posts by Zhentar