|
2013-08-23
, 05:25
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#392
|
|
2013-08-23
, 06:02
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#393
|
I've installed ubiboot but when i chose Nemo it only shows black screen,nitdroid and meego works
|
2013-08-23
, 06:30
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#394
|
|
2013-08-23
, 06:37
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#395
|
Also it depends on what was the Nemo filesystem image you installed
Some images work immediately correct, some need a second boot to show up the UI.
And just as peterleinchen says, if the screen is dark just stick in the USB connector, set up your USB network connection as 192.168.2.14/24 and you will be able to ssh to the Nemo as root on 192.168.2.15. From the console you can then say "reboot" and next boot you should have the UI show up correctly.
|
2013-08-23
, 06:44
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#396
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-08-23
, 06:55
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#397
|
auto usb0 iface usb0 inet static address 192.168.2.14 netmask 255.255.255.0
|
2013-08-23
, 06:56
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#398
|
Here is a nice hack needed for ubiboot if you want to experiment with Wayland on Nemomobile.
Background:
When you use Wayland instead of X11, the default framebuffer configuration of N9 is not correct. (that's 3 framebuffers, each sized 2MB)
Instead you would need to have one larger FB with 6MB of memory allocated to it.
The solution to this is to add kernel command line parameters "vram=6m omapfb.vram=0:6M", but the curren implementation of ubiboot has automatically parsed command line with no option to add your own parameters to it.
Solution:
You can get around this by injecting the needed parameters as sedscript arguments to the comman line mangler.
In ubiboot.conf there's the following line: G_NEMO_INITSCRIPT="\/sbin\/init"
You need to change that to G_NEMO_INITSCRIPT="\/sbin\/init\ vram\=6m\ omapfb.vram\=0\:6M"
In the next ubiboot release there will be a feature for appending your own command line arguments, but meanwhile you can use this hack to experiment with Wayland
|
2013-08-23
, 06:59
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#399
|
You mean, how to set up the USB networking?
If you use Linux, when you connect N9 to a computer in SDK mode most propably your device is recognized as network device and an USB ethernet device is created in the kernel. (which shows up as usb0: device in ifconfig)
In Nemo the SDK mode is default, as opposed to in Harmattan where by default you are asked whether to use USB memory mode or USB SDK mode.
The difference is that in Harmattan when you connect the device in SDK mode, it will launch up /usr/sbin/dnsmasq with DHCP offer, giving the address to your PC automatically.
With Nemo, you have to do this manually.
You can either set it up in the Network manager, or put the following lines in your /etc/network/interfaces:
If you are using some Windows variant, you propably need to install NDIS drivers and do some other dirty windows magic to make it workCode:auto usb0 iface usb0 inet static address 192.168.2.14 netmask 255.255.255.0
|
2013-08-23
, 07:10
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#400
|
Sir is there other explanation/way for a person like me can understand,im not one of those computer geeks
The Following User Says Thank You to juiceme For This Useful Post: | ||
Last edited by saleki; 2013-08-16 at 22:32.