Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am running Fedora Core 1 on an Aopen MK79g_Max with Nforce2 chip using the Nvidia drivers.I am having trouble with sound matching video in RealPlayer.It's a 1/2 second off synch.
The Helix/RealPlayer people asked me which sound drivers I'm using.I don't see the drivers listed anywhere.I only see a AC97 codec device listed under my sound card hardware.
Where do I look and for what will it say.Will it spell out alsa or oss?
the command you want is lsmod (list modules)
it can be run as ordinary user
alsa drivers tend to start with snd_
alternatively
(not sure whether the "redhat-config-sound" command is still part of the fedora series, but it might be worth a go - it might give the name of the audio driver/s)
Well I have tried playing with "lsmod".I used it in a terminal and all I get is "lsmod command not found".I see everyone using that command shouldn't it be installed by defualt.I used the standard install with my Fedora disks.I tried switching to root (did "su" "password") still no such command.I must have modules right?I believe my Nvidia drivers needed to be loaded as a module.
the "su" command gives you root access rights but you stick with the normal user environment...
the root user has a differend path variable than normal users in fedora (root's bath has the "/sbin" entry, notmal user doesnt...
get into the habbit of using "su -" instead of "su" this will also give you root's environments aswell as root's privilages.
I'm still not quite sure which is my audio driver.
I assume it is one of these?
i810_audio 27048 1 (autoclean)
ac97_codec 17064 0 (autoclean) [i810_audio]
soundcore 6500 2 (autoclean) [i810_audio]
If so am I running three sound drivers?Is this a conflict?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.