<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Call for Testers: Network Manager</title>
	<atom:link href="http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/</link>
	<description>Discover the Desktop</description>
	<lastBuildDate>Fri, 24 May 2013 15:28:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2915</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Tue, 21 Aug 2012 23:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2915</guid>
		<description><![CDATA[There has probably been changes to libpcbsd since this post. Try cd&#039;ing into src-qt4/libpcbsd and doing the qmake and make commands there. If that is successful, try your  commands again in pc-netmanager.

Also, if you are looking for the 3G/PPP tab, it has been removed for now due to the lack of testers with hardware.]]></description>
		<content:encoded><![CDATA[<p>There has probably been changes to libpcbsd since this post. Try cd&#8217;ing into src-qt4/libpcbsd and doing the qmake and make commands there. If that is successful, try your  commands again in pc-netmanager.</p>
<p>Also, if you are looking for the 3G/PPP tab, it has been removed for now due to the lack of testers with hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2914</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 21 Aug 2012 23:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2914</guid>
		<description><![CDATA[[code]
% sudo make
Password:
cd src/ &amp;&amp; make -f Makefile
cd NetworkManager/ &amp;&amp; make -f Makefile
g++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o /usr/local/bin/pc-netmanager main.o  networkman.o  dnslist.o  moc_networkman.o  moc_dnslist.o  qrc_NetworkManager.o    -L/usr/local/lib/qt4 -L/usr/local/lib -lpcbsd -lQtGui -L/usr/local/lib/qt4 -L/usr/local/lib -lQtNetwork -lQtCore
networkman.o: In function `NetworkMan::slotCheckGlobalText()&#039;:
networkman.cpp:(.text+0x47e7): undefined reference to `Utils::validateIPV4(QString)&#039;
networkman.cpp:(.text+0x4d27): undefined reference to `Utils::validateIPV4(QString)&#039;
networkman.cpp:(.text+0x4ecb): undefined reference to `Utils::validateIPV4(QString)&#039;
networkman.o: In function `NetworkMan::saveProxyConfig()&#039;:
networkman.cpp:(.text+0x5beb): undefined reference to `Utils::setProxyAuth(QString)&#039;
networkman.cpp:(.text+0x5c24): undefined reference to `Utils::setProxyAddress(QString)&#039;
networkman.cpp:(.text+0x5d27): undefined reference to `Utils::setProxyAddress(QString)&#039;
networkman.cpp:(.text+0x5daf): undefined reference to `Utils::setProxyAuth(QString)&#039;
networkman.cpp:(.text+0x5fef): undefined reference to `Utils::setProxyAuth(QString)&#039;
networkman.o: In function `NetworkMan::restartNetwork()&#039;:
networkman.cpp:(.text+0x171): undefined reference to `Utils::restartNetworking()&#039;
*** Error code 1

Stop in /usr/home/dturner/src-qt4/pc-netmanager/src/NetworkManager.
*** Error code 1

Stop in /usr/home/dturner/src-qt4/pc-netmanager/src.
*** Error code 1

Stop in /usr/home/dturner/src-qt4/pc-netmanager.
%
[/code]]]></description>
		<content:encoded><![CDATA[<p>[code]<br />
% sudo make<br />
Password:<br />
cd src/ &amp;&amp; make -f Makefile<br />
cd NetworkManager/ &amp;&amp; make -f Makefile<br />
g++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o /usr/local/bin/pc-netmanager main.o  networkman.o  dnslist.o  moc_networkman.o  moc_dnslist.o  qrc_NetworkManager.o    -L/usr/local/lib/qt4 -L/usr/local/lib -lpcbsd -lQtGui -L/usr/local/lib/qt4 -L/usr/local/lib -lQtNetwork -lQtCore<br />
networkman.o: In function `NetworkMan::slotCheckGlobalText()':<br />
networkman.cpp:(.text+0x47e7): undefined reference to `Utils::validateIPV4(QString)'<br />
networkman.cpp:(.text+0x4d27): undefined reference to `Utils::validateIPV4(QString)'<br />
networkman.cpp:(.text+0x4ecb): undefined reference to `Utils::validateIPV4(QString)'<br />
networkman.o: In function `NetworkMan::saveProxyConfig()':<br />
networkman.cpp:(.text+0x5beb): undefined reference to `Utils::setProxyAuth(QString)'<br />
networkman.cpp:(.text+0x5c24): undefined reference to `Utils::setProxyAddress(QString)'<br />
networkman.cpp:(.text+0x5d27): undefined reference to `Utils::setProxyAddress(QString)'<br />
networkman.cpp:(.text+0x5daf): undefined reference to `Utils::setProxyAuth(QString)'<br />
networkman.cpp:(.text+0x5fef): undefined reference to `Utils::setProxyAuth(QString)'<br />
networkman.o: In function `NetworkMan::restartNetwork()':<br />
networkman.cpp:(.text+0x171): undefined reference to `Utils::restartNetworking()'<br />
*** Error code 1</p>
<p>Stop in /usr/home/dturner/src-qt4/pc-netmanager/src/NetworkManager.<br />
*** Error code 1</p>
<p>Stop in /usr/home/dturner/src-qt4/pc-netmanager/src.<br />
*** Error code 1</p>
<p>Stop in /usr/home/dturner/src-qt4/pc-netmanager.<br />
%<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webugz</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2178</link>
		<dc:creator>webugz</dc:creator>
		<pubDate>Wed, 04 Apr 2012 06:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2178</guid>
		<description><![CDATA[Hi,
On 3G mobile, leave the current tab for advance users. It would be great to have  the option to select predefined 3G operators  from a drop-down list. Average users would have no  idea about AT commands and the whole lot of other settings.  Provide a link for users to post working profile to build up the database. Perhaps also a provide a default generic profile. Appended below is my working ppp.conf using the 3G service of Singtel, Singapore. Thank you for doing a great job.

ppp.conf:-
default:
 allow users *
 set log Phase Chat Connect 
singtel: 
 set device /dev/cuaU0.0 
 set timeout 0 
 set authname 
 set authkey
 set dial &quot;ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
        \&quot;\&quot; \
        AT OK-AT-OK \
        AT+CFUN=1 OK-AT-OK \
        AT+CMEE=2 OK-AT-OK \
        AT+CSQ OK \
        AT+CGDCONT=1,\\\&quot;IP\\\&quot;,\\\&quot;internet\\\&quot; OK \
        AT+CGACT? OK-AT-OK \
        AT+CGATT? OK \
        AT+CGCLASS? OK \
        AT+COPS? OK \
        \\dATD*99# TIMEOUT 40 CONNECT&quot;
 set crtscts on 
 disable vjcomp 
 disable acfcomp 
 disable deflate 
 disable deflate24 
 disable pred1 
 disable protocomp 
 disable mppe 
 disable ipv6cp 
 disable lqr 
 disable echo 
 nat enable yes 
 enable dns 
 resolv writable 
 set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0
 add default HISADDR]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
On 3G mobile, leave the current tab for advance users. It would be great to have  the option to select predefined 3G operators  from a drop-down list. Average users would have no  idea about AT commands and the whole lot of other settings.  Provide a link for users to post working profile to build up the database. Perhaps also a provide a default generic profile. Appended below is my working ppp.conf using the 3G service of Singtel, Singapore. Thank you for doing a great job.</p>
<p>ppp.conf:-<br />
default:<br />
 allow users *<br />
 set log Phase Chat Connect<br />
singtel:<br />
 set device /dev/cuaU0.0<br />
 set timeout 0<br />
 set authname<br />
 set authkey<br />
 set dial &#8220;ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \<br />
        \&#8221;\&#8221; \<br />
        AT OK-AT-OK \<br />
        AT+CFUN=1 OK-AT-OK \<br />
        AT+CMEE=2 OK-AT-OK \<br />
        AT+CSQ OK \<br />
        AT+CGDCONT=1,\\\&#8221;IP\\\&#8221;,\\\&#8221;internet\\\&#8221; OK \<br />
        AT+CGACT? OK-AT-OK \<br />
        AT+CGATT? OK \<br />
        AT+CGCLASS? OK \<br />
        AT+COPS? OK \<br />
        \\dATD*99# TIMEOUT 40 CONNECT&#8221;<br />
 set crtscts on<br />
 disable vjcomp<br />
 disable acfcomp<br />
 disable deflate<br />
 disable deflate24<br />
 disable pred1<br />
 disable protocomp<br />
 disable mppe<br />
 disable ipv6cp<br />
 disable lqr<br />
 disable echo<br />
 nat enable yes<br />
 enable dns<br />
 resolv writable<br />
 set ifaddr 10.1.0.2/0 10.1.0.1/0 255.255.255.255 0.0.0.0<br />
 add default HISADDR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2174</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Mon, 02 Apr 2012 13:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2174</guid>
		<description><![CDATA[Yes, anything in the PC-BSD svn will compile on FreeBSD. The following packages must be installed on the FreeBSD system:

cmake
cmake
gmake
qt4-assistant
qt4-assistant-adp
qt4-designer
qt4
qt4-libQtAssistantClient
qt4-linguist
qt4-moc
qt4-qmake
qt4-rcc
qt4-uic
subversion

And after running the svn command, you must compile libpcbsd before compiling anything else

cd src-qt4/libpcbsd/
qmake-qt4 *.pro
make
make install]]></description>
		<content:encoded><![CDATA[<p>Yes, anything in the PC-BSD svn will compile on FreeBSD. The following packages must be installed on the FreeBSD system:</p>
<p>cmake<br />
cmake<br />
gmake<br />
qt4-assistant<br />
qt4-assistant-adp<br />
qt4-designer<br />
qt4<br />
qt4-libQtAssistantClient<br />
qt4-linguist<br />
qt4-moc<br />
qt4-qmake<br />
qt4-rcc<br />
qt4-uic<br />
subversion</p>
<p>And after running the svn command, you must compile libpcbsd before compiling anything else</p>
<p>cd src-qt4/libpcbsd/<br />
qmake-qt4 *.pro<br />
make<br />
make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syah</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2167</link>
		<dc:creator>syah</dc:creator>
		<pubDate>Fri, 30 Mar 2012 23:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2167</guid>
		<description><![CDATA[Does the Network Manager compile for native FreeBSD?]]></description>
		<content:encoded><![CDATA[<p>Does the Network Manager compile for native FreeBSD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2147</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Fri, 23 Mar 2012 14:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2147</guid>
		<description><![CDATA[Thanks for the feedback!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2146</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Fri, 23 Mar 2012 13:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2146</guid>
		<description><![CDATA[Good idea...

For now, openvpn is a PBI but it is command line only.]]></description>
		<content:encoded><![CDATA[<p>Good idea&#8230;</p>
<p>For now, openvpn is a PBI but it is command line only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaiux</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2126</link>
		<dc:creator>kaiux</dc:creator>
		<pubDate>Fri, 16 Mar 2012 03:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2126</guid>
		<description><![CDATA[Hi,

I dont know how to get those information from my 3g card.

Do you have any procedure to configure this 3g card.

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I dont know how to get those information from my 3g card.</p>
<p>Do you have any procedure to configure this 3g card.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2123</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Wed, 14 Mar 2012 16:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2123</guid>
		<description><![CDATA[Can you doublecheck the chipset? The E173 is supposed to work, except some non-working chipsets are being branded as such:

http://doc.pfsense.org/index.php/Known_Working_3G-4G_Modems]]></description>
		<content:encoded><![CDATA[<p>Can you doublecheck the chipset? The E173 is supposed to work, except some non-working chipsets are being branded as such:</p>
<p><a href="http://doc.pfsense.org/index.php/Known_Working_3G-4G_Modems" rel="nofollow">http://doc.pfsense.org/index.php/Known_Working_3G-4G_Modems</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dru</title>
		<link>http://blog.pcbsd.org/2012/03/call-for-testers-network-manager/#comment-2120</link>
		<dc:creator>dru</dc:creator>
		<pubDate>Wed, 14 Mar 2012 14:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pcbsd.org/?p=886#comment-2120</guid>
		<description><![CDATA[Looks like it is still on. I&#039;ll forward the suggestion.]]></description>
		<content:encoded><![CDATA[<p>Looks like it is still on. I&#8217;ll forward the suggestion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
