webOS Nation Forums >  webOS Developers >  webOS Development > Ubuntu on the touchpad
Ubuntu on the touchpad
  Reply
Like Tree15Likes

 
Thread Tools Display Modes
Old 08/03/2011, 01:48 PM   #41 (permalink)
Member
 
philwil's Avatar
 
Posts: 37
Default mount

How to get the optional ext3fs partition mounted at device boot

Note that you have to use the Meta-Doctor as shown earlier in this page to doctor your device to create the ext3fs partition before attempting the following steps.
All of this is done on device either via novaterm or an SSH login. If your device does NOT have a folder at /media/ext3fs then you will need to create it first. Use the following two commands:
mount -o remount,rw /
mkdir -p /media/ext3fs
it is important that you use /media/ext3fs as the location, otherwise some homebrew applications (such as Optware and the Ubuntu 11.04 Chroot) will not be able to find it and use it properly.
After you have created the mountpoint, we are going to edit the fstab file to set it up to mount at bootup.
mount -o remount,rw / *****Not necessary if you performed the previous steps, but doesn't hurt if you do it twice
echo "/dev/mapper/store-ext3fs /media/ext3fs ext3 noatime,data=writeback 0 0" >> /etc/fstab
Now to get it mounted you have several options, the best one is the first command as it will use the data in /etc/fstab. If that works, then you have done this correctly and your ext3fs will mount at bootup.
mount -a
If you do not want it mounted at bootup, but you do need it mounted, you can use this command.
mount /dev/mapper/store-ext3fs /media/ext3fs
philwil is offline   Reply With Quote
Old 08/03/2011, 02:06 PM   #42 (permalink)
Member
 
de_great's Avatar
 
Posts: 100
Default

Yeah... it would no let me install Open SSH ... said there was no more space. I guess I need to redo the image.
__________________
Devices

-WiFi HP TouchPad 32GB, July 2011 (Day 1)
de_great is offline   Reply With Quote
Liked by ajstockdale likes this.
Old 08/03/2011, 02:43 PM   #43 (permalink)
Member
 
philwil's Avatar
 
Posts: 37
Default

When I created the MetaDoctor image, I created a 4G partition so I would have a little more space. Actually thinking about redoing it with an 8G partition.
philwil is offline   Reply With Quote
Old 08/03/2011, 03:20 PM   #44 (permalink)
Member
 
Posts: 101
Default

another update: have ubuntu with lxde installed. Firefox browser with both silverlight and flash plugins. Plus libre office. Works pretty good. but randomly crashes when browsing. Still trying to figure out how to get sound to work. Also, even with firefox and silverlight, netflix.com still won't allow play of instant. They are checking for other than browser compatibility. I'm guessing actual hardware specs. Shame. all in all, kinda cool. but until sound works any how, it's kinda pointless. Anyone have luck with gnome/unity? I went with lxde bc it's lighter.
jemojc is offline   Reply With Quote
Old 08/03/2011, 04:31 PM   #45 (permalink)
Member
 
kill_dano's Avatar
 
Posts: 881
Default

Quote:
Originally Posted by jemojc View Post
Also, even with firefox and silverlight, netflix.com still won't allow play of instant. They are checking for other than browser compatibility. I'm guessing actual hardware specs.
Moonlight (open source silverlight in linux) doesn't have the needed DRM software to run nextflix.

How did you get the flash plugin on firefox? can you get it on chromium?
kill_dano is offline   Reply With Quote
Old 08/03/2011, 06:25 PM   #46 (permalink)
Member
 
Posts: 34
Default

Well sweet. I got it all to work. The virtual keyboard also works...now if I could just hide it when I need to! Anyone have any tips on that?
alanmorford is offline   Reply With Quote
Old 08/03/2011, 06:45 PM   #47 (permalink)
Member
 
Posts: 909
Default

Minimize it to XS. There's blank space at the bottom reserved for the keyboard.
FenrirWolf is offline   Reply With Quote
Old 08/03/2011, 07:40 PM   #48 (permalink)
Member
 
Posts: 34
Default

Quote:
Originally Posted by FenrirWolf View Post
Minimize it to XS. There's blank space at the bottom reserved for the keyboard.
Thanks for the reply. I wonder if there is future hope to have the hide keyboard button work?
alanmorford is offline   Reply With Quote
Old 08/03/2011, 07:41 PM   #49 (permalink)
Member
 
Posts: 909
Default

If there's always going to be that empty space then there wouldn't be much point. Unless future versions will be able to dynamically resize the usable space on the x window anyway.
FenrirWolf is offline   Reply With Quote
Old 08/03/2011, 07:48 PM   #50 (permalink)
Member
 
Posts: 34
Default

Good point. I wonder if I get the bluetooth keyboard if I will be able to disable or dismiss the vkb...
alanmorford is offline   Reply With Quote
Old 08/05/2011, 12:34 PM   #51 (permalink)
Member
 
capt4chris's Avatar
 
Posts: 195
Default

New to Linux here but I was still able to get the process to work! I'm at an impasse however.

