maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   ANNOUNCE: Diablo-Turbo first beta available (https://talk.maemo.org/showthread.php?t=69740)

maacruz 2011-04-08 12:58

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Quote:

Originally Posted by Addison (Post 983891)
I feel like I deserve to be shot just on general principle. :D

LOL
You have a problem with the repository. Please make sure you have added the cssu repository correctly and do not add cssu testing. Ask in the cssu thread if you need guidance.

jstokes 2011-04-08 20:58

Re: ANNOUNCE: Diablo-Turbo first beta available
 
1 Attachment(s)
Hi maacruz,

Sorry to ask such a dumb question but how do you apply the patches? Some shell for loop or something? That probably won't work because of the different folder references; I'd always be switching the -p number.

I broke my N800's battery cover and the magnet is somewhere stuck inside the N800... as a result I can't use the internal slot.

I've hacked the OMAP MMC driver so that opening the external door will "open" the internal door etc. but I'm not a programmer, so... Not to mention that this probably isn't the best thing for N810 users (that said, I have added a sysfs entry to toggle the behaviour).

I've attached the patch in the hope I receive comments from anyone but what I'd really like is to know how to properly apply the patches (will I have to pass each one to patch by hand? :()

EDIT: Made patch compatible with Diablo Turbo kernel (really just taking into account 01-mmcblockX.diff's changes)

maacruz 2011-04-09 09:33

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Quote:

Originally Posted by jstokes (Post 984352)
Hi maacruz,

Sorry to ask such a dumb question but how do you apply the patches? Some shell for loop or something? That probably won't work because of the different folder references; I'd always be switching the -p number.

Yes, I use a for loop:
Code:

cd /usr/src
tar xf kernel-source-diablo.tar.bz2
cd kernel-source-diablo
for i in ../Diablo-Turbo/kernel-dt-sd/patches/*; do
patch -p1 <$i
done


electrolind 2011-04-09 15:07

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Many thanks Maacruz!

Just installed to my trusty N810 and everything works (I really like listening to my favorite internet radio stations over my bluetooth headphones without the clicking every few seconds) except I have lost Bluetooth audio on Mplayer. If you or anyone else has/had this problem, any insights would be helpful.

Thank you again for your fantastic work on this!

maacruz 2011-04-09 16:55

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Quote:

Originally Posted by electrolind (Post 984597)
Many thanks Maacruz!

Just installed to my trusty N810 and everything works (I really like listening to my favorite internet radio stations over my bluetooth headphones without the clicking every few seconds) except I have lost Bluetooth audio on Mplayer. If you or anyone else has/had this problem, any insights would be helpful.

Thank you again for your fantastic work on this!

Unfortunately I don't have bluetooth headphones, but some community members have had success with this.

Addison 2011-04-10 23:11

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Hi Mac!

You are right, DT has nothing to do with my script weirdness that I use which can be found here.
http://talk.maemo.org/showthread.php?t=70091

I reflashed and those worked 100 times in a row.

However, once I installed Xmms, it began to flake on me again.

Even if I exit Xmms, this doesn't correct the strange behavior.

Is there something that I can type into Xterm to regain 100% focus again with all of my app windows?

I hope my question makes sense to you. :)

Addison 2011-04-10 23:20

Re: ANNOUNCE: Diablo-Turbo first beta available
 
This is how to install Xmms in case you didn't know.

http://gronmayer.com/it/picts/install_button_small.png

From there, just grab all of the junk you want in the Application Manager since they will then be available for download.

maacruz 2011-04-11 12:55

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Quote:

Originally Posted by Addison (Post 985257)
Hi Mac!

You are right, DT has nothing to do with my script weirdness that I use which can be found here.
http://talk.maemo.org/showthread.php?t=70091

I reflashed and those worked 100 times in a row.

However, once I installed Xmms, it began to flake on me again.

Even if I exit Xmms, this doesn't correct the strange behavior.

Is there something that I can type into Xterm to regain 100% focus again with all of my app windows?

I hope my question makes sense to you. :)

Even after installing xmms I'm unable to reproduce your problem.
Please, install xbindkeys only from the repository.

Addison 2011-04-12 01:41

Re: ANNOUNCE: Diablo-Turbo first beta available
 
How are you installing Xbindkeys?

It doesn't show in the app manager.

I'm using this version...
http://maemo.org/packages/package_in...dkeys/1.8.2-1/

I'm installing it like this...

root
cd /media/mmc2/N800/Other
dpkg --force-depends -i xbindkeys_1.8.2-1_armel.deb

Am I missing anything?

maacruz 2011-04-12 07:22

Re: ANNOUNCE: Diablo-Turbo first beta available
 
Quote:

Originally Posted by Addison (Post 986084)
How are you installing Xbindkeys?

It doesn't show in the app manager.

"apt-get install xbindkeys"
That's good enough.
Quote:

I'm installing it like this...

root
cd /media/mmc2/N800/Other
dpkg --force-depends -i xbindkeys_1.8.2-1_armel.deb
You shouldn't install random packages with force depends or you'll finish with a broken system again, although with this particular package there is no problem.
You should use apt-get whenever possible, that is, for everything in the repositories.


All times are GMT. The time now is 19:30.

vBulletin® Version 3.8.8