>bios0: vendor HUAWEI version "1.10" date 01/12/2023
>bios0: HUAWEI EUL-WX9
Thanks, appreciated.
> N0\/\/@r€Z
> --
> /\/\@rk€T
Feb 19, 2024 23:39:05 Kirill A. Korinsky :
>> You could also send a dmesg showing all of those devies.
>>
>
> attched
On Tue, 20 Feb 2024 00:21:30 +0100,
Stuart Henderson wrote:
>
> No - ugen acts as a fallback. If a USB device is claimed by another driver,
> ugen won't get a chance to attach to it.
>
> There is a common mechanism to recognise devices by vid/pid for special
> handling - sometimes to prevent attach
On Mon, 19 Feb 2024 19:43:14 +0100
Kirill A. Korinsky wrote:
> I do have two USB audio device:
>
> ~ $ usbdevs -v
> Controller /dev/usb0:
> ...
> addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Audio
>high speed, self powered, config 1, rev 0.03
>drive
On 2024-02-19, Kirill A Korinsky wrote:
> On Mon, 19 Feb 2024 23:09:35 +0100,
> Stuart Henderson wrote:
>>
>> > I read that as it is impossible to blacklist a device, right?
>>
>> Only by running a kernel where the driver's attach routine has been
>> modified to skip attaching the device e.g. i
On Mon, 19 Feb 2024 23:09:35 +0100,
Stuart Henderson wrote:
>
> > I read that as it is impossible to blacklist a device, right?
>
> Only by running a kernel where the driver's attach routine has been
> modified to skip attaching the device e.g. if it matches certain
> vendor/device id. OpenBSD do
On Mon, 19 Feb 2024 22:43:45 +0100,
Jan Stary wrote:
>
> On Feb 19 22:33:53, kir...@korins.ky wrote:
> >
> > I use the rsnd/1 or rsnd/2 to listen music via wireless headphones,
>
> Why do you have two of those?
>
Because it depends on the order of attaching devices.
> > and rsnd/0 with wired h
On 2024-02-19, Kirill A Korinsky wrote:
> On Mon, 19 Feb 2024 22:32:18 +0100,
> Jan Stary wrote:
>>
>> So get some normal headphones that plug into the laptop
>> (without creating a new device)
>> and simply connect the display when you want,
>> or don't connect it when you don't.
>>
>
> I read
On Feb 19 22:33:53, kir...@korins.ky wrote:
> On Mon, 19 Feb 2024 22:15:40 +0100,
> Jan Stary wrote:
> >
> > On Feb 19 22:08:40, kir...@korins.ky wrote:
> > > On Mon, 19 Feb 2024 21:58:51 +0100,
> > > Thomas L. wrote:
> > > >
> > > > you can select which audio device is used with -f/-F flags to s
On Mon, 19 Feb 2024 22:32:18 +0100,
Jan Stary wrote:
>
> So get some normal headphones that plug into the laptop
> (without creating a new device)
> and simply connect the display when you want,
> or don't connect it when you don't.
>
I read that as it is impossible to blacklist a device, right?
On Mon, 19 Feb 2024 22:15:40 +0100,
Jan Stary wrote:
>
> On Feb 19 22:08:40, kir...@korins.ky wrote:
> > On Mon, 19 Feb 2024 21:58:51 +0100,
> > Thomas L. wrote:
> > >
> > > you can select which audio device is used with -f/-F flags to sndiod
> > > (details in man-page) in /etc/rc.conf.local. may
On Feb 19 22:16:37, kir...@korins.ky wrote:
> On Mon, 19 Feb 2024 22:05:37 +0100,
> Jan Stary wrote:Ri
> >
> > Why are you using this camera, and not the other one?
> >
> > > and after that
> > > X11 screen dissapear, and fplay doesn't response on C-c anymore.
> > > Deattach the display helps to k
On Feb 19 22:08:40, kir...@korins.ky wrote:
> On Mon, 19 Feb 2024 21:58:51 +0100,
> Thomas L. wrote:
> >
> > you can select which audio device is used with -f/-F flags to sndiod
> > (details in man-page) in /etc/rc.conf.local. maybe that helps?
>
> thanks, but I right now I do have:
>
> ~ $ rc
On Mon, 19 Feb 2024 21:58:51 +0100,
Thomas L. wrote:
>
> you can select which audio device is used with -f/-F flags to sndiod
> (details in man-page) in /etc/rc.conf.local. maybe that helps?
thanks, but I right now I do have:
~ $ rcctl get sndiod flags
-f rsnd/0 -F rsnd/1 -F rsnd/2
~ $
th
On Mon, 19 Feb 2024 20:34:10 +0100,
Nowarez Market wrote:
>
> After all your list of *american gigs* missed only that OS.
> Just do a switch to Windows and you solved. Maybe...
>
Well, I doubt that this display works well on Windows.
The first OS which supports it was macOS, but support of this
On Mon, 19 Feb 2024 20:10:46 +0100,
Nowarez Market wrote:
>
> >Feb 19, 2024 19:46:21 Kirill A. Korinsky :
> >
> >I can't disable uaudio because I use it, and I can't uplug (physically)
> >the LG's Audio because it is integrated into the display which I'm
> >using.
>
> Curious, what is the connect
>Sorry for my investigation..but sometimes seems falks just miss Windows
>left click to unplug stuff..
>
>N0\/\/@r€Z
>--
> /\/\@rk€T
After all your list of *american gigs* missed only that OS.
Just do a switch to Windows and you solved. Maybe...
> N0\/\/@r€Z
> --
> /\/\@rk€T
>Feb 19, 2024 19:46:21 Kirill A. Korinsky :
>
>I can't disable uaudio because I use it, and I can't uplug (physically)
>the LG's Audio because it is integrated into the display which I'm
>using.
Curious, what is the connection between your display audio that comes
watched so magically by your stat
On Mon, 19 Feb 2024 19:09:16 +0100,
deich...@placebonol.com wrote:
>
> You can enter the kernel on boot and disable device drivers,
> boot-config(8) .
I do have two USB audio device:
~ $ usbdevs -v
Controller /dev/usb0:
...
addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Aud
OpenBSD is a monolithic kernel, unlike Linux module design.
You can enter the kernel on boot and disable device drivers, boot-config(8) .
On February 19, 2024 9:30:22 AM MST, "Kirill A. Korinsky"
wrote:
>On Mon, 19 Feb 2024 17:10:27 +0100,
>Nowarez Market wrote:
>>
>> You should be able to do
> > > Using such a configuration:
> > > #-8<---
> > > table { 192.0.2.4 }
> > > table { 192.0.2.7}
> > > http protocol www {
> > >block
> > >match request header "Host" value "www.example" tag "example"
> > >pass request tagged "example" forward to
On Mon, 19 Feb 2024 17:10:27 +0100,
Nowarez Market wrote:
>
> You should be able to do it by the /etc/bsd.re-config file, you can start
> from here:
>
> http://man.openbsd.org/bsd.re-config
>
> Please be very careful.
>
> (It needs two reboots to apply any change)
>
I feel consfused: isn't i
You should be able to do it by the /etc/bsd.re-config file, you can start from
here:
http://man.openbsd.org/bsd.re-config
Please be very careful.
(It needs two reboots to apply any change)
> N0\/\/@r€Z
> --
> /\/\@rk€T
Feb 19, 2024 16:15:31 Kirill A. Korinsky :
> I run OpenBSD and
Folks,
I run OpenBSD and some times connect an external display which contains
integraded web cam, microphone and speakers.
Web-cam doesn't work, but both microphone and speakers work.
Is it possible to ignore it somehow?
Ideally I'm for a black list of usb divecs base on some id.
Thanks.
--
On 2024/02/19 07:34:01 +, Ioan Samarul wrote:
> Hello to you all!
>
> Is it possible to define something like - in cwm configuration
> file? The function key combination from my laptop are not recognized
> so I try to create a hack by using a script that does the same thing
> (volume/brightne
24 matches
Mail list logo