LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   bad sound quality (https://www.linuxquestions.org/questions/linux-hardware-18/bad-sound-quality-535558/)

mathghost 03-07-2007 09:39 PM

bad sound quality
 
I am using ubuntu edgy 6.10. My sound card is Intel AC'97.
The loudness I get in linux (ubuntu/opensuse) with master volume 80% is same as that I get in windows with volume 11%. Moreover, in windows I get very smooth sound, in linux, the sound is harsh, unpleasant. The mov files show unbearably bad (rough) sound quality, even if the same files work very fine under windows.
I give you the output of lsmod command :
Code:

saurav@saurav:~$ lsmod
Module                  Size  Used by
binfmt_misc            13448  1
rfcomm                42260  0
l2cap                  27136  5 rfcomm
bluetooth              53476  4 rfcomm,l2cap
i915                  21632  2
drm                    74644  3 i915
speedstep_lib          5764  0
cpufreq_userspace      5408  0
cpufreq_stats          7744  0
freq_table              6048  1 cpufreq_stats
cpufreq_powersave      2944  0
cpufreq_ondemand        8876  0
cpufreq_conservative    8712  0
video                  17540  0
tc1100_wmi              8324  0
sony_acpi              6412  0
sbs                    16804  0
pcc_acpi              14080  0
i2c_ec                  6272  1 sbs
hotkey                11556  0
dev_acpi              12292  0
container              5632  0
button                  7952  0
battery                11652  0
asus_acpi              17688  0
ac                      6788  0
ieee80211              35272  0
ieee80211_crypt        7552  1 ieee80211
af_packet              24584  0
nls_iso8859_1          5248  2
nls_cp437              6912  2
vfat                  14720  2
fat                    56348  1 vfat
lp                    12964  0
tsdev                  9152  0
snd_intel8x0          36252  1
snd_ac97_codec        106404  1 snd_intel8x0
ac97_bus                3456  1 snd_ac97_codec
snd_pcm_oss            47616  0
snd_pcm                85764  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_mixer_oss          19584  1 snd_pcm_oss
snd_seq_dummy          5124  0
snd_seq_oss            38016  0
snd_seq_midi            9984  0
snd_rawmidi            27136  1 snd_seq_midi
8139cp                24832  0
8139too                29056  0
mii                    6912  2 8139cp,8139too
psmouse                41352  0
evdev                  11392  1
snd_seq_midi_event      8960  2 snd_seq_oss,snd_seq_midi
snd_seq                59760  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              25220  2 snd_pcm,snd_seq
snd_seq_device          9996  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
hw_random              7320  0
shpchp                42144  0
pci_hotplug            32828  1 shpchp
serio_raw              8452  0
pcspkr                  4352  0
parport_pc            37796  1
parport                39496  2 lp,parport_pc
floppy                63044  0
snd                    62856  13 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              11232  1 snd
snd_page_alloc        11656  2 snd_intel8x0,snd_pcm
i2c_i810                6276  0
i2c_algo_bit          10376  1 i2c_i810
i2c_core              23424  2 i2c_ec,i2c_algo_bit
intel_agp              26012  1
agpgart                34888  3 drm,intel_agp
ext3                  142728  1
jbd                    62228  1 ext3
ehci_hcd              34696  0
uhci_hcd              24968  0
usbcore              134912  3 ehci_hcd,uhci_hcd
ide_generic            2432  0
ide_cd                33696  0
cdrom                  38944  1 ide_cd
ide_disk              18560  5
piix                  11780  1
generic                5764  0
thermal                15624  0
processor              31560  1 thermal
fan                    6020  0
fbcon                  41504  0
tileblit                3840  1 fbcon
font                    9344  1 fbcon
bitblit                7168  1 fbcon
softcursor              3328  1 bitblit
vesafb                  9244  0
capability              5896  0
commoncap              8704  1 capability
saurav@saurav:~$

I tried changing settings by alsamixer, but it didn't help me.

Can anybody help me, please?
Thanks

GrapefruiTgirl 03-17-2007 02:13 PM

You could try to find out if your motherboard contains one of the C-media audio chipsets. Do some googling, or check with the motherboard manufacturer and get a spec sheet of some sort.
If you have a C-media sound device, try using that driver instead of ALSA.
I was using ALSA for my AC97 sound system with no trouble, but out of experimentation, and after discovering that I had the C-media chip, I installed the C-Media driver kernel module and have been using it ever since.
My board, for reference, is an MSI 6580 with an Intel 845PE chipset.


All times are GMT -5. The time now is 03:08 PM.