LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-18-2002, 10:56 AM   #16
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69

Thank you for the dmesg, that was very long, I should have read from the bottom up I would guess that if you commented out the probing of your second audio card (the one built into the mobo) you may fix your problem. I see they are sharing the same "IRQ". Since I have no idea how to edit which IRQ something uses, or even what they use IRQ's for, I would either say move the Soundcard to a different PCI port, or in /etc/modules.conf place a # sign in front of the entry that ISN'T for your SB Live card.

If you need help on how, you could post a copy of your /etc/modules.conf file and someone could "edit" it for you, and then you could "cut and paste" the edited version.

Cool
 
Old 08-18-2002, 07:59 PM   #17
linuxpie
Newbie
 
Registered: Apr 2002
Location: Sydney Australia
Distribution: Redhat 7.3
Posts: 19

Original Poster
Rep: Reputation: 0
thanks a lot, i will post it when i come home.

Thanks !
 
Old 08-19-2002, 02:53 AM   #18
linuxpie
Newbie
 
Registered: Apr 2002
Location: Sydney Australia
Distribution: Redhat 7.3
Posts: 19

Original Poster
Rep: Reputation: 0
Wink

It's my /etc/modules.conf


alias parport_lowlevel parport_pc
alias eth0 tulip
alias sound-slot-0 via82cxxx_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 || :
alias sound-slot-1 emu10k1
post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias char-major-81 bttv
alias usb-controller usb-uhci
alias char-major-195 NVdriver
 
Old 08-19-2002, 03:03 AM   #19
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
alias parport_lowlevel parport_pc
alias eth0 tulip
alias sound-slot-0 via82cxxx_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 || :
alias sound-slot-1 emu10k1
post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias char-major-81 bttv
alias usb-controller usb-uhci
alias char-major-195 NVdriver
And here is what you want it to look like:
alias parport_lowlevel parport_pc
alias eth0 tulip
#alias sound-slot-0 via82cxxx_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 || :
alias sound-slot-1 emu10k1
#post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
#pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias char-major-81 bttv
alias usb-controller usb-uhci
alias char-major-195 NVdriver


Or at least that's how I read it, someone else might have a better idea, but it would be safe to give that a try at least. If it doesn't work, you could also try (continue using the # sounds) changing the sound-slot-1 to a sound-slot-0 for your emu10k1. If it still doesn't work, simply remove the # signs I have added and change the 0 back to a 1.

Cool

Last edited by MasterC; 08-19-2002 at 03:05 AM.
 
Old 08-19-2002, 07:37 AM   #20
dai
Member
 
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328

Rep: Reputation: 30
Once you have done what MasterC reccomends if you still get the error with /dev/dsp

try: -

loging in as root

set init level to 3

chmod 766 /dev/dsp

this will set the access rights to r w x for root and r w - for other users and all other groups
 
Old 08-21-2002, 02:57 AM   #21
linuxpie
Newbie
 
Registered: Apr 2002
Location: Sydney Australia
Distribution: Redhat 7.3
Posts: 19

Original Poster
Rep: Reputation: 0
thanks !
 
Old 08-21-2002, 11:09 AM   #22
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
No problem
 
  


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
KDE blocks sound? cant play sound from other programs. Smurfen Linux - Hardware 1 04-02-2005 07:14 PM
Gentoo 64-bit on AMD. Console sound with ALSA OK, but no sound in KDE. damien Linux - Software 7 02-02-2005 01:05 AM
kde sound options gone except for root, login sound gone memphisSuseUser Linux - Distributions 2 12-10-2004 05:55 PM
howto install KDE from redhat CD2 or 3, RedHat 7.3 dogma Linux - Newbie 1 09-16-2003 01:10 AM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:16 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