Re: Best USB NIC for obsd7.2

2023-01-09 Thread Sriranga Veeraraghavan


> On Jan 9, 2023, at 17:34, Nenhum_de_Nos  wrote:
> 
>> Which 1Gbit USB 3.0A NIC is performing best with obsd 7.2?
>> 
>> I am aware of the hardware list, but I am asking personal experience from
>> users in here
>> 
>> Regards, Lars.
>> 
> 
> Hi Lars,
> 
> I cannot tell much about network performance (I remember it not reaching
> close to 1 Gbps), but I can tell about stability. This box is not yet
> upgraded to 7.2, but I have it running for quite some time, upgraded since
> at least 7.0 on a RPi 4B 4GB.
> 
> axen0 at uhub0 port 3 configuration 1 interface 0 "ASIX Elec. Corp.
> AX88179" rev 3.00/1.00 addr 3
> axen0: AX88179, address xxx
> rgephy0 at axen0 phy 3: RTL8169S/8110S/8211 PHY, rev. 5
> 
> It's a Trendnet TU3-ETG/EUNL USB 3.0
> 
> matheus
> 
> 

Hi Lars,

I have a Anker USB-C to 1GB ethernet adapter (Model A8341 - 
https://us.anker.com/products/a8341) that I use with my Surface Go 2 running 
OpenBSD 7.2.  It uses the ure(4) Realtek driver. The adapter generally seems 
stable and reliable whenever I use it, but I have not tested its performance.

Thanks,

-ranga




Re-enable trackpad after resuming from hibernate

2022-10-24 Thread Sriranga Veeraraghavan
Hi,

I just installed OpenBSD 7.2 on my Surface Go 3, and everything seems
to work as well as it did with OpenBSD 7.1 on my Surface Go 2, except
for one thing - the trackpad is not enabled after resuming from
hibernate (the keyboard and the touch screen are enabled).  I can 
re-enable the trackpad manually with:

xinput --enable /dev/wsmouse2

I have tried putting this in /etc/apm/resume, but it doesn’t seem to
work.

Has anyone experienced something similar?  If so, are there any
recommendations on how to automatically re-enabled a trackpad after
resuming from hibernate?

Thanks,

-ranga