LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-15-2009, 06:07 AM   #1
aayudh
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Rep: Reputation: 0
sound card problem


Hi,

I am not able to turn my sound on.

This is what I am getting when i use 'soundon' command.

[code]
>soundon

/lib/modules/2.6.25/kernel/drivers/video/nvidia.ko is too large
/lib/modules/2.6.25/kernel/drivers/video/nvidia.ko is too large
/lib/modules/2.6.25/kernel/drivers/video/nvidia.ko is too large
Failed to disable conflicting sound drivers
Reboot and try running soundon again

Also check that you have not compiled sound support statically
into the kernel.
[\code]

when I click on the tray icon, I get this
"No volume control GStreamer plugins and/or devices found"


I have also recompiled my kernel image..recompiled the nvidia.ko but the problem still exists.

Can someone help me please ?
 
Old 01-15-2009, 09:27 AM   #2
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
I don't see how nvidia.ko can be sound related...

Are you still(looking at your previous posts) using Debian 4 (with alsa-base, alsa-utils and alsa-oss)?
What happens if you run alsaconf (as root)?

What is your sound card?

Last edited by jens; 01-15-2009 at 10:35 AM.
 
Old 01-15-2009, 11:50 PM   #3
aayudh
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
I am using debian (4?) with kernel version 2.6.25

I did not have those alsa stuff. So I installed them and ran alsaconf.
I get this message
"no legacy drivers available for your machine"

----------------------------------------------------------------
mkandula-linux:~# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
02:00.0 Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet Adapter (rev a0)
04:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

-------------------------------------------------------------

Last edited by aayudh; 01-15-2009 at 11:52 PM.
 
Old 01-19-2009, 01:11 PM   #4
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by aayudh View Post
I get this message
"no legacy drivers available for your machine"
Well, that's rather weird since you don't need any legacy drivers.

Quote:
Originally Posted by aayudh View Post
mkandula-linux:~# lspci
...
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
...
That device "should" work with plain snd-hda-intel

What happens if you load it manually (since alsaconf seems to have a problem identifying your actual device)?
 
Old 01-19-2009, 11:48 PM   #5
aayudh
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
hey,

I fixed this issue by compiling the kernel without statically linking the OSS lib (exactly what the warning said)

The OSS libs now get loaded as modules (.ko) .

The nvidia.ko is large warning comes every time during boot. Dont know why. But my sound is working
 
Old 01-21-2009, 12:03 PM   #6
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by aayudh View Post
hey,

I fixed this issue by compiling the kernel without statically linking the OSS lib (exactly what the warning said)

The OSS libs now get loaded as modules (.ko) .

The nvidia.ko is large warning comes every time during boot. Dont know why. But my sound is working
Ah...
But why did you enable that in first place (debian has both OSS and ALSA binaries and sources in the repos) ?

PS: same thing with nvidia.ko (the kernel part for your 3D display driver).

Your sound chipset should work with alsa(and it's OSS-compatibility) as well though.
...Not that their's anything wrong with good old OSS if your happy with it...(mostly less functionality).

Most people just go with the normal debian configurations and use that as a starter point (default distro kernel builds are already too bloated for my taste)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
general problem ... rhel 5 everything of sound card got configured but no sound raaki_88 Linux - Enterprise 3 08-13-2008 08:30 AM
fc6 sound card problem(SigmaTel STAC9200),no sound,who can help me? weller Linux - Laptop and Netbook 4 02-10-2008 08:19 AM
Sound problem at openSuSE 10.2. Sound card unidentified perfectly Fakhri Linux - Hardware 0 04-29-2007 10:01 PM
same old problem of nic card and sound card detection in 10.2 brgurung Slackware 8 03-29-2007 03:40 AM
Other problem with the sound in Mandrake - onboard sound card Swetko Linux - Hardware 24 06-19-2006 03:27 PM

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

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