Page 2 - Video Issues; LILO parameters
• 256M RAM • ATI Technologies Inc Rage Mobility M4 AGP • ESS Technology ES1983S Maestro-3i PCI Audio Accelerator (rev 10) • a Dell Logitech scrolly-wheel infrared mouse, model M-UR69 I was working off a Debian Woody image with the stock kernel 2.2.20-idepci, downloaded from the Rutgers mirror here: ...
Page 3 - Xserver-XFree86 Configuration
linux video=vga16:off (The kernel image, followed by the boot parameters.)You can now boot up okay, but you’ll need to be wary of this when you’re glibly ‘ENTER’ing through menus later in the install — when you’re asked ifyou want to append anything to the kernel image for the boot loader, you needt...
Page 4 - Installing Samba
if the display is not perfect — it might not crash if it’s not, but if it does, you don’t want to have to not only wait for it to check all its inodes (if you haven’tyet tune2fs ’d it to ext3 — see Section 7.1), but perhaps screw up in the process of so many crashes. If that’s perfect, great! If not...
Page 7 - Printing to a Windoze Printer with CUPS
. . . where “8TRACK0” is my domain, “Nori Heikkinen” is my username, and“mypassword” is my password (not really, ha ha). You can call this file what-ever you want to, and put it wherever you want. I called mine .smbmount-ned and put it in my homedir; it really doesn’t matter. Now that you’ve got tha...
Page 9 - External Mice; Necessary kernel modules
3 External Mice This took me a while to figure out. For whatever reason, I couldn’t just plug inmy external USB mouse (which I needed in order to not kill my wrist on that damn trackpad! 2 ) and have it work. Instead, like with the rest of this install, I went through a whole song and dance about it...
Page 10 - Configuring X
3.2 Configuring X Dman, of debian-user, made a nice little summary 3 that I’m going to copy wholesale: If you want mouse in console and X: • gpm reads from the mouse device itself. With a PS/2 mouse this is/dev/psaux. With a USB mouse (and devfs, I haven’t used USB withoutdevfs) it is /dev/input/mic...
Page 11 - Configuring Sound; Inserting the Sound LKM
InputDevice "Configured Mouse" InputDevice "Logitech Mouse" EndSection For reference, my /etc/gpm.conf looks like this: device=/dev/input/miceresponsiveness=30repeat_type=rawtype=imps2append=""sample_rate= The important clauses there are the device, the repeat type, and the t...
Page 12 - Adding Yourself to the Audio Group
and to make sure it got inserted at boot time, by adding it to /etc/modules . Make sure your sound devices exist ( /dev/dsp* ). Mine did. At this point, try catting a wave file to your sound device, to see if that did the trick: spycellar:~ # cat wavfile.wav > /dev/dsp Now you’re almost there. Yo...
Page 13 - Rerolling your Kernel; Trashing It
crw-rw---- 1 root audio 14, 19 Jun 30 12:17 /dev/dsp1 crw-rw---- 1 root audio 14, 35 Jun 30 12:17 /dev/dsp2 crw-rw---- 1 root audio 14, 51 Jun 30 12:17 /dev/dsp3 You might have to restart X for the changes to take place within X, though they should work immediately on the console. This was all it to...
Page 14 - Rescuing an Install; Miscellaneous
configured your shell, window manager, or any programs you’ve downloaded,your settings are saved there; /etc , because the system files that you spent so long getting right are saved there. The first time, I just plain forgot; the second time, I purposely didn’t back up /etc , because the system fil...
Page 15 - An Explanation of UNIX Permissions
For those as sketchy on filesystem types as I am, it seems to be pretty basic. In the README on the original ext3 download page, the author answers thejournaling question: Q: What is journaling? A: It means you don’t have to fsck after a crash. Basically. This is useful, because it means that every ...
Page 16 - Other Resources; Thanks
any combination of u/g/r permissions can be specified by three unique numbers.‘700’ means that the user has read, write, and execute permissions (6+4+1) butthat no one else does; ‘644’ means that the user has read and write permissions,and that everyone in the same group and all others have only rea...