Jellies

The last few days I've been busying myself making jellies. The idea came when we noticed huge amounts of ripe blackberries by the roads when cycling around. So I went blackberry picking and I tried to make blackberry jelly.

Blackberry jelly

Blackberries are relatively low in pectin, especially the very ripe fruit that I picked. So I bought jam sugar which contains added pectin to help the jelly set. Because I wanted to make »reduced sugar« jelly, I only added half the amount of jam sugar to the fruit juice. I boiled it for a while and it didn't seem to set, but I filled it into jars anyway. Of course, by next morning it still hadn't set.

The next day, I opened the jars again and reboiled everything after adding the rest of the jam sugar which brought the ratio to about 1.6 parts of sugar per juice, considerably over 1:1. Again, the resulting jelly didn't set, maybe because I didn't boil it for long enough.

Later that day, we went blackberry picking together. I boiled the resulting juice with the same amount of normal sugar and some lemon juice and also added the first batch of liquid jelly, resulting in a sugar ration of 1.2:1. After boiling for 50 minutes, the jelly finally started to show signs of setting (for example, when dripping from a spoon, the last drop becomes long), so I filled it into jars and the jelly set. Most likely, the reason it had to boil for so long was because the pot was too full, so I had to keep the temperature very controlled in order to stop it from boiling over.

The next day, I went blackberry picking again and also bought a bottle of Certo, which is apple pectin. I picked blackberries and followed the instructions on the Certo, but used only half the amount of sugar. The instructions say to boil the juice for 2 minutes, reduce the heat, add the Certo, and then fill the jars. This mixture didn't set, which might have been because due to the low pectin blackberries need more boiling, maybe also after adding the Certo.

When I reboiled the jelly the next day, I added more sugar to one half, and more sugar and more Certo to the other half. Both mixtures started jelling after boiling for about 5 minutes and the half with the added Certo set considerably faster than the other, but might have turned out too solid (like toffee).

Quince jelly

I also bought quinces which I quartered, removed the kernels, and placed in a pot which I filled with water to just cover the fruit and added the juice of half a lemon to keep the fruit from turning brown. The mixture already started jelling while I was boiling it to extract the juice. Therefore, I didn't add any Certo, but just an equal amount of normal sugar and the juice of the second half of the lemon, and the jelly became very solid.

From the remaining fruit pulp I made quince paste by adding half its weight in sugar and boiling it until it became quite hard to stir.

Experiments using less sugar

For blackberries (or low-pectin fruit), it seems to be necessary to add equal amounts of sugar to the juice and improve the pectin content by using Certo or mixing with apples (or quinces?). I still think it may be possible to use only half the amount of sugar when using Certo.

A good strategy is probably to start with half the amount of sugar, adding the Certo at the start of the boiling and then increasing the amount of sugar if the juice does not begin to jell after 10 minutes. Another approach would be to try and make up for reduced sugar by adding more Certo.

A test for pectin is to drop some liquid into ethanol (I used burning alcohol for the trangia). If it forms a single blob, there is sufficient pectin. If it dissolves or forms several strains, more pectin is needed. When I tried this with blackberry juice that contained Certo, or quince juice, it nicely formed a single blob. I have yet to try it with untreated blackberry juice.

For quinces, I also think it might be possible to use much less sugar because the juice seemed to set even while extracting it before adding any sugar.

The other point about reducing the sugar is that the sugar binds excess moisture in the resulting jelly, thereby preventing the growth of microbes. Jam sugars for smaller amounts of sugar per fruit don't just contain special modified pectins (PDF) but also added preservatives. Jellies made with less sugar may therefore have a reduced storage life.

Lucid Lynx on Sony Vaio P VGN-P19WN

After successfully running Xubuntu Karmic Koala 9.08 on the Sony Vaio P VGN-P19WN, the pleasant surprise after upgrading to Lucid Lynx was that the GMA500 »poulsbo« drivers were easy to install from the PPA repository. However, I was quite disappointed to discover that many things were broken after upgrading to Lucid Lynx (10.04):

  1. The brightness keys trigger the on-screen brightness display, but the display brightness doesn't change.
  2. After selecting »suspend« from the menu or closing the lid, the laptop suspends (to RAM) but cannot wake up.
Both features were working flawlessly before in Karmic.

The backlight starts working as soon as the kernel option acpi_backlight=vendor is removed from the variable GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub. I don't remember whether that option was there in Lucid Lynx by default or whether it was carried over from the previous Karmic Koala installation which needed that option.

After installing the uswsusp package and uninstalling the vbetool package (not needed, see below!), suspend works if calling

$ sudo s2ram -f
manually. The -f switch is needed because otherwise s2ram just displays the message
Machine is unknown.
This machine can be identified by:
    sys_vendor   = "Sony Corporation"
    sys_product  = "VGN-P19WN_Q"
    sys_version  = "J003KYE9"
    bios_version = "R2073U3"
However, setting SLEEP_MODULE="uswsusp" in /etc/pm/config.d/00sleep_module isn't enough to make the suspend work from the menu or by running pm-suspend from the command line. The suspend process looks the same as when calling s2ram manually, but the system does not wake up. So something that pm-suspend does before or after suspending using s2ram is breaking the wake-up.

There is also some advice on the web to deactivate the ath9k module, but this does not affect the Vaio P.

Deactivating all the scripts in /usr/lib/pm-utils/sleep.d by appending a ~ to their names also doesn't solve the issues. Turning them back on again one by one isolated the issue to 98video-quirk-db-handler (and occasionally 49bluetooth). So by adding these names to HOOK_BLACKLIST in a file in /etc/pm/config.d calling pm-suspend from the command line now works.

However, when pm-suspend is called using the Xfce interface or by closing the lid, an additional parameter --quirk-s3-bios is passed which again prevents resume from working. Also, lshal reports power_management.quirk.s3_bios = true. The reason turns out to be a double semicolon in a match clause in the file /usr/share/hal/fdi/information/10freedesktop/20video-quirk-pm-sony.fdi which adds the s3_bios to every product. The upstream bug report and fix.

While trying to manually restart hald I notice that Lucid Lynx no longer has a file /etc/init.d/hald, nor does the service command list or know about hal, hald or haldaemon. How to manually restart hald now escapes me. Shoddy user interface change!

Ironically, that same error was copy-and-pasted into the file /usr/lib/pm-utils/video-quirks/20video-quirk-pm-sony.quirkdb (turning into a double pipe symbol along the way), which was the reason I had to disable the module 98video-quirk-db-handler above. Upstream bug report. After deleting the spurious pipe symbol, I can enable the module again.

Also, it is not necessary to install the uswsusp package, the default kernel suspend method works fine. In that case, it might be necessary to unload and reload the ath9k module using SUSPEND_MODULES in a file in /etc/pm/config.d in case wireless networking frequently doesn't work after resume.