TrekStor Surftab Wintron 7.0 (surftab-wintron7.0)
| This device has been archived. This means that it no longer appears in pmbootstrap and is likely broken. It can still be selected in pmbootstrap init by typing in the vendor and codename, but you will have to build the kernel package manually. |
|
TrekStor Surftab Wintron 7.0 | |
| Manufacturer | TrekStor |
|---|---|
| Name | Surftab Wintron 7.0 |
| Codename | surftab-wintron7.0 |
| Released | 2015 |
| Type | tablet |
| Hardware | |
| Chipset | Intel Bay Trail Z3735G |
| CPU | Quad-core 1.83 GHz |
| GPU | Intel HD Graphics |
| Display | 1024 x 600 |
| Storage | 16 GB |
| Memory | 1 GB |
| Architecture | x86_64 |
| Software | |
Original software The software and version the device was shipped with. |
Windows Home 10 |
Extended version The most recent supported version from the manufacturer. |
Windows Home |
| postmarketOS | |
| Category | archived |
Mainline Instead of a Linux kernel fork, it is possible to run (Close to) Mainline. |
no |
| Device package |
|
| Kernel package |
|
Flashing Whether it is possible to flash the device with pmbootstrap flasher. |
Broken
|
|---|---|
USB Networking After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system). |
Broken
|
Battery Whether charging and battery level reporting work. |
Works
|
Screen Whether the display works; ideally with sleep mode and brightness control. |
Works
|
Touchscreen |
Works
|
| Multimedia | |
3D Acceleration |
Works
|
Audio Audio playback, microphone, headset and buttons. |
Works
|
Camera |
Broken
|
| Connectivity | |
WiFi |
Works
|
Bluetooth |
Broken
|
| Miscellaneous | |
FDE Full disk encryption and unlocking with unl0kr. |
Broken
|
USB OTG USB On-The-Go or USB-C Role switching. |
Works
|
| Sensors | |
Accelerometer Handles automatic screen rotation in many interfaces. |
Broken
|
Contributors
- nickre
Users owning this device
- Bastindo (Notes: Running Void Linux)
- Nickre
- R31k0
- Rambonette
Installation
Init pmbootstrap:
$ pmbootstrap init
note that this model is listed under Vendor surftab and not trekstor. To fix touchscreen drivers add g++,make as additional packages.
Plug your micro sd card into your computer and take note of its file system position with:
$ dmesg|tail
usually a common position is /dev/mmcblk0.
Then run:
$ pmbootstrap install --sdcard=/dev/mmcblk...
do not use --fda. This device does not support encryption.
Hardware
This is some information about the hardware that does not work out of the box.
Bluetooth
Possible solution: [1]
Battery
Works with the following modules enabled: CONFIG_BATTERY_MAX17042, CONFIG_EXTCON_AXP288, CONFIG_AXP288_CHARGER, CONFIG_AXP288_FUEL_GAUGE, CONFIG_AXP288_ADC
Sound
Works if configured with alsamixer: [2]
Camera
The back camera is a OmniVision OV2680. There seems to be some support in the kernel. [3]
Touchscreen
Touchscreen is semi-working. These are the steps to get it working properly:
$ git clone https://github.com/onitake/gslx680-acpi $ cd gslx680-acpi $ sudo make install
See also
- pmaports!290 Initial MR