Byla vydána Java 27 / JDK 27. Nových vlastností (JEP - JDK Enhancement Proposal) je 9.
Byl vydán Mozilla Firefox 156.0. Přehled novinek v poznámkách k vydání a poznámkách k vydání pro vývojáře. Vestavěný prohlížeč PDF se nyní spouští o 45 % rychleji. Řešeny jsou rovněž bezpečnostní chyby. Nový Firefox 156 bude brzy k dispozici také na Flathubu a Snapcraftu.
Článek na Raspberry Pi představuje nový vzhled desktopu operačního systému Raspberry Pi OS v aktuálním vydání 2026-09-15.
Nové verze Roundcube Webmailu 1.6.19 a 1.7.4 řeší několik zranitelností.
Na Kickstarteru běží kampaň na podporu hloupého (jenom volání a SMS) tlačítkového DIY telefonu MAKERphone 2.0 od společnosti CircuitMess postaveného na ESP32-S3 a volitelně také s hodinkami MAKERband. S možností psaní vlastních aplikací. S volitelnými HW rozšiřujícími moduly.
Byla vydána nová verze 10.7 z Debianu vycházející linuxové distribuce DietPi pro (nejenom) jednodeskové počítače. Přehled novinek v poznámkách k vydání. Přibyly balíčky HomeBox a Scrypted.
OpenRGB (GitLab) dospěl do verze 1.0 (YouTube). OpenRGB (dříve OpenAuraSDK) je svobodný multiplatformní software umožňující nastavení podsvícení celé řady různých „herních“ komponent a periferií.
Dnes startuje prodej headsetu Steam Frame. Počínaje dneškem se tedy můžete zapsat na seznam pro jeden z následujících modelů: Steam Frame 256 GB za 1 049 EUR a Steam Frame 1 TB za 1 279 EUR.
Vládní CERT upozorňuje na kritickou zranitelnost v GitLab Community Edition (CE) a Enterprise Edition (EE). Zranitelnost CVE-2026-85706 typu path traversal v Repository Commits API dosahuje skóre CVSS 10.0. Kvůli nedostatečnému omezení cest a chybějícímu vynucení autentizace může za určitých podmínek neautentizovaný útočník číst libovolné soubory ze serveru GitLab, a získat tak přístup k citlivým datům a konfiguraci instance.
Linux může běžet nativně na ESP32-S3 – bez emulace a rovnou s 9,7″ e-paperem.
//** Install sis190 module into linux kernel. **//
1. Install Fedora Core 3. (Currently only FC3 can be installed on 965 demo board.)
2. Download Linux kernel 2.6.9 or latter version from http://www.kernel.org. The follwing examples are based on linux-2.6.9.
3. copy the kernel source to the location /usr/src/linux-2.6.9.
4. cp sis190.c /usr/src/linux-2.6.9/drivers/net
5. Edit the file "/usr/src/linux-2.6.9/drivers/net/Kconfig".
a. Serach for the string "config SIS900"
b. Add the following item below the item of SIS190.
config SIS190
tristate "SiS 191/190 PCI Gigabit/Fast Ethernet Adapter support"
depends on NET_PCI && PCI
select CRC32
---help---
Say Y here if you have a SiS 191/190 PCI Gigabit/Fast Ethernet adapter.
To compile this driver as a module, choose M here: the module
will be called sis190. This is recommended.
6. Edit the file "/usr/src/linux-2.6.9/drivers/net/Makefile".
a. Search for the string "obj-$(CONFIG_SIS900) += sis900.o".
b. Insert "obj-$(CONFIG_SIS190) += sis190.o" to next line.
7. cd /usr/src/linux-2.6.9
8. Input the command 'make menuconfig'. Then the Linux Kernel configuration menu will be popped.
a. Select "Device Drivers -->", "Networking support -->", "Ethernet (10 or 100Mbit) -->".
b. Goto the item "SiS191/190 PCI Gigabit/Fast Ethernet Adapter support".
c. Press space key to make this item marked with M.
d. Save and exit the kernel configuration menu.
9. Make kernel and modules. Input the command 'make bzImage modules modules_install install'.
10. Reboot and Select the boot item "2.6.9".
//** Probe sis190 module **//
1. Input the command 'rmmod sis190'.
2. Input the command 'modprobe sis190'.
3. Input the command 'ifconfig eth0 ipaddr>'.
a. ip_addr> is the IP address of sis190.
b. example: 'ifconfig eth0 192.168.209.1'.
Na www.sis.com jsem našel driverPoužívat drivery od výrobců je skoro vždycky chyba. Výrobce se má snažit driver protlačit přímo do Linuxu. V tomto případě to ale zřejmě udělal, sis190 v Linuxu už dost dlouho je. Otázkou je, proč se driver té karty nechytil. Jak se ten adaptér hlásí ve výpisu lspci? V dmesg nějaké zajímavé hlášky nejsou?
00:00.0 Host bridge: Silicon Integrated Systems [SiS] Unknown device 0649 (rev 10) 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS966 [MuTIOL Media IO] (rev 59) 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01) 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) 00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 01) 00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 02) 00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:08.0 Communication controller: Conexant HSF 56k Data/Fax Modem 00:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) 00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller 03:00.0 VGA compatible controller: ATI Technologies Inc RV515 [Radeon X1300] 03:00.1 Display controller: ATI Technologies Inc RV515 [Radeon X1300] (Secondary)a dmesg tam toho bylo hodně tak jsem vybral jen toto:
[ 16.613985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 16.616416] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 17.280869] Linux agpgart interface v0.102 (c) Dave Jones [ 17.320505] input: PC Speaker as /class/input/input5 [ 17.447445] sis190 Gigabit Ethernet driver 1.2 loaded. [ 17.447485] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 21
dmesg |grep ethMám taky SiS kartu a mě to vypíše toto :
[ 23.304653] eth0: SiS 900 PCI Fast Ethernet at 0x9800, IRQ 10, 00:0b:6a:f1:59:83. [ 38.695872] eth0: Media Link On 100mbps full-duplex [ 54.349459] eth0: no IPv6 routers present [ 70.815035] eth0: no IPv6 routers present
16.667500] 0000:00:04.0: Can not find ISA bridge. [ 16.667537] ACPI: PCI interrupt for device 0000:00:04.0 disabled [ 16.667550] sis190: probe of 0000:00:04.0 failed with error -5
*-core
description: Motherboard
product: P5SD2-FM
vendor: FUJITSU SIEMENS
physical id: 0
version: Rev 1.xx
serial: MB-1234567890
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 0301 (04/19/2006)
size: 64KB
capacity: 448KB
*-network:0 UNCLAIMED
description: Ethernet controller
product: 191 Gigabit Ethernet Adapter
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@00:04.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: iomemory:febfb000-febfb07f ioport:eb00-eb7f irq:21
*-ide:1
description: IDE interface
product: SATA Controller / IDE mode
vendor: Silicon Integrated Systems [SiS]
physical id: 5
bus info: pci@00:05.0
logical name: scsi0
logical name: scsi1
version: 02
width: 32 bits
clock: 33MHz
capabilities: ide bus_master cap_list scsi-host
configuration: driver=sata_sis latency=64
resources: ioport:ef00-ef07 ioport:ee80-ee83 ioport:ee00-ee07 ioport:ed80-ed83 ioport:ed00-ed0f ioport:ec80-ecff irq:18
*-pci:1
description: PCI bridge
product: PCI-to-PCI bridge
vendor: Silicon Integrated Systems [SiS]
physical id: 7
bus info: pci@00:07.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
*-pci:2
description: PCI bridge
product: PCI-to-PCI bridge
vendor: Silicon Integrated Systems [SiS]
physical id: 6
bus info: pci@00:06.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport-driver
Tiskni
Sdílej: