Open source webový aplikační framework Django slaví 20. narozeniny.
V Brestu dnes začala konference vývojářů a uživatelů linuxové distribuce Debian DebConf25. Na programu je řada zajímavých přednášek. Sledovat je lze online.
Před 30 lety, tj. 14. července 1995, se začala používat přípona .mp3 pro soubory s hudbou komprimovanou pomocí MPEG-2 Audio Layer 3.
Výroba 8bitových domácích počítačů Commodore 64 byla ukončena v dubnu 1994. Po více než 30 letech byl představen nový oficiální Commodore 64 Ultimate (YouTube). S deskou postavenou na FPGA. Ve 3 edicích v ceně od 299 dolarů a plánovaným dodáním v říjnu a listopadu letošního roku.
Společnost Hugging Face ve spolupráci se společností Pollen Robotics představila open source robota Reachy Mini (YouTube). Předobjednat lze lite verzi za 299 dolarů a wireless verzi s Raspberry Pi 5 za 449 dolarů.
Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.
McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.
Byla vydána (𝕏) červnová aktualizace aneb nová verze 1.102 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.102 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.
Byla vydána nová verze 2.4.64 svobodného multiplatformního webového serveru Apache (httpd). Řešeno je mimo jiné 8 bezpečnostních chyb.
Společnost xAI na síti 𝕏 představila Grok 4, tj. novou verzi svého AI LLM modelu Grok.
//** 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: