Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software » Device Manager on Redhat/Fedora based Distro
Closed Thread
Old 01-28-2006, 12:00 AM   #1 (permalink)
 
Wizard Techie

Join Date: Jun 2005

Posts: 3,346

Tyler1989

Default Device Manager on Redhat/Fedora based Distro

Where on earth can one find the Device manager on a OS based off Redhat/Fedora?
__________________
<form action=\"http://www.srsyo.org/tfsearch.php\" method=\"get\">
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search TF before you post!\"></form>
Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan
Tyler1989 is offline  
Old 01-28-2006, 12:14 AM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

kde-->start/system/control center or utilities/peripherals, or probably redhats version of yum or yast, not sure

linux isnt windows, a "device manager" like your used to in windows doesnt really exist in linux, all they are is GUI front ends to commandline apps already there
horndude is offline  
Old 01-28-2006, 12:23 AM   #3 (permalink)
 
Wizard Techie

Join Date: Jun 2005

Posts: 3,346

Tyler1989

Default

I honestly haven't been using windows as much. I was told there was a device manager though where I could change my sound card driver from a list are you saying it doesn't exist?
__________________
<form action=\"http://www.srsyo.org/tfsearch.php\" method=\"get\">
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search TF before you post!\"></form>
Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan
Tyler1989 is offline  
Old 01-28-2006, 12:32 AM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

dont believe that exists,nope

simple solution, open a terminal as root and use either modprobe -r or rmmod to remove or unload the current kernel module for your sound card then use modprobe or insmod to load another one

currently loaded modules will be listed with lsmod
horndude is offline  
Old 01-28-2006, 01:52 AM   #5 (permalink)
 
Wizard Techie

Join Date: Jun 2005

Posts: 3,346

Tyler1989

Default

I will try that and hope for the best that a generic driver will work.
__________________
<form action=\"http://www.srsyo.org/tfsearch.php\" method=\"get\">
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search TF before you post!\"></form>
Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan
Tyler1989 is offline  
Old 01-28-2006, 02:24 AM   #6 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

available modules can be found in /lib/modules/.......

also the modules init script should have a section for uncommenting and commenting most kernel modules at boot up, cant remember what the sysV init scripts are called, but they are in /etc, rc something, I think they are numbered rc.1 rc.2 ect etc

you wont need to type the whole thing, just the first part w/o the .o.gz

insmod sb16 would load the soundblaster 16 module, insmod 8139too loads the realek8139 NIC module, they are all abbreviated like this
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On