<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Commenti a: Come configuare un modem ADSL in Ubuntu (eciadsl 0.11)</title>
	<atom:link href="http://underground0.wordpress.com/2007/07/04/30/feed/" rel="self" type="application/rss+xml" />
	<link>http://underground0.wordpress.com/2007/07/04/30/</link>
	<description>Sicurezza Informatica, Hacking, Linux, Exploit, Bug, CMS, IRC ecc...</description>
	<lastBuildDate>Mon, 09 Nov 2009 10:05:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: galaxy</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-9093</link>
		<dc:creator>galaxy</dc:creator>
		<pubDate>Fri, 24 Apr 2009 10:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-9093</guid>
		<description>Mi aiutate a connettermi ad Alice free?

Dovrei avere una connessione ADD 640,
ho un modem D-Link DSL-200 generation III,
ho installato il driver ECIADSL configurandolo così:


    VID1=0915
    PID1=8104
    VID2=0915
    PID2=8104
    MODE=VCM_RFC2364
    VCI=35
    VPI=8
    FIRMWARE=/etc/eciadsl/firmware00.bin
    SYNCH=/etc/eciadsl/eciadsl-synch_bin/gs7470_synch20.bin
    PPPD_USER=aliceadsl
    PPPD_PASSWD=
    USE_DHCP=no
    USE_STATICIP=no
    STATICIP=
    GATEWAY=
    MODEM=D-Link DSL200 generation III
    MODEM_CHIPSET=GS7470
    SYNCH_ALTIFACE=0
    PPPOECI_ALTIFACE=0
    PROVIDER=Other
    DNS1=208.67.222.222
    DNS2=208.67.220.220


Ho usato gli OpenDNS perché non sicuro di quelli di Alice, comunque non credo sia questo il problema.

Ecco il messaggio che mi restituisce il comando eciadsl-start:


    root[~]# eciadsl-start

    [EciAdsl 1/5] Setting up USB support...

    Preliminary USB device filesystem is OK

    [EciAdsl 2/5] Uploading firmware...

    Process skipped .. no more needed
    firmware loaded successfully

    [EciAdsl 3/5] Synchronization...

    OK eciadsl-synch: success
    Synchronization successful

    [EciAdsl 4/5] Connecting to provider...

    using channel 1
    Using interface ppp0
    Connect: ppp0  /dev/pts/2
    Warning - secret file /etc/ppp/pap-secrets has world and/or group access
    sent [LCP ConfReq id=0x1 ]
    Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8104 -mode VCM_RFC2364 finished (pid 6356), status = 0x0
    Modem hangup
    Connection terminated.
    using channel 2
    Using interface ppp0
    Connect: ppp0  /dev/pts/2
    Warning - secret file /etc/ppp/pap-secrets has world and/or group access
    sent [LCP ConfReq id=0x2 ]
    Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0x0915 -product 0x8104 -mode VCM_RFC2364 finished (pid 6458), status = 0x0
    Modem hangup
    Connection terminated.
    using channel 3
    Using interface ppp0
    Connect: ppp0  /dev/pts/2
    Warning - secret file /etc/ppp/pap-secrets has world and/or group access
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    sent [LCP ConfReq id=0x3 ]
    LCP: timeout sending Config-Requests
    Connection terminated.



Il messaggio è lo stesso sia da Puppylinux sia da gNewSense,
per entrambi ho installato il pacchetto DEB dal sito ECIADSL.

