Unix Technical Forum

found problem in 3.5 stable emu driver

This is a discussion on found problem in 3.5 stable emu driver within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> Hello, i found problem in OpenBSD i386 3.5 stable, this problem also exist in 3.4 stable. --- dmesg part ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > comp.unix.bsd.openbsd.misc

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-16-2008, 05:36 AM
John Doe
 
Posts: n/a
Default found problem in 3.5 stable emu driver

Hello,
i found problem in OpenBSD i386 3.5 stable, this problem also exist in 3.4
stable.
--- dmesg part ---
emu0 at pci2 dev 11 function 0 "Creative Labs SoundBlaster Live" rev 0x0a:
irq 5
ac97: codec id 0x83847608 (SigmaTel STAC9708/11)
ac97: codec features 18 bit DAC, 18 bit ADC, SigmaTel 3D
audio0 at emu0
"Creative Labs SoundBlaster Live Digital Input" rev 0x0a at pci2 dev 11
function
1 not configured
--- dmesg end --
--- mixerctl --

$ cat /etc/mixerctl.conf
inputs.mic=7
inputs.mic.mute=on
record.volume=15,15
record.volume.mute=on
---
(I added in /etc/rc autoapplay)

By default microphone is mute, but when play any audio file
mic volume is on and if speakers volume is center (from 1 min to 8 max,
now is 4, sorry of my bad english)
i hear terabble noise.

$ mixerctl -w inputs.mic.mute=on
inputs.mic.mute: off -> on
$ mixerctl inputs.mic.mute
inputs.mic.mute=on
$ play .ickle/Sounds/Global.wav
$ mixerctl inputs.mic.mute
inputs.mic.mute=off


Any body know how to resolve this problem?

Regards,
Condor


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-16-2008, 05:36 AM
Bas Keur
 
Posts: n/a
Default Re: found problem in 3.5 stable emu driver

| i found problem in OpenBSD i386 3.5 stable, this problem also exist in
| 3.4 stable.

Are you *really* sure it's the OS ?

$ dmesg |grep -A4 "emu0 at"
emu0 at pci0 dev 10 function 0 "Creative Labs SoundBlaster Live" rev 0x0a:
irq 9
ac97: codec id 0x454d4328
ac97: codec features 18 bit DAC, 18 bit ADC, No 3D Stereo
audio0 at emu0
"Creative Labs SoundBlaster Live Digital Input" rev 0x0a at pci0 dev 10
function 1 not configured


| $ cat /etc/mixerctl.conf
| inputs.mic=7
| inputs.mic.mute=on
| record.volume=15,15
| record.volume.mute=on

$ mixerctl inputs.mic inputs.mic.mute record.volume record.volume.mute
inputs.mic=255
inputs.mic.mute=off
record.volume=15,15
record.volume.mute=on

| By default microphone is mute, but when play any audio file
| mic volume is on and if speakers volume is center (from 1 min
| to 8 max,| now is 4, sorry of my bad english)
| i hear terabble noise.

I'm playing my techno collection at this very moment and the
sound quality is perfect. (as in *Cristal Clear*) no noise at all.
(Some might call it noise though, you know 'old people')
But seriously, works fine here with 3.4 & 3.5
My mic doesn't have your issues either.

| Any body know how to resolve this problem?

Hmz.. what are the specs of your machine ? (Mem/Cpu)
Did you try loading your bios to it's default configuration ?

| Regards,
| Condor

Good luck.


