Re: MAKEDEV not creating ttyU devices that have unit numbers beyond 9

2022-01-17 Thread Kihaguru Gathura
Got it, thanks! On Tue, 18 Jan 2022, 10:49 Otto Moerbeek, wrote: > On Tue, Jan 18, 2022 at 10:42:15AM +0300, Kihaguru Gathura wrote: > > > Hi > > > > Connecting a couple of modems but unable to make devices beyond cuaU9 > > > > root# sh /dev/MAKEDEV ttyU10 > > ttyU10: unknown device > > root#

Re: MAKEDEV not creating ttyU devices that have unit numbers beyond 9

2022-01-17 Thread Otto Moerbeek
On Tue, Jan 18, 2022 at 10:42:15AM +0300, Kihaguru Gathura wrote: > Hi > > Connecting a couple of modems but unable to make devices beyond cuaU9 > > root# sh /dev/MAKEDEV ttyU10 > ttyU10: unknown device > root# sh /dev/MAKEDEV ttyU11 > ttyU11: unknown device > root# sh /dev/MAKEDEV ttyU12 >

MAKEDEV not creating ttyU devices that have unit numbers beyond 9

2022-01-17 Thread Kihaguru Gathura
Hi Connecting a couple of modems but unable to make devices beyond cuaU9 root# sh /dev/MAKEDEV ttyU10 ttyU10: unknown device root# sh /dev/MAKEDEV ttyU11 ttyU11: unknown device root# sh /dev/MAKEDEV ttyU12 ttyU12: unknown device The devices show up as UMSM 10 UCOM 10 etcetera up to 27 at

Re: pkg_add -u fails with "failed to open CA file '/etc/ssl/cert.pem': Permission denied"

2022-01-17 Thread Marc Espie
On 2022-01-14, Harald Dunkel wrote: > On 2022-01-14 10:42:56, Harald Dunkel wrote: >> >> Hi folks, >> >> trying to upgrade the installed packages I get >> >> # pkg_add -u >> https://cdn.openbsd.org/pub/OpenBSD/7.0/packages-stable/amd64/: TLS connect >> failure: failed to open CA file

Re: AX210 wifi

2022-01-17 Thread Stefan Sperling
On Sun, Jan 16, 2022 at 02:34:54PM -0800, Chris Cappuccio wrote: > holy crap, rather than maintain the drivers and net80211 layer, they are just > building compat for the linux version? Yes. Any complex problem can be solved by adding another layer of indirection ;) I first heard of this idea at