Grazie.</description>
		<content:encoded><![CDATA[<p>Mi aiutate a connettermi ad Alice free?</p>
<p>Dovrei avere una connessione ADD 640,<br />
ho un modem D-Link DSL-200 generation III,<br />
ho installato il driver ECIADSL configurandolo così:</p>
<p>    VID1=0915<br />
    PID1=8104<br />
    VID2=0915<br />
    PID2=8104<br />
    MODE=VCM_RFC2364<br />
    VCI=35<br />
    VPI=8<br />
    FIRMWARE=/etc/eciadsl/firmware00.bin<br />
    SYNCH=/etc/eciadsl/eciadsl-synch_bin/gs7470_synch20.bin<br />
    PPPD_USER=aliceadsl<br />
    PPPD_PASSWD=<br />
    USE_DHCP=no<br />
    USE_STATICIP=no<br />
    STATICIP=<br />
    GATEWAY=<br />
    MODEM=D-Link DSL200 generation III<br />
    MODEM_CHIPSET=GS7470<br />
    SYNCH_ALTIFACE=0<br />
    PPPOECI_ALTIFACE=0<br />
    PROVIDER=Other<br />
    DNS1=208.67.222.222<br />
    DNS2=208.67.220.220</p>
<p>Ho usato gli OpenDNS perché non sicuro di quelli di Alice, comunque non credo sia questo il problema.</p>
<p>Ecco il messaggio che mi restituisce il comando eciadsl-start:</p>
<p>    root[~]# eciadsl-start</p>
<p>    [EciAdsl 1/5] Setting up USB support&#8230;</p>
<p>    Preliminary USB device filesystem is OK</p>
<p>    [EciAdsl 2/5] Uploading firmware&#8230;</p>
<p>    Process skipped .. no more needed<br />
    firmware loaded successfully</p>
<p>    [EciAdsl 3/5] Synchronization&#8230;</p>
<p>    OK eciadsl-synch: success<br />
    Synchronization successful</p>
<p>    [EciAdsl 4/5] Connecting to provider&#8230;</p>
<p>    using channel 1<br />
    Using interface ppp0<br />
    Connect: ppp0  /dev/pts/2<br />
    Warning &#8211; secret file /etc/ppp/pap-secrets has world and/or group access<br />
    sent [LCP ConfReq id=0x1 ]<br />
    Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0&#215;0915 -product 0&#215;8104 -mode VCM_RFC2364 finished (pid 6356), status = 0&#215;0<br />
    Modem hangup<br />
    Connection terminated.<br />
    using channel 2<br />
    Using interface ppp0<br />
    Connect: ppp0  /dev/pts/2<br />
    Warning &#8211; secret file /etc/ppp/pap-secrets has world and/or group access<br />
    sent [LCP ConfReq id=0x2 ]<br />
    Script /usr/bin/eciadsl-pppoeci -vpi 8 -vci 35 -vendor 0&#215;0915 -product 0&#215;8104 -mode VCM_RFC2364 finished (pid 6458), status = 0&#215;0<br />
    Modem hangup<br />
    Connection terminated.<br />
    using channel 3<br />
    Using interface ppp0<br />
    Connect: ppp0  /dev/pts/2<br />
    Warning &#8211; secret file /etc/ppp/pap-secrets has world and/or group access<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    sent [LCP ConfReq id=0x3 ]<br />
    LCP: timeout sending Config-Requests<br />
    Connection terminated.</p>
<p>Il messaggio è lo stesso sia da Puppylinux sia da gNewSense,<br />
per entrambi ho installato il pacchetto DEB dal sito ECIADSL.</p>
<p>Grazie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Eriberto</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-8265</link>
		<dc:creator>Eriberto</dc:creator>
		<pubDate>Thu, 16 Oct 2008 16:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-8265</guid>
		<description>ciao,
ho installato eciadsl 0.11 su Ubunti 8.04
ho eseguito la procedura personalizzata avendo come gestore Tele2,ho
inserito tutti i dati e ho collegato il modem Digicom Michelangelo USB CX.
Ho aspettato 3/4 d&#039;ora che il programma rimuginasse i dati senza alcun risultato.
Ho variato togliendo i segni di spunta sulla connessione diretta ma stesso risultato.
C&#039;è un sistema, anche dal terminale ma comprensibile (sono un neofita di Linux)
per riuscire a collegare il modem USB? Il mio vecchio pc non ha la porta Ethernet.
Grazie in ogni caso. Eriberto</description>
		<content:encoded><![CDATA[<p>ciao,<br />
ho installato eciadsl 0.11 su Ubunti 8.04<br />
ho eseguito la procedura personalizzata avendo come gestore Tele2,ho<br />
inserito tutti i dati e ho collegato il modem Digicom Michelangelo USB CX.<br />
Ho aspettato 3/4 d&#8217;ora che il programma rimuginasse i dati senza alcun risultato.<br />
Ho variato togliendo i segni di spunta sulla connessione diretta ma stesso risultato.<br />
C&#8217;è un sistema, anche dal terminale ma comprensibile (sono un neofita di Linux)<br />
per riuscire a collegare il modem USB? Il mio vecchio pc non ha la porta Ethernet.<br />
Grazie in ogni caso. Eriberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: emiliano</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-6628</link>
		<dc:creator>emiliano</dc:creator>
		<pubDate>Mon, 26 May 2008 14:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-6628</guid>
		<description>domanda idiota penso, però vorrei sapere se configurando il Modem per Ubuntu, dopo se entro con XP funziona lo stesso...comunque penso che andò a comprare un Router ;)</description>
		<content:encoded><![CDATA[<p>domanda idiota penso, però vorrei sapere se configurando il Modem per Ubuntu, dopo se entro con XP funziona lo stesso&#8230;comunque penso che andò a comprare un Router <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: peschi</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-6618</link>
		<dc:creator>peschi</dc:creator>
		<pubDate>Mon, 19 May 2008 19:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-6618</guid>
		<description>damidall grazie mille sono riuscito a configurare io modem ma mi è sorto un altro problema...mi da il messaggio &#039;waiting for ppp0...&#039; e mi ridà il comando del terminale ma nn si connette...cosa devo fare???
grazie mille</description>
		<content:encoded><![CDATA[<p>damidall grazie mille sono riuscito a configurare io modem ma mi è sorto un altro problema&#8230;mi da il messaggio &#8216;waiting for ppp0&#8230;&#8217; e mi ridà il comando del terminale ma nn si connette&#8230;cosa devo fare???<br />
grazie mille</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: underground0</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-1467</link>
		<dc:creator>underground0</dc:creator>
		<pubDate>Mon, 24 Sep 2007 21:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-1467</guid>
		<description>@damidalla: ^^ Ottimo! Hai fatto benissimo a segnalarla! Thanks!</description>
		<content:encoded><![CDATA[<p>@damidalla: ^^ Ottimo! Hai fatto benissimo a segnalarla! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: damidalla</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-1463</link>
		<dc:creator>damidalla</dc:creator>
		<pubDate>Mon, 24 Sep 2007 19:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-1463</guid>
		<description>@underground0: ho appena finito di scrivere &quot;LA&quot; guida a eciadsl, con anche i link al recentissimo eciadsl 0.12, la trovi in http://maipaura.wordpress.com/eciadsl-la-guida/ , volevo solo segnalarla. Modifiche eventuali sono ben accette (anche perché è sotto GPL v.2 e sup. ...)</description>
		<content:encoded><![CDATA[<p>@underground0: ho appena finito di scrivere &#8220;LA&#8221; guida a eciadsl, con anche i link al recentissimo eciadsl 0.12, la trovi in <a href="http://maipaura.wordpress.com/eciadsl-la-guida/" rel="nofollow">http://maipaura.wordpress.com/eciadsl-la-guida/</a> , volevo solo segnalarla. Modifiche eventuali sono ben accette (anche perché è sotto GPL v.2 e sup. &#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: underground0</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-1363</link>
		<dc:creator>underground0</dc:creator>
		<pubDate>Sat, 22 Sep 2007 23:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-1363</guid>
		<description>@Dario, Daniele, Ciccia: se avete  problemi con le compilazioni, e non avete dimestichezza con la shell usate i pacchetti . deb sul sito e poi riprovate a settare il tutto.
Miraccomando -text, l&#039;interfaccia grafica da problemi.</description>
		<content:encoded><![CDATA[<p>@Dario, Daniele, Ciccia: se avete  problemi con le compilazioni, e non avete dimestichezza con la shell usate i pacchetti . deb sul sito e poi riprovate a settare il tutto.<br />
Miraccomando -text, l&#8217;interfaccia grafica da problemi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Ciccia</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-494</link>
		<dc:creator>Ciccia</dc:creator>
		<pubDate>Wed, 29 Aug 2007 07:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-494</guid>
		<description>Non so neppure io come fare... cioè il modem mi funziona, quindi è pure compatibile col mio Vista, ma... forse ci sono problemi con Tele2... ??</description>
		<content:encoded><![CDATA[<p>Non so neppure io come fare&#8230; cioè il modem mi funziona, quindi è pure compatibile col mio Vista, ma&#8230; forse ci sono problemi con Tele2&#8230; ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: fabrizio</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-333</link>
		<dc:creator>fabrizio</dc:creator>
		<pubDate>Sun, 05 Aug 2007 06:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-333</guid>
		<description>ciao Dario come hai risolto il problema? anche a me stesso problema...</description>
		<content:encoded><![CDATA[<p>ciao Dario come hai risolto il problema? anche a me stesso problema&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Daniele</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-190</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Wed, 25 Jul 2007 08:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-190</guid>
		<description>Scusa io sto provando ad installare un modem DLS200 della Dlink. Scusa la mia ignoranza ma non riesco a capire dove devo scrive queste cose. Ho provato a scriverle sul teminale
dove di default mi appare $ e poi devo scrivere qualcosa. Ho provato a scrivere il nome della cartelle scompattata sul desktop ma non succede niente 
poi ho provato a scrivere cd &#039;/home/nomecoputer/desktop/ù
e mi viene fuori una cosa del genere &gt;
Ora volevao sapere come potevo fare per installare questi driver. Grazie A presto</description>
		<content:encoded><![CDATA[<p>Scusa io sto provando ad installare un modem DLS200 della Dlink. Scusa la mia ignoranza ma non riesco a capire dove devo scrive queste cose. Ho provato a scriverle sul teminale<br />
dove di default mi appare $ e poi devo scrivere qualcosa. Ho provato a scrivere il nome della cartelle scompattata sul desktop ma non succede niente<br />
poi ho provato a scrivere cd &#8216;/home/nomecoputer/desktop/ù<br />
e mi viene fuori una cosa del genere &gt;<br />
Ora volevao sapere come potevo fare per installare questi driver. Grazie A presto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: dario</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-180</link>
		<dc:creator>dario</dc:creator>
		<pubDate>Mon, 23 Jul 2007 08:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-180</guid>
		<description>Ci ho provato ma.... ma dopo aver lanciato ./configure  mi ciene fuori all&#039;ultimo checking la seguente riga

checking for C compiler default output file name ... configure:error: C compiler cannot create executables

cosa devo fare? devo installare un c compiler? come?

è una vita che provo ad installare su varie versioni questo driver ma nn c&#039;è verso; della serie forse faccio prima a comprarmi un router!

Ciao e grazie</description>
		<content:encoded><![CDATA[<p>Ci ho provato ma&#8230;. ma dopo aver lanciato ./configure  mi ciene fuori all&#8217;ultimo checking la seguente riga</p>
<p>checking for C compiler default output file name &#8230; configure:error: C compiler cannot create executables</p>
<p>cosa devo fare? devo installare un c compiler? come?</p>
<p>è una vita che provo ad installare su varie versioni questo driver ma nn c&#8217;è verso; della serie forse faccio prima a comprarmi un router!</p>
<p>Ciao e grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: damidalla</title>
		<link>http://underground0.wordpress.com/2007/07/04/30/#comment-85</link>
		<dc:creator>damidalla</dc:creator>
		<pubDate>Sat, 14 Jul 2007 17:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://underground0.wordpress.com/2007/07/04/30/#comment-85</guid>
		<description>Beh, non posso che ringraziare per i link al mio blog... sto pensando di mettere su una guida in una pagina del blog, in modo che sia sempre in vista... See ya</description>
		<content:encoded><![CDATA[<p>Beh, non posso che ringraziare per i link al mio blog&#8230; sto pensando di mettere su una guida in una pagina del blog, in modo che sia sempre in vista&#8230; See ya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
