Re: support for 802.11n?

2023-07-26 Thread Nathanial Sloss
Hi, Support for 11n is comming with the new stack. The only one to support 11n with the current stack as it does 11n on the chip of the device is bwfm(4) IIRC it has its own stack on the chip. Recently the iwlwifi driver was ported to the new stack (as of last week) which replaces support for

Re: Use network printer from NetBSD

2020-06-26 Thread Nathanial Sloss
Hi, Some Brother printers are advertised as postscript but rather are PCL. Some models support lpr print queues. This is the printcap file I use for a PCL lpr print queue Brother laser printer. This printer only prints in PCL so all text has to be converted to PDF before printing or you have

Re: Looking for java an android devs on netbsd environment

2020-04-04 Thread Nathanial Sloss
Hi, In the past if successfully compiled the android sdk and ndk on NetBSD. This version how ever was CLI with ant scripts/makefiles. They used OpenJDK 8. Compiling the ndk for android should be ok along with the platform tools (adb etc) I could not compile projects for android studio and I ha

Re: GPT BIOS boot

2019-05-31 Thread Nathanial Sloss
Hi, I haven't been following the thread closely so please disregard if this has already been suggested. I setup all of my machines to raid-1 with pairs of 6tb drives last year. I unfortunately have to boot from usb thumbdrive due to being unable to boot from a gpt wedege with in a raid 1 gpt w

Re: Native sound system

2018-04-05 Thread Nathanial Sloss
Hi, NetBSD-8 features and in-kernel audio mixer with a sun audio/OSS compatible audio interface. Each instance of an open audio device provides a seperate audio device to each audio application/audio server with independent software volume for each channel. This makes it possible to run porta

Re: uts(4) touchscreen calibration

2017-09-15 Thread Nathanial Sloss
On Sat, 16 Sep 2017 00:10:18 Frank Wille wrote: > On Fri, 15 Sep 2017 23:28:23 +1000 > > Nathanial Sloss wrote: > > ftp://ftp.netbsd.org/pub/NetBSD/misc/nat/mousepacketsniffer.c > > Great! That's what I needed. Thanks a lot! Will try it on Monday. > > I assume t

Re: uts(4) touchscreen calibration

2017-09-15 Thread Nathanial Sloss
Hi I was able to calibrate all of the touch screens on laptops I've had reporting as absoule coordinate wsmouse(4) devices. I had written a small program which I was able to use to find the bounds of the screen. It will print all wsmouse packets, run the program | tee file then use grep and s

bta2dpd - advanced audio distribution profile bluetooth daemon IMPROVED

2016-03-03 Thread Nathanial Sloss
Hi, Call for testers of the next installment of bta2dpd. It allows you to stream music or pad(4) output to bluetooth stereo headphones or speakers using the advanced audio distribution profile (a2dp). NEW!!! bta2dpd can be used also as an audio sink, so you can stream music from your phone/com

bta2dpd - a2dp advanced audio distribution profile bluetooth daemon

2015-09-14 Thread Nathanial Sloss
Hi, Call for testers of my new daemon with help from Iain Hibbert. It allows you to stream music or pad(4) output to bluetooth stereo headphones or speakers using the advanced audio distribution profile (a2dp). This program is alpha ware and will work on NetBSD-current, 7 and 6. To compile: ex