From the webOS-Internals wiki:
"Use "apt-get install" to install whatever apps you like from Ubuntu."
I've done that to install Chromium-Browser.

"Then run in the Ubuntu chroot and render on the XServer."
What's the command to run it now (or any app)? LOL

Last edited by capt4chris; 08/05/2011 at 12:42 PM.
capt4chris is offline   Reply With Quote
Old 08/05/2011, 09:28 PM   #52 (permalink)
Member
 
Posts: 19
Default

Was able to install the flash plugin for both firefox and chromium:
apt-get install browser-plugin-gnash

Sound worked fine by default.

Sahil
sahil0984 is offline   Reply With Quote
Thanked By: kill_Dano
Old 08/05/2011, 11:50 PM   #53 (permalink)
Developer
 
rwhitby's Avatar
 
Posts: 10,473
Default

Quote:
Originally Posted by alanmorford View Post
Good point. I wonder if I get the bluetooth keyboard if I will be able to disable or dismiss the vkb...
At the moment, no.

In the future sometime, maybe. We need to find a way to dynamically resize the X display first.

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is online now   Reply With Quote
Thanked By: alanmorford
Old 08/06/2011, 12:20 AM   #54 (permalink)
Member
 
Posts: 34
Default

Quote:
Originally Posted by rwhitby View Post
At the moment, no.

In the future sometime, maybe. We need to find a way to dynamically resize the X display first.

-- Rod
Yeah I finally started digging in deep to figure out the process and it was a LOT easier than I expected it to be. Even with the keyboard visible all the time it's awesome. Thanks for a great product! (even if you are dealing under the table with HP ;-) #unfoundedopinions
alanmorford is offline   Reply With Quote
Old 08/06/2011, 01:13 AM   #55 (permalink)
Developer
 
rwhitby's Avatar
 
Posts: 10,473
Default

Quote:
Originally Posted by alanmorford View Post
Thanks for a great product! (even if you are dealing under the table with HP ;-) #unfoundedopinions
It is indeed a good thing that we can laugh at the unfounded opinions of such ZDNet bloggers.

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is online now   Reply With Quote
Liked by Rennat, JettaNinja and capt4chris like this.
Old 08/06/2011, 01:37 AM   #56 (permalink)
Member
 
capt4chris's Avatar
 
Posts: 195
Default

Quote:
Originally Posted by capt4chris View Post
New to Linux here but I was still able to get the process to work! I'm at an impasse however.

From the webOS-Internals wiki:
"Use "apt-get install" to install whatever apps you like from Ubuntu."
I've done that to install Chromium-Browser.

"Then run in the Ubuntu chroot and render on the XServer."
What's the command to run it now (or any app)? LOL
Ok, so to run the program, you just type the program name and hit enter. I figured it was simple. Unfortunately the simple instructions are sometimes unmentioned.

Doing Ubuntu 11.04 research, I've learned that certain commands don't seem to work on this command line (man command for example). Does anyone have any resources people like me can use to learn basics that apply to this particular version of Ubuntu 11.04?
capt4chris is offline   Reply With Quote
Old 08/06/2011, 02:41 AM   #57 (permalink)
Developer
 
rwhitby's Avatar
 
Posts: 10,473
Default

Quote:
Originally Posted by capt4chris View Post
Ok, so to run the program, you just type the program name and hit enter. I figured it was simple. Unfortunately the simple instructions are sometimes unmentioned.

Doing Ubuntu 11.04 research, I've learned that certain commands don't seem to work on this command line (man command for example). Does anyone have any resources people like me can use to learn basics that apply to this particular version of Ubuntu 11.04?
It's a minimal installation. To add programs, run apt-get install <package>

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is online now   Reply With Quote
Old 08/06/2011, 03:02 AM   #58 (permalink)
Member
 
Posts: 19
Default

Rod,
The shift key doesn't seem to work for uppercase letters. Is that a key mapping issue or am I missing something?

Thanks,
Sahil
sahil0984 is offline   Reply With Quote
Old 08/06/2011, 03:08 AM   #59 (permalink)
Developer
 
rwhitby's Avatar
 
Posts: 10,473
Default

Quote:
Originally Posted by sahil0984 View Post
Rod,
The shift key doesn't seem to work for uppercase letters. Is that a key mapping issue or am I missing something?

Thanks,
Sahil
It's a key mapping issue. Will is working on it I believe.

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is online now   Reply With Quote
Thanked By: sahil0984
Old 08/06/2011, 04:23 AM   #60 (permalink)
Member
 
Posts: 120
Default

Quote:
Originally Posted by rwhitby View Post
At the moment, no.

In the future sometime, maybe. We need to find a way to dynamically resize the X display first.

-- Rod
Rod,

From the brief research I've done, it looks like dynamic resizing requires the "RandR" X extension, but support for it is required by the graphics driver (and which we seem to be lacking)?

As an interim solution, have you considered (as an option, at least) doing away with the Touchpad's native virtual keyboard entirely (making room for a full-screen X server display), and then using an X11-based VKB in its place? I've just installed the "xvkbd" package in Ubuntu on my TP, and it seems like it would make a fine alternative in this environment...

--John
jbennett is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0