Changes between Initial Version and Version 1 of Ticket #8638, comment 5
- Timestamp:
- Jun 17, 2012, 4:20:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8638, comment 5
initial v1 4 4 /system/servers/net_server 5 5 }}} 6 Then try to connect to your network. Also start 6 Also start watching syslog messages using: 7 7 {{{ 8 8 tail -F /var/log/syslog 9 9 }}} 10 in another Terminal window. I'm not sure what exactly you should look for, but maybe there will be some hits. 10 ...in another Terminal window. Use grep -ve foo -ve bar to filter out useless messages.[[BR]] 11 Then try to connect to your network using ifconfig join.[[BR]] 12 I'm not sure what exactly you should look for, but maybe there will be some hints.