syslinux install
Posted: 31 March 2013 Filed under: arch linux, laptop Leave a comment »Need to install the gptfdisk package before the syslinux-install_update -i -a -m command will work.
pacman -S gptfdisk
hardwired network
Posted: 31 March 2013 Filed under: arch linux, laptop Leave a comment »Network interface is enp2s1.
Turn on dhcp:
# systemctl enable dhcpcd@enp2s1.service
boot firmware error message
Posted: 30 March 2013 Filed under: arch linux, laptop Leave a comment »Install the wireless interface’s firmware with:
pacman -S ipw2200-fw
Or, if you won’t be using the wireless interface, add to /etc/modprobe.d/modprobe.conf
blacklist ipw2200
to get rid of the boot message about failing to install the firmware.
static ip address
Posted: 24 March 2013 Filed under: arch linux, raspberry pi Leave a comment »Edit /etc/network.d/ethernet-eth0 and comment out the dhcp entry and add this:
CONNECTION='ethernet'
DESCRIPTION='A basic static ethernet connection using iproute'
INTERFACE='eth0'
IP='static'
ADDR='192.168.1.3'
GATEWAY='192.168.1.1'
DNS=('76.14.0.8' '76.14.0.9' '76.14.96.14')
resizing the raspi flash card
Posted: 23 March 2013 Filed under: arch linux, raspberry pi Leave a comment »Before running fdisk I brought the system down to single user and remounted the root partition read-only. In the following the # is root’s prompt.
# systemctl rescue
# mount -o ro,remount /
# fdisk /dev/mmcblk0
Delete the second partition /dev/mmcblk0p2.
d
2
Create a new primary partition and use default sizes prompted. This will then create a partiton that fills the disk.
n
p
2
enter
enter
Save and exit fdisk:
w
Reboot, go single user, and run resize2fs:
# shutdown -r now
# systemctl rescue
# resize2fs /dev/mmcblk0p2
Your main / partition should be the full size of the disk now. Don’t remount the root partition read-only before you run resize2fs; resize2fs fails if it’s mounted read-only.
After running resize2fs reboot, go to single user, remount root read-only, run e2fsck, then reboot to bring the system back up multi-user:
# shutdown -r now
# systemctl rescue
# mount -o ro,remount /
# e2fsck /dev/mmcblk0p2
# shutdown -r now
single user mode and read-only mounting
Posted: 21 March 2013 Filed under: arch linux, raspberry pi Leave a comment »-
Bring the system down to single user mode:
# systemctl rescue -
Remount root readonly
mount -o ro,remount /
Doesn’t work on the laptop; complains that the filesystem is busy.
Test fishermen’s rib with cotton yarn 2
Posted: 23 December 2011 Filed under: knitting 1 Comment »I made this one with size 7 needles; the previous one was with size 10 needles. The cotton is the Sugar ‘n Cream, Earth Ombre color, worsted weight; it calls for US #9, 5.5 mm needles.

I think I like the version made with size 7 needles better; it’s a little tighter but not too tight. It’s the one on the right; the left one is the one made with size 10 needles.
It will be interesting to see how they look after a run through the washer and dryer.
