Open-source hra Shattered Pixel Dungeon (Wikipedie) byla vydána ve verzi 4.0.0. Přehled novinek v příspěvku na blogu.
Apple dnes představil (YouTube) iPhone Duo, iPhone 18 Pro, Watch Series 12, Watch Ultra 4 a AirPods 5.
Společnost System76 představila pracovní stanici Thelio Mira AI s předinstalovaným Pop!_OS s prostředím COSMIC nebo Ubuntu. Nakonfigurovat lze až s 16jádrovým CPU AMD Ryzen 9 9950X, 192 GB DDR5 RAM, dvěma GPU NVIDIA RTX Pro 6000 a 192 GB GPU pamětí.
DigitalOcean je sponzorem nadace Omacom Foundation stojící za linuxovou distribucí Omarchy. Přislíbená částka je 3 miliony dolarů, tj. 1 milion dolarů ročně po dobu tří let.
Na stránkách PostgreSQL bylo představeno LibreDB Studio. Jedná se o open-source self-hostované SQL IDE pro (nejenom) PostgreSQL v prohlížeči. Zdrojové kódy jsou k dispozici na GitHubu pod licencí MIT.
Byla vydána nová verze 12.0 media serveru Jellyfin (Wikipedie). Přehled novinek v poznámkách k vydání. Pro vyzkoušení je k dispozici Demo Server. Jellyfin je fork media serveru Emby, původně Media Browser.
V MikroTik RouterOS bylo nalezeno šest zranitelností společně pojmenovaných MikroTrick umožňujících útočníkovi, pokud má přístup k SSH, získat plnou kontrolu nad zařízením bez nutnosti autentizace. Ve verzích RouterOS 7.25beta3, 7.24.2, 7.23.4 a 6.49.21 je již opraveno.
Byla vydána verze 9.5 open source unixového operačního systému NetBSD (Wikipedie). Přehled novinek v poznámkách k vydání. Jedná se poslední vydání řady NetBSD 9. Doporučen je přechod na NetBSD 11 nebo NetBSD 10.
Akční adventura State of Mind je na portále GOG.com zdarma, akce trvá do 10. září.
Na Kickstarteru běží kampaň na podporu malého robotický psa Petoi Quaddle. Postaven je na ESP32-S3. V několika variantách. S řadou senzorů. Programovat lze pomocí Pythonu, C++ nebo i vizuálních bloků. Zkoušet a trénovat lze v simulátoru.
//** 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: