You are not logged in.
Pages: 1
I tried the new kernel from the testing repo and it seems as it messed up my sound.
the sound was okay until i upgraded the kernel then alsa complained:
Unknown hardware: "HDA-Intel" "IDT 92HD81B1X5" "HDA:111d7605,103c308f,00100402" "0x103c" "0x308f"
Hardware is initialized using a guess method
that comes from "alsactl init"
i tried alsaconf and it didn't seem to work, i also tried to add various lines into /etc/modprobe.d/alsa.conf and it didnt seemed to help at all..
right now i get really jittery sound coming out of my pc.
am i missing something?
Offline
well, i guess it is working.
it's just the BEEP sound of BIOS that sounds like crap now
Offline
When I upped to 2.6.31 I had to redo the alsa setup as well, I think the underlying kernel drivers for my card changed round... just re-follow the wiki directions on alsa.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Please post your lsmod output too
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Please post your lsmod output too
Module Size Used by
cifs 237660 2
vfat 11132 0
fat 53052 1 vfat
ipv6 279764 18
snd_seq_dummy 2720 0
snd_seq_oss 31232 0
snd_seq_midi_event 7036 1 snd_seq_oss
snd_seq 53808 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 6792 3 snd_seq_dummy,snd_seq_oss,snd_seq
uvcvideo 61576 0
videodev 37088 1 uvcvideo
v4l1_compat 15712 2 uvcvideo,videodev
snd_hda_codec_idt 62244 1
snd_pcm_oss 40320 0
snd_mixer_oss 17564 1 snd_pcm_oss
snd_hda_intel 27528 0
snd_hda_codec 72700 2 snd_hda_codec_idt,snd_hda_intel
fan 4448 0
snd_hwdep 7712 1 snd_hda_codec
joydev 10496 0
snd_pcm 74464 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 21156 2 snd_seq,snd_pcm
iTCO_wdt 11072 0
iTCO_vendor_support 3136 1 iTCO_wdt
thermal 13912 0
wmi 6600 0
snd 58820 11 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_idt,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
battery 10816 0
uhci_hcd 23564 0
soundcore 6944 1 snd
snd_page_alloc 8868 2 snd_hda_intel,snd_pcm
ac 4224 0
button 5612 0
ehci_hcd 36620 0
i2c_i801 9616 0
loop 15336 0
usbcore 154000 4 uvcvideo,uhci_hcd,ehci_hcd
fuse 64888 4
psmouse 59764 0
sg 27728 0
evdev 10240 17
atl1c 32128 0
serio_raw 5792 0
wl 1280768 0
lib80211_crypt_tkip 9308 0
lib80211 5856 2 wl,lib80211_crypt_tkip
acpi_cpufreq 8648 0
freq_table 3740 1 acpi_cpufreq
processor 36076 3 acpi_cpufreq
rtc_cmos 11344 0
rtc_core 17976 1 rtc_cmos
rtc_lib 2524 1 rtc_core
ext4 333984 1
mbcache 7104 1 ext4
jbd2 81984 1 ext4
crc16 1660 1 ext4
sd_mod 28344 4
ata_generic 4704 0
pata_acpi 4252 0
ata_piix 23268 3
libata 168812 3 ata_generic,pata_acpi,ata_piix
scsi_mod 112404 3 sg,sd_mod,libata
i915 232744 2
drm 156128 2 i915
i2c_algo_bit 5888 1 i915
i2c_core 21808 5 videodev,i2c_i801,i915,drm,i2c_algo_bit
video 20116 1 i915
output 2908 1 video
intel_agp 28348 1
agpgart 32660 2 drm,intel_agp
right now sound works okay but it's just the "BEEP" of the computer which sounds awfull.
i have to disable the "Beep" via alsamixer so i won't hear it everytime i backspace on a terminal or when shutting down.
so this is the only "problem"
Offline
Did you blacklist the proper drivers in your rc.conf?
And please, when posting lots of output use a code quotation or a pastebin.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Pages: 1