LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 12-12-2003, 12:55 AM   #16
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47

open up /etc/modules.conf
comment the previous 'alias sound-slot-0 blahsoundcard'
and add these lines:

alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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

sounds are muted by default, try 'aumix' to adjust the volume
if everything is installed successfully you should see a number of snd-XXX modules when you do /sbin/lsmod
 
Old 12-12-2003, 01:02 AM   #17
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Original Poster
Rep: Reputation: 15
It denies permission. Should I vi or vim /etc/modules.conf ?
[root@localhost alsa-driver-0.9.4]# /etc/modules.conf
bash: /etc/modules.conf: Permission denied
[root@localhost alsa-driver-0.9.4]# /etc/conf.modules
bash: /etc/conf.modules: No such file or directory
[root@localhost alsa-driver-0.9.4]#
 
Old 12-12-2003, 01:11 AM   #18
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
Yea you need to use a text editor to edit it.
 
Old 12-12-2003, 01:23 AM   #19
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Original Poster
Rep: Reputation: 15
Demonbane, you've been great to help as always. Sorry to keep you from things that your researching in this forum. I was so close too. Guess I'll research editing. THANKS !!
 
Old 12-12-2003, 01:25 AM   #20
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Original Poster
Rep: Reputation: 15
Hey, I got an edit screen. How do I comment the previous 'alias sound-slot-0 blahsoundcard'
and add these lines:

alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
 
Old 12-12-2003, 01:33 AM   #21
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
np :-)
For starters I recommend using 'pico' for text editing(should come with redhat default installation), if you're not awfully familiar with vi/vim.
It behaves more like how a novice user would expect a text editor to behave, in fact after getting the hang of using vi I still mainly use nano(a pico clone).
 
Old 12-12-2003, 01:38 AM   #22
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Original Poster
Rep: Reputation: 15
Can you walk me through vi ? I can arrow up or down to get to the line I need.
alias eth0 3c59x
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
alias ieee1394-controller ohci1394
alias eth1 nvnet
alias usb-interface usb-ohci
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
|| :
~
~
~
~
~
~
~
~
~
~
~
~
1,1 All
 
Old 12-12-2003, 04:34 AM   #23
toastermaker
Member
 
Registered: Oct 2003
Location: coastal alabama, united states
Distribution: Mandrake 10.0 official, slackware 9.1
Posts: 219

Rep: Reputation: 30
krissly,

Untilsomeone who knows thier stuff (like Demonbane) can get back to you, if you havnt found a different editor to use as suggested, open a terminal and type in <vimtutor> if you are lucky its installed and is the best little tutorial around.

Continued gratitude to all those who help us newbies
 
Old 12-12-2003, 02:37 PM   #24
krissly1
Member
 
Registered: Oct 2003
Location: Near the 2002 Winter Olympics
Distribution: Linux Redhat 9.0
Posts: 121

Original Poster
Rep: Reputation: 15
toastermaster, That is a great tutorial. Since your tip I have used it a little. Thanks
Anyone, with knowledge in compiling. In the following line, do I not only comment, but add the // at the end?


#alias sound-slot-0 via82cxxx_audio //remark this line, this is default
audio driver

#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 Via686a -------------------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
//=================================
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
#=================================
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Realtek ALC650 5.1 problems linuxmandrake Linux - Hardware 0 07-29-2005 03:19 PM
Realtek ALC650 Alsa support? e1000 Linux - Hardware 1 03-15-2004 12:46 AM
Realtek ALC650 driver install THX1138 Linux - Hardware 6 01-02-2004 02:28 PM
Realtek ALC650 onboard sound Hertzsprung Linux - Hardware 3 10-21-2003 10:05 AM
realtek alc650 problems xtra17 Linux - Hardware 0 09-23-2003 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration