Kernel Resources
Installation history Boot screen and boot splash 17 May 2004: I found two Debian packages to create a really cool lilo boot screen, lilo_22.2-thermoman-1_i386.debMade for woody, but went right in and works great. Some minor modifications to /etc/lilo.conf, and then you need a copy of /boot/penguins.boot -- I got mine from Now, you can also get a bootsplash! Check out http://www.bootsplash.de/files/debian/ -- get the files there, both a kernel patch and a user-space package. See the instructions and explanations at http://www.bootsplash.org/ Installing the 2.6 kernel Under Device drivers | I2C support (I guess I don't need this), ALI 1535 (I2C_ALI1535)So what's my south bridge? Dmesg says, ALI15X3: IDE controller at PCI slot 0000:00:10.0Do I have ALI1535 or ALI15X3? lspci says ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]WinXP says, Agere SoftModem Version 2.1.14, AMR ALi1535p MBMost likely the south bridge is ALI15X3. Both I2C modules load fine, however. Under Character devices, build in, /dev/agpgart (AGP Support)Here's the dmesg response: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.That loads support for the ALi Corporation M1671 Super P4 Northbridge [AGP4X,PCI and SDR/DDR]. It's better than nVidia's built-in AGP.
Installing the 2.5 kernel In late April 2003 I installed the 2.5.69 kernel on Sigillo; battery detection is working perfectly. Note that PPP dialup may not be working -- the pcmcia card is not detected? Not fully tested yet. Compiling the kernel in Debian. I first installed Package: kernel-source-2.4.19 2.4.19-5 It unpacks automatically in /usr/src/linux, erasing anything that
used to I configured the kernel and wrote /boot/kernel-2.4.19_5.config Note that you need the sr_mod module, SCSI CD. I had left this
out [Note that you can use xxdiff to compare configurations --
extremely When I noticed that the trident.c driver had seen major updates
last 1. You need Package: kernel-package It may that that I need to simply call it kernel-image-2.4.19-686
to First kernel installation, 2.4.19-5: The kernel I made got named kernel-image-2.4.19_5_i386.deb Before installing the new kernel I mv /lib/modules/2.4.19 /vmlinuz does not exist. Installing from scratch, eh? A new kernel image has been installed at /boot/vmlinuz-2.4.19 It assumed I had Lilo. Memorable boot details: No local APIC present or hardware disabled Note that this is APIC and not ACPI!! Here comes the real thing: ACPI: Core Subsystem version [20011018] So this is looking moderately good -- the system tray now shows it
on Later I got: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) So some startup script -- list of modules, simply? -- is calling for APM. Promise Fasttrak(tm) Softwareraid driver 0.03beta: No raid array
found This must be in some startup script and should be removed.
Second kernel installation, kernel-source-2.4.20 2.4.20-3: I used the configuration I just did for 2.4.19-5. 1. make-kpkg -rev Custom.x kernel_image
|
|
|
|
|||||
Maintained by Francis F. Steen, Communication Studies, University of California Los Angeles |