nano /etc/ld.so.preload
Put a # in front of the first line so that it looks like this:
#/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so
Press ctrl-x then y then enter to save and exit.
(Optional) Use steps 2 to 4 above to create a file /etc/udev/rules.d/90-qemu.rules with the following content:
KERNEL=="sda", SYMLINK+="mmcblk0"
KERNEL=="sda?", SYMLINK+="mmcblk0p%n",
The kernel sees the disk as /dev/sda, while a real pi sees /dev/mmcblk0. This will create symlinks to be more consistent with the real pi.
halt
Activity
2013-12-10 00:17:35
2013-12-10 01:43:47
2013-12-10 02:46:01
Wifi dongle appears to be supported OOB as able to scan and find wifi networks
/etc/network/interfaces
2013-12-10 03:03:57
2013-12-10 05:00:55
2013-12-22 23:25:22
2013-12-28 05:40:00
2013-12-28 05:40:00
2013-12-28 05:40:05