Byla vydána verze 6 s kódovým název Faye linuxové distribuce LMDE (Linux Mint Debian Edition). Podrobnosti v poznámkách k vydání. Linux Mint vychází z Ubuntu. LMDE je postaveno na Debianu.
Byly publikovány informace o novém bezpečnostním problému pojmenovaném GPU.zip (paper, GitHub). S vlastním logem. Jedná se o možný útok postranním kanálem na grafickou kartu (GPU). Proces může "krást pixely" jinému procesu.
Projekt GNU dnes slaví 40. výročí. Přesně před čtyřiceti lety, 27. září 1983, Richard Stallman oznámil, že se chystá napsat s Unixem kompatibilní operační systém GNU (Gnu's Not Unix). Hlavní oslava a setkání hackerů probíhá ve Švýcarsku ve městě Biel/Bienne. Na programu je také přednáška Richarda Stallmana.
Byl vydán Mozilla Firefox 118.0. Přehled novinek v poznámkách k vydání, poznámkách k vydání pro firmy a na stránce věnované vývojářům. Vypíchnout je nutno automatický lokální strojový překlad webových stránek. Řešeny jsou rovněž bezpečnostní chyby. Nový Firefox 118 je již k dispozici také na Flathubu a Snapcraftu.
Byla vydána nová major verze 15.0.0 softwaru OCRmyPDF pro přidávání textové vrstvy k naskenovaným PDF dokumentům (PDF/A). Přehled novinek v poznámkách k vydání. OCRmyPDF využívá pro optické rozpoznávání znaků (OCR) engine Tesseract.
Karel Matějka zveřejnil druhé demo své chystané hry Bzzzt. Kromě verze pro Windows a macOS je dostupná i verze pro Linux. Plná verze hry má vyjít zanedlouho.
Noví Bulánci byli oficiálně vydáni. V roce 2021 bylo na Startovači na podporu vývoje této hry vybráno 7,3 miliónů Kč. Hra je zatím určena jenom pro Windows, díky Protonu ale běží také na Linuxu.
ChatGPT může vidět, slyšet a mluvit.
Upscaler je open source nástroj pro zvýšení rozlišení a vylepšení obrázků pomocí AI. Vývoj probíhá na GitLabu. Instalovat lze také z Flathubu. Stejně jako Upscayl je Upscaler postaven nad Real-ESRGAN.
GNUnet (Wikipedie) byl vydán v nové major verzi 0.20.0. Jedná se o framework pro decentralizované peer-to-peer síťování, na kterém je postavena řada aplikací.
//** 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: