LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2011, 12:34 PM   #1
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Rep: Reputation: Disabled
Unhappy i cant play the sound in oracle enterprise linux...:( plzzz help meee...


hi
this is aussie,

subj:i have a problem in oracle enterprise linux, sound device is not working.

hardware:
dell inspiron N5110, sound device name (intel courporation cougar pointhigh defination audio controller).

In windows7 sound is working, but in OEL it is not working. 1st i was go on to audio configuaration in dat we have a button generate "scsconfig.log" file i clicked on it, it has created a log file on root directory.and also another file is there in it that is "scsrun.log", after that i opend "scsrun.log" it shows like this below.


Code:
ALSA lib pcm_hw.c:1429:(_snd_pcm_hw_open) Invalid value for card
aplay: main:583: audio open error: No such file or directory
amixer: Mixer attach default error: No such file or directory
cat: /proc/asound/version: No such file or directory
cat: /proc/asound/modules: No such file or directory
cat: /proc/asound/pcm: No such file or directory
amixer: Mixer attach default error: No such file or directory
cat: /proc/asound/version: No such file or directory
cat: /proc/asound/modules: No such file or directory
cat: /proc/asound/pcm: No such file or directory
Running from command-line...
['/sbin/modprobe', '-r', 'snd']
None
/usr/share/system-config-soundcard/soundcard.py:120: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
/usr/share/system-config-soundcard/soundcard.py:302: GtkWarning: gtk_label_set_label: assertion `str != NULL' failed
  module_label2 = gtk.Label(_(card.driver))
/usr/share/system-config-soundcard/soundcard.py:479: DeprecationWarning: use gtk.ComboBox
  self.sub_device_menu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:531: DeprecationWarning: use gtk.ComboBox
  self.card_combo_menu = gtk.OptionMenu()
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
amixer: Mixer attach default error: No such file or directory
cat: /proc/asound/version: No such file or directory
cat: /proc/asound/modules: No such file or directory
cat: /proc/asound/pcm: No such file or directory
Running from command-line...
['/sbin/modprobe', '-r', 'snd']
None
/usr/share/system-config-soundcard/soundcard.py:120: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
/usr/share/system-config-soundcard/soundcard.py:302: GtkWarning: gtk_label_set_label: assertion `str != NULL' failed
  module_label2 = gtk.Label(_(card.driver))
/usr/share/system-config-soundcard/soundcard.py:479: DeprecationWarning: use gtk.ComboBox
  self.sub_device_menu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:531: DeprecationWarning: use gtk.ComboBox
  self.card_combo_menu = gtk.OptionMenu()
Running from command-line...
['/sbin/modprobe', '-r', 'snd']
None
/usr/share/system-config-soundcard/soundcard.py:120: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
  self.timer = gtk.timeout_add (100, self.checkStatus, self)
/usr/share/system-config-soundcard/soundcard.py:302: GtkWarning: gtk_label_set_label: assertion `str != NULL' failed
  module_label2 = gtk.Label(_(card.driver))
/usr/share/system-config-soundcard/soundcard.py:479: DeprecationWarning: use gtk.ComboBox
  self.sub_device_menu = gtk.OptionMthanks for advns.enu()
/usr/share/system-config-soundcard/soundcard.py:531: DeprecationWarning: use gtk.ComboBox
  self.card_combo_menu = gtk.OptionMenu()
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...
Wrong card index 0...

dats it. so plzz help me...


thanks for advns.
 
Old 10-02-2011, 01:17 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi aussie360, Welcome to LQ. Is this a full install? Were there any problems or errors during the install? Judging from that log it looks like the alsa packages aren't installed

Good luck. ;-)
 
Old 10-02-2011, 02:10 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Worse comes to worse you can boot to a fedora live cd and see if that works. If so you then know that it would be easy to get your device working since fedora and Oracle linux are so similar.
 
1 members found this post helpful.
Old 10-02-2011, 11:41 PM   #4
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Peacedog View Post
Hi aussie360, Welcome to LQ. Is this a full install? Were there any problems or errors during the install? Judging from that log it looks like the alsa packages aren't installed

Good luck. ;-)
full instal means...
there is no errors during installation.
can u tell me the packages, & where i should get it.


thanks for ur quick response..
 
Old 10-03-2011, 07:23 AM   #5
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
Worse comes to worse you can boot to a fedora live cd and see if that works. If so you then know that it would be easy to get your device working since fedora and Oracle linux are so similar.
but,i didnt have fedora live cd..
 
Old 10-03-2011, 08:05 AM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
seeing as Oracle Enterprise Linux is NOT free and you MUST have a contract with Oracle for it
Have you asked them ?

also sound on a headless server is not a big priority .
or is it a "desktop" install and not for the Oracle Database


Pay Oracle a lot of Cash and buy a license
or install something different .
 
0 members found this post helpful.
Old 10-03-2011, 01:25 PM   #7
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
seeing as Oracle Enterprise Linux is NOT free and you MUST have a contract with Oracle for it
Have you asked them ?

also sound on a headless server is not a big priority .
or is it a "desktop" install and not for the Oracle Database


Pay Oracle a lot of Cash and buy a license
or install something different .
i downloded the OEL in oracle site only, when u register in this site "https://edelivery.oracle.com/" then it is free .

im using OEL for oracle database and this question irrelevent to this topic.

thanks for ur response.
 
Old 10-04-2011, 08:12 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Please post the output from the following.

Code:
# rpm -qa | grep alsa
Which version of OEL?

Good luck. ;-)
 
Old 10-05-2011, 01:07 AM   #9
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Peacedog View Post
Please post the output from the following.

Code:
# rpm -qa | grep alsa
Which version of OEL?

Good luck. ;-)
Code:
[root@oel5 ~]# rpm -qa| grep alsa
alsa-lib-1.0.17-1.el5
alsa-utils-1.0.17-1.el5
alsa-lib-1.0.17-1.el5
alsa-lib-devel-1.0.17-1.el5
OEL Release5 Update5.
 
Old 10-05-2011, 07:18 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Looks like the packages are installed, let's see if the modules exist. Please post the result of the following.

Code:
$ ls -l /lib/modules/$(uname -r)/kernel/sound/pci
That command assumes a pci card. If you have a different type of card let us know.

Good luck. ;-)
 
Old 10-06-2011, 07:56 AM   #11
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Peacedog View Post
Looks like the packages are installed, let's see if the modules exist. Please post the result of the following.

Code:
$ ls -l /lib/modules/$(uname -r)/kernel/sound/pci
That command assumes a pci card. If you have a different type of card let us know.

Good luck. ;-)
Code:
# ls -l /lib/modules/2.6.18-194.el5/kernel/sound/pci

ac97       mixart               snd-bt87x.ko      snd-rme32.ko
ali5451    nm256                snd-cmipci.ko     snd-rme96.ko
au88x0     pcxhr                snd-cs4281.ko     snd-sonicvibes.ko
ca0106     riptide              snd-ens1370.ko    snd-via82xx.ko
cs46xx     rme9652              snd-ens1371.ko    snd-via82xx-modem.ko
ctxfi      snd-ad1889.ko        snd-es1938.ko     trident
echoaudio  snd-als300.ko        snd-es1968.ko     vx222
emu10k1    snd-als4000.ko       snd-fm801.ko      ymfpci
hda        snd-atiixp.ko        snd-intel8x0.ko
ice1712    snd-atiixp-modem.ko  snd-intel8x0m.ko
korg1212   snd-azt3328.ko       snd-maestro3.ko
 
Old 10-06-2011, 02:37 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this is a laptop and a red hat based distro was never meant to be ran on laptops
there are normally issues with running a distro meant for a headless server on laptops ( it was never designed for use on laptops)

the mouse pad
sound
graphics

all of them might need "special" custom software from the hardware manufacture

is there any output ( as in does the tool work) from

Code:
alsamixer
is the sound muted
that is normally the #1 problem


and have you asked oracle
you did buy the support contract ? right
it is not really a FREE os
you MUST buy a license
 
Old 10-06-2011, 04:39 PM   #13
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
According to their web site
Quote:
Red Hat Enterprise Linux Desktop is an attractive and highly productive environment for knowledge workers on desktops or laptops.
But RHEL (and hence, presumably, Oracle) is a bit sparing on driver support. On my desktop, I have no sound with Scientific Linux (pure RHEL) but I do get sound with CentOS (extra drivers). You could look for a suitable driver, or just run the database with a different Linux.
 
Old 10-06-2011, 08:32 PM   #14
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Alright, let's see the output from the following please.

Code:
$ /sbin/lspci -v
Let's see if we can determine your card so we can figure out if you have the proper module available.

Good luck. ;-)
 
Old 10-09-2011, 03:16 AM   #15
aussie360
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Peacedog View Post
Alright, let's see the output from the following please.

Code:
$ /sbin/lspci -v
Let's see if we can determine your card so we can figure out if you have the proper module available.

Good luck. ;-)
Code:
[root@oel5 ~]# /sbin/lspci -v
00:00.0 Host bridge: Intel Corporation Unknown device 0104 (rev 09)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Unknown device 0116 (rev 09) (prog-if 00 [VGA controller])
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at f6800000 (64-bit, non-prefetchable) [size=4M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at f000 [size=64]
        Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
        Capabilities: [d0] Power Management version 2
        Capabilities: [a4] #13 [0306]

00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at f7f0a000 (64-bit, non-prefetchable) [size=16]
        Capabilities: [50] Power Management version 3
    Capabilities: [8c] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-

00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, medium devsel, latency 0, IRQ 169
        Memory at f7f08000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] #13 [0306]

00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0, IRQ 5
        Memory at f7f00000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0
        Capabilities: [100] Virtual Channel
        Capabilities: [130] Unknown (5)

00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2

00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=06, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Prefetchable memory behind bridge: 00000000f1100000-00000000f1100000
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2

00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=09, subordinate=0a, sec-latency=0
        Memory behind bridge: f7e00000-f7efffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2

00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=0b, subordinate=0c, sec-latency=0
        Memory behind bridge: f7d00000-f7dfffff
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2

00:1c.7 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 8 (rev b5) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=11, subordinate=1f, sec-latency=0
        I/O behind bridge: 0000c000-0000dfff
        Memory behind bridge: f6c00000-f7cfffff
        Prefetchable memory behind bridge: 00000000f0000000-00000000f1000000
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2

00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, medium devsel, latency 0, IRQ 50
        Memory at f7f07000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port
        Capabilities: [98] #13 [0306]

00:1f.0 ISA bridge: Intel Corporation Unknown device 1c4b (rev 05)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 58
        I/O ports at f0b0 [size=8]
        I/O ports at f0a0 [size=4]
        I/O ports at f090 [size=8]
        I/O ports at f080 [size=4]
        I/O ports at f060 [size=32]
        Memory at f7f06000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
        Capabilities: [70] Power Management version 3
        Capabilities: [a8] #12 [0010]
        Capabilities: [b0] #13 [0306]

00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
        Subsystem: Dell Unknown device 04b0
        Flags: medium devsel, IRQ 3
        Memory at f7f05000 (64-bit, non-prefetchable) [size=256]
        I/O ports at f040 [size=32]

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0, IRQ 66
        I/O ports at e000 [size=256]
        Memory at f1104000 (64-bit, prefetchable) [size=4K]
        Memory at f1100000 (64-bit, prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable+
        Capabilities: [70] Express Endpoint IRQ 1
        Capabilities: [b0] MSI-X: Enable- Mask- TabSize=4
        Capabilities: [d0] Vital Product Data
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number 00-e0-4c-36-00-00-00-02
09:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
        Subsystem: Dell Unknown device 0205
        Flags: bus master, fast devsel, latency 0, IRQ 185
        Memory at f7e00000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
        Capabilities: [60] Express Legacy Endpoint IRQ 0
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Virtual Channel
        Capabilities: [160] Device Serial Number 12-14-24-ff-ff-17-15-00
        Capabilities: [170] Power Budgeting

0b:00.0 USB Controller: NEC Corporation Unknown device 0194 (rev 04) (prog-if 30)
        Subsystem: Dell Unknown device 04b0
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at f7d00000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [50] Power Management version 3
        Capabilities: [70] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-
        Capabilities: [90] MSI-X: Enable- Mask- TabSize=8
        Capabilities: [a0] Express Endpoint IRQ 0
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
        Capabilities: [150] Unknown (24)
 
  


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
Cannot play Sound in RedHat Enterprise Edition 5.1 chinna Red Hat 3 10-06-2011 08:22 AM
LXer: Oracle and Symantec Certify Veritas Data Center Solutions on Oracle(R) Enterprise Linux LXer Syndicated Linux News 0 07-18-2007 06:31 AM
LXer: Oracle(R) Database Standard Edition One and Oracle Enterprise Linux on HP Set New World Record for Price Performance with TPC-C Benchmark LXer Syndicated Linux News 0 06-12-2007 05:01 PM
Help meee!!!...."FAILED TO OPEN SOUND DEVICE. bisanshah Linux - Laptop and Netbook 2 01-09-2007 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:16 AM.

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