Code Monkey home page Code Monkey logo

tibuta-w100's People

Contributors

biolds avatar oldmanyellsatcloud avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tibuta-w100's Issues

make kernel for touchscreen fails at the end : errors, disk corruption (read-only)

My system:

I just bought a new w100 and installed Debian 12.5 dvd (kernel 6.1.0-18amd64)

I followed many times the touchscreen procedure but same errors at the end (after 5 hours last time) of "make" command : the partition gets "read-only" and the system crashes. Then at reboot i need to do a fsck. It looks like a memory failure...

The touchsreen works although partially, but with bad calibration. It is not mentionned with xinput.

Can i build the kernel on another machine and then import it on the w100?

Here is my postinstall script:

#!/bin/sh
if [ 1 = 1 ];then
sed -i "/deb cdrom:/ s/^#*/##/" /etc/apt/sources.list
apt update
apt upgrade -y
#for the wifi
sed -i "/GRUB_CMDLINE_LINUX_DEFAULT/ s/^#*/##/" /etc/default/grub
sed -i '/GRUB_CMDLINE_LINUX_DEFAULT/a GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_port_pm=off"' /etc/default/grub
export PATH="/sbin:/usr/bin:/usr/sbin:$PATH"
tee -a /usr/sbin/grub-update > /dev/null <<EOT
#!/bin/sh
set -e
exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
EOT
chmod +x /usr/sbin/grub-update
grub-update
#to install the firmware
git clone https://github.com/biolds/tibuta-w100.git
#firmmware/silead/
mkdir -p /lib/firmware/silead/
cp tibuta-w100/uploads/Home/gsl1680-tibuta-w100.fw /lib/firmware/silead/
dpkg -i tibuta-w100/uploads/Home/linux-image-6.1.12+_6.1.12+-1_amd64.deb
fi
#reboot
# to rebuild the kernel
apt-get install -y build-essential linux-source-6.1 bc kmod cpio flex libncurses5-dev libelf-dev libssl-dev dwarves bison python3
cd /root
tar xaf /usr/src/linux-source-6.1.tar.xz
cd /root/linux-source-6.1
patch < tibuta-w100/uploads/Home/0001-tibuta-touchpad-module.patch
#
echo "select option 3 to question about zero check safest then ALWAYS ENTER"
sleep 3
make -j8 deb-pkg

Auto-rotation not working

Wish:

  • get auto-rotation working, like on windows, at least from the session login page.

Done:

Problem :

In landscape mode, display is always oriented to the right.
in portrait mode, display is always oriented to the left.

Checked

  • at boot, grub and boot log and login page are orientation "top to right", like if it was a normal portrait tablet where the windows button/icon is "the top of display". With fbcon=rotate:3" in grub, i get the boot log in good landscape, but not grub itself neither the login page.
  • monitor-sensor, looks to be working
  • manual orientation: to get it working with the keyboard ("in landscape" mode), i need to select "portrait to right"

Has anyone got it working?

Make touchscreen work with wayland

Hi all,
Any idea to make it work with wayland session?
I searched for a long time to calibrate (libinput, udev rule) without success.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.