Linux - HardwareThis 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.
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.
I have a SB AWE 64 pci card. On windows it works fine.
But on linux i first tryed using it with ess... then i merged to OSS to see if the problem got solved.. but i still have the problem...
The problem is that i can hear music, etc.. sound works but sound quality is very poor! i constantly hear cracks, speaker "bad" sounds, etc... this happens with any app that uses sound(xmms, mpg123,etc)
I have debian woody 3.
It's not speaker probs cause on windows it works fine.
Now I wonder if this is the same problem I have?
I am running Mandrake 9
on an AMD machine (Duron750)
es1371 card (Soundblaster PCI128)
and I have tried both ALSA and OSS options and I get something I havent heard since win95 and that excellent game Theme Park.
when playing sounds, I sometimes get a tapping sound , like someone rapidly tapping a microphone, while at the same time it distorts the sound.
This happens constantly on DVD playback using OGLE
it happens with a lot of system activity when playing music files.
I wondered if tweaking DMA's for the DVD drive and Hard disks would help, but havent had time to start playing with those things yet.
I would be grateful if anyone could steer me in the right direction on this, as I am not completely sure.
You probably sorted this out long ago... but just in case...
I had the same problem as you, when first getting my sound card going under KDE. Everthing worked fine when running X under root (not really recommended!), but when I logged in as myself under KDE, I got an aRTs warning or error saying something like:
"Cannot run soundserver with realtime priority... etc. ... run arts(whatever) as root..."
and the sound was horrible!
You might like to run the Sound System - KDE Control Module to check your settings...
K > Configuration > KDE > Sound > Sound System (via my menu when running KDE)
Under the aRTs tab I use:
- Start aRts soundsverer on KDE startup - ON
- Run soundserver with realtime priority - ON
- Autosuspend if idle for 60 sec
- Display messages using artsmessage
- Message display: Errors
... everything else not used.
CHANGE THIS LAST ONE ON YOUR SYSTEM TO:
- Message display: Information
... or perhaps "debug" (just for now)
(I can hear the default KDE startup sound when I click the Test Sound button)
Note: I did not have a /dev/midi or /dev/seq by default but made a symbolic link from them to /dev/sequencer, as some programs seem to insist on using one of these device names (and I do not always know how to correct this!). I also did a chown on the links:
chown richard:audio /dev/midi /dev/seq
2. Running the arts(whatever?) program referred to by the artsmessage as root, but I cannot rember exactly what it was!
My stuff under /dev looks like this...
[root@richlnx bin]# ls -l /dev/mixer
crw------- 1 richard audio 14, 0 Jul 4 15:23 /dev/mixer
[root@richlnx bin]# ls -l /dev/midi
lrwxrwxrwx 1 richard audio 14 Aug 4 22:40 /dev/midi -> /dev/sequencer
[root@richlnx bin]# ls -l /dev/seq*
lrwxrwxrwx 1 richard audio 14 Aug 5 10:17 /dev/seq -> /dev/sequencer
crw-rw-rw- 1 richard audio 14, 1 Jul 4 15:23 /dev/sequencer
crw------- 1 richard audio 14, 8 Jul 4 15:23 /dev/sequencer2
Not sure that is is all "kosher", but it seemed to work for me :-)
Glad that what I wrote was of help to you. Please let us know if you manage to get you sound working properly now.
I have been experimenting with quite a few sound programs, especially for MIDI, and have been struggling for some days to try and get Rosegarden-4 (beta) to work... so far without success :-(
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.