Reply
Thread Tools
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#131
Originally Posted by rentze View Post
Ofono 1.0
Great. How do you think, when will it be in the ubuntu repository?
Originally Posted by rentze View Post
Wouldn't a XFCE of LXDE spin be more suitable for our poor old hardware?
That's true. What is the metapackage? Because it seems that I've tried lubuntu-desktop and it wasn't there. Or maybe there was something wrong.
 

The Following 2 Users Say Thank You to int_ua For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#132
See https://wiki.ubuntu.com/ARM/n900#Known_Problems
And feel free to edit

Last edited by int_ua; 2011-11-10 at 14:17.
 

The Following User Says Thank You to int_ua For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#133
I think I will drop 11.04 from the script unless someone wants to test them. Please say if you want 11.04 support.
 
Posts: 21 | Thanked: 22 times | Joined on Nov 2011 @ Kyiv, Ukraine
#134
Microphone in oneric (testing) works (tested with sox'es rec)
Headphone jack does not work (at least with no additional installs or configs)

there is a newer precompiled ofone version here:

http://ftp.de.debian.org/debian/pool...53-2_armel.deb

(maybe I can not check it normally, but at least it does not complain when beeng installed, as the earlier (0.41) which goes with oneric )

and also
(add the start of the link as in the previous address) o/ofono-phonesim/ofono-phonesim_1.9-1_armel.deb
(how to use it?)

trying to compile now ofono (1.0) from here:


git clone git://git.kernel.org/pub/scm/network/ofono/ofono.git
apt-get install automake libtool libglib2.0-dev libdbus-1-dev
wget http://ftp.de.debian.org/debian/pool....6-1_armel.deb
wget http://ftp.de.debian.org/debian/pool....6-1_armel.deb
dpkg -i libcap-ng0_0.6.6-1_armel.deb libcap-ng-dev_0.6.6-1_armel.deb
apt-get install libudev-dev libusb-1.0-0-dev libbluetooth-dev
./bootstrap-configure

make

Last edited by Aravinda; 2011-11-10 at 19:49.
 

The Following User Says Thank You to Aravinda For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#135
Originally Posted by Aravinda View Post
Headphone jack does not work (at least with no additional installs or configs)
Do you have sound working otherwise? (not through headphones)
 
Posts: 21 | Thanked: 22 times | Joined on Nov 2011 @ Kyiv, Ukraine
#136
Originally Posted by int_ua View Post
Do you have sound working otherwise? (not through headphones)
Int_ua,
yes, (I wrote there up) sound in oneric testing works, I can listen music with vlc, record with 'rec' (using built in mic) and hear the recorded sound. (The recording level somehow is low, but that is quite another question).

By the way:
The button '+ and -' treated (at least I see that in mc with lxde) as F7 and F8.
 

The Following User Says Thank You to Aravinda For This Useful Post:
Posts: 21 | Thanked: 22 times | Joined on Nov 2011 @ Kyiv, Ukraine
#137
Compiling ofono 1.0,
finally I got this error:

CC plugins/isiusb.o
CC plugins/n900.o
CC plugins/nokia-gpio.o
CC plugins/u8500.o
CC drivers/atmodem/atmodem.o
CC drivers/atmodem/call-settings.o
CC drivers/atmodem/sms.o
CC drivers/atmodem/cbs.o
CC drivers/atmodem/call-forwarding.o
CC drivers/atmodem/call-meter.o
CC drivers/atmodem/network-registration.o
CC drivers/atmodem/sim.o
CC drivers/atmodem/stk.o
CC drivers/atmodem/ussd.o
CC drivers/atmodem/voicecall.o
CC drivers/atmodem/call-barring.o
CC drivers/atmodem/phonebook.o
CC drivers/atmodem/devinfo.o
make[1]: *** [drivers/atmodem/devinfo.o] Illegal instruction

Alas, the message (from linker) is not quite informative
Maybe somebody has any idea?
(do we need atmodem driver for the case? maybe just exclude it in config?)

Last edited by Aravinda; 2011-11-11 at 10:44.
 
Posts: 21 | Thanked: 22 times | Joined on Nov 2011 @ Kyiv, Ukraine
#138
Current post has been deleted as not being informative

Last edited by Aravinda; 2011-11-11 at 10:34. Reason: Deleted as not being informative
 
Posts: 57 | Thanked: 42 times | Joined on Mar 2011 @ France
#139
Trying to install it on my microSD 16GO (class 10) following this tutorial but have troubles.

Have formatted it with Gparted: one partition 10Go ext2, one partition 1GO linux-swap, the rest formating in fat32.

Then have downloaded the "precise-preinstalled-mobile-armel+omap.img.gz " image (according to the link on the tutorial page).

Code:
zcat precise-preinstalled-mobile-armel+omap.img.gz > /dev/sdc1
(witch is my mSD ext3 part) succeed. But then the ext3 part seems to be corrupt (format is not recognized by gparted), and the fsck.ext3 /dev/sdc1 return the error:
Code:
e2fsck 1.41.12 (17-May-2010)
fsck.ext3: Superblock invalid, trying backup blocks...
fsck.ext3: Bad magic number in super-block while trying to open /dev/sdc1

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

Same result when I do:
Code:
gunzip precise-preinstalled-mobile-armel+omap.img.gz
dd bs=4096 if=precise-preinstalled-mobile-armel+omap.img of=/dev/sdd1
according to this page. (note that after the gunzip, I don't obtain a ".raw" file...)

Don't know if I use the right image file (or if I should use this one: "kubuntu-mobile-11.04-preinstalled-mobile-armel+omap.img.gz")...

Could you give me some explanation?
Thanks.
 
Posts: 21 | Thanked: 22 times | Joined on Nov 2011 @ Kyiv, Ukraine
#140
I think, the problem is that the image's partition is formatted to ext4 (or btrfs, how is it called?), and you 'cat' it to the device, where in the partition table it is written as ext3 (83). You may try to check if it is true, but if you need just to install (and not so much to learn details ), use int_ua's script (on page 12, if I remember) - it is done quite well and there you do not care about these problems, but have the full freedom to make your own changes/corrections.

Last edited by Aravinda; 2011-11-11 at 15:10.
 

The Following User Says Thank You to Aravinda For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:51.