<?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"
	>
<channel>
	<title>Comments on: Linksys WRT54G3G + Huawei E600 + OpenWRT Kamikaze = Internet at summer house</title>
	<atom:link href="http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 14:23:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Keith</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-10309</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 30 Jul 2008 06:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-10309</guid>
		<description>For those needing to authenticate themselves to an APN / private APN:
add the following lines (obviously with your own username and password) to your /etc/ppp/options file:

user myusername
password  mypassword

and possibly add these too:
defaultroute
usepeerdns

to watch the log, uncomment the "debug" line and use the command 
logread -f &#38;
to do the equivalent of a tail -f /var/log/messages in linux.  (Or just use logread on its own to see the most recent log messages)</description>
		<content:encoded><![CDATA[<p>For those needing to authenticate themselves to an APN / private APN:<br />
add the following lines (obviously with your own username and password) to your /etc/ppp/options file:</p>
<p>user myusername<br />
password  mypassword</p>
<p>and possibly add these too:<br />
defaultroute<br />
usepeerdns</p>
<p>to watch the log, uncomment the &#8220;debug&#8221; line and use the command<br />
logread -f &amp;<br />
to do the equivalent of a tail -f /var/log/messages in linux.  (Or just use logread on its own to see the most recent log messages)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8662</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8662</guid>
		<description>Assasin, it looks as if there is some USB problem.  Either your card has a broken USB chip, or there is a software error.  Let's assume the latter.. :)

I've run into USB problems sometimes that had to do with OHCI vs EHCI vs UHCI.  Could you try unload the usb-ohci driver and load 'uhci' instead?  or some ehci* driver.  Look in /lib/modules/ for the available drivers.

Good luck...

/Simon</description>
		<content:encoded><![CDATA[<p>Assasin, it looks as if there is some USB problem.  Either your card has a broken USB chip, or there is a software error.  Let&#8217;s assume the latter.. <img src='http://blog.josefsson.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve run into USB problems sometimes that had to do with OHCI vs EHCI vs UHCI.  Could you try unload the usb-ohci driver and load &#8216;uhci&#8217; instead?  or some ehci* driver.  Look in /lib/modules/ for the available drivers.</p>
<p>Good luck&#8230;</p>
<p>/Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assasin</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8659</link>
		<dc:creator>Assasin</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8659</guid>
		<description>Hi Simon,

I really hope you can help me
I am having a problem with a data card, I have been every where and can not seem to find the problem,
I had the router working great with an Option data card on vendor=0xaf0 product=0x6701
I have got a new E600 card, with the same setting as listed by you.
vendor=0x12d1 product=0x1001

I built and image with the old card settings, that I loaded onto a new router, and installed the new card in that one

But now i get the error as listed in DMESG
usb-ohci.c: usb-02:00.0, PCI device 1131:1561
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
hub.c: new USB device 02:00.0-1, assigned address 2
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB1 (or usb/tts/1 for devfs)
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB2 (or usb/tts/2 for devfs)
hub.c: new USB device 02:00.0-2, assigned address 3
usb.c: USB device not accepting new address=3 (error=-145)
hub.c: new USB device 02:00.0-2, assigned address 4
usb.c: USB device not accepting new address=4 (error=-145)

How do I get around this as the card no longer initilases?
I am totaly stumped, 

This is from a working one:
root@OpenWrt:/proc# cat modules
usbserial              23884   1
wlcompat               14944   0 (unused)
usb-ohci               19252   0 (unused)
ds                      7420   0 (unused)
yenta_socket           10668   1
pcmcia_core            44064   0 [ds yenta_socket]
ip_conntrack_tftp       1712   0 (unused)
ip_nat_irc              2336   0 (unused)
ip_conntrack_irc        3128   1
ip_nat_ftp              2960   0 (unused)
ip_conntrack_ftp        4272   1
ppp_async               7884   2
ppp_generic            22300   6 [ppp_async]
slhc                    6064   0 [ppp_generic]
wl                    630776   0 (unused)
usbcore                71296   1 [usbserial usb-ohci]
switch-robo             4540   0 (unused)
switch-core             4864   0 [switch-robo]
diag                   25520   0 (unused)

And this from a not working one?
usbserial              23516   0
wlcompat                9504   0 (unused)
usb-ohci               19252   0 (unused)
ppp_synctty             6332   0 (unused)
ds                      7420   0 (unused)
yenta_socket           10668   1
pcmcia_core            44064   0 [ds yenta_socket]
ip_conntrack_tftp       1712   0 (unused)
ip_nat_irc              2336   0 (unused)
ip_conntrack_irc        3128   1
ip_nat_ftp              2960   0 (unused)
ip_conntrack_ftp        4272   1
ppp_async               8044   0 (unused)
ppp_generic            22380   0 [ppp_synctty ppp_async]
slhc                    6064   0 [ppp_generic]
wl                    666224   0 (unused)
usbcore                71296   1 [usbserial usb-ohci]
switch-robo             5052   0 (unused)
switch-core             4928   0 [switch-robo]
diag                   28032   0 (unused)

Please help??
Thanks
Assasin</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>I really hope you can help me<br />
I am having a problem with a data card, I have been every where and can not seem to find the problem,<br />
I had the router working great with an Option data card on vendor=0xaf0 product=0&#215;6701<br />
I have got a new E600 card, with the same setting as listed by you.<br />
vendor=0&#215;12d1 product=0&#215;1001</p>
<p>I built and image with the old card settings, that I loaded onto a new router, and installed the new card in that one</p>
<p>But now i get the error as listed in DMESG<br />
usb-ohci.c: usb-02:00.0, PCI device 1131:1561<br />
usb.c: new USB bus registered, assigned bus number 2<br />
hub.c: USB hub found<br />
hub.c: 2 ports detected<br />
hub.c: new USB device 02:00.0-1, assigned address 2<br />
usbserial.c: Generic converter detected<br />
usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for devfs)<br />
usbserial.c: Generic converter detected<br />
usbserial.c: Generic converter now attached to ttyUSB1 (or usb/tts/1 for devfs)<br />
usbserial.c: Generic converter detected<br />
usbserial.c: Generic converter now attached to ttyUSB2 (or usb/tts/2 for devfs)<br />
hub.c: new USB device 02:00.0-2, assigned address 3<br />
usb.c: USB device not accepting new address=3 (error=-145)<br />
hub.c: new USB device 02:00.0-2, assigned address 4<br />
usb.c: USB device not accepting new address=4 (error=-145)</p>
<p>How do I get around this as the card no longer initilases?<br />
I am totaly stumped, </p>
<p>This is from a working one:<br />
root@OpenWrt:/proc# cat modules<br />
usbserial              23884   1<br />
wlcompat               14944   0 (unused)<br />
usb-ohci               19252   0 (unused)<br />
ds                      7420   0 (unused)<br />
yenta_socket           10668   1<br />
pcmcia_core            44064   0 [ds yenta_socket]<br />
ip_conntrack_tftp       1712   0 (unused)<br />
ip_nat_irc              2336   0 (unused)<br />
ip_conntrack_irc        3128   1<br />
ip_nat_ftp              2960   0 (unused)<br />
ip_conntrack_ftp        4272   1<br />
ppp_async               7884   2<br />
ppp_generic            22300   6 [ppp_async]<br />
slhc                    6064   0 [ppp_generic]<br />
wl                    630776   0 (unused)<br />
usbcore                71296   1 [usbserial usb-ohci]<br />
switch-robo             4540   0 (unused)<br />
switch-core             4864   0 [switch-robo]<br />
diag                   25520   0 (unused)</p>
<p>And this from a not working one?<br />
usbserial              23516   0<br />
wlcompat                9504   0 (unused)<br />
usb-ohci               19252   0 (unused)<br />
ppp_synctty             6332   0 (unused)<br />
ds                      7420   0 (unused)<br />
yenta_socket           10668   1<br />
pcmcia_core            44064   0 [ds yenta_socket]<br />
ip_conntrack_tftp       1712   0 (unused)<br />
ip_nat_irc              2336   0 (unused)<br />
ip_conntrack_irc        3128   1<br />
ip_nat_ftp              2960   0 (unused)<br />
ip_conntrack_ftp        4272   1<br />
ppp_async               8044   0 (unused)<br />
ppp_generic            22380   0 [ppp_synctty ppp_async]<br />
slhc                    6064   0 [ppp_generic]<br />
wl                    666224   0 (unused)<br />
usbcore                71296   1 [usbserial usb-ohci]<br />
switch-robo             5052   0 (unused)<br />
switch-core             4928   0 [switch-robo]<br />
diag                   28032   0 (unused)</p>
<p>Please help??<br />
Thanks<br />
Assasin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8143</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8143</guid>
		<description>Hi ferdie.  I think all three would work, but I don't know for sure.  Actually, what IS the difference between those devices?  The data sheets on the linksys looks just the same to me.

It should work fine as a hotspot, but you may need additional software if you want to configure it for authentication.  Such as Chili Hotspot.

Linksys has a list of supported devices, but it is rather short, and OpenWRT should support any PCMCIA 3G card that emulates serial ports.  My huawei E600 isn't supported by linksys, but it works fine with OpenWRT.

However, keep in mind that a cheaper choice may be to buy a normal wireless router with a USB port.  I have several ASUS WL-500gP's which should handle this fine.  You can then buy a separate USB-based 3G modem.  They tend to be cheaper then the PCMCIA 3G modems too.

Good luck,
Simon</description>
		<content:encoded><![CDATA[<p>Hi ferdie.  I think all three would work, but I don&#8217;t know for sure.  Actually, what IS the difference between those devices?  The data sheets on the linksys looks just the same to me.</p>
<p>It should work fine as a hotspot, but you may need additional software if you want to configure it for authentication.  Such as Chili Hotspot.</p>
<p>Linksys has a list of supported devices, but it is rather short, and OpenWRT should support any PCMCIA 3G card that emulates serial ports.  My huawei E600 isn&#8217;t supported by linksys, but it works fine with OpenWRT.</p>
<p>However, keep in mind that a cheaper choice may be to buy a normal wireless router with a USB port.  I have several ASUS WL-500gP&#8217;s which should handle this fine.  You can then buy a separate USB-based 3G modem.  They tend to be cheaper then the PCMCIA 3G modems too.</p>
<p>Good luck,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferdie</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8137</link>
		<dc:creator>ferdie</dc:creator>
		<pubDate>Wed, 18 Jun 2008 08:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-8137</guid>
		<description>Just saw this site. I am interested to try this out. Just a few questions guys, so  I can get my hands dirty on this later.

Which of the WRT54G3G I have to buy? 
I saw three flavors of this in Linksys site. 
WRT54G3G-AT
WRT54G3G-ST
WRT54G3G-VN

Can use this as hotspot once installed with OpenWRT?
Are there any list of supported PCMCIA cards?
I'm from Asia, any online store I can buy this router?

That's it for now =)</description>
		<content:encoded><![CDATA[<p>Just saw this site. I am interested to try this out. Just a few questions guys, so  I can get my hands dirty on this later.</p>
<p>Which of the WRT54G3G I have to buy?<br />
I saw three flavors of this in Linksys site.<br />
WRT54G3G-AT<br />
WRT54G3G-ST<br />
WRT54G3G-VN</p>
<p>Can use this as hotspot once installed with OpenWRT?<br />
Are there any list of supported PCMCIA cards?<br />
I&#8217;m from Asia, any online store I can buy this router?</p>
<p>That&#8217;s it for now =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7646</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 27 May 2008 20:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7646</guid>
		<description>Hi,

My WRT54G3G works fine with Kamikaze 0.9 and x-wrt. My data card is a Option Ge0301 with HSUPA. I followed the writeup of Simon. Then I had to change the usbserial.o to the new one to patch the small data rate. Now I get my fullspeed I got with the original Linksys firm.

Now one question. I miss a "dial on demand" function. I use a vodafone flat and I wish an auto connect. Has someone a solution?

Thanks a lot,
alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My WRT54G3G works fine with Kamikaze 0.9 and x-wrt. My data card is a Option Ge0301 with HSUPA. I followed the writeup of Simon. Then I had to change the usbserial.o to the new one to patch the small data rate. Now I get my fullspeed I got with the original Linksys firm.</p>
<p>Now one question. I miss a &#8220;dial on demand&#8221; function. I use a vodafone flat and I wish an auto connect. Has someone a solution?</p>
<p>Thanks a lot,<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assasin</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7363</link>
		<dc:creator>Assasin</dc:creator>
		<pubDate>Sat, 17 May 2008 19:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7363</guid>
		<description>Hi 

I would Just like to thank you all (Peter, Simon and especially  http://josefsson.org/) for all the write ups and how to's.
I have learnt a lot, and built some interesting things.

Thank you again!
Cheers
Assasin</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I would Just like to thank you all (Peter, Simon and especially  <a href="http://josefsson.org/" rel="nofollow" >http://josefsson.org/</a>) for all the write ups and how to&#8217;s.<br />
I have learnt a lot, and built some interesting things.</p>
<p>Thank you again!<br />
Cheers<br />
Assasin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Josefsson&#8217;s blog &#187; Blog Archive &#187; Home Wireless Network</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7035</link>
		<dc:creator>Simon Josefsson&#8217;s blog &#187; Blog Archive &#187; Home Wireless Network</dc:creator>
		<pubDate>Thu, 08 May 2008 13:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-7035</guid>
		<description>[...] you are interested in using OpenWRT with a 3G connection, you may find my summer house internet writeup more [...]</description>
		<content:encoded><![CDATA[<p>[...] you are interested in using OpenWRT with a 3G connection, you may find my summer house internet writeup more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-5839</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Fri, 28 Mar 2008 11:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-5839</guid>
		<description>Thanks Peter!

I placed a copy at:

http://josefsson.org/tmp/usbserial.o

SHA-1 d4346bb4356a77cb9841abc9642677548125fa88

Naturally, keep in mind that in general you shouldn't download untrusted binaries from the net and run them.

Finally, I have no idea whether this works or not, since I haven't run across this problem.

/Simon</description>
		<content:encoded><![CDATA[<p>Thanks Peter!</p>
<p>I placed a copy at:</p>
<p><a href="http://josefsson.org/tmp/usbserial.o" rel="nofollow" >http://josefsson.org/tmp/usbserial.o</a></p>
<p>SHA-1 d4346bb4356a77cb9841abc9642677548125fa88</p>
<p>Naturally, keep in mind that in general you shouldn&#8217;t download untrusted binaries from the net and run them.</p>
<p>Finally, I have no idea whether this works or not, since I haven&#8217;t run across this problem.</p>
<p>/Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-5838</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 28 Mar 2008 11:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.josefsson.org/2007/07/22/linksys-wrt54g3g-huawei-e600-openwrt-kamikaze-internet-at-summer-house/#comment-5838</guid>
		<description>try here assasin:
http://rapidshare.de/files/38950667/usbserial.o.html
if not work ask simon for webspace ???? @simon ??
or give email.
greets peter</description>
		<content:encoded><![CDATA[<p>try here assasin:<br />
<a href="http://rapidshare.de/files/38950667/usbserial.o.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/rapidshare.de');">http://rapidshare.de/files/38950667/usbserial.o.html</a><br />
if not work ask simon for webspace ???? @simon ??<br />
or give email.<br />
greets peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
