Re: New driver for ESI Juli@ soundcard (copied from freebsd-drivers)

2019-06-28 Thread Vlad Movchan
Everything works well with ESI Juli@ XTe (PCIe version of the soundcard).
The only uncommon thing I noticed is a bit different behavior of the
default mixer:
"pcm" mixer device is absent, so it is necessary to use "vol" instead. And
mplayer (default player I use) reports:
  [Mixer] No hardware mixing, inserting volume filter
when I change volume by means of mplayer.
After I added "mixer-channel=vol" into ".mplayer/config" file mplayer
behavior back to normal. So I'm happy :)
Thanks a lot for your work.

On Mon, Jun 24, 2019 at 6:03 PM Алексей Палютин  wrote:

> Good day everyone!
>
> I was advised to copy this message here from freebsd-drivers@.
> Hope this will be useful.
>
> ---
>
> I want to share with the community a new driver for ESI Juli@ PCI
> soundcard.
> FreeBSD already offers support for such card, but this support is very
> limited and device is almost unusable.
> Since I like high-quality audio hardware (like Juli@ cards), time was
> spent writing a new, full-featured driver for it.
> The proposed driver supports playback, recording, MIDI, pass-through
> channel, clock control, ACPI...
> Also, the driver can be controlled with convenient GUI control panel, as
> through sysctl(8).
>
> I hope this work was done for a reason and will be useful to someone else.
>
> I have been using this driver successfully for some time, but there may be
> bugs, so more testing is required.
> It would be great if there were those who wanted to download, test it, and
> share results.
>
> Driver page: https://sndbro.ru/soft/snd_juliet?lang=en
> Control panel page: https://sndbro.ru/soft/mixate-juliet?lang=en
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>


-- 
Have a nice(1) day,
Vlad Movchan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-28 Thread Vlad Movchan
Hi Adrian,

I'm sorry about this mistake. I updated original PR (
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622) with the corrected
patch.



On Tue, Jan 28, 2014 at 2:38 AM, Adrian Chadd  wrote:

> Hi,
>
> This doesn't compile on i386. Would you mind figuring out why that is
> and submitting a patch that compiles on both amd64 and i386?
>
> Thanks!
>
>
> -a
>
>


-- 
Have a nice day,
Vlad Movchan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Vlad Movchan
On Fri, Jan 24, 2014 at 8:16 PM, Adrian Chadd  wrote:

>
> Is i kept up to date with -head changes?
>
> As far as I know it was kept up to date with -head changes.

HI,
>
> Well, someone needs to break the fork up into pieces and submit those.
> The FPU change is a good candidate - but it needs to be a sepaate PR
> for that.
>
> So, how about we start with the fpu change? Get it into a separate
> enhancement PR, then email -arch and -current. I'll help you get it
> reviewed and put into -head.
>
>
> -a
>

Sounds good, I'll try. Thank you.

-- 
Have a nice day,
Vlad Movchan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Vlad Movchan
NDISulator on github (and mirror on gitorious) is a FreeBSD ndis
module+binaries forked by Paul B. Mahol in 2009 (I've sent Paul's email
address privately to Adrian).
Almost every change in this project was made by Paul.
My part is small - I've just discovered and fixed several panic/problems.

I've tried to submit my changes back to FreeBSD base tree via problem
reports:
One was commited: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165630
Another one is hanging without feedback:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622

Few more fixes are depend on kern/165622. I have not created more PRs as
without fix for panic described in 165622 new reports would be like:
"I'm running something different than FreeBSD sources and it panics. And I
have a fix for it. But you won't be able to reproduce and/or test it on
your machine."
I bet there are not much people who would like to spend their time on
reports like this :)



On Fri, Jan 24, 2014 at 3:59 PM, Adrian Chadd  wrote:

> ... who's the author of this? Why aren't they posting updates to
> FreeBSD-HEAD so it can be included in the base system?
>
> Does anyone have a contact email for the author, Vadislav?
>
>
> -a
>
>
> On 24 January 2014 03:52, Thomas Mueller 
> wrote:
> > To Miguel Clara, you might try a USB wireless adapter.  I use Hiro
> H50191, driver rsu.
> >
> > But you would need to do good research to find what the chip is, and
> which FreeBSD driver, if any, would it work with, before you buy.
> >
> > NDISulator looks worth trying.  FreeBSD users will want to know if it
> works.
> >
> > https://github.com/NDISulator/ndisulator
> >
> > Regarding deprecation of NDIS, is it a matter of something that is
> compatible with Linux but very difficult to port to BSD?
> >
> > There is the problem with newer MS-Windows drivers that they don't come
> with .sys and .inf files, or maybe they have to be unpacked and installed
> from MS-Windows.  Then NDIS would have nothing to work with.
> >
> > Tom
> >
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>



-- 
Have a nice day,
Vlad Movchan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Vlad Movchan
I've just tested second patch from kern/165622 - it still applies clean and
runs good on recent current.
If after applying this patch you trigger some other kind of panic/problem
you might also want to take a look on
https://github.com/NDISulator/ndisulator.
Ndis module version from github differs a bit and it has several fixes
which are not present in the base tree.


On Thu, Jan 23, 2014 at 11:39 AM, Mike C.  wrote:

> hum... the driver I need is for broadcom 4313 wireless, It seems the
> modules available don't work for that one... wonder of they ever will?
>
> I would definitely prefer that to using ndis.
>
>
> Adrian Chadd  wrote:
> >It's actually fpu code in ndis drivers. I'm going to deprecate NDIS
> >this year, so ..
> >
> >OTOH, the FPU save support would be cool.
> >
> >
> >-a
> >
> >
> >On 22 January 2014 20:10, Miguel Clara  wrote:
> >> Getting a panic: Unregistered use of FPU in kernel
> >>
> >>
> >> There seems to be a patch for FreeBSD 10, but  not sure if it wold
> >apply
> >>
> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=165622&sourceid=opensearch
> >>
> >>
> >> Thanks
> >> ___
> >> freebsd-current@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> >> To unsubscribe, send any mail to
> >"freebsd-current-unsubscr...@freebsd.org"
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> _______
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>



-- 
Have a nice day,
Vlad Movchan
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"