--
-[ ViPER - viper@dmrt.net
-[ http://www.dmrt.net
-[ http://www.securitydatabase.net
-[ Religion is a major weapon in the war against reality.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2008, 05:36 AM
John Doe
 
Posts: n/a
Default Re: found problem in 3.5 stable emu driver

Bas Keur wrote:
> | i found problem in OpenBSD i386 3.5 stable, this problem also exist in
> | 3.4 stable.
>
> Are you *really* sure it's the OS ?


Yes, i sure.

>
> $ dmesg |grep -A4 "emu0 at"
> emu0 at pci0 dev 10 function 0 "Creative Labs SoundBlaster Live" rev 0x0a:
> irq 9
> ac97: codec id 0x454d4328
> ac97: codec features 18 bit DAC, 18 bit ADC, No 3D Stereo
> audio0 at emu0
> "Creative Labs SoundBlaster Live Digital Input" rev 0x0a at pci0 dev 10
> function 1 not configured
>
>
> | $ cat /etc/mixerctl.conf
> | inputs.mic=7
> | inputs.mic.mute=on
> | record.volume=15,15
> | record.volume.mute=on
>
> $ mixerctl inputs.mic inputs.mic.mute record.volume record.volume.mute
> inputs.mic=255
> inputs.mic.mute=off
> record.volume=15,15
> record.volume.mute=on
>
> | By default microphone is mute, but when play any audio file
> | mic volume is on and if speakers volume is center (from 1 min
> | to 8 max,| now is 4, sorry of my bad english)
> | i hear terabble noise.
>
> I'm playing my techno collection at this very moment and the
> sound quality is perfect. (as in *Cristal Clear*) no noise at all.
> (Some might call it noise though, you know 'old people')
> But seriously, works fine here with 3.4 & 3.5
> My mic doesn't have your issues either.


May be in your system this problem does't exist.

I now found problem.
The problem is that my microphone is voluminous and get
all noises from my room and insert into card.
I know this problem exist in windows too, the microphone
cable must be swich off from card or mute (i use mute in windows) when
the micrphone is too close to speakers.

>
> | Any body know how to resolve this problem?
>
> Hmz.. what are the specs of your machine ? (Mem/Cpu)
> Did you try loading your bios to it's default configuration ?
>


Regards,
Condor
>
> Good luck.
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2008, 05:36 AM
Bas Keur
 
Posts: n/a
Default Re: found problem in 3.5 stable emu driver

| Yes, i sure.

If you are *really* sure, use the `sendbug` tool.

| > I'm playing my techno collection at this very moment and the
| > sound quality is perfect. (as in *Cristal Clear*) no noise at all.
| > (Some might call it noise though, you know 'old people')
| > But seriously, works fine here with 3.4 & 3.5
| > My mic doesn't have your issues either.
|
| May be in your system this problem does't exist.

Exacly ! Same setup but no problems.
Look further.

| I now found problem.
| The problem is that my microphone is voluminous and get
| all noises from my room and insert into card.
| I know this problem exist in windows too,

Works fine here.
(On Win2K/XP / Linux 2.4/6 / OpenBSD v3.*)

| the microphone cable must be swich off from card or mute
| (i use mute in windows) when the micrphone is too close to speakers.

Caused by electrical interference.

| > | Any body know how to resolve this problem?

Buy a decent Mic, that reduces the distortions a lot.
And actually try what i said in the first post. (bios)
for the mute issue.


--
-[ ViPER - viper@dmrt.net
-[ http://www.dmrt.net
-[ http://www.securitydatabase.net
-[ Religion is a major weapon in the war against reality.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2008, 05:36 AM
John Doe
 
Posts: n/a
Default Re: found problem in 3.5 stable emu driver


"Bas Keur" <viper@dmrt.net> wrote in message
news:409ccc28$0$568$e4fe514c@news.xs4all.nl...
> | Yes, i sure.
>
> If you are *really* sure, use the `sendbug` tool.
>
> | > I'm playing my techno collection at this very moment and the
> | > sound quality is perfect. (as in *Cristal Clear*) no noise at all.
> | > (Some might call it noise though, you know 'old people')
> | > But seriously, works fine here with 3.4 & 3.5
> | > My mic doesn't have your issues either.
> |
> | May be in your system this problem does't exist.
>
> Exacly ! Same setup but no problems.
> Look further.
>
> | I now found problem.
> | The problem is that my microphone is voluminous and get
> | all noises from my room and insert into card.
> | I know this problem exist in windows too,
>
> Works fine here.
> (On Win2K/XP / Linux 2.4/6 / OpenBSD v3.*)
>
> | the microphone cable must be swich off from card or mute
> | (i use mute in windows) when the micrphone is too close to speakers.
>
> Caused by electrical interference.
>
> | > | Any body know how to resolve this problem?
>
> Buy a decent Mic, that reduces the distortions a lot.
> And actually try what i said in the first post. (bios)
> for the mute issue.
>
>
> --
> -[ ViPER - viper@dmrt.net
> -[ http://www.dmrt.net
> -[ http://www.securitydatabase.net
> -[ Religion is a major weapon in the war against reality.
>
>


I don't want to buy a new mic.
I want to resolve this problem, why mic.mute when playing audio is switching
to on ?
and yes, i tryed to load bios to default configuration. No effect.

Regards,
Condor
http://www.ixip.net



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:10 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com