Recent Changes - Search:

http://karenchandlercancertrust.com/aspnet_client/system_web/161/divine-intervention43.html Divine Intervention , jdgp , http://esmarttools.com/goodage/guestbook/18/coffee-facts43.html Coffee Facts , cflkrj , http://carexperts4u.info/wp-includes/Text/39/ubuntu-linux90.html Ubuntu Linux , =-OOO , http://nassel.com/wp-content/themes/22/sad-songs69.html Sad Songs , 24787 , http://iambtsa.com/cp/scripts/49/city-of-ormond-beach207.html City Of Ormond Beach , 302 , http://wisdeal.com/course/pinyin/418/calendar-on-line117.html Calendar On Line , 2447 , http://cocineira.com/images/icons/380/ky-state-police99.html Ky State Police , 170 ,

Hardware

Fedora suffers from various common hardware issues. Here are the fixes and/or comments.

Wireless

  • The B43-Wireless? project works for Broadcom support on Fedora 10. This project is stable

Video

You want to install the proprietary video drivers. The following are some popular drivers and methods:

nvidia

Nvidia is in the rpmfusion repository. Just do this :

 sudo yum -y install kmod-nvidia

ATI

On the Compaq r4000, it would function fine on the generic drivers and would no longer boot when I installed the ATI drivers. I had to add the following kernel parameters to /boot/grub/grub.conf in order to recover the system:

  1. nohz=off
  2. nolapic

Note that you will need to go into runlevel 3, which takes you to the commandline, where you will login as root. That means if you are reading this from the computer, you will need to write down the instructions because it is going away. Goodbye!

 sudo yum -y install kmod-fglrx
 sudo init 3
 Log in as root
 fglrx-config-display enable
 reboot

Power Management

All of my computers will suspend to ram initially, but none of them will recover from suspend. Installing the proprietary nvidia driver fixes the suspend problems with the HP tx1000. I'm still working on the Compaq r4000.

Sound

Microphone

After installation, the microphone only picked up background noise and not real sound. The final fix was to remove pulseaudio. You have to leave pulseaudio-libs for a wide variety of software, and afterwards there doesn't seem to be any negative affects. The mic works great now.

Also, Fedora does not automatically switch to a plugged in mic when you plug it in, nor does it automatically use the in-machine mic if there is no mic plugged in. This is profoundly annoying.

Procedure to Get the Microphone to Work

  • Open Volume Control by right-clicking on the volume on the toolbar
  • Go to Edit >> Preferences and make sure the following are all available:
    • Front Mic
    • ATAPI Mic
    • Capture
    • Input Source
  • Make Sure the following controls are set correctly :
    • Playback Tab
      • Front Mic is on and not muted
      • ATAPI Mic is on and not Muted
    • Recording Tab
      • Capture is on and not muted

Now you'll need to remove pulseaudio

 sudo yum -y remove pulseaudio

Procedure to Easily Switch between a Plugged in Mic (Front Mic) and the built-in Mic (ATAPI Mic)

  • Open Volume Control
  • Open the Options Tab
  • Choose Front Mic or ATAPI Mic
Edit - History - Print - Recent Changes - Search
Page last modified on February 17, 2009, at 06:31 PM