Laptop

This was some old commands to get yanta socket working on an old laptop. So I think.

Laptop configuration stuff

	depmod -a -b /lib/modules/2.6.8.1
	depmod -a
	dpkg --listfiles module-init-tools
	insmod /lib/modules/2.6.8.1/kernel/drivers/pcmcia/yenta_socket.ko
	cat /proc/asound/ymf744/ymfpci
	modprobe smd-ymfpci
	vi /etc/init.d/boot
	vi /etc/network/interfaces
	vi /etc/default/pcmcia
	export http_proxy=http://192.168.1.1:3138
	$cardmgr
	ps xa
	card info
	

Download and install kernel

	export http_proxy=http://192.168.1.1:3138
	apt-get install ncftp
	apt-get update
	apt-get ncftp
	ncftp mirror.aarnet.edu.au
	cd /pub/linux/kernel
	get linux-2.6.9.tar.bz2
	tar xfvj linux-2.6.9.tar.bz2
	cd linux-2.6.8.1
	apt-get install livncurses5.dev
	make menuconfig
	cp arch/i386/boot/bzimage /boot/bzimage2.6.9
	vi /etc/lilo.conf