* A Linux installation on your PC.
A copy of the files in your /lib/firmware from your N900. This includes WiFi and Bluetooth firmware.
* That you have installed fanoush's bootmenu (dpkg -i it and run 'Install bootmenu' application icon)
* Partition your microSD to first partition being Linux and format it as ext3 using mkfs.ext3.
* Mount the ext3 partition on your PC, let's say in /mnt/mer.
* Make sure using 'mount' that your ext3 partition is -not- mounted 'nosuid' or 'nodev'
* cd /mnt/mer * tar --numeric-owner -pzxf /full/path/to/mer-armel-n900-rootfs-v0.17testing10.tar.gz * cd lib/firmware * cp in the files from /lib/firmware from your N900 * umount /mnt/mer

* A Linux installation on your PC.
A copy of the files in your /lib/firmware from your N900. This includes WiFi and Bluetooth firmware.
* That you have installed fanoush's bootmenu (dpkg -i it and run 'Install bootmenu' application icon)
* Partition your microSD to first partition being Linux and format it as ext3 using mkfs.ext3.
* Mount the ext3 partition on your PC, let's say in /mnt/mer.
* Make sure using 'mount' that your ext3 partition is -not- mounted 'nosuid' or 'nodev'
* cd /mnt/mer * tar --numeric-owner -pzxf /full/path/to/mer-armel-n900-rootfs-v0.17testing10.tar.gz * cd lib/firmware * cp in the files from /lib/firmware from your N900 * umount /mnt/mer

* Partition your microSD to first partition being Linux and format it as ext3 using mkfs.ext3.
* Mount the ext3 partition on your PC, let's say in /mnt/mer. sudo mkdir -p /mnt/mer sudo mount /dev/sd<something>, depends on how and where it's connected> /mnt/mer Code: * Make sure using 'mount' that your ext3 partition is -not- mounted 'nosuid' or 'nodev'
| The Following User Says Thank You to MohammadAG For This Useful Post: | ||