Search found 1302 matches

by hidnplayr
Tue Jul 20, 2021 11:17 pm
Forum: Network
Topic: SSH client
Replies: 21
Views: 20464

Re: SSH client

#9070, almost useable..
by hidnplayr
Sat Jul 10, 2021 12:07 am
Forum: Network
Topic: Atheros AR8161/8165
Replies: 16
Views: 25791

Re: Atheros AR8161/8165

Well.. that seems to have made things only worse (we have even more PCIE errors now..)

What do you mean with username and password, you have PPPoE service?
KolibriOS does not support it (yet). A solution can be to use a router that does the PPPoE for you..
by hidnplayr
Fri Jul 09, 2021 8:05 pm
Forum: Network
Topic: Atheros AR8161/8165
Replies: 16
Views: 25791

Re: Atheros AR8161/8165

"strange IP address" is normal behavior when the DHCP server cannot be reached.

It seems your device has similar behavior as floppy121's, perhaps attached driver fixes it.
(Trying to set up DMA in the device)
by hidnplayr
Thu Jul 08, 2021 6:49 pm
Forum: Network
Topic: Atheros AR8161/8165
Replies: 16
Views: 25791

Re: Atheros AR8161/8165

Please try with attached driver and post BOARDLOG.TXT Note: driver has been build for latest kernel and will be incompatible with kernels older than #8896, please try with latest nightbuild. EDIT: It seems you have an issue with BIOS/UEFI, no IRQ is assigned to the network card.. it will not work wi...
by hidnplayr
Mon Jul 05, 2021 10:14 pm
Forum: Kernel
Topic: Уязвимости ядра
Replies: 77
Views: 80603

Re: Уязвимости ядра

turbocat: RTL8169 fixed in #8997, sent 100 million packets, no longer able to reproduce.
by hidnplayr
Sun Jun 20, 2021 11:37 pm
Forum: Kernel
Topic: Уязвимости ядра
Replies: 77
Views: 80603

Re: Уязвимости ядра

I never said network stack was ready for production :)
Maybe should add a warning?

At least part of the problem seems to be in network drivers.
Fix for PcNET32 has been committed in #8898.

Other drivers left as an exercise to the readers :mrgreen:
by hidnplayr
Tue Dec 22, 2020 6:18 pm
Forum: Network
Topic: SSL: Mbed TLS (polarSSL)
Replies: 22
Views: 21440

Re: SSL: Mbed TLS (polarSSL)

Congrats on the breakthrough!

Now before you do anything else on this, go and seed that PRNG! :)

Some possible sources of entropy:
Sysfn 3, 9, 14, 18.4, 18.4, 18.6, 18.20, 26.10, 37.0, 66.3, 68.0, 74.8, 74.9,
by hidnplayr
Mon Dec 21, 2020 12:26 pm
Forum: Network
Topic: SSL: Mbed TLS (polarSSL)
Replies: 22
Views: 21440

Re: SSL: Mbed TLS (polarSSL)

I think its quite normal that you get EOF on your client.
Try changing the port to 443 instead of 80 in your test program.

BR,
by hidnplayr
Sun Dec 20, 2020 1:06 pm
Forum: Network
Topic: SSL: Mbed TLS (polarSSL)
Replies: 22
Views: 21440

Re: SSL: Mbed TLS (polarSSL)

You could try to uncomment

Code: Select all

//#define MBEDTLS_TEST_NULL_ENTROPY
in config.h
Better yet would be to implement some entropy sources.
by hidnplayr
Sat Sep 26, 2020 3:57 pm
Forum: English
Topic: [bugreport] USB keyboard not "visible" to Kolibri (ASRock K7S8XE)
Replies: 6
Views: 5504

Re: [bugreport] USB keyboard not "visible" to Kolibri (ASRock K7S8XE)

Try re-plugging the keyboard once KolibriOS has booted to see if it might be an issue with BIOS USB hand-over.
by hidnplayr
Sun Jun 14, 2020 10:57 pm
Forum: English
Topic: connectivity to internet
Replies: 16
Views: 12327

Re: connectivity to internet

Come back "the day after tomorrow" ;)
by hidnplayr
Sun Jun 14, 2020 2:04 pm
Forum: English
Topic: connectivity to internet
Replies: 16
Views: 12327

Re: connectivity to internet

What do I need to do, to get the cardbus bridge working? For starters, this driver needs further development: http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=%2Fdrivers%2Funfinished%2Fcardbus.asm&rev=8038&peg=8038 But I don't know if that's something up your alley :)...
by hidnplayr
Sat Jun 06, 2020 1:18 pm
Forum: Application libraries
Topic: uaac - AAC decoder
Replies: 0
Views: 106905

uaac - AAC decoder

There might be some patent issues, and I'm also not quite sure about the license of the source code used. So instead of ready to use binary, here are some instructions on how to build aac decoder for KolibriOS for yourself! Prerequisites: Windows environment with Visual studio build tools and Clang ...
by hidnplayr
Sat Jun 06, 2020 12:43 am
Forum: Multimedia
Topic: Internet radio (proof of concept)
Replies: 5
Views: 7985

Re: Internet radio (proof of concept)

Added support for (OGG)FLAC and (MP4)AAC radio!

:!: Unfortunately, AAC has some licensing blabla which currently prevents me from releasing the binaries for it..
by hidnplayr
Sat Jun 06, 2020 12:36 am
Forum: Application libraries
Topic: dr_flac - OGG FLAC and native FLAC decoder
Replies: 0
Views: 106187

dr_flac - OGG FLAC and native FLAC decoder

Original source from https://github.com/mackron/dr_libs/blob ... /dr_flac.h

Decoder compiled into KolibriOS native COFF library and source for this attached.

Packed decoder is ~22kb