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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-09-2006, 12:41 AM
|
#1
|
Member
Registered: Apr 2006
Posts: 280
Rep:
|
Intel Sound card -- can't tell if it's recognized
Hi, I'm getting no sound at all from a new install of Kubuntu 5.10. My hardware seems to be recognized (?) but I'm not even sure. This is what I get...
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC880 Analog [ALC880 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
$ lspnp -v
lspnp: /proc/bus/pnp not available
$ lspci -v
(...)
0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definiti
on Audio Controller (rev 03)
Subsystem: Intel Corp.: Unknown device e201
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at ff43c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <available only to root>
If anyone could shed any light on this it would be a huge help, I'm fairly clueless after puzzling over it for many hours. Thanks
|
|
|
05-09-2006, 01:05 AM
|
#2
|
Member
Registered: Aug 2005
Location: India
Distribution: Gentoo
Posts: 43
Rep:
|
do you have the alsa drivers installed.. paste the output of lsmod in here will ya... also a common problem is muted hardware devices. please check that thro alsamixer if so unmmute it ans save the mixer volume it..
|
|
|
05-09-2006, 08:14 AM
|
#3
|
Member
Registered: Apr 2006
Posts: 280
Original Poster
Rep:
|
Thanks for your response...I think I have the alsa drivers installed (I've installed all of the alsa packages). Also the speakers are not muted, I've checked and all of the levels are up. lsmod gives me:
$ lsmod
Module Size Used by
i915 17920 1
drm 58004 2 i915
rfcomm 34972 0
l2cap 22404 5 rfcomm
bluetooth 43012 4 rfcomm,l2cap
speedstep_lib 4228 0
cpufreq_userspace 4444 0
cpufreq_stats 5124 0
freq_table 4484 1 cpufreq_stats
cpufreq_powersave 1920 0
cpufreq_ondemand 5916 0
cpufreq_conservative 6820 0
video 16004 0
tc1100_wmi 6916 0
sony_acpi 5516 0
pcc_acpi 11392 0
hotkey 9508 0
dev_acpi 11396 0
i2c_acpi_ec 5760 0
i2c_core 19728 1 i2c_acpi_ec
button 6672 0
battery 9604 0
container 4608 0
ac 4996 0
ipv6 217408 6
af_packet 20232 2
tsdev 7616 0
floppy 52692 0
pcspkr 3652 0
rtc 11832 0
tpm_nsc 6528 0
tpm 9504 1 tpm_nsc
snd_hda_intel 15872 1
snd_hda_codec 72064 1 snd_hda_intel
snd_pcm_oss 46368 0
snd_mixer_oss 16128 1 snd_pcm_oss
snd_pcm 78344 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 21764 1 snd_pcm
snd 48644 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixe
r_oss,snd_pcm,snd_timer
soundcore 9184 1 snd
snd_page_alloc 10120 2 snd_hda_intel,snd_pcm
shpchp 80612 0
pci_hotplug 24628 1 shpchp
intel_agp 21276 1
agpgart 32328 3 drm,intel_agp
dm_mod 50364 1
evdev 9088 0
psmouse 26116 0
mousedev 10912 1
parport_pc 31812 1
lp 11460 0
parport 32072 2 parport_pc,lp
md 40656 0
ext3 115976 1
jbd 48536 1 ext3
thermal 13192 0
processor 23100 1 thermal
fan 4740 0
usbhid 30688 0
e100 32768 0
mii 5248 1 e100
ehci_hcd 29448 0
uhci_hcd 28048 0
usbcore 104188 4 usbhid,ehci_hcd,uhci_hcd
sd_mod 17424 3
ide_cd 36996 0
cdrom 33952 1 ide_cd
ide_generic 1664 0
ata_piix 9476 5
libata 47876 1 ata_piix
scsi_mod 124872 2 sd_mod,libata
piix 9476 1
ide_core 125268 3 ide_cd,ide_generic,piix
unix 24624 460
vesafb 8088 0
capability 5000 0
commoncap 6784 1 capability
vga16fb 12232 1
vgastate 8320 1 vga16fb
softcursor 2432 2 vesafb,vga16fb
cfbimgblt 2944 2 vesafb,vga16fb
cfbfillrect 3840 2 vesafb,vga16fb
cfbcopyarea 4480 2 vesafb,vga16fb
fbcon 34176 72
tileblit 2560 1 fbcon
font 8448 1 fbcon
bitblit 5248 1 fbcon
Thanks again, much appreciated
|
|
|
05-09-2006, 08:27 AM
|
#4
|
Member
Registered: Aug 2005
Location: India
Distribution: Gentoo
Posts: 43
Rep:
|
Quote:
Originally Posted by ErrorBound
snd_hda_intel 15872 1
snd_hda_codec 72064 1 snd_hda_intel
snd_pcm_oss 46368 0
snd_mixer_oss 16128 1 snd_pcm_oss
snd_pcm 78344 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 21764 1 snd_pcm
snd 48644 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixe
r_oss,snd_pcm,snd_timer
soundcore 9184 1 snd
snd_page_alloc 10120 2 snd_hda_intel,snd_pcm
|
I think you got both alsa drivers and OSS drivers installed. Is it so ?? have you installed alsa as kernel module or external drivers. if external modules checl for oss support in kernel and remove that. and i dont ask you to check wether the spekers are nuted or not. i meant there is a tol called alsamixer which sets the mixeer volumes. also unmute themand save. thought i got a little confused there with teh speker volumes )
|
|
|
05-09-2006, 12:37 PM
|
#5
|
Member
Registered: Apr 2006
Posts: 280
Original Poster
Rep:
|
How do I check for OSS support in kernel?
|
|
|
05-09-2006, 01:58 PM
|
#6
|
Member
Registered: Apr 2006
Posts: 280
Original Poster
Rep:
|
Also, I did use alsamixer to check the levels, sorry for the confusion
|
|
|
05-09-2006, 02:09 PM
|
#7
|
Member
Registered: Apr 2006
Posts: 280
Original Poster
Rep:
|
...do sound cards need to be mounted?
|
|
|
All times are GMT -5. The time now is 10:12 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
|
|