Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
|
06-15-2005, 01:58 PM
|
#1
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Rep:
|
cannot locate modules.conf
this modules.conf file that I need to complete install of Alsa, it isn't in /etc where it should be. I am using Fedora Core 3. Has any other Fedora user had trouble with this too.
|
|
|
06-15-2005, 02:02 PM
|
#2
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Re: cannot locate modules.conf
Quote:
Originally posted by lowpingnoob
this modules.conf file that I need to complete install of Alsa, it isn't in /etc where it should be. I am using Fedora Core 3. Has any other Fedora user had trouble with this too.
|
/etc/modules.conf is for the 2.4 kernel series.
In 2.6 they use /etc/modprobe.conf
|
|
|
06-15-2005, 02:03 PM
|
#3
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Re: Re: cannot locate modules.conf
Quote:
Originally posted by perfect_circle
/etc/modules.conf is for the 2.4 kernel series.
In 2.6 they use /etc/modprobe.conf
|
thanks
|
|
|
06-15-2005, 02:04 PM
|
#4
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Re: Re: Re: cannot locate modules.conf
Quote:
Originally posted by lowpingnoob
thanks
|
but all that is in modprobe.conf is
alias eth0 8139too
alias eth1 8139too
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
|
|
|
06-15-2005, 02:05 PM
|
#5
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Re: Re: Re: Re: cannot locate modules.conf
Quote:
Originally posted by lowpingnoob
but all that is in modprobe.conf is
alias eth0 8139too
alias eth1 8139too
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
|
is this the right file?
|
|
|
06-15-2005, 02:07 PM
|
#6
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
and i am adding this in
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-ca0106
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
|
|
|
06-15-2005, 02:07 PM
|
#7
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
am i doing the right thing (thats what ALSA install says)
|
|
|
06-15-2005, 02:12 PM
|
#8
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
sure, and my modules.conf contains:
Code:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.9a ---
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. ---
alias char-major-195 nvidia
Do you have a problem with the sound?
Fedora has it's own tools to probe for the soundcard automatically. Why don't you search the menus in gnome.
P.S. you have posted 190 threads in 3 days. You definitely broke a record on this forum.
|
|
|
06-15-2005, 02:17 PM
|
#9
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Quote:
Originally posted by lowpingnoob
am i doing the right thing (thats what ALSA install says)
|
You are supposed to do alsaconf and those will be created automatically.
But I don't know if fedora uses alsaconf. Thats the problem with those "advanced" distros.
They change a lot of the default stuff. So use the utilities fedora provides you.
|
|
|
06-15-2005, 05:49 PM
|
#10
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Quote:
Originally posted by perfect_circle
You are supposed to do alsaconf and those will be created automatically.
But I don't know if fedora uses alsaconf. Thats the problem with those "advanced" distros.
They change a lot of the default stuff. So use the utilities fedora provides you.
|
ok , I have working sound, but how would I get my 5.1 working, I cant get sound from middle channel or rear speakers. also, is there ANY way to enable CDDA for Linux, or is that proprietary windows crap.
|
|
|
06-15-2005, 05:50 PM
|
#11
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Quote:
Originally posted by perfect_circle
sure, and my modules.conf contains:
Code:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.9a ---
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. ---
alias char-major-195 nvidia
Do you have a problem with the sound?
Fedora has it's own tools to probe for the soundcard automatically. Why don't you search the menus in gnome.
P.S. you have posted 190 threads in 3 days. You definitely broke a record on this forum.
|
thats just how i roll.
|
|
|
06-15-2005, 06:10 PM
|
#12
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Quote:
Originally posted by lowpingnoob
ok , I have working sound, but how would I get my 5.1 working, I cant get sound from middle channel or rear speakers. also, is there ANY way to enable CDDA for Linux, or is that proprietary windows crap.
|
The only advice I can give you on this, is to open a mixer and play with the channels.
I use alsamixer in slackware (open a console and type alsamixer) and have my 4 speaker working. The rear speakers in my case were controled from wave sourround channel. In order to make them work with CD's I use xmms (I think it's called media player in fedora), it's the winamp clone and only by using "digital audio extraction" in "CD audio player" input plugin (it's in options->preferencies).
|
|
|
06-15-2005, 06:11 PM
|
#13
|
Senior Member
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783
Rep:
|
Quote:
Originally posted by lowpingnoob
thats just how i roll.
|
I wish I had internet in your age
|
|
|
06-15-2005, 06:25 PM
|
#14
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Quote:
Originally posted by perfect_circle
I wish I had internet in your age
|
ahaahahahaha, Im a lucky one. Cable internet too! Feel my 3 MBPS rath DSL users. yeah, the internet is nice, CS keeps me from severly damaging real people.
|
|
|
06-15-2005, 06:32 PM
|
#15
|
Member
Registered: Jun 2005
Distribution: Fedora Core 3, soon DSL (DSL backwards is LSD hahahaha)
Posts: 245
Original Poster
Rep:
|
Quote:
Originally posted by perfect_circle
The only advice I can give you on this, is to open a mixer and play with the channels.
I use alsamixer in slackware (open a console and type alsamixer) and have my 4 speaker working. The rear speakers in my case were controled from wave sourround channel. In order to make them work with CD's I use xmms (I think it's called media player in fedora), it's the winamp clone and only by using "digital audio extraction" in "CD audio player" input plugin (it's in options->preferencies).
|
aint lettin me play cds through XMMS, and no sound from default media player...
|
|
|
All times are GMT -5. The time now is 03:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|