symptom: In Fedora Core 2, a pcmcia networking card doesn’t work on boot. This is with kernels 2.6.6 and greater. Oddly, 2.6.5-385 (which came with the distro) works fine. After boot, it is impossible to get the card to start up, and shutting down causes a hang. iwconfig seems to hang. Sometimes completely restarting pcmcia and reloading the yenta_socket module solves the problem.
Continue reading “pcmcia network device not working in fedora core 2”
Category: Linux Tip
Windows jump around when clicking on workspaces in pager
If you are running Fedora Core 2 with Sawfish as your window manager, and you notice that when you click on workspaces in the pager your windows jump around randomly, there’s an easy fix to get it working again:
Download the source code to libwnck, build it, and install it on top of the rpm Fedora Core 2 provided to you. This was an old bug that was fixed long ago, but for some reason the RPM of libwnck still has it.
tip: apache won’t start, semphore problems
if you’re getting things like:
(28)No space left on device: mod_python: Failed to create global mutex 23 of 32 (/tmp/blahblahblah).
[Wed Apr 14 11:53:47 2004] [error] mod_python: We can probably continue, but with diminished ability to process session locks.
[Wed Apr 14 11:53:47 2004] [error] mod_python: Hint: On Linux, the problem may be the number of available semaphores, check 'sysctl kernel.sem'
(28)No space left on device: Couldn't create accept lock
then this tip is for you!
Continue reading “tip: apache won’t start, semphore problems”
tip: convert mac fonts for linux
Converting mac fonts to linux sucks. Read on.
Continue reading “tip: convert mac fonts for linux”
tip: ppp isn’t working in linux
solution: use kppp
rpm crashes / won’t respond
RPM is a little like windows — it’s chaotic, and if it’s disturbed everything blows up and there’s nothing you can do. But, if you find that rpm suddenly stops working and none of the commands work, try doing:
rm -f /var/lib/rpm/__db*
and it might just work again. As always, you should have backups.
tip: Getting a firewire drive to automount
These instructions apply to fedora core 1.
Continue reading “tip: Getting a firewire drive to automount”
Linux tip: reinitializing grub
One day I might need to reinitialize grub, and it sucks. This is specific to my system. I just need this backed up somewhere other than my dell manual where I scrawled it the first time.
Continue reading “Linux tip: reinitializing grub”
Linux tip: making an initial ramdisk (initrd)
Specifically, with ext3 support.
Continue reading “Linux tip: making an initial ramdisk (initrd)”
Suspend to Disk with Nvidia Graphics Card
For a long time, laptops with Nvidia graphics chips running the official nvidia drivers have been unable to use the suspend-to-disk features of linux. No longer!
Continue reading “Suspend to Disk with Nvidia Graphics Card”