LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-11-2017, 12:00 PM   #1
THX1138b
LQ Newbie
 
Registered: Sep 2017
Posts: 6

Rep: Reputation: Disabled
Trying to find a Linux to run on Wyse V90L (2008 vintage)


I have a Wyse V90L thin client from 2008. It's got 512 MB RAM and 512 MB flash memory (DOM; drive on module). It used to have a functioning installation of Windows XP Embedded but after trying to update the drivers for my Belkin Bluetooth adapter, it is no longer able to boot into Windows and my attempts to correct this have failed.

I've been trying to find Linux distributions that I can use (via Internet searches for my hardware) and have tried the following distributions with two different USB flash drives which sometimes give different results when booting:

Porteus-KDE-v3.2.2-i586 - crashes with an unmovable mouse cursor on a black background
AnitaOS4.31v1 - error on boot:
Code:
ISOLINUX 4.01 debian-20100714 ETCD Copyright (C) 1994-2010 H. Peter Anvin et al
No DEFAULT or UI configuration directive found!
boot: _
slax-English-UK-7.0.8-i486 - error on boot: flashing cursor top left of screen
CorePlus-current - works but cannot be installed to the DOM because it doesn't seem to see it.

I've been using PowerISO to write the bootable USB drives.

I would prefer to install to the internal flash memory.

The only thing I want to do with it is use this* teleprompter software, ideally with my Bluetooth remote control.

*Link removed because I don't yet have 15 posts.
 
Old 09-12-2017, 11:14 AM   #2
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Is this computer attached to a network via ethernet cable? If so, then I would recommend putting only /boot on the flash memory, and using it to boot off an nfs share on another computer (running linux or BSD or MacOS or something else *nix-like).

That way, you can use a full featured modern OS without worrying about running out of drive space, and it still doesn't use up one of your USB ports. Not worrying about running out of drive space is one less thing to worry about when it comes to getting that Bluetooth adapter working.

I have a simple how-to for doing this here:

https://www.linuxquestions.org/quest...-jessie-37127/

You'll have to initially do a minimal install with /boot in the flash memory and the rest of / on a USB drive, because 512MB isn't quite enough for a default minimal Debian install (you can do it if you know what you're doing, but for your use it's probably more trouble than it's worth). But after you're done setting up /boot on the flash memory, you no longer need the USB drive install.

FWIW, I have had good luck with getting bluetooth working with Debian. I have a cheap Rocketfish brand USB bluetooth adapter, and internal bluetooth adapter "Cambridge Silicon Radio" on a Motion Computing J3500. In both cases, they worked fine. Well, as fine as bluetooth is on Linux in general...unfortunately bluetooth software on linux is a pain.
 
Old 09-12-2017, 07:44 PM   #3
THX1138b
LQ Newbie
 
Registered: Sep 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
The computer is attached to a network via ethernet but I don't want to have to install Linux on my primary machine to make this work; I'd rather just buy a Raspberry Pi than do that! If 512 MB really isn't enough then I can use the internal USB header to leave a 1 GB USB flash drive hot glued inside the case.

I'm trying to install Debian at the moment but stuck at the following error:

Code:
 [!!] Configure the package manager

    The installer failed to access the mirror. This may be a problem with your network, or with the mirror. You can choose to retry the download, select a different mirror, or ignore the problem and continue without all the packages from this mirror.

    Downloading a file failed:

        Retry
        Change mirror
        Ignore
Every mirror I try fails in the same way but it takes a while to do so. There seem to be hundreds of mirrors and I don't want to try everyone to find out which aren't dead. Is the error literally correct? Did downloading of a single file fail or did every file fail to download?

Setting up the network automatically via DHCP succeeded as did acquiring the time from the Internet so I believe my Internet connection is sound. No option to view an error log is presented.
 
Old 09-13-2017, 04:25 AM   #4
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
If you're going to hack a USB drive internally, might as well make it a decent size - like 8GB or more - rather than 1GB.

It's not technically necessary to install Linux to have an nfs file server. But I have no experience with using a Windows nfs file server, so I don't know how much of a pain it is to get working.

It sounds like it's not a problem with the mirrors (since it takes a while), but rather that you're running out of disc space. This would definitely happen if you're trying to install onto a 512MB partition alone, or if you are doing anything other than a MINIMAL install onto a 1GB USB drive. For a minimal install, you want to deselect all software suites in the software suite selection menu before continuing.

It's definitely possible to do a minimal Debian 9 installation to a 1GB thumbdrive. I did that for my Mac Mini, and the result in the end took up about 700MB.
 
Old 09-13-2017, 04:36 AM   #5
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Now, if you know what you are doing, it's possible to cram a usable system into 512MB including all of the stuff required for your bluetooth remote. The basic strategy would be:

1) Do a minimal install to a comfortably large USB drive, perhaps onto a compressed btrfs partition.

2) Add stuff necessary to get your stuff working

Code:
apt-get install xorg xfce4 lightdm bluetooth pulseaudio-module-bluetooth
apt-get clean
<...other stuff to pair with the remote, install the teleprompter software, etc...>
3) Delete all sorts of stuff that isn't completely necessary to pare this sucker down to below 512MB...good luck with that! Here's where you really need linux experience and expertise to figure out what can go and what needs to stay.

4) Use a LiveCD/USB to shrink that partition to below 512MB and then clone it to the internal flash drive.
 
1 members found this post helpful.
Old 09-13-2017, 09:50 AM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875
You could do a debootstrap minimal install, which is typcally < 400MB. But by the time you add X and a web browser you've crested 1GB on the install base. Perhaps you could chainload from the on board storage to offboard storage (PXE?) and have something usable.
 
Old 09-14-2017, 04:51 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,176

Rep: Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644Reputation: 3644
Wonder what all is in this link. https://appservices.wyse.com/support..._S673_1024.exe ?

Reports of linux here. http://en.community.dell.com/techcen...951/t/19634175

A better usb flash may be an option along with using a different method of placing the iso to a usb.

Testing your downloads may be of some help.

Testing with memtest may be a quick start. See if all supposed memory is there and tests OK>
 
Old 09-14-2017, 05:26 PM   #8
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Fedora Kinoite
Posts: 1,196

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
It's a thin client, use it like one. PXE boot it with LTSP on a server and run it that way? Can't imagine good results any other way, it isn't designed for all that.

Last edited by jmgibson1981; 09-14-2017 at 05:28 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wyse Linux V6 on a Wyse S50 thin client. Galane Linux - Newbie 4 02-08-2017 06:21 PM
Lightweight Linux on a Wyse WT3820TX? roystonlodge Linux - Laptop and Netbook 17 02-21-2012 11:39 AM
trouble to find repository link of mandriva Linux 2008 abhinavtiwari Mandriva 1 03-07-2008 12:16 AM
newbite wyse linux v6 issue darkproject2 Linux - Software 1 09-29-2006 04:06 PM
Linux on wyse terminal Mitch77 Linux - General 1 02-22-2003 03:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration