`echo 0 > /proc/sys/kernel/nmi_watchdog'
./etc/fstab
&
/boot/grub/menu.lst
(yes, I'm still using
grub-legacy
) to use LABEL=foo
instead of
device names after setting labels on all partitions.root=LABEL=root
doesn't work with my
self-baked kernels, not sure what I'm missing there.xserver-xorg-video-intel
(from unstable):
boots, gives me KMS & a working X (with my own kernels I had no
KMS and just a black screen with newer versions of
xserver-xorg-video-intel
).libata
era :)linux-kbuild-2.6.37
package
following the instructions
(& changing the script a bit) in order to be able to use
virtualbox-ose-dkms
.2.6.37-rc5-686
because
ath5k
suddenly works.2.6.37-rc7
. – no DKMS & no
X.xset
.ath5k
has never worked
for me – until today. I installed
linux-image-2.6.37-rc5-686
from experimental &
lo&behold – it works!madwifi
. but before discovering that
ath5k
works I had already finished an upgrade of my
private madwifi
package & it seems I even managed
to build a madwifi-dkms
package finally.ath5k
:)madwifi-dkms
package helps people who
forget (how) to run m-a
after installing a new kernel
...