LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-04-2010, 01:48 PM   #1
metageek
Member
 
Registered: Jun 2007
Location: Farmington, CT
Distribution: Slackware64
Posts: 204

Rep: Reputation: 44
Dell E4300 + Latitude on - can ARM be run without mswin?


I just got a brand new Dell E4300 with the "Latitude On", which is a card with an ARM cpu that runs a fast-boot and low-consumption Linux . The way this is setup is that it reads information from the main NTFS partition and allows one to read email, access the net, etc. It seems from my short investigations that this thing depends on the Win OS on the NTFS partition.

However since the ARM card is there on the machine, it should be possible to install a different linux distro there without depending on mswin. I'd love to do this, has anyone cracked it? (how to activate the ARM hardware, etc)?

I need to install slackware very soon on this machine, so the mswin partition is on its way out (no, I don't want to dual boot with mswin, only ARM-linux and x86_64-linux)

Help!
 
Old 01-04-2010, 03:52 PM   #2
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by metageek View Post
However since the ARM card is there on the machine, it should be possible to install a different linux distro there without depending on mswin. I'd love to do this, has anyone cracked it? (how to activate the ARM hardware, etc)?
The ARM "distro" that you are referring to may be a highly customized version of the Linux kernel with cross-built ARM ELF binaries for all the utilities and programs.

Unless you have some way of reading the FLASH on the ARM card, the only people who could help you "crack" it, would be Dell (or whatever contractor that Dell hired to create the Linux image).

Even if you got the cross-build utilities from Dell or the contractor, you would need some method of reading and writing the FLASH. Look around for some way to open a terminal window while running from the ARM card. After that, see if you have "dd". If so, you can read the contents of FLASH by running "dd" on the devices in "/dev/mtdblockN", where N is a number.

If you don't have a way of opening a terminal window, see if you can download a cross-built version of xterm to the ARM card. It should be running a RAM file system, so you should be able to use the web browser to download files to it (unless they only allow you to download to the NTFS partition on the hard drive).
 
Old 01-05-2010, 07:00 AM   #3
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
Quote:
Originally Posted by metageek View Post
.... The way this is setup is that it reads information from the main NTFS partition and allows one to read email, access the net, etc. It seems from my short investigations that this thing depends on the Win OS on the NTFS partition.
Your statement here does not make sense to me. I am aware of Dell's Latitude-ON feature, but be aware that Dell offers 2 distinctly different products under this brand.

Latitude-ON Card: (Hardware option)
An ARM based SoC Card with embedded Montavista Linux firmware. Operates entirely from the the card, does not use any of the PC's components beside LCD, Keyboard & Touchpad. Offers Internet access, VPN support and direct always on connection to your mail/groupware server. (This card does everything online & does not touch the hard drive)

Latitude-ON Reader: (Software option)
No hardware involved. A fast booting embedded Linux compiled into a disk image file is installed into the hard drive. An Outlook connector service is installed to sync the 100 most recently cached Exchange Emails, Contact & Calendar entries into a Linux readable data file. Latitude-ON Reader is a read-only solution, it does not offer internet access nor even any ability to reply emails.

Both of these are custom engineered firmware and so far it's not popular enough for anyone to care much about it. You can be the one to kick it off.
 
Old 01-05-2010, 09:59 AM   #4
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by ongte View Post
Latitude-ON Card: (Hardware option)
An ARM based SoC Card with embedded Montavista Linux firmware. Operates entirely from the the card, does not use any of the PC's components beside LCD, Keyboard & Touchpad. Offers Internet access, VPN support and direct always on connection to your mail/groupware server. (This card does everything online & does not touch the hard drive)
I would love to be able to combine this option with the ability to save e-mail to the hard drive using ntfs-3g. Sometimes I just want to check an e-mail without waiting 3 minutes and I only use webmail access on rare occasions. I have a dual Windows/Ubuntu setup where I can check e-mail from either O/S and the downloaded files get saved to the NTFS partition, so I know the concept works. Now I just need to get my hands on one of the machines with the ARM card.
 
Old 01-06-2010, 01:45 AM   #5
metageek
Member
 
Registered: Jun 2007
Location: Farmington, CT
Distribution: Slackware64
Posts: 204

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by ongte View Post
Latitude-ON Card: (Hardware option)
(...)

Latitude-ON Reader: (Software option)
(...)
Ooh... Unfortunately I have (had) the software option. Good thing that I already wiped out the disk and installed Slackware leaving no trace of previous disfunctional OS (but I still have to remove the sticker).

From your description the hardware version looks even more attractive (since it does not depend on the host OS). It would be great to have an ARM-based machine to use the net and have very long life battery.

BTW, the Dell E4300 is a very nice machine and Slackware recognized all the hardware.
 
Old 01-27-2010, 09:43 AM   #6
tridc
Member
 
Registered: Jan 2010
Distribution: Slackware 13
Posts: 30

Rep: Reputation: 15
Quote:
Originally Posted by metageek View Post
BTW, the Dell E4300 is a very nice machine and Slackware recognized all the hardware.
Hi metageek, does Slackware regconized all the hardware? what about bluetooth, fingerprint reader?

I have Ubuntu on my Dell E4300 but bluetooth not working and fingerprint reader seem not to be supported by any distro Linux
 
  


Reply



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
Dell e4300 distro problems JET-33 Linux - Software 1 02-18-2009 07:31 AM
dell latitude display KaizerShoze Mandriva 8 02-01-2007 03:07 PM
Dell Latitude and startx won't run briedel Linux - Laptop and Netbook 3 11-04-2005 04:06 PM
Dell Latitude C600 Al_Khidr Linux - Software 3 09-17-2005 10:12 PM
New Dell Latitude D600 can't run Linux? km4hr Linux - Laptop and Netbook 2 09-09-2004 04:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:59 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