Byla vydána nová stabilní verze 7.6 webového prohlížeče Vivaldi (Wikipedie). Postavena je na Chromiu 140. Přehled novinek i s náhledy v příspěvku na blogu.
Byla vydána verze 1.90.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.
GNUnet (Wikipedie) byl vydán v nové major verzi 0.25.0. Jedná se o framework pro decentralizované peer-to-peer síťování, na kterém je postavena řada aplikací.
Byla vydána nová major verze 7.0 živé linuxové distribuce Tails (The Amnesic Incognito Live System), jež klade důraz na ochranu soukromí uživatelů a anonymitu. Nově je postavena je na Debianu 13 (Trixie) a GNOME 48 (Bengaluru). Další novinky v příslušném seznamu.
Společnost Meta na dvoudenní konferenci Meta Connect 2025 představuje své novinky. První den byly představeny nové AI brýle: Ray-Ban Meta (Gen 2), sportovní Oakley Meta Vanguard a především Meta Ray-Ban Display s integrovaným displejem a EMG náramkem pro ovládání.
Po půl roce vývoje od vydání verze 48 bylo vydáno GNOME 49 s kódovým názvem Brescia (Mastodon). S přehrávačem videí Showtime místo Totemu a prohlížečem dokumentů Papers místo Evince. Podrobný přehled novinek i s náhledy v poznámkách k vydání a v novinkách pro vývojáře.
Open source softwarový stack ROCm (Wikipedie) pro vývoj AI a HPC na GPU od AMD byl vydán ve verzi 7.0.0. Přidána byla podpora AMD Instinct MI355X a MI350X.
Byla vydána nová verze 258 správce systému a služeb systemd (GitHub).
Byla vydána Java 25 / JDK 25. Nových vlastností (JEP - JDK Enhancement Proposal) je 18. Jedná se o LTS verzi.
Věra Pohlová před 26 lety: „Tyhle aféry každého jenom otravují. Já bych všechny ty internety a počítače zakázala“. Jde o odpověď na anketní otázku deníku Metro vydaného 17. září 1999 na téma zneužití údajů o sporožirových účtech klientů České spořitelny.
//** 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: