
UPDATE: I've been told that this image is used on lots of Curves packaging, and on other printings it's more obvious that she's wearing another shirt underneath. It looked awfully suspicious on the box I had. *shrug*
LABEL edubuntu
kernel vmlinuz-edubuntu-iso
append vga=normal initrd=initrd-edubuntu-iso boot=casper netboot=nfs nfsroot=10.20.1.2:/opt/ltsp/edudesktop-iso --
next-server 10.20.1.2; # this is your TFTP server
filename "pxelinux.0"; # put this in verbatim
man casper
for more information about casper, which is what makes this so easy.xkbset
and put the following in my .bash_profile:Feb 23 14:28:14 kant kernel: [17239422.824000] usb 2-1: USB disconnect, address 2
Feb 23 14:28:28 kant kernel: [17239436.988000] usb 2-1: new full speed USB device using uhci_hcd and address 3
Feb 23 14:28:29 kant kernel: [17239437.144000] usb 2-1: configuration #1 chosen from 1 choice
Feb 23 14:28:29 kant kernel: [17239437.228000] input: C-Media USB Headphone Set as /class/input/input20
Feb 23 14:28:29 kant kernel: [17239437.228000] input: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-0000:00:1d.1-1
Feb 23 14:28:55 kant kernel: [17239463.224000] usb 2-1: USB disconnect, address 3
Feb 23 14:29:11 kant kernel: [17239479.864000] usb 2-1: new full speed USB device using uhci_hcd and address 4
Feb 23 14:29:12 kant kernel: [17239480.024000] usb 2-1: configuration #1 chosen from 1 choice
Feb 23 14:29:12 kant kernel: [17239480.108000] input: C-Media USB Headphone Set as /class/input/input21
Feb 23 14:29:12 kant kernel: [17239480.108000] input: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-0000:00:1d.1-1
kant ~ # cat /etc/asound.conf
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
mpd
instead of, say, xmms, or totem, or whatever) to have the following alsa output# use this if you want to use ALSA audio output
audio_output {
type "alsa"
name "my ALSA device"
device "hw:1,0" # optional
format "44100:16:2" #optional
}
iwconfig
output), so I eventually resorted to ndiswrapper, which has been working fine. (See further discussion here.) Note: I just installed ndiswrapper-utils-1.8
, grabbed the D-Link driver, did ndiswrapper -i net5416.inf; modprobe ndiswrapper; echo ndiswrapper >> /etc/modules
, and iwconfig
listed wlan0
and I was good to go./System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport
file that desrt mentions here, so I expect to be able to get it working whenever I get around to it.xmodmap -e 'keycode 204 = F13'
kpress("F13", make_exec_fn("eject /dev/hda"))
xmodmap -e 'keycode 115 = Alt_L Meta_L'
xmodmap -e 'clear mod1'
xmodmap -e 'add mod1 = Alt_L Meta_L'
xmodmap -e 'keycode 64 = Super_L'
xmodmap -e 'clear mod4'
xmodmap -e 'add mod4 = Super_L'
915resolution
and restarting X (or the whole system) gets me 1280x800 pixels.