Page 1 of 1

Help for writing a wlan driver for kolibri.

Posted: Mon Aug 07, 2017 2:39 am
by rajnishmishra
Please show me some way to write wlan drivers for kolibri. If I use linux kernel's driver(for me, Ralink wlan driver) to understand and write one for kolibri, what steps do I need to follow and do I need the linux kernel's firmware too?
Please explain completely in a brief, show me the path.

Re: Help for writing a wlan driver for kolibri.

Posted: Thu Aug 24, 2017 9:08 pm
by popovpa

Re: Help for writing a wlan driver for kolibri.

Posted: Fri Aug 25, 2017 10:01 pm
by hidnplayr
Step one:
Try detecting and communicating with the hardware from inside KolibriOS.
Does the card you intend to write a driver for work on USB or on PCI?

Re: Help for writing a wlan driver for kolibri.

Posted: Mon Dec 04, 2017 2:46 pm
by rajnishmishra
The wlan driver I need is rt2x00 (https://git.kernel.org/pub/scm/linux/ke ... ?h=v4.14.3). It is an usb wlan card. How should I start to create one for kolibri? Thankyou!