08/03/2011, 01:48 PM
|
#41 (permalink) |
|
Member
![]()
Posts: 37
|
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 |
08/03/2011, 03:20 PM
|
#44 (permalink) |
|
Member
![]()
Posts: 101
|
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.
|
08/03/2011, 04:31 PM
|
#45 (permalink) | |
|
Member
![]() |
Quote:
How did you get the flash plugin on firefox? can you get it on chromium? |
|
08/05/2011, 12:34 PM
|
#51 (permalink) |
|
Member
![]()
Posts: 195
|
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. |
08/05/2011, 11:50 PM
|
#53 (permalink) | |
|
Developer
![]() |
Quote:
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 |
|
08/06/2011, 12:20 AM
|
#54 (permalink) |
|
Member
![]() |
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
|
08/06/2011, 01:13 AM
|
#55 (permalink) | |
|
Developer
![]() |
Quote:
-- 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 |
|
08/06/2011, 01:37 AM
|
#56 (permalink) | |
|
Member
![]()
Posts: 195
|
Quote:
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? |
|
08/06/2011, 02:41 AM
|
#57 (permalink) | |
|
Developer
![]() |
Quote:
-- 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 |
|
08/06/2011, 03:08 AM
|
#59 (permalink) | |
|
Developer
![]() |
Quote:
-- 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 |
|
08/06/2011, 04:23 AM
|
#60 (permalink) | |
|
Member
![]() |
Quote:
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 |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



