This page is optimized for viewing with Lynx ;-)
How to install Linux on eNote Travel Lite notebook.
The latest version lives at http://www.math.sunysb.edu/~comech/tools/enote-travellite/
eNote Travel Lite
(also known as "Lindows Mobile PC")
is a nice, very small, very light (2.9lb),
and thin (0.7-0.9'') notebook,
with the resolution 1024x768 on its 12.1'' TFT screen.
I got mine from
http://www.gearzoo.com.
They sell it without an operating system
or with Windows XP.
There is an identical Lindows Mobile PC notebook
available from other vendors,
with Lindows operating system.
The notebook seems surprisingly cheap (below $800 US,
but you probably also need to get a CD-ROM).
The manual says nothing about the manufacturer
or warranty information.
According to writing on the bottom of the case,
the laptop was made by iDOT Computers, Inc.
(manufactured in Taiwan).
Completely organic: no Intel, no Microsoft
(I ordered it without an operating system).
The notebook has no drives (neither CD-ROM nor floppy);
I additionally ordered an external CD-ROM (DVD/CD-RW combo)
to be able to boot the system for the first time.
Here is the output of the following commands:
To boot from the external CD-ROM, one needs to
attach a CD-ROM drive (with the installation disk...)
to the computer before powering it up.
I did not need to change anything in BIOS.
To access the USB DVD/CD-RW drive from Linux,
one needs certain USB and SCSI drivers
(see
External DVD/CD-ROM with USB interface
below).
Instead of pre-compiling the kernel with modules,
I used network installation
(the RealTek 8139 network card is usually supported
out of the box).
One can also try the DHCP installation; see Installation of Woody with PXE and Debian TFTP Net Booting
The keyboard is small; it might be a good idea to re-map CapsLock key to behave as a Control key right away. For the console mode, one needs to modify the file default.kmap.gz (which could be in /etc/console/ /etc/console-tools/, or /etc/kbd/): gunzip the file and change the line "keycode 58 = Caps_Lock" to
keycode 58 = Controland gzip the file again. Then say in that directory
/bin/loadkeys default.kmap.gz
For the X mode, one would need to add the following lines at the end the file /etc/X11/Xmodmap (or your individual copy of Xmodmap):
remove Lock = Caps_Lock remove Control = Control_L keysym Caps_Lock = Control_L add Control = Control_LMake sure the system reads this file: xmodmap /etc/X11/Xmodmap
From the specifications:
Nothing interesting. If your kernel lacks RealTek 8139 support, you need the "8139too" driver. Recompile the kernel with the following options:
Network device support
Ethernet (10 or 100Mbit)
EISA, VLB, PCI and on board controllers
RealTek RTL-8139 PCI Fast Ethernet Adapter support
I additionally ordered an external 24X DVD/CD-RW combo (TEAC DW-224E). To access the CD-ROM on USB port (USB 2.0), I recompiled the 2.6.0 kernel with the following options:
SCSI support: SCSI CD-ROM support SCSI generic support USB support: Preliminary USB device filesystem EHCI HCD (USB 2.0) support (EXPERIMENTAL) OHCI HCD support (you need this one for e.g. USB mouse) USB Mass Storage supportThe disk is available under /dev/scd0; one may make the links
cd /dev ln -s scd0 cdrom ln -s cdrom dvdWriting CD-ROMs seems to work fine (I only tried the "-dummy" mode).
Compile 2.6.0 kernel with EHCI and OHCI support. I use USB DVD drive and optical USB mouse; no problems. (With 2.4 kernel, DVD drive worked fine, but USB mouse did not work.)
The sound works with the "via82cxxx_audio" driver. I recompiled the kernel (2.4.20) with the following options:
Sound card support
Advanced Linux Sound Architecture
PCI devices:
VIA 82C686A/B, 8233 South Bridge (SND_VIA82XX)
According to drivers on the accompanying CD-ROM, Lucent Technologies Soft Modem AMR (Askey). Did not manage this yet; must be some software-based modem. The file /proc/pci contains
Bus 0, device 7, function 6:
Communication controller: VIA Technologies, Inc. AC97 Modem Controller (rev 48).
IRQ 11.
I/O at 0x1400 [0x14ff].
lspci -n tells
00:07.6 Class 0780: 1106:3068 (rev 30)lspci -v tells
00:07.6 Communication controller: VIA Technologies, Inc. AC97 Modem Controller (rev 30) Subsystem: Unknown device 161f:201b Flags: medium devsel, IRQ 11 I/O ports at 1400 [size=256] Capabilities:Driver for Windows NT contains the string VEN_1106&DEV_3068&SUBSYS_201B161F
HSF: ERROR: SILICON Laboratories or LUCENT AC97 modem detected! HSF: ERROR: This driver only supports CONEXANT devices HSF: ERROR: No CONEXANT modem found hsf_request_port: open failedI did not try other drivers yet.
Andrew Comech
Mathematics Department
SUNY at Stony Brook
Stony Brook, NY 11794