LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Realtek High Definition audio not wokring on fedora core 6 (https://www.linuxquestions.org/questions/linux-hardware-18/realtek-high-definition-audio-not-wokring-on-fedora-core-6-a-506308/)

nightshade_1977 11-30-2006 02:48 PM

Realtek High Definition audio not wokring on fedora core 6
 
I am brand new to linux and have installed FC6 on a Compaq Presario model sr1319rs
I have no audio when I try soundcard detection I get the audio config saying the folowing audio device was detected

Vendor: Intel:
Model: 82801fb/fbm/fr/frw (ICH6 family) high definition audio Controller
Module: snd-hda-intel

I click the cound test and get no sound but I also get no error it plays as far as the config is concerned


also PCM device listed is ALC880 Analog with no other options

any help would be great as I said I am new to linux and not realy sure what I doing here

thanx

GrueMaster 11-30-2006 09:27 PM

Could you post the following pices of information?

lspci -s 0:1b -vn
cat /proc/asound/version
cat /proc/asound/card0/codec*

These three things will help determine your next step (which should be as simple as adding your subdevice id to the driver).

You could also try to load the sound module with different model parameters. Here is a list of parameters for that codec:
ALC880
3stack 3-jack in back and a headphone out
3stack-digout 3-jack in back, a HP out and a SPDIF out
5stack 5-jack in back, 2-jack in front
5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
6stack 6-jack in back, 2-jack in front
6stack-digout 6-jack with a SPDIF out
w810 3-jack
z71v 3-jack (HP shared SPDIF)
asus 3-jack (ASUS Mobo)
asus-w1v ASUS W1V
asus-dig ASUS with SPDIF out
asus-dig2 ASUS with SPDIF out (using GPIO2)
uniwill 3-jack
F1734 2-jack
lg LG laptop (m1 express dual)
lg-lw LG LW20/LW25 laptop
tcl TCL S700
clevo Clevo laptops (m520G, m665n)
test for testing/debugging purpose, almost all controls can be
adjusted. Appearing only when compiled with
$CONFIG_SND_DEBUG=y
auto auto-config reading BIOS (default)

To try them, open a console window, type "su" to login as root (it will prompt you for the root password), then type "rmmod snd-hda-intel;modprobe snd-hda-intel model=<model from list>" (replace <model from list> with a model name, ex: model=clevo).

If you find one that works for both audio out (speakers, headphones, speaker mute when using headphones), and recording (all mic jacks you can test), then add that info to this thread so I can add the correct entry into the driver. Chances are that it is already fixed in a newer driver release.

Tobin

nightshade_1977 12-01-2006 09:40 AM

here is the info you asked for also just as another note here I was not able to do this from su mode I had to log in as root when I tried from my logon I got this

[root@localhost brandon]# lspci -s 0:1b -vn
bash: lspci: command not found

not sure if this is a problem or not but I thought I would add that in

also mmod from root did not work same error as above as shown below

[root@localhost ~]# lspci -s 0:1b -vn
00:1b.0 0403: 8086:2668 (rev 03)
Subsystem: 103c:2a09
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at cfe38000 (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



[root@localhost ~]# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).


[root@localhost ~]# cat /proc/asound/card/codec*
cat: /proc/asound/card/codec*: No such file or directory


[root@localhost ~]# mmod snd-hda-intel;modprobe snd-hda-intel model=asus
bash: mmod: command not found

[root@localhost ~]# mmod snd-hda-intel;modprobe snd-hda-intel model=HP
bash: mmod: command not found



thanx

I'm really impressed with the support from the linux community
thanx to all who will help in the experiment into linux

GrueMaster 12-01-2006 12:29 PM

The command that I gave you is rmmod (r m m o d - without the spaces). Hard to read with the font on this site.

I also looked at the current alsa source code. Your system is currently supported in later versions of alsa. Try downloading and building this version: ftp://ftp.suse.com/pub/projects/alsa...061129.tar.bz2

nightshade_1977 12-02-2006 08:09 PM

well I thank you for the help but I have reinstalled with kubuntu
after I installed gftp fc6 was hosed not sure why but after all the problems I thought maybe I should try another distro

Brian1 01-01-2007 11:03 AM

Does sound work under kunbuntu?
If so post output from
/sbin/lspci
/sbin/lsmod


For the lspci command you need to use as /sbin/lspci since default fedora users do not have /sbin in thier path.

Brian

nightshade_1977 01-05-2007 04:27 PM

sound did work on kubuntu
after trying it out for a while I did not care for that distro
so I have changed now to suse 10.1 using the gnome desktop and
I've had only a few hardware problems the biggest one was for
a TV card that I can't get working
for now I'm dual booting w/ XP to run the TV card
I can post the lspci and lsmod if needed but I'm at work and
can't do it right now

Thank you Brian1 and Gruemaster for your help

damiendusha 01-05-2007 04:46 PM

Quote:

Originally Posted by nightshade_1977
I've had only a few hardware problems the biggest one was for
a TV card that I can't get working

Which TV Card? Have you gotten it working?

Brian1 01-06-2007 01:20 PM

If you get a chance please post the lspci and lsmod info. Just to make sure what I am looking at is the same.

Thanks for the info nightshade_1977
Brian

Fox_MS 04-01-2007 10:04 AM

Quote:

Originally Posted by nightshade_1977
I am brand new to linux and have installed FC6 on a Compaq Presario model sr1319rs
I have no audio when I try soundcard detection I get the audio config saying the folowing audio device was detected

Vendor: Intel:
Model: 82801fb/fbm/fr/frw (ICH6 family) high definition audio Controller
Module: snd-hda-intel

I click the cound test and get no sound but I also get no error it plays as far as the config is concerned


also PCM device listed is ALC880 Analog with no other options

any help would be great as I said I am new to linux and not realy sure what I doing here

thanx


I have the same problem with my new LGLS7 laptop. I have sound only when I use the headphones and can't have it to the speakers. I have tried all I can and now I am stack. Please help.

Here is some info about my system:

msc:/home/jhabarulema # lspci -s 0:1b -vn
00:1b.0 Class 0403: 8086:2668 (rev 04)
Subsystem: 1854:0028
Flags: bus master, fast devsel, latency 0, IRQ 185
Memory at b0000000 (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

and

msc:/home/jhabarulema # cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.11rc3 (Sun Jan 22 09:27:15 2006 UTC).

msc:/home/jhabarulema # cat /proc/asound/card0/codec*
Codec: C-Media CMI9880
Address: 0
Vendor Id: 0x13f69880
Subsystem Id: 0x281854
Revision Id: 0x100400
Default PCM: rates 0x540, bits 0x0e, types 0x1
Default Amp-In caps: N/A
Default Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Node 0x03 [Audio Output] wcaps 0x405: Stereo Amp-Out
Amp-Out caps: N/A
Amp-Out vals: [0x00 0x00]
Power: 0x0
Node 0x04 [Audio Output] wcaps 0x405: Stereo Amp-Out
Amp-Out caps: N/A
Amp-Out vals: [0x00 0x00]
Power: 0x0
Node 0x05 [Audio Output] wcaps 0x405: Stereo Amp-Out
Amp-Out caps: N/A
Amp-Out vals: [0x00 0x00]
Power: 0x0
Node 0x06 [Audio Output] wcaps 0x405: Stereo Amp-Out
Amp-Out caps: N/A
Amp-Out vals: [0x00 0x00]
Power: 0x0
Node 0x07 [Audio Output] wcaps 0x615: Stereo Digital Amp-Out
Amp-Out caps: N/A
Amp-Out vals: [0x00 0x00]
PCM: rates 0x000, bits 0x00, types 0x5
Power: 0x0
Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x1e, stepsize=0x05, mute=1
Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
PCM: rates 0x160, bits 0x02, types 0x0
Power: 0x0
Connection: 9
0x0b 0x0c 0x0d 0x0e 0x0f 0x10* 0x11 0x1f 0x20
Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
Amp-In caps: ofs=0x00, nsteps=0x1e, stepsize=0x05, mute=1
Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
PCM: rates 0x160, bits 0x02, types 0x0
Power: 0x0
Connection: 9
0x0b 0x0c 0x0d 0x0e 0x0f 0x10* 0x11 0x1f 0x20
Node 0x0a [Audio Input] wcaps 0x100791: Stereo Digital
PCM: rates 0x160, bits 0x0e, types 0x0
Power: 0x0
Connection: 1
0x13
Node 0x0b [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x01014010: [Jack] Line Out at Ext Rear
Conn = 1/8, Color = Green
Pin-ctls: 0xc0: OUT HP
Power: 0x0
Connection: 1
0x03
Node 0x0c [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x01813000: [Jack] Line In at Ext Rear
Conn = 1/8, Color = Blue
Pin-ctls: 0x20: IN
Power: 0x0
Connection: 1
0x04
Node 0x0d [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x01a15000: [Jack] Mic at Ext Rear
Conn = 1/8, Color = Red
Pin-ctls: 0x24: IN
Power: 0x0
Connection: 1
0x05
Node 0x0e [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x081033f: IN OUT HP
Pin Default 0x90a11100: [Fixed] Mic at Int N/A
Conn = 1/8, Color = Black
Pin-ctls: 0xc0: OUT HP
Power: 0x0
Connection: 1
0x06
Node 0x0f [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x02214000: [Jack] HP Out at Ext Front
Conn = 1/8, Color = Green
Pin-ctls: 0xc0: OUT HP
Power: 0x0
Connection: 4
0x03* 0x04 0x05 0x06
Node 0x10 [Pin Complex] wcaps 0x400581: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x02a15000: [Jack] Mic at Ext Front
Conn = 1/8, Color = Red
Pin-ctls: 0x24: IN
Power: 0x0
Connection: 4
0x03* 0x04 0x05 0x06
Node 0x11 [Pin Complex] wcaps 0x400001: Stereo
Pincap 0x0863: IN
Pin Default 0x19330000: [Jack] CD at Int ATAPI
Conn = ATAPI, Color = Unknown
Pin-ctls: 0x00:
Node 0x12 [Pin Complex] wcaps 0x400301: Stereo Digital
Pincap 0x0810: OUT
Pin Default 0x01450000: [Jack] SPDIF Out at Ext Rear
Conn = Optical, Color = Unknown
Pin-ctls: 0x40: OUT
Connection: 1
0x07
Node 0x13 [Pin Complex] wcaps 0x400281: Stereo Digital
Pincap 0x0830: IN OUT
Pin Default 0x41150000: [N/A] Speaker at Ext Rear
Conn = Optical, Color = Unknown
Pin-ctls: 0x00:
Node 0x14 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x17 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x18 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x19 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1a [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1b [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1d [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1e [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x1f [Pin Complex] wcaps 0x400181: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x90111100: [Fixed] Speaker at Int N/A
Conn = 1/8, Color = Black
Pin-ctls: 0xc0: OUT HP
Connection: 4
0x03 0x04 0x05* 0x06
Node 0x20 [Pin Complex] wcaps 0x400181: Stereo
Pincap 0x0833f: IN OUT HP
Pin Default 0x01813000: [Jack] Line In at Ext Rear
Conn = 1/8, Color = Blue
Pin-ctls: 0xc0: OUT HP
Connection: 4
0x03 0x04* 0x05 0x06
Node 0x21 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x22 [Vendor Defined Widget] wcaps 0xf00000: Mono
Node 0x23 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out
Amp-Out caps: ofs=0x0f, nsteps=0x0f, stepsize=0x0b, mute=1
Amp-Out vals: [0x0f]
Codec: Generic 11c1 Si3054
Address: 1
Vendor Id: 0x11c13026
Subsystem Id: 0x11c13026
Revision Id: 0x100700


Please Help

Thanks

GrueMaster 04-01-2007 11:20 AM

Fox_MS: You actually have a different situation. You have a different sound chip entirely. What I recommend for you, based on your post, is to download, build, and install the alsa-driver-1.0.14rc3 version, then try loading the new driver with the following options:

modprobe snd-hda-intel model=<model>

where <model> is one of:

minimal
min_fp
full
full_dig
allout
auto


If one of these options works for all your sound ports, let me know and I'll add your system to the driver.

Fox_MS 04-02-2007 09:09 AM

GrueMaster

Thank you very much for your reply. I have done as you said and tried all the above model options still it does not work. I am not sure if I am supposed to do alsaconf after modprobe snd-hda-intel model=<model>? I tried all that too but nothing worked. Just for information, I built the alsa-drivers with the following options

./configure --with-cards=hda-intel --with-sequencer=yes

could that be a problem?

I must confess this thing has frustrated me enough now especially that I have tried different distributions like kubuntu, Mandriva and now Suse and none of them want to work.

The sound works well on windows but for whatever reason it doesn't want to work on linux.

GrueMaster 04-02-2007 10:41 AM

Try rebuilding with "./configure --with-cards=hda-intel --with-debug=detect". Then, after you load the driver, type "dmesg | fgrep ALSA" to see what debugging info the driver kicks out.

Fox_MS 04-03-2007 09:45 AM

For whatever reason, "dmesg | fgrep ALSA" is not giving me anything.

I have used the option as you gave me above but still it does not work with all the options allout, auto etc.

I am not giving up yet.... I am sure there is just a way it can be sorted out. I really thank you for your help and will continue to look out incase there is something else I can do.

Many thanks

Fox_MS 04-27-2007 09:27 AM

I Still haven't solved my problem and it is frustrating me every day. I still think there is a solution to the problem honestly. But I can't just see what it is. I mean if the system is playing sound on the windows which means the physical connections inside my computer are okay. So it is just a software driver problem which should have a straight forward solution.

Please if there is any one who can help.... please help


All times are GMT -5. The time now is 04:12 AM.