![]() |
Re: debian jessie image for N900
1 Attachment(s)
Hy
I have installed Xmonad on our little beast and it works suprisingly well, it is fast, stable, low on mem ... only downside is pretty large ghc as dependency (cca 600 mb) and lack of n900 Alt_l aka Mod1 key, so I assign it to volume key and it works well. Is there a way to assign '$ xset dpms force off' to kb_lock? I found workaround but doesn't involve kb_lock. Does anyone got audio working? I've tried alsamixer, but moc doesn't give any response. :( Then I tried with jack, in moc you can see that song is at least playing but there is no sound.:confused: |
Re: debian jessie image for N900
What about that keyboard LEDs ?
|
Re: debian jessie image for N900
Quote:
Here is a simple script: Code:
#!/bin/sh Probably there is some more elegant way to achieve keyboard led on/off but... |
Re: debian jessie image for N900
Script for voltage, capacity and temperature
Code:
#!/bin/sh |
Re: debian jessie image for N900
Quote:
Code:
echo 3 > /sys/class/i2c-adapter/i2c-2/2-0032/select_engine Code:
lp5523x 2-0032: firmware request failed |
Re: debian jessie image for N900
Thanks for pointing it out, I overlooked it.
It seems that when you set mode run in engine_mode it automatically set which engine is active in select_engine, so Code:
echo 3 > /sys/class/i2c-adapter/i2c-2/2-0032/select_engine I've edited batt_info and kbd_led script. bat_info is now more verbose and kbd_led doesn't produce error. |
Re: debian jessie image for N900
Here follows how to mount maemo fs from inside debian (from http://talk.maemo.org/showpost.php?p...2&postcount=61).
Code:
apt-get install mtd-utils Code:
for i in sys dev proc; do mount -o bind /$i /mnt/$i; done Code:
fuser -k -M -m /mnt/ |
Re: debian jessie image for N900
For a proper keyboard on X, run the following:
Code:
setxkbmap -rules evdev -model nokiarx51 -option grp:ctrl_shift_toggle -layout us |
Re: debian jessie image for N900
Quote:
Code:
/dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered) And maemo's vfat MyDocs is: /dev/mmcblk1p1 |
Re: debian jessie image for N900
Quote:
Code:
nano /usr/share/applications/keybset.desktop Code:
[Desktop Entry] Code:
chmod a+x /usr/share/applications/keybset.desktop After its activated in Settings panel,Apps tab find Startup applications and activate Keybset.Your done The only problem is that left and right arrows dont work for me. |
All times are GMT. The time now is 12:20. |
vBulletin® Version 3.8.8