PINE64
bes2600 driver - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: PineTab Hardware (https://forum.pine64.org/forumdisplay.php?fid=143)
+--- Thread: bes2600 driver (/showthread.php?tid=18513)

Pages: 1 2 3 4 5 6


RE: bes2600 driver - u974615 - 12-19-2023

Hopefully, this was just an oversite and should have been changed when published to GitLab TuxThePenguin0/bes2600 repo:
/***************************************************************************
*
* Copyright 2015-2022 BES.
* All rights reserved. All unpublished rights reserved.
*
* No part of this work may be used or reproduced in any form or by any
* means, or stored in a database or retrieval system, without prior written
* permission of BES.
*
* Use of this work is governed by a license granted by BES.
* This work contains confidential and proprietary information of
* BES. which is protected by copyright, trade secret,
* trademark and other intellectual property rights.
*
****************************************************************************/


RE: bes2600 driver - 459below - 12-24-2023

@u974615

Thanks for pointing this out. I found the license you mentioned in these two files.

https://gitlab.com/TuxThePenguin0/bes2600/-/blob/5316ef0ddf2fe4b10218db95a97998e0c825e671/txrx_opt.h#L2-16
https://gitlab.com/TuxThePenguin0/bes2600/-/blob/5316ef0ddf2fe4b10218db95a97998e0c825e671/txrx_opt.c#L1-15


RE: bes2600 driver - explit - 03-15-2024

Hello guys! Since we have a new bes2600 driver and also new kernel 6.6.13 and 6.8.0 (danctnix-testing) i aske me, what need to be done to get a stable, permanent MAC Address?

I have a whitelist in my router, and i want to have only 1 MAC address for my PineTab2.

it would be very helpful for the community.


RE: bes2600 driver - diederik - 03-28-2024

(12-10-2023, 04:42 PM)tllim Wrote:
(12-09-2023, 01:02 PM)Kevin Kofler Wrote: So you have contacts to someone at BES working on the driver? Could you please talk to them about the licensing on the txrx_opt.c and txrx_opt.h files? The license header states a proprietary, GPL-incompatible license, so it ought to be fixed.

On the licensing topic, this needs to discuss with BES management team.

Any progress on this?


RE: bes2600 driver - diederik - 03-29-2024

In addition to the license situation wrt the driver, it's also unclear if or under what conditions the firmware can be distributed.

https://gitlab.com/pine64-org/bes2600-firmware does contain the firmware files, but no license/redistribution statement.
Ideally the firmware would be submitted to https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git (f.e. via a MR on https://gitlab.com/kernel-firmware/linux-firmware/), but that should also contain a license/redistribution statement (added to WHENCE).

Otherwise it can't be distributed at least with Debian.


RE: bes2600 driver - tllim - 05-12-2024

(03-29-2024, 08:33 AM)diederik Wrote: In addition to the license situation wrt the driver, it's also unclear if or under what conditions the firmware can be distributed.

https://gitlab.com/pine64-org/bes2600-firmware does contain the firmware files, but no license/redistribution statement.
Ideally the firmware would be submitted to https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git (f.e. via a MR on https://gitlab.com/kernel-firmware/linux-firmware/), but that should also contain a license/redistribution statement (added to WHENCE).

Otherwise it can't be distributed at least with Debian.

Under Apache 2 license per BES comments