All of lore.kernel.org
 help / color / mirror / Atom feed
* (yet another) probable GPL violation
@ 2004-04-22 10:42 Chris Bainbridge
  2004-11-21  0:11 ` (yet another) probable GPL violation [inexq] Jonathan McDowell
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Bainbridge @ 2004-04-22 10:42 UTC (permalink / raw)
  To: linux-kernel

The Inexq ISW054t is a 802.11g broadband router with 4 port switch. It's 
getting quite popular due to its low price. I suspect that it runs linux, yet 
comes with no mention of the GPL. I've emailed Inexq (the company formerly 
known as Unex) but they haven't replied. 

You can download the firmware from : ftp://ftp.inexq.com/Drivers/ISW054t.zip

The zip contains a file 
ISW054t-S1-200712T3.img which `file` identies as "PPCBoot image"

strings shows:
Uncompressing Linux...
Ok, booting the kernel.
UNEX-GISL-T-L2-200712T3_U.bin

Theres a gzip image at offset 0x2048 which unpacks to 1.8MB : 
dd if=ISW054t-S1-200712T3.img bs=8264 skip=1 |zcat > 
UNEX-GISL-T-L2-200712T3_U.bin

I've searched for the usual magic numbers but can't find the root fs. Any 
pointers would be appreciated. 

Some interesting things from the firmware:

It contains the dynamic ip software from http://www.no-ip.com
Networking is done by http://www.octotech.com/products-cyberwall.html. They 
offer NAT, firewalling, dhcp etc. as a linux module.
It contains this weird Moe line - 
http://lists.samba.org/archive/wireless/2002-November/002152.html
A USB stack from http://www.softconnex.com/
ISL3890 Prism 802.11g chipset driver - firmware starts at 'PACKPACKPACK'
The string "Linksys" appears 5 times (?)
Theres a hidden test html page at http://router/UE/Main
Contains Allegro-Software-RomPager embedded web server

This is the first embedded linux router I've heard of with a Prism 802.11g 
chipset. It'll be interesting to see if it can be turned into a 100% open 
source with the prism54 drivers. I haven't checked any of the other Inexq 
products, but if they use linux for this its likely that they've used it in 
other routers.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: (yet another) probable GPL violation [inexq]
  2004-04-22 10:42 (yet another) probable GPL violation Chris Bainbridge
@ 2004-11-21  0:11 ` Jonathan McDowell
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan McDowell @ 2004-11-21  0:11 UTC (permalink / raw)
  To: Chris Bainbridge; +Cc: linux-kernel

On Thu, Apr 22, 2004 at 11:42:57AM +0100, Chris Bainbridge wrote:
> The Inexq ISW054t is a 802.11g broadband router with 4 port switch. It's 
> getting quite popular due to its low price. I suspect that it runs linux, yet 
> comes with no mention of the GPL. I've emailed Inexq (the company formerly 
> known as Unex) but they haven't replied. 
> 
> You can download the firmware from : ftp://ftp.inexq.com/Drivers/ISW054t.zip
> 
> The zip contains a file 
> ISW054t-S1-200712T3.img which `file` identies as "PPCBoot image"
> 
> strings shows:
> Uncompressing Linux...
> Ok, booting the kernel.
> UNEX-GISL-T-L2-200712T3_U.bin
> 
> Theres a gzip image at offset 0x2048 which unpacks to 1.8MB : 
> dd if=ISW054t-S1-200712T3.img bs=8264 skip=1 |zcat > 
> UNEX-GISL-T-L2-200712T3_U.bin
> 
> I've searched for the usual magic numbers but can't find the root fs. Any 
> pointers would be appreciated. 

Did you ever get anywhere with this? The ISW054u (like the t but with a
USB port AFAICT) looks pretty much like the sort of hardware I want to
play with, but without source it wouldn't be much use to me (I need
IPv6 and Speedtouch USB support added).

J.

-- 
Revd. Jonathan McDowell, ULC | noodles is used in pad thai

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-21  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-22 10:42 (yet another) probable GPL violation Chris Bainbridge
2004-11-21  0:11 ` (yet another) probable GPL violation [inexq] Jonathan McDowell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.