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 |
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
01-23-2011, 07:51 PM
|
#16
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
We need more info. Please post the output of
Code:
cat /proc/asound/cards
and
Code:
cat /proc/asound/devices
as well as
Do you have a Fermi GPU?
Did you install the nvidia driver?
Are you running 32 or 64bit distro?
Can you please supply an nvidia-bug-report (see http://www.nvnews.net/vbulletin/showthread.php?t=46678)
Your first step is to make sure the alsa subsystem detects your HDMI subdevices then you can configure the system to output sound.
Last edited by lpallard; 01-23-2011 at 07:52 PM.
|
|
|
1 members found this post helpful.
|
01-24-2011, 02:00 AM
|
#17
|
|
Member
Registered: Jan 2011
Location: Estonia
Distribution: Debian Wheezy
Posts: 34
Rep:
|
cat /proc/asound/cards
Code:
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xe8044000 irq 46
cat /proc/asound/devices
Code:
2: : timer
3: : sequencer
4: [ 0- 0]: digital audio playback
5: [ 0- 0]: digital audio capture
6: [ 0- 1]: hardware dependent
7: [ 0- 0]: hardware dependent
8: [ 0] : control
uname -a
Code:
Linux laur-HP-Compaq-8510w 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux
Nvidia bugreport
ALSA report
Couldn't figure whether my card is of Fermi generation. I'd go with it's not:P
Yes, Nvidia driver:
Code:
NVRM version: NVIDIA UNIX x86 Kernel Module 260.19.06 Mon Sep 13 06:35:06 PDT 2010
GCC version: gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
32 bit system
Yes, guess i have enough info for configuration, but detecting hdmi device seems rather impossible.
Edit: tried also Ubuntu 11.04 alpha, no luck there either.
Thanks for support!
Last edited by layr; 01-24-2011 at 03:11 AM.
|
|
|
|
01-27-2011, 03:29 AM
|
#18
|
|
Member
Registered: Jan 2011
Location: Estonia
Distribution: Debian Wheezy
Posts: 34
Rep:
|
Bump.
|
|
|
|
01-27-2011, 04:44 PM
|
#19
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
Sorry I got busy and did not have a chance to post back...
I believe your card is not fermi architecture. It has the G84GL GPU and its basically the GF 8 series (G84). I dont see why a new kernel would not understand the G84 architecture. For myself, I have the new fermi architecture and the kernels prior to 2.6.35 would not handshake with the fermi hardware codecs so thats why sound did not work. Reading over the web for the Quadro cards prior to the new fermi architectures, people are recommending downgrading the driver to something like 180.XX or 190.XX... Have you tried that?
I think the kernel see the HDA nvidia controller's codecs fine...
I'd try downgrading to a previous release of the driver and post back.
|
|
|
|
01-27-2011, 04:58 PM
|
#20
|
|
Member
Registered: Jan 2011
Location: Estonia
Distribution: Debian Wheezy
Posts: 34
Rep:
|
Whoa, i've read loads of threads, everyone recommended upgrading drivers. Will try downgraded drivers (Y)
|
|
|
|
01-27-2011, 05:10 PM
|
#21
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
Upgrading or downgrading? You already almost have the latest revision (260.19.06?) The latest is 260.19.36
If I were you I would try the older version first and if it doesnt work, try the latest. If it still doesnt work, we know it is not the driver.
The audio counterpart of the hdmi in linux is really flaky.... My other ATI HD5570 card did not work very well either and my new GT430 card barely works..
|
|
|
|
01-28-2011, 10:41 AM
|
#22
|
|
Member
Registered: Jan 2011
Location: Estonia
Distribution: Debian Wheezy
Posts: 34
Rep:
|
No luck, ver 173 didn't make it. 'aplay -l' still doesn't recognise HDMI device.
|
|
|
|
01-28-2011, 03:08 PM
|
#23
|
|
Member
Registered: Jan 2011
Location: Estonia
Distribution: Debian Wheezy
Posts: 34
Rep:
|
Quote:
Originally Posted by moromendas01
It may be hdmi capable merely the manufacturer simply accosted the feature in the video card and didn't connect it to the outside world.
|
Nope, that ain't the case, since everything works OTB in WinXP.
|
|
|
|
01-28-2011, 04:28 PM
|
#24
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
have you tried the latest driver? if so and it did not work, it sounds like a kernel issue...upgrade to 2.6.36 or .37 and post back.
|
|
|
|
03-25-2011, 11:39 AM
|
#25
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,693
|
Quote:
Originally Posted by business_kid
It may (Like my laptop's) be hdmi capable but the manufacturer (HP) simply nobbled the feature in the video card and didn't connect it to the outside world.
|
Quote:
Originally Posted by moromendas01
It may be hdmi capable merely the manufacturer simply accosted the feature in the video card and didn't connect it to the outside world.
|
Moromendas01's reason for posting was not to participate, share information, or to help anyone. It was attach his spam sig. To disguise his intention, he generated the body of his post by plagiarizing one from earlier in the thread. To disguise the plagiarism, he changed a couple of words in what he plagiarized.
Moromendas01 has never posted anything that he wrote himself. Every single one of his posts were generated by plagiarizing someone else. Why? To spam.
Last edited by dugan; 03-25-2011 at 11:42 AM.
|
|
|
1 members found this post helpful.
|
03-25-2011, 04:33 PM
|
#26
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
Quote:
Moromendas01's reason for posting was not to participate, share information, or to help anyone. It was attach his spam sig. To disguise his intention, he generated the body of his post by plagiarizing one from earlier in the thread. To disguise the plagiarism, he changed a couple of words in what he plagiarized.
Moromendas01 has never posted anything that he wrote himself. Every single one of his posts were generated by plagiarizing someone else. Why? To spam.
|
Seems to be the case. I searched for ALL posts from moromendas01 from the search tool and every single result I've found were copy-paste of an earlier post, sometimes even completely off-topic with synonyms to slightly change the form of the sentence. I think its a spam robot. What about a ban?
|
|
|
|
03-25-2011, 05:34 PM
|
#27
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,693
|
Quote:
Originally Posted by lpallard
What about a ban?
|
Done.
BTW, did you find sources for his posts in the "Tough Book" and "Debian Squeeze" threads? Those are about the only two for which I wasn't able to prove anything.
Last edited by dugan; 03-25-2011 at 05:43 PM.
|
|
|
|
03-25-2011, 11:59 PM
|
#28
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 856
Rep:
|
Good!
I believe what you asked:
Tough book thread: http://www.linuxquestions.org/questi...screen-485053/
Aziscoos wrote at post #14:
Quote:
|
It switched the touchpad to absolute position mode, (Horribly unusable, jumpy mouse pointer, not recommended) but the touchscreen gave no response or output that I could find. Incidentally, I have found no evidence that it works with the CF-18 either, and I believe it produces the same result as it does on the CF-29. See the kernel bug report mentioned above.
|
While at post #212 moromendas01 replied with:
Quote:
|
It changed the touchpad to absolute position mode, but the touchscreen gave no response or output that I could determine. Incidentally, I have detected no evidence that it works with the CF-18 either, as well as I conceive it produces the same result as it does on the CF-29.
|
Debian squeeze thread: http://www.linuxquestions.org/questi...l-wine-853542/
Zafarax wrote in his post #4:
Quote:
|
I had the same trouble when I (unsuccessfully) tried to get Skype working a while ago. I think I may have broken something but I'm not competent enough to determine what exactly.
|
While at post #59 moromendas01 said:
Quote:
|
I had the same trouble when I tried to get Skype working a while ago. I believe I may have broken something but I'm not competent enough to determine what exactly.
|
Pretty clear to me thats plagiarizing... If its not a spam robot or some kind of PITA spam server its somebody that needs a life...
Last edited by lpallard; 03-26-2011 at 12:02 AM.
|
|
|
|
07-30-2011, 03:45 AM
|
#29
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
I got it working using what dimm0k said.
One thing that may help is to make sure the media player outputs to the right device.
For example:
Code:
bash-4.1$ cat /proc/asound/pcm
00-00: ALC269VB Analog : ALC269VB Analog : playback 1 : capture 1
01-03: HDMI 0 : HDMI 0 : playback 1
Then I run:
Code:
mplayer -ao alsa:device=hw=1.3 movie.avi
to have the audio go to HDMI.
Thanks again for the rest, otherwise it wouldn't work. I also had to make hda-intel a module in the kernel.
|
|
|
|
12-24-2011, 08:57 PM
|
#30
|
|
Member
Registered: Apr 2011
Distribution: Slackware 14, Linux 3.2.29 x86_64
Posts: 143
Rep:
|
One HDMI falls-back to analog, the other doesn't; none produce audio in TV
Quote:
Originally Posted by dimm0k
Whenever I play audio, it is coming out of the notebook's speakers rather than the speakers connected to the monitor; speakers are actually part of the monitor. In KDE's system settings for multimedia, there's a test option for output devices. The one for HDA Intel works fine and plays through the notebook's speakers. Running the test for the HDA NVidia yields no sound whatsoever. I feel like I am missing something... any suggestions?
|
I have a fallback to analog (internal) sound issue whenever I select one of my HDMI devices but there is no fallback to the analog ALC272 device whenever I choose the other, nor is there any audio coming from the TV to which I am connected via HDMI. My "aplay -l" is:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:47 PM.
|
|
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
|
|