I-Appliance BBS
The Official Source for Internet Appliance Upgrades and Mods

Click Here!
BBS Main List | Sign In | Sign Up | Search | Help | Linux-Hacker.netReply to Thread | Printer |

Home / I-Opener Areas / I-Opener General Posts
A working *nix SANDISK image

New MessageA working *nix SANDISK image (modified 0 times) calisto
Profile
Does anyone have a working image that will allow me to run *nix of any flavour and support the linksys usb100tx adapter. Iv'e tried all the images that I can find and none seem to recognise and initialise the nic so I can set up networking on it. I currently run win98lite on it and that works fine with the nic but means iv'e got the HD when all I really want is VNC/Web browser and MP3 player which should be possible on a 16MB SANDISK.

Help me banish MS forever from this cute piece of kit.

01-08-2002 05:04:02

New MessageRE:A working *nix SANDISK image (modified 0 times) V4IO
Profile
Unfortunately, I don't have answer to your question. However, I am interested in how you could fit a win98lite into your I-Opener 16MB sandisk. What did you have to do? Curently, my I-Opener is burned with Jailbait and I am thinking of removing it to put WinMe so that it will network with my Win2K Advanced server. Any clue what I should do?

TIA.

01-08-2002 09:56:06

New MessageRE:A working *nix SANDISK image (modified 0 times) Wild_Pencil
Profile | Email
Try the Midori for IOpener distribution (m4i 0.93 or later). Linksys USB works out of the box. Jailbait 6 also runs the Linksys USB -- you just need to tell it to use the Pegasus driver.
01-08-2002 12:11:23

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
The midori image doesn't work it seems to pick up the Linksys but doesn't activate it will try and post more details later but the jailbait image doesn't even get that far.

Will have to power it up again and type error messages on my workstation.

As to win98lite sorry for the confusion but it's actually on the 2.1GB laptop drive.

01-08-2002 12:22:34

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
The message I get in dmesg is.
usb.c: USB Device 2 (vendor/prod 0x66b/0x400b) is not claimed by any active driver.

Any ideas.

01-08-2002 13:07:23

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
Additional this is when running midori 0.93 which is the latest image I can find.
01-08-2002 13:11:57

New MessageRE:A working *nix SANDISK image (modified 0 times) Wild_Pencil
Profile | Email
I get a similar message in Midori; but then the next line in my dmesg shows that the Pegasus driver loads up and claims the device.

usb.c: USB device 2 (vend/prod 0x66b/0x2203) is not claimed by any active driver.
pegasus.c: eth0: Linksys USB100TX

Hmm.... I just noticed your USB product number is different from mine. I remember Programmer made a patched Pegasus driver to detect and use a variant of the USB Ethernet adapter. We might need this patched version compiled into m4i's kernel to get your adapter recognized.

-WP

01-08-2002 20:01:24

New MessageRE:A working *nix SANDISK image (modified 0 times) V4IO
Profile
Pardon me, where can I download the Midori image or distribution for I-Opener?

TIA.

01-08-2002 22:11:52

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
Anyone here care to point me in the direction of the new pegasus driver and how to install it on the midori dist.
01-09-2002 03:11:15

New MessageRE:A working *nix SANDISK image (modified 0 times) bob94025
Profile
Try my updated M4I image:

http://vischeck.homeip.net/m4i/

It uses a later kernel version than m4i-0.93, and it looks like your product id (0x400b) is listed in the pegasus.h file. So, it _should_ work.

bob

01-15-2002 13:26:35

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
Message posted from my iopener running linux from bob's link many thanks. Just need an NFS daemon for windows now as it doesn't appear to mount samba shares and hopefully a replacment for netsucks (opera ideally)

Many thanks go to bob for my first working image.

01-16-2002 04:54:13

New MessageRE:A working *nix SANDISK image (modified 0 times) bob94025
Profile
Great! I'll see how difficult it will be to
install a samba client. The binaries from my
Mandrake 8.1 box seem to work fine on Midori, so it's mostly a matter of figuring out which libraries are needed.

As for opera- I'll look into that also. Although, the free version does force you to look at ads, doesn't it?

bob

01-16-2002 10:45:21

New MessageRE:A working *nix SANDISK image (modified 0 times) bob94025
Profile
PS. There is a new image up on my site- identical to the one that you installed, except that it also includes fbi- a frame-buffer image viewer. With this, you can run a full-screen slide show on one of your virtural consoles (and even play mp3s in the backgraound with xmms!)

b

01-16-2002 10:48:01

New MessageRE:A working *nix SANDISK image (modified 0 times) calisto
Profile
Installed the version with fbi which was the version on your site.

If I install a samba client how can I make it stay there. I'm not a linux newbie but cross compiling and making sandisk images is something iv'e never done is there a FAQ for this somewhere. The image as it is is near perfect except for netscape and a samba client.

Opera does have an ad banner but it's so much better than nutscrape.

Jon

01-16-2002 12:22:34

New MessageRE:A working *nix SANDISK image (modified 0 times) bob94025
Profile
You probably don't need to cross-compile, if you already have an x86 Linux machine to develop on. Often, you can even grab pre-compiled binaries from RPMs. Binaries (and the necessary libraries) from Redhat 6.2 should work. The binaries and libraries from my Mandrake 8.1 machine seem to work also.

In fact, I compiled fbi straight away by just doing the standard ./configure & make (although I did tweak the config.h file to eliminate the X stuff to save space). It needed libjpeg & linungif, so I just copied those from my Mandrake /usr/lib/ folder and put them in the root/usr/lib folder in the build kit. They seem to work fine. (although this probably not be true for everything)

As for making the image, just run the build_16M script in the build kit. It takes stuff from the root/ dir and the kernel from the kernel/ dir and makes your image. (Which will fail if you try to add too much stuff.) Ingo wrote that script and it works great.

If you get a samba client working, let me know and I'll add it to my image. Note that, to test a binary, you can copy it to /tmp and try to run it. But, if you are missing libraries, there is no easy way to add them without rebuilding the image. Putting them in the same dir as the binary might work. Once you know what you need, we can make a new image.

bob

01-16-2002 13:33:58

Reply to Thread | Printer |
All times are PSTPowered by UltraBoard v1.62



Copyright © 2000, Netmake Inc. All Rights Reserved.
See Terms and Conditions for more information.




i-opener opener laptop notebook computer help drivers dll free windows dos repair fix linux mac macintosh 2000 95 98 nt pc configure hardware software sound video netscape explorer network networking lan wan software cmos fat bios printer card mouse modem ide scsi cd rom controllers scanner tape hard drive cgi scripts source code mp3