sound on the laptop

Jason Clinton me at jasonclinton.com
Wed Nov 19 19:48:50 CST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Richard A. Franklin wrote:

| Jason: You conjured sounds on my Tecra 8100, and now I would like to
| recreate that change, and save the changes. Sound is a good thing!
| So I will be looking for your post for that procedure.

At a console:

$ su -
Password:
# mount /boot
# cd /boot/grub
# nano -w menu.lst

Go to the very long line that begins with something like 'vmlinuz' and
add " noapm apm=off" to the end of it. Hit CTRL-O, Enter, CTRL-X.

Reboot.

That should do it. This process is different from what I did last night
because this is permanent; what I did last night was just tweak the
settings as the computer was booting.

What we are doing: The kernel is not the first thing that loads when
your computer starts; the bootloader is. We are telling the bootloader
(Grub) to tell the kernel (vmlinuz) that we do not want APM to come on.
Also, command line options for the kernel that the kernel doesn't
understand get passed to init (the third thing the starts after power
on). Init may decide (or not) to do special things based on the commands
it receives. In this case, it may decide not to start 'apmd' based on
the the command line options. apmd is the 'user space' daemon
responsible for communicating with the APM BIOS through the kernel's
interfaces.

| Thanks! Will be looking for your Communiversity class when the next
| schedule is released.

Looking forward, as well.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Understand the importance of encryption:

iD8DBQE/u7sStSqjk42zvwkRAjxSAKCf4h81fLugOk4qTtsJfgXo/mvVDgCgpuqS
WFH2f8lIiY9T4eRYEspjU5U=
=IZvf
-----END PGP SIGNATURE-----




More information about the Kclug mailing list