(Created page with "If you've never used a bread maker you may have a few questions about making bread in a bread machines. Some common questions include: Is it hard to use? What's with all the s...")
 
(Created page with " === Enabling GuruPlug Server Marvell Libertas 8688 SDIO 802.11b/g WiFi === Enable the following Kernel modules and recompile: <PRE> Device Drivers > Network device support ...")
Line 1: Line 1:
If you've never used a bread maker you may have a few questions about making bread in a bread machines. Some common questions include: Is it hard to use? What's with all the settings and choices? What ingredients will I need? Do all my measurements have to be precise? Today I'll try to address some of these questions for you.  
+
 
Is it hard to use?
+
=== Enabling GuruPlug Server Marvell Libertas 8688 SDIO 802.11b/g WiFi ===
Making bread in a bread machines is relatively easy once you get the hang of it. It really consists of measuring and placing the ingredients in the baking pan, setting the desired baking mode, removing the baking pad, and removing the bread.
+
 
One of the benefits of owning a bread machines is its ease of use. It takes away all the hard work of actually making bread from scratch leaving you more time to actually enjoy it.
+
Enable the following Kernel modules and recompile:
What's with all the settings and choices?
+
 
Depending on the bread machines you might have a few settings or a great deal of them. These settings allow for the different types of bread to be made. You can also set timers to delay baking so you can have a loaf ready for you at a specific time.
+
<PRE>
Do all my measurements need to be precise?
+
Device Drivers > Network device support > Wireless LAN
If you read the manuals that come with a bread machines they will tell you to follow the recipe exactly as stated. The same goes for bread making recipe books. This makes sense if you're concerned about consistency and reliability in your baking.  
+
  Marvell 8xxx Libertas WLAN driver support
Once people become more experienced however many of them began to try variations on the measurements. Be cautious if you plan on doing this as you're bound to have some failures in the beginning. Just keep this in mind and you can have a lot of fun being creative.  
+
  Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards
Common Questions
+
</PRE>
As you can see making bread in a bread machines is easy and the settings are designed to give you access to different bread, dough, and additional food options. Some basic ingredients are always used but you can also add fruits, nuts, and grains depending on the recipe. Your measurements should be precise but don't be afraid to experiment after you get the hang of it.
+
 
Freshly baked bread is one of the most comforting aromas I can think of. Unfortunately, not everyone can bake fresh bread to a point of perfection. If you are looking for a surefire way to put your bread machines to good use, you have come to the right place. No more wasted bread, no more beautiful crust and hollow inside; just good ole' fashioned homemade bread you can be proud of.  
+
Download Binary BLOBs to /lib/firmware:
We have compiled some of the best homemade bread baking tips in a bread machines we could find on the internet. These tips have been tried and put to the real test, coming through with flying colors that would make even Grandma proud.
+
 
1. Get to know your machine. This might sound odd, but knowing the settings, times and cycles of your bread machines is one of the key elements to making great tasting homemade bread.
+
<PRE>
2. Check the consistency of your bread dough after 7-8 minutes to ensure it is correct. If it appears to be too dry you can add 1 tsp. of water to it at a time and allow your machine to work the water into it. Repeat if necessary. If it is too moist you can add 1 tsp. of flour to it and repeat if necessary.
+
mkdir /lib/firmware
3. Set the controls on your bread machines to match the type of bread you are making.
+
cd /lib/firmware
4. Pay attention to the beeps. The beeps are letting you know one cycle is done. This is when you add extra ingredients before the bread begins to cook.  
+
wget wget http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/mrvl/sd8688_helper.bin
For more on bread machines visit [http://www.breadmachinereviewsx.com/ Best Bread Maker]
+
wget http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/mrvl/sd8688.bin
 +
</PRE>
 +
 
 +
And reboot. Upon boot, the kernel should try to load the firmware before the rootfs is available and fail.  
 +
 
 +
<PRE>
 +
mmc0: new high speed SDIO card at address 0001
 +
libertas_sdio mmc0:0001:1: Direct firmware load failed with error -2
 +
libertas_sdio mmc0:0001:1: Falling back to user helper
 +
</PRE>
 +
 
 +
It should then retry after rootfs is available and report something similar to:
 +
 
 +
<PRE>
 +
libertas_sdio mmc0:0001:1 (unregistered net_device): 00:24:23:1f:b3:e9, fw 10.38.1p25, cap 0x00000303
 +
libertas_sdio mmc0:0001:1 wlan0: Marvell WLAN 802.11 adapter
 +
</PRE>

Revision as of 12:12, 5 June 2014

Enabling GuruPlug Server Marvell Libertas 8688 SDIO 802.11b/g WiFi

Enable the following Kernel modules and recompile:

Device Drivers > Network device support > Wireless LAN
   Marvell 8xxx Libertas WLAN driver support
   Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards

Download Binary BLOBs to /lib/firmware:

mkdir /lib/firmware
cd /lib/firmware
wget wget http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/mrvl/sd8688_helper.bin
wget http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/mrvl/sd8688.bin

And reboot. Upon boot, the kernel should try to load the firmware before the rootfs is available and fail.

mmc0: new high speed SDIO card at address 0001
libertas_sdio mmc0:0001:1: Direct firmware load failed with error -2
libertas_sdio mmc0:0001:1: Falling back to user helper

It should then retry after rootfs is available and report something similar to:

libertas_sdio mmc0:0001:1 (unregistered net_device): 00:24:23:1f:b3:e9, fw 10.38.1p25, cap 0x00000303
libertas_sdio mmc0:0001:1 wlan0: Marvell WLAN 802.11 adapter