You are not logged in.
hey folks!
i thought i'd share a small success story about installing slitaz on a trekstor surftab wintron 3G tablet.
first i installed ubuntu on the tablet, as a dual-boot option alongside windows (sadly needed for certain closed source software).
Then i downloaded the current slitaz-rolling.iso and placed bzImage and rootfs1-4.gz in my /boot/ folder.
Added an entry ro grub.cfg and voila! slitaz booted upon selection in the grub menu.
I read some forum entry, i dont remember where, claming slitaz32 would not boot on uefi firmwares. turns out this was the case back in the day the entry was posted, some change between using kernel 3.2.71 and current 3.16.55 enabled booting via UEFI..
Offline
Hi K3nn3th,
I know, it's a long time ago, but nowadays I try to run SliTaz on my Odys Winpad V10, as I know it has a similar hardware like your Trekstor Wintron 10 tablet.
Do you still remmber, how you got the drivers detecting? Because on my Winpad the screen drivers will not be detected by the current Slitaz rolling.
It would be really kind, if you could remember your steps, get SliTaz running on your machine. Maybe you still use it?
Thanks in advance for your cooperation.
Kind regards, aniguenni
Offline
Hi guys,
long time ago, I was fighting, to get SliTaz running on my ODYS WinPad V10 with this bloody baytrail motherboard. After a while, I was frustrated and stopped this poject and used still the Win10 os.
Nowadays, as the Win10 runs out of support (Oct.25), I'll still interested in getting SliTaz running on this convertible.
As I found out, the main goal will be to get a newer kernel on this amazing os to get the drivers loaded (drivers recognized from Kernel 3.17.x onwards).
But how to, without internet success, after booting?
Maybe there is one specialist out here to give advice for a beginner?
Thank's in advance for your support.
Kind regards
Offline
Hi aniguenni,
You said that drivers included on kernel >= 3.17.x, maybe you can try slitaz current, it's community version i work on. Stack is more up to date, include kernel 5.10, glibc 2.28.
you can download iso on mirror https://mirror.slitaz.org/iso/current/slitaz-current-core.iso, if understand you need 32 bits version.
Hope that can you help.
Offline
@shann
thank's for your quick reply. I'll give it a try.
My ODYS WinPad V10 has a 64-bit processor but unfortunately comes with 32-bit UEFI (rare stuff).
Offline
So today I could try to boot the mentioned iso above.
First I couldn't boot the image above, I had to change the bootia32 file with another one.
After that I could boot the image. The main thing seems to work. Just to get freezes many times. To unfreeze I have to press any button on the keyboard (best way by hitting ESC). To get further I should get the wifi running. But I still struggle to get the driver for it. That's the main problem on many Linux distros. Some of the ubuntu based distros recognize my internal wifi card. HW-Info says: https://linux-hardware.org/?computer=309261ad2974 the wifi card must be a rtl8723bs and the controller says r8723bs. But how to install this driver on the SliTaz system without access to the internet?
Offline
Hi aniguenni,
Nice to read that you successfully boot SliTaz, but sad you said that freeze
.
Seem good news for your wifi card, seem that only miss module for kernel, infact i search rtl8723bs on linux-slitaz.config64 and found [c]# CONFIG_RTL8723BS is not set[/c]
.
For this, i can fix it easely, update config to add RTL8723BS as module and rebuild kernel.
Concerning "freeze", can you please post dmesg.
Open terminal from "Applications" > "System Tools" > "Sakura Terminal".
Become root with [c]su -[/c] (on live root password is [c]root[/c])
type this commands
[c]dmesg > dmesg_run[/c] save dmesg on dmesg_run file
[c]dmesg -c[/c] clean dmesg file
When you see freeze and press escap key to unfreeze type
[c]dmesg > dmesg_bugfreeze[/c] save dmesg log on dmesg_bugfreeze file
Copy theses files on usb key and upload it as attachment for i try to diag issue you have.
Thanks
Offline
I update iso with new kernel, but unfortunately see that driver rtl8723bs is on staging zone, in case you need this package [c]linux-staging[/c] that you can download here and put on usb key and install it on live system
http://mirror.slitaz.org/packages/current/linux-staging-5.10.238.tazpkg
To use wifi, you need to load driver manually i think, in terminal as root type [c]modprobe r8723bs[/c]
firmware-rtlwifi always included on iso, normally you don't notice issue with miss firmware.
Iso on mirror is updated
https://mirror.slitaz.org/iso/current/slitaz-current-core.iso
Offline
Ciao aniguenni, e ben tornato ;-)
ho un tablet anch'io che soffre del medesimo problema (freeze). Stando alle specifiche dovrebbe essere lo stesso processore della famglia baytrail (Intel Atom Z3735G)
https://www.umpcportal.com/products/Odys/Winpad%20V10
Il difetto è congenito e riguarda il Cstate, ma inserendo al boot nella riga del kernel i seguenti parametri migliora non poco:
reboot=acpi intel_idle.max_cstate=1 processor.max_cstate=1
poi magari da te non funzionano :-D
------------------------------------------------------------------------
Hi aniguenni, and welcome back ;-)
I have a tablet too that suffers from the same problem (freeze). According to the specifications it should be the same processor as the baytrail family (Intel Atom Z3735G)
https://www.umpcportal.com/products/Odys/Winpad%20V10
The defect is congenital and affects the Cstate, but by entering the following parameters at boot in the kernel line it improves not a little:
reboot=acpi intel_idle.max_cstate=1 processor.max_cstate=1
then maybe they don't work for you :-D
Offline
Hi shann, hi gibor,
today, I tried the mentioned routines above. But unfortunately there is no success at all.
The rtl8723bs cannot be loaded. I don't know why. After installing the linux-staging, which you provided above and after trying modprobe it says:
root@slitaz:/home/tux# modprobe r8723bs
modprobe: FATAL: Module r8723bs not found in directory /lib/modules/5.10.238-slitaz64
root@slitaz:/home/tux# modprobe rt8723bs
modprobe: FATAL: Module rt8723bs not found in directory /lib/modules/5.10.238-slitaz64
root@slitaz:/home/tux# modprobe rtl8723bs
modprobe: FATAL: Module rtl8723bs not found in directory /lib/modules/5.10.238-slitaz64
I tried several names and I couldn't find the module in the library.
The system doesn't recognize my internal emmc flash-card neither the mmc micro-sd card slot.
About the "freezes". It's not really freezing, It's more like a kind of falling asleep. When I work on the desktop by typing on the keypad and/or move the mouse, it doesn't falling asleep. Just when there is a short break, between the actions. As I said, it reacts immediately again when I press any key at the keypad. At this moment it doesn't recognizes the touchpad.
the dmesg commands show:
root@slitaz:/home/tux# dmesg > dmesg_run
root@slitaz:/home/tux# dmesg -c
ACPI: XSDT 0x000000007CDCF188 0000CC (v01 INSYDE INSYDE 00000003 01000013)
ACPI: FACP 0x000000007CDF0000 00010C (v05 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: DSDT 0x000000007CDDC000 00EF44 (v02 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: UEFI 0x000000007CDF5000 000236 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
ACPI: MSDM 0x000000007CDF4000 000055 (v03 INSYDE INSYDE 00000001 ACPI 00040000)
ACPI: UEFI 0x000000007CDF3000 000042 (v01 INSYDE INSYDE 00000000 ACPI 00040000)
ACPI: OEM0 0x000000007CDF2000 000084 (v05 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: DBG2 0x000000007CDF1000 000072 (v00 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: HPET 0x000000007CDEF000 000038 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: LPIT 0x000000007CDEE000 000104 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: APIC 0x000000007CDED000 00006C (v03 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: MCFG 0x000000007CDEC000 00003C (v01 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: SLIC 0x000000007CDEB000 000176 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
ACPI: SSDT 0x000000007CDD9000 0024BD (v01 INSYDE DptfTab 00000003 ACPI 00040000)
ACPI: SSDT 0x000000007CDD8000 0005DA (v01 INSYDE CpuDptf 00000003 ACPI 00040000)
ACPI: SSDT 0x000000007CDD7000 000058 (v01 INSYDE LowPwrM 00000003 ACPI 00040000)
ACPI: SSDT 0x000000007CDD6000 0000FF (v01 INSYDE SoCDptf 00000003 ACPI 00040000)
ACPI: SSDT 0x000000007CDD5000 000763 (v01 INSYDE CpuPm 00003000 ACPI 00040000)
ACPI: SSDT 0x000000007CDD4000 000290 (v01 INSYDE Cpu0Tst 00003000 ACPI 00040000)
ACPI: SSDT 0x000000007CDD3000 00017A (v01 INSYDE ApTst 00003000 ACPI 00040000)
ACPI: FPDT 0x000000007CDD1000 000044 (v01 INSYDE INSYDE 00000002 ACPI 00040000)
ACPI: CSRT 0x000000007CDD0000 00014C (v00 INSYDE INSYDE 00000005 ACPI 00040000)
ACPI: BGRT 0x000000007CDD2000 000038 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
ACPI: Reserving FACP table memory at [mem 0x7cdf0000-0x7cdf010b]
ACPI: Reserving DSDT table memory at [mem 0x7cddc000-0x7cdeaf43]
ACPI: Reserving UEFI table memory at [mem 0x7cdf5000-0x7cdf5235]
ACPI: Reserving MSDM table memory at [mem 0x7cdf4000-0x7cdf4054]
ACPI: Reserving UEFI table memory at [mem 0x7cdf3000-0x7cdf3041]
ACPI: Reserving OEM0 table memory at [mem 0x7cdf2000-0x7cdf2083]
ACPI: Reserving DBG2 table memory at [mem 0x7cdf1000-0x7cdf1071]
ACPI: Reserving HPET table memory at [mem 0x7cdef000-0x7cdef037]
ACPI: Reserving LPIT table memory at [mem 0x7cdee000-0x7cdee103]
ACPI: Reserving APIC table memory at [mem 0x7cded000-0x7cded06b]
ACPI: Reserving MCFG table memory at [mem 0x7cdec000-0x7cdec03b]
ACPI: Reserving SLIC table memory at [mem 0x7cdeb000-0x7cdeb175]
ACPI: Reserving SSDT table memory at [mem 0x7cdd9000-0x7cddb4bc]
ACPI: Reserving SSDT table memory at [mem 0x7cdd8000-0x7cdd85d9]
ACPI: Reserving SSDT table memory at [mem 0x7cdd7000-0x7cdd7057]
ACPI: Reserving SSDT table memory at [mem 0x7cdd6000-0x7cdd60fe]
ACPI: Reserving SSDT table memory at [mem 0x7cdd5000-0x7cdd5762]
ACPI: Reserving SSDT table memory at [mem 0x7cdd4000-0x7cdd428f]
ACPI: Reserving SSDT table memory at [mem 0x7cdd3000-0x7cdd3179]
ACPI: Reserving FPDT table memory at [mem 0x7cdd1000-0x7cdd1043]
ACPI: Reserving CSRT table memory at [mem 0x7cdd0000-0x7cdd014b]
ACPI: Reserving BGRT table memory at [mem 0x7cdd2000-0x7cdd2037]
ACPI: Local APIC address 0xfee00000
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x000000007cdfffff]
Normal empty
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000008efff]
node 0: [mem 0x0000000000090000-0x000000000009dfff]
node 0: [mem 0x0000000000100000-0x000000001fffffff]
node 0: [mem 0x0000000020200000-0x0000000024a7ffff]
node 0: [mem 0x0000000024b00000-0x000000007bad3fff]
node 0: [mem 0x000000007bcf4000-0x000000007bcf4fff]
node 0: [mem 0x000000007bcf6000-0x000000007bcf7fff]
node 0: [mem 0x000000007bcf9000-0x000000007c7fffff]
node 0: [mem 0x000000007cc00000-0x000000007ccc2fff]
node 0: [mem 0x000000007cdf7000-0x000000007cdfffff]
Initmem setup node 0 [mem 0x0000000000001000-0x000000007cdfffff]
On node 0 totalpages: 508870
DMA zone: 64 pages used for memmap
DMA zone: 22 pages reserved
DMA zone: 3996 pages, LIFO batch:0
DMA32 zone: 7928 pages used for memmap
DMA32 zone: 504874 pages, LIFO batch:63
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 98 pages in unavailable ranges
On node 0, zone DMA32: 512 pages in unavailable ranges
On node 0, zone DMA32: 128 pages in unavailable ranges
On node 0, zone DMA32: 544 pages in unavailable ranges
On node 0, zone DMA32: 1 pages in unavailable ranges
On node 0, zone DMA32: 1 pages in unavailable ranges
On node 0, zone DMA32: 1024 pages in unavailable ranges
On node 0, zone DMA32: 308 pages in unavailable ranges
On node 0, zone DMA32: 12800 pages in unavailable ranges
x86/hpet: Will disable the HPET for this platform because it's not reliable
Reserving Intel graphics memory at [mem 0x7d000000-0x7effffff]
ACPI: Local APIC address 0xfee00000
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
TSC deadline timer available
smpboot: Allowing 4 CPUs, 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
PM: hibernation: Registered nosave memory: [mem 0x24a80000-0x24afffff]
PM: hibernation: Registered nosave memory: [mem 0x7bad4000-0x7bcf3fff]
PM: hibernation: Registered nosave memory: [mem 0x7bcf5000-0x7bcf5fff]
PM: hibernation: Registered nosave memory: [mem 0x7bcf8000-0x7bcf8fff]
PM: hibernation: Registered nosave memory: [mem 0x7c800000-0x7cbfffff]
PM: hibernation: Registered nosave memory: [mem 0x7ccc3000-0x7cdf6fff]
[mem 0x7f000000-0xe00f7fff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
efi: Setup done, disabling due to 32/64-bit mismatch
setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
percpu: Embedded 48 pages/cpu s156696 r8192 d31720 u524288
pcpu-alloc: s156696 r8192 d31720 u524288 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3
Built 1 zonelists, mobility grouping on. Total pages: 500856
Kernel command line: BOOT_IMAGE=/EFI/boot/vmlinuz rw root=/dev/null video=-32 autologin rdinit=/vtoy/vtoy
printk: log_buf_len individual max cpu contribution: 4096 bytes
printk: log_buf_len total cpu_extra contributions: 12288 bytes
printk: log_buf_len min size: 16384 bytes
printk: log_buf_len: 32768 bytes
printk: early log buf free: 4728(28%)
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mem auto-init: stack:off, heap alloc:off, heap free:off
Memory: 1879352K/2035480K available (12289K kernel code, 693K rwdata, 2944K rodata, 1096K init, 2200K bss, 155872K reserved, 0K cma-reserved)
Kernel/User page tables isolation: enabled
rcu: Hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 0
random: crng init done
Console: colour dummy device 80x25
printk: console [tty0] enabled
ACPI: Core revision 20200925
APIC: Switch to symmetric I/O mode setup
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x13381e82524, max_idle_ns: 440795248224 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 2666.66 BogoMIPS (lpj=1333333)
mce: CPU0: Thermal monitoring enabled (TM1)
process: using mwait in idle threads
Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Kernel not compiled with retpoline; no mitigation available!
Spectre V2 : Vulnerable
Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
MDS: Vulnerable: Clear CPU buffers attempted, no microcode
MMIO Stale Data: Unknown: No mitigations
x86/fpu: x87 FPU will use FXSAVE
Freeing SMP alternatives memory: 20K
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
smpboot: CPU0: Intel(R) Atom(TM) CPU Z3735F @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
... version: 3
... bit width: 40
... generic registers: 2
... value mask: 000000ffffffffff
... max period: 0000007fffffffff
... fixed-purpose events: 3
... event mask: 0000000700000003
rcu: Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
x86: Booting SMP configuration:
.... node #0, CPUs: #1 #2 #3
smp: Brought up 1 node, 4 CPUs
smpboot: Max logical packages: 1
smpboot: Total of 4 processors activated (10666.66 BogoMIPS)
devtmpfs: initialized
PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
PM: Registering ACPI NVS region [mem 0x7cd47000-0x7cdb6fff] (458752 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI: bus type PCI registered
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
PCI: not using MMCONFIG
PCI: Using configuration type 1 for base access
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
raid6: sse2x4 gen() 3087 MB/s
raid6: sse2x4 xor() 1167 MB/s
raid6: sse2x2 gen() 2903 MB/s
raid6: sse2x2 xor() 1681 MB/s
raid6: sse2x1 gen() 2194 MB/s
raid6: sse2x1 xor() 1138 MB/s
raid6: using algorithm sse2x4 gen() 3087 MB/s
raid6: .... xor() 1167 MB/s, rmw enabled
raid6: using ssse3x2 recovery algorithm
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: Added _OSI(Linux-Dell-Video)
ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
ACPI: 8 ACPI AML tables successfully acquired and loaded
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88800141F000 000501 (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8880014F5800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF888001501400 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88800140A840 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
ACPI: Interpreter enabled
ACPI: (supports S0 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
PCI: not using MMCONFIG
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: Power Resource [USBC] (on)
ACPI: Power Resource [WWPR] (off)
ACPI: Power Resource [PLPE] (on)
ACPI: Power Resource [CLK0] (on)
ACPI: Power Resource [P28P] (off)
ACPI: Power Resource [P18P] (off)
ACPI: Power Resource [CLK0] (on)
ACPI: Power Resource [CLK1] (on)
ACPI: Power Resource [P28X] (off)
ACPI: Power Resource [P18X] (off)
ACPI: Power Resource [P28T] (off)
ACPI: Power Resource [P18T] (off)
ACPI: Power Resource [P1XT] (off)
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
pci_bus 0000:00: root bus resource [mem 0x7d000001-0x7f000000 window]
pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
pci_bus 0000:00: root bus resource [bus 00-ff]
pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
pci 0000:00:02.0: BAR 2: assigned to efifb
pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
pci 0000:00:1a.0: PME# supported from D0 D3hot
pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
iommu: Default domain type: Translated
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
pci 0000:00:02.0: vgaarb: bridge control possible
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
Expanded resource Reserved due to conflict with PCI Bus 0000:00
e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
e820: reserve RAM buffer [mem 0x24a80000-0x27ffffff]
e820: reserve RAM buffer [mem 0x7bad4000-0x7bffffff]
e820: reserve RAM buffer [mem 0x7bcf5000-0x7bffffff]
e820: reserve RAM buffer [mem 0x7bcf8000-0x7bffffff]
e820: reserve RAM buffer [mem 0x7c800000-0x7fffffff]
e820: reserve RAM buffer [mem 0x7ccc3000-0x7fffffff]
e820: reserve RAM buffer [mem 0x7ce00000-0x7fffffff]
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
system 00:01: [io 0x0680-0x069f] has been reserved
system 00:01: [io 0x0400-0x047f] has been reserved
system 00:01: [io 0x0500-0x05fe] has been reserved
system 00:01: [io 0x0600-0x061f] has been reserved
system 00:01: [io 0x164e-0x164f] has been reserved
system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
pnp: PnP ACPI: found 3 devices
NET: Registered protocol family 2
IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
TCP: Hash tables configured (established 16384 bind 16384)
UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
pci_bus 0000:00: resource 9 [mem 0x90c00000-0x90ffffff window]
pci_bus 0000:00: resource 10 [mem 0x7d000001-0x7f000000 window]
pci_bus 0000:00: resource 11 [mem 0x80000000-0x908ffffe window]
pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed40fff window]
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
PCI: CLS 0 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 96416K
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13381e82524, max_idle_ns: 440795248224 ns
clocksource: Switched to clocksource tsc
Initialise system trusted keyrings
workingset: timestamp_bits=46 max_order=19 bucket_order=0
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
fuse: init (API version 7.32)
SGI XFS with ACLs, security attributes, quota, no debug enabled
xor: measuring software checksum speed
prefetch64-sse : 5000 MB/sec
generic_sse : 4480 MB/sec
xor: using function: prefetch64-sse (5000 MB/sec)
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler mq-deadline registered
io scheduler kyber registered
efifb: probing for efifb
efifb: framebuffer at 0x80000000, using 4032k, total 4032k
efifb: mode is 1280x800x32, linelength=5120, pages=1
efifb: scrolling: redraw
efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Console: switching to colour frame buffer device 160x50
fb0: EFI VGA frame buffer device
intel_idle: MWAIT substates: 0x33000020
intel_idle: v0.5.1 model 0x37
intel_idle: Local APIC timer is reliable in all C-states
ACPI: AC: found native INT33F4 PMIC, not loading
[Firmware Bug]: No valid trip found
battery: ACPI: Battery: found native INT33F4 PMIC, not loading
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
00:02: ttyS0 at I/O 0x3f8 (irq = 113, base_baud = 115200) is a 16550A
Non-volatile memory driver v1.3
brd: module loaded
loop: module loaded
mtip32xx Version 1.3.1
Error creating debugfs parent
tun: Universal TUN/TAP device driver, 1.6
igbvf: Intel(R) Gigabit Virtual Function Network Driver
igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
tlan: ThunderLAN driver v1.17
tlan: 0 devices installed, PCI: 0 EISA: 0
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
uhci_hcd: USB Universal Host Controller Interface driver
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
usbcore: registered new interface driver usb-storage
i8042: PNP: No PS/2 controller found.
mousedev: PS/2 mouse device common for all mice
input: PC Speaker as /devices/platform/pcspkr/input/input0
rtc_cmos 00:00: registered as rtc0
rtc_cmos 00:00: setting system clock to 2025-06-26T18:46:02 UTC (1750963562)
rtc_cmos 00:00: no alarms, y3k, 242 bytes nvram
i2c /dev entries driver
intel_pstate: Intel P-state driver initializing
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
wbsd: Winbond W83L51xD SD/MMC card interface driver
wbsd: Copyright(c) Pierre Ossman
VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
usbcore: registered new interface driver vub300
usbcore: registered new interface driver ushc
sdhci-pltfm: SDHCI platform and OF driver helper
hid: raw HID events driver (C) Jiri Kosina
ipip: IPv4 and MPLS over IPv4 tunneling driver
gre: GRE over IPv4 demultiplexor driver
NET: Registered protocol family 17
NET: Registered protocol family 15
NET: Registered protocol family 33
Key type rxrpc registered
Key type rxrpc_s registered
Key type dns_resolver registered
microcode: sig=0x30678, pf=0x2, revision=0x82a
microcode: Microcode Update Driver: v2.2.
IPI shorthand broadcast: enabled
sched_clock: Marking stable (54159012118, 1979845)->(54166436239, -5444276)
registered taskstats version 1
Loading compiled-in X.509 certificates
Btrfs loaded, crc32c=crc32c-generic
i2c_designware 80860F41:04: I2C bus managed by PUNIT
clk: Disabling unused clocks
Freeing unused kernel image (initmem) memory: 1096K
Write protecting the kernel read-only data: 18432k
Freeing unused kernel image (text/rodata gap) memory: 2044K
Freeing unused kernel image (rodata/data gap) memory: 1152K
Run /vtoy/vtoy as init process
with arguments:
/vtoy/vtoy
with environment:
HOME=/
TERM=linux
BOOT_IMAGE=/EFI/boot/vmlinuz
usb 1-1: new high-speed USB device number 2 using xhci_hcd
usb-storage 1-1:1.0: USB Mass Storage device detected
scsi host0: usb-storage 1-1:1.0
usb 1-2: new low-speed USB device number 3 using xhci_hcd
scsi 0:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 120176640 512-byte logical blocks: (61.5 GB/57.3 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sda: detected capacity change from 0 to 61530439680
sda: detected capacity change from 0 to 61530439680
sda: sda1 sda2
sda: detected capacity change from 0 to 61530439680
sd 0:0:0:0: [sda] Attached SCSI removable disk
udevd[1387]: starting version 182
i2c_hid i2c-FTSC1000:00: supply vdd not found, using dummy regulator
i2c_hid i2c-FTSC1000:00: supply vddl not found, using dummy regulator
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID0]
input: SINO WEALTH USB Composite Device as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0603:0002.0001/input/input2
hid-generic 0003:0603:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-2/input0
input: SINO WEALTH USB Composite Device Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0603:0002.0002/input/input3
input: SINO WEALTH USB Composite Device System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0603:0002.0002/input/input4
input: SINO WEALTH USB Composite Device Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0603:0002.0002/input/input5
hid-generic 0003:0603:0002.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [SINO WEALTH USB Composite Device] on usb-0000:00:14.0-2/input1
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
input: FTSC1000:00 2808:1015 as /devices/platform/80860F41:03/i2c-3/i2c-FTSC1000:00/0018:2808:1015.0003/input/input6
input: FTSC1000:00 2808:1015 UNKNOWN as /devices/platform/80860F41:03/i2c-3/i2c-FTSC1000:00/0018:2808:1015.0003/input/input8
hid-multitouch 0018:2808:1015.0003: input,hidraw2: I2C HID v1.00 Device [FTSC1000:00 2808:1015] on i2c-FTSC1000:00
intel_sst_acpi 80860F28:00: Detected Baytrail-CR platform
intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
intel_sst_acpi 80860F28:00: DDR base: 0x20000000
Linux agpgart interface v0.103
intel_sst_acpi 80860F28:00: Got drv data max stream 25
intel_sst_acpi 80860F28:00: Direct firmware load for intel/fw_sst_0f28.bin failed with error -2
intel_sst_acpi 80860F28:00: request fw failed
ACPI: bus type drm_connector registered
checking generic (80000000 3f0000) vs hw (90000000 400000)
checking generic (80000000 3f0000) vs hw (80000000 10000000)
fb0: switching to inteldrmfb from EFI VGA
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] *ERROR* Failed to get the SoC PWM chip
[drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
acpi device:21: registered as cooling_device4
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
i915 0000:00:02.0: [drm] HDaudio controller not detected, using LPE audio instead
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 160x50
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
NET: Registered protocol family 10
Segment Routing with IPv6
zram: Added device: zram0
zram: Added device: zram1
zram: Added device: zram2
zram: Added device: zram3
zram0: detected capacity change from 0 to 253485056
zram1: detected capacity change from 0 to 253485056
zram2: detected capacity change from 0 to 253485056
zram3: detected capacity change from 0 to 253485056
Adding 247540k swap on /dev/zram0. Priority:100 extents:1 across:247540k SSFS
Adding 247540k swap on /dev/zram1. Priority:100 extents:1 across:247540k SSFS
Adding 247540k swap on /dev/zram2. Priority:100 extents:1 across:247540k SSFS
Adding 247540k swap on /dev/zram3. Priority:100 extents:1 across:247540k SSFS
I thank yoo guys for your nice, fast and friendly support, but I don't want to hold you up any longer. I will install an ubuntu version, such as mint, lubuntu or bodhi, which are running out of the box on this convertible. I don't want to spend much more time in this project.
Maybe I'll try sthg like K3nn3th did, to get SliTaz running.
Thank's again for your replys. Keep up the good work ;-)
Offline
Hi aniguenni,
Sad to read this, but think found bug when i rebuild iso for current (at least for variant with linux64, base64, core64, justx64, gtkonly64).
Discover side effect when tazlito build iso, packages.list have linux64 as first package, but not directly depends of gcc-lib-base, we suppose already installed, post_install call depmod to generate modules.dep, but not work due of libstdc++ missing (in gcc-lib-base).
If understand you use iso with kernel64, that explain issue for r8723bs not found, sorry for this 
Rebuild isos and uptodate on mirror.
Concerning emmc flash-card and mmc micro-sd card slot, dmesg indicate
[c][/c]`
wbsd: Winbond W83L51xD SD/MMC card interface driver
wbsd: Copyright(c) Pierre Ossman
[c][/c]`
Maybe miss something, i see [c]CONFIG_MMC_WBSD=y[/c] on linux config
No problem to help you for use SliTaz on your device.
Offline
Hi shann,
thank you for your friendly reply.
I'm still interested to get this amazing SliTaz os running on my WinPad machine. And alongside this I try to get it on my HP Pavillon, too :-) But this is another construction site.
Today I tried again your newest slitaz-current-core.iso (2025-06-26) from the mirror. First, I cannot boot with this bootia32 version. And when I try to add another one, the iso increases up to ~380mb or so.
So I found another solution to boot by getting into the grub command line. Then I could boot the iso by the knonw steps with 'linux' and 'initrd'.
Finally after booting and doing as you mentioned above, I got the message as follows:
root@slitaz:/home/tux# uname -a
Linux slitaz 5.10.238-slitaz #4 SMP Mon Jun 23 06:55:30 Europe 2025 i686 GNU/Linux
root@slitaz:/home/tux# modprobe r8723bs
WARNING: Could not read '/lib/modules/5.10.238-slitaz/kernel/net/rfkill/rfkill.ko.xz': Invalid module format
WARNING: Could not read '/lib/modules/5.10.238-slitaz/kernel/net/wireless/cfg80211.ko.xz': Invalid module format
FATAL: Could not read '/lib/modules/5.10.238-slitaz/kernel/drivers/staging/rtl8723bs/r8723bs.ko.xz': Invalid module format
And still no access neither to my internal hd nor to the internal mmc port :-(
It looks really hard to get this amazing os running on my WinPad. But I really still want to get it run. I think one of the biggest limit is my absolute no knowledge about linux. Even if I felt familiar with SliTaz 4.0 long, long time ago on my Fujtsu Lifebook.
Offline
Hi aniguenni,
Really strange for issue [c]invalid module format[/c] 
At first test i see you use slitaz64 kernel, now it's 32 bits iso.
I do test on qemu for both, i don't have issue for list modules and load r8732bs (after installing linux-staging).
For bootia32 issue, sorry i don't check it.
Concerning internal disk and mmc port, think miss driver on kernel.
Can you boot on Ubuntu live, and return this command on terminal :
[c]ls /dev/disk/by-path[/c] < return disk path
example
[c][/c]`
pci-0000:03:00.0-nvme-1
pci-0000:03:00.0-nvme-1-part1
pci-0000:03:00.0-nvme-1-part2
pci-0000:03:00.0-nvme-1-part3
[c][/c]`
To found driver used for disk
[c]readlink -f /sys/class/{disk_type}/{disk_number}/device/driver[/c]
example for my nvme disk
[c][/c]`
readlink -f /sys/class/nvme/nvme0/device/driver
/sys/bus/pci/drivers/nvme
[c][/c]`
No problem, we can know whole, myself infact i know few thinks but not all.
knowledge should be share with everyone 
Offline
Hi shann,
thank you again for your quick response.
The first setep above I could manage ...
guenni@WINPAD-V10:~$ ls /dev/disk/by-path
pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 platform-80860F14:00-boot0 platform-80860F14:02
pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 platform-80860F14:00-boot1 platform-80860F14:02-part1
pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 platform-80860F14:00-part1
platform-80860F14:00 platform-80860F14:00-part2
But to be honest, I sruggle on the second step.
Anyway. I was searching for a while and had a look onto your work for the clonezilla flavor project and donwloaded the 32bit version.
I could bootinto and started clonezilla. Very interesting that all my internal disks and the connected usb device get recognized on this slitaz clonezilla flavour, even as it has the 3.16.55 kernel. I guess all of this problems of recognizing the hardware of the baytrail has sthg to do with the missing iosf_mbi module.
Offline
Hi aniguenni,
Thanks for return of log
After search 80860F14 on linux kernel source, related to mmc sdhci_acpi.
Interesting infact
.
For iosf_mbi for both 3.16.55 and 5.10.238 it's build inside kernel, not as module.
At least for mmc disk found why don't see on current, i check both 3.16.55 and 5.10.238 config, and see that below could be explain internal disk not see.
For 5.10.238
[c][/c]`
# CONFIG_MMC_RICOH_MMC is not set
# CONFIG_MMC_SDHCI_ACPI is not set
[c][/c]`
For 3.16.55
[c][/c]`
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI_ACPI=y
[c][/c]`
On current connected usb device not see also ?
Let's me check to rebuild kernel with those options set and regenerate iso.
Offline
Bonsoir shann,
just to say thank you so much. I just tried your new rebuilt current-core.iso by extracting the iso, placed the rootfs.gz and the vmlinuz file into my bodhi boot folder. booted into the grub bootloader and put the necessary commands into.
I am really impressed. I got the mmc cards and the usb recognized. your prior mentioned method for activating the wifi module, I could start the internet and now I am writing from the booted SliTaz current.
It is a pleasure to get step by step into this amazing system.
Now I will try to get further to get all my other wanted stuff running.
But what would you recommend. Should I stay now with this current version? Should I go for the current64 version, as my processor is a 64bit processor? Is the roling version with the 3.16.55 Linux kernel still recommended?
Offline
The mouse still falls asleep after a view seconds when I do not move it or don't press any button on the keyboard. There is no sound yet and the touch screen doesn't work. But at the moment, this is nor the most important thing.
I'm so glad. You really do a fantastic job. How can I show my gratitude for all the efforts?
Offline
Hi aniguenni,
It's pleasure to read this 
Thanks a lot, for me that you can use SliTaz on your device is enought.
At the moment, not all work, no sound and touch screen but it's just question time
.
About current, current64 or rolling question
- rolling use old stack but works very weel
- current/current64 use more recent stack and have 64bits full support.
current version is based on rolling when i create new wok for upgrade stack.
Unfortunately we can't upgrade smooth rolling, when i try to upgrade rolling with current repository, break many thinks.
current and current64 (full 64bit) work for daily use but for me need more polish again.
Infact at least for current can't be boot under 768Mo of ram for liveCD (no problem to run with 128Mo on disk) compare to rolling/4.0, of course current include more recent stuff but i see as bad news.
I work also to generate 5in1 iso for current, base need 128Mo to be boot correctly 
For sound and touchscreen, i think work with bodhi right ?
can you please post dmesg and lsmod return command in file and add it as attachments ?
thanks
[c]dmesg > dmesg_bodhi[/c]
[c]lsmod > lsmod_bodhi[/c]
[c]lspci > lspci_bodhi[/c]
Offline
Bonsoir shann,
thank you again for your quick replys.
Attached you'll find the relevant outputs ...
Offline
Hi aniguenni,
Thanks very much, very interesting, on lsmod_bodhi i see lot of modules we don't have.
First pass i notice and add this :
[c][/c]`
+CONFIG_INPUT_AXP20X_PEK=m
+CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_MFD_AXP20X=m
+CONFIG_MFD_AXP20X_I2C=m
+CONFIG_SND_SOC_TOPOLOGY=y
+CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
+CONFIG_SND_SOC_SOF_TOPLEVEL=y
+CONFIG_SND_SOC_SOF_PCI=m
+CONFIG_SND_SOC_SOF_ACPI=m
+CONFIG_SND_SOC_SOF=m
+CONFIG_SND_SOC_RL6231=m
+CONFIG_SND_SOC_RT5640=m
+CONFIG_SND_SOC_RT5645=m
+CONFIG_EXTCON_AXP288=m
+CONFIG_KXCJK1013=m
+CONFIG_AXP288_ADC=m
[c][/c]`
Continue to read lsmod / dmesg / lspci bodhi to not miss modules.
Offline
I see on dmesg current, that firmware miss for intel_sst_acpi firmware/install/lib/firmware/intel/fw_sst_0f28.bin.
I check and see not include on any firmware-* packages, think if firmware missing, audio not work correctly
.
I can create firmware-intel that include all firmware from intel folder but size is big 56.5M.
Offline
aniguenni,
I update iso on my space for slitaz-current64-core64-grub2.iso.
https://people.slitaz.org/~shann/slitaz-current64-stuff/slitaz-current64-core64-grub2.iso
Normally include necessary modules, hope better support.
Offline
Hi aniguenni,
Hope you fine.
This week-end i discover a strange feature, for a friend's parents i install SliTaz current64 on middle computer i reconditionned (Pentium G630, 4Go DDR3, 300Go HDD).
They use mouse and keyboard, both are in usb, after few seconds, disabled, need to type or click on mouse to come back.
After search see kernel autosuspend usb port to power save.
I need to add [c]usbcore.autosuspend=-1[/c] on GRUB_CMDLINE_LINUX_DEFAULT line to disable this, in case unnecessary to pc tower
.
I remind your issue and think it's same.
Edit /etc/default/grub, adjust line and regenerate grub.cfg file.
For liveCD when you have selected language edit with tab "SliTaz Live" entry to add [c]usbcore.autosuspend=-1[/c] at end of line
In live mode, could be adjust directly with this command
[c]echo -1 >/sys/module/usbcore/parameters/autosuspend[/c]
Offline
Dear Shann,
first of all, i'm sorry for the delay of my answer. On the weekend I was playing around with your last created iso. I was impressed, that we got such a big step ahead by recognizing my baytrail board :-)
For to boot this iso I had to change the bootia32 again. But now I can boot from ventoy usb stick in grub mode.
It takes a while, till the boot starts. But this was almost the same as before.
The system works quite well. Even the touch screen now gets recognized.
What I still have to figure out is to get the sound to work. The battery doesn't get recognized. And the backlight of the screen I would like to adjust (maybe with RandR?).
Funny - the more I play again with this amazing os, I remember, what I did on tne former SliTaz-4.0 and cooking many years ago ;-)
You really do a great job and I'm absolutely impressed of your work.
Your last hint on your last post is exactly what I have had. With adding the commands above there are no semi-"freezes" anymore. Thank you again for all of your activity and spendig so much time to help me so much. Without your assistance and help, I never ever would get to this result.
And I have so much fun to play with SliTaz (like DistroWatch says "put the fun back into computing"). That's what I feel now :-D
The system runs very smooth and speedily.
So after you created the last iso ,... does it mean, I should stay with the 64bit version because of better support for the future?
P.S.: sorry for my bad english, but my french is even worse, infact not existing :-)
Offline
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.67 MiB (Peak: 1.77 MiB) ]