Quote:
Originally posted by rsarson
I still can't figure out why 1) my volume settings are no longer remembered (I use alsa)
|
Because you no longer have the alsa script which runs
alsactrl store at shutdown and
alsactrl restore at startup running at your boot or default runlevel. While the ALSA drivers are integrated into the kernel with the 2.6 series, alsa-libs and alsa-utils are not, and your previously-installed versions may not conform to the driver version installed by the kernel. You might want to re-install ALSA from the site (in which case you only need install alsa-libs and alsa-utils), or reinstall ALSA from a FC2 RPM.
Don't use Fedora, so can't tell you exact procedure (or the precise name of the script), once you have alsa-utils again available to provide alsactrl, but I would start looking in
/etc/rc.d area for "alsa", or "alsasound" or something similar. Adding the script, once found, to the boot or default runlevel is left as an exercise for actual Fedora Core users

.
Quote:
|
2) my joystick no longer works
|
a) Joystick not compiled into the kernel or as a module; b) if compiled, module is not requested to load via
/etc/modprobe.conf or entries in
/etc/modules.conf were not properly transferred to modprobe.conf when kernel was upgraded from 2.4-series to 2.6.series; c) joystick is not found because sound card's gameport module is not loaded (so the port that the joystick is connected to is not available, so joystick cannot be detected). Again, a kernel configuration issue.
Quote:
|
3) gkrellm no longer detects my sensors
|
You mean the motherboard sensors? Was support for reading these sensors compiled into the new kernel? If so, are the modules which perform this function loaded? If the data is not being collected, GKrellM can't read it.
Quote:
|
4) how to get rid of the ac, battery, and other laptop modules that were installed that I don't need because my computer's not a laptop.
|
Right-click on GKrellM, choose "Configuration" and deactivate the modules you don't want to display.
Quote:
|
And these are only the problems I can think of off the top of my head right now. I was getting pretty good at getting stuff to work before Fedora Core 2... I'm a little frustrated with all of the changes. Is it something simple I've over looked or do I have to re-learn a bunch of stuff? (If it's the latter, I might try a new distro.)
|
Well, it may or may not be "simple" but it looks like most of the changes you're experiencing are due to the migration to the 2.6 series kernel. Once you get used to that, you should not have too many problems. It's definitely worth installing the kernel source for your currently-running kernel, and recompiling it once, just to see how things are different, and whether or not you need to enable some things that may no longer be handled the way you were used to.
Hope this helps.