Reply
Thread Tools
Posts: 470 | Thanked: 610 times | Joined on Feb 2012
#621
Latest news:
https://maemo-leste.github.io/maemo-...a-release.html

I just wondering is why there is win theme mentioned, why not miku theme for example?

Last edited by teroyk; 2023-08-14 at 08:40.
 

The Following User Says Thank You to teroyk For This Useful Post:
Posts: 3 | Thanked: 4 times | Joined on Dec 2019 @ Russia
#622
Hello everyone!
I just installed maemo leste on sd 10 speed class using nokia n900 and i have much lags and frezes, and it's include that's i'm already use overcklock.
Foexeample i trying downoload and install something via HAM and it has retrieve a ~20 minutes.
Somethime i got UI broke, when i scroll menu items - it's lagging.
What's it can be, and what need to do for repair it?
Thanks to community.
 
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#623
Definitely something is really wrong. Even with a very slow class 1 sdcard there is not too much lag and no freeze.
You probably need to start over with no overclock first.
Be sure to extand root on the entire sdcard and check if swap is enabled. Then reboot.
Don't forget that the first time you connect your device on WiFi apt-worker will start automatically and N900 will be very slow for let's say 3-4 minutes.
After a new installation, if your N900 is still freezing and lagging i think your sdcard is probably faulty or corrupted.
 

The Following User Says Thank You to Arno_11 For This Useful Post:
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#624
FYI guys, here are what's working now on N900 with Maemo Leste :

Calls (2G, 3G, 3.5G) (need better integration)
SMS
WiFi
Data (2G, 3G, 3.5G)
SIP calls and messages (TLS)
Social messaging (through libpurple or bitlbee)
FM Transmitter
Infrared ir-tx (custom driver needed)
HW acceleration
Overclock (850MHz actually, 1GHz might be possible)
GPS
Web browser (links2 gui mode) (TLS 1.3)
Video ( XV acceleration with Mplayer/SMplayer)
Audio (Pulseaudio and UCM)
Game Emulators (Retroarch) (Picodrive) (Pcsx-rearmed)
Youtube streaming and download (yt-dlp)
Almost all classic command line tools
Emails (imap4)
The last Linux kernel is 6.1.48 (2023)
And other things i don't remember.

In fact only bluetooth (+ fmrx) and the camera are not working yet.
Of course many functionalities need some better integration or need to be improved.

In my opinion, touch screen responsiveness is still slower than Fremantle but someone with transition.ini experience could help.

Last edited by Arno_11; 2023-09-15 at 08:25.
 

The Following 3 Users Say Thank You to Arno_11 For This Useful Post:
Posts: 2 | Thanked: 4 times | Joined on Sep 2023
#625
It would seem that the signing keys for maemo leste's apt repository (maedevu.maemo.org/leste) have expired in the last couple of days. I have reported it through github but I am not sure whether that is the best way to reach the maintainers.
Code:
$sudo apt update
fails with a EXPKEY signal.
 
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#626
The best way to reach the dev team is IRC: #maemo-leste

Wizzup is already working on the issue apparently.
 

The Following User Says Thank You to Arno_11 For This Useful Post:
Maemish's Avatar
Posts: 1,702 | Thanked: 4,752 times | Joined on Apr 2018 @ Helsinki, Finland.
#627
Some questions:
1. Is swap enabled by default of is user required to do something?
2. To overclock do I need to hassle with fremantle side or can everything be done on Leste?
3. When you list what works do they work out of the box or are there things user needs to do to get them working?

But I appreciate the work you have been doing which I have followed on iirc. It is awesome how much effort you have put to this! And big thanks for an update!!!
__________________
"I don't know how but I can try!" (active)

Master of not knowing (active)

For me it is possible to get lost in any case (active)

Learning to fall from high (DONE)

Learning to code with BASIC (WIP)
 
Posts: 252 | Thanked: 282 times | Joined on Oct 2021 @ Poland
#628
Is swap enabled by default of is user required to do something?
I think you need to enable it manually via Terminal:

Code:
sudo dd if=/dev/zero of=/swapfile bs=1024 count=2097152
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
And append this to /etc/fstab:

Code:
/swapfile swap swap defaults 0 0
To overclock do I need to hassle with fremantle side or can everything be done on Leste?
Fremantle requires you only to add a new bootmenu item using uImageX instead of uImage BUT you can make it other way - rename uImage to uImageOrig and uImageX to uImage. This will use overclocked kernel by default. Keep in mind that before kernel update - remove uImage, move uImageOrig to uImage and proceed with update, then do all overclocking steps again.
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps
 
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#629
Thanks Maemish !

Swap is supposed to be activated by default in the last image (but i didn't try it)

For overclock, it is better and safer to do U-boot things from Fremantle in my opinion.

Most things are working out of the box depending of course on settings and apps installed and excepting calls and ir-tx stuff which are still experimental (but working well).
 
Posts: 2 | Thanked: 4 times | Joined on Sep 2023
#630
Originally Posted by Arno_11 View Post
The best way to reach the dev team is IRC: #maemo-leste

Wizzup is already working on the issue apparently.
Many thanks, a replacement key has already been shared by Wizzup, which can be manually updated with the commands below:

Code:
wget -O - https://maedevu.maemo.org/main-repo-key.asc | sudo apt-key add -
 

The Following 4 Users Say Thank You to Macario For This Useful Post:
Reply

Tags
leste, maemo 7


 
Forum Jump


All times are GMT. The time now is 08:58.