One-command installer for the MAXHUB WT13 wireless screen sharing dongle on Linux.
Downloads a portable Wine build (~70MB) — no Docker, no system packages modified.
סקריפט התקנה שמאפשר להשתמש בדונגל MAXHUB WT13 לשיתוף מסך אלחוטי על לינוקס.
הדונגל של MAXHUB מגיע עם תוכנה לווינדוס בלבד (MAXHUB.exe). Wine רגיל (גרסה 9.0 ומטה) לא עובד — ה-UDEV bus שלו לא נטען, ו-Wine לא רואה את ההתקן.
הסקריפט הזה מוריד Wine 11.2 portable (~70MB) — בלי Docker, בלי לגעת בחבילות שלכם.
- לינוקס 64 ביט (אובונטו, דביאן, פדורה, Arch, openSUSE, CentOS ועוד)
- חיבור לאינטרנט
- דונגל MAXHUB מחובר ב-USB (או העתקה ידנית של MAXHUB.exe)
git clone https://github.com/ysdy823/MAXHUB-LINUX.git
cd MAXHUB-LINUX
sudo bash maxhub-linux-install.shזמן התקנה משוער: ~30 שניות
המחשב שלכם
┌──────────────────────────────────┐
│ │
│ USB Dongle ──► Wine 11.2 │
│ (portable) │
│ MAXHUB.exe │
│ Desktop ◄── X11 window │
│ │
└──────────────────────────────────┘
Wine רץ ישירות — בלי Docker, בלי קונטיינרים. כמו Steam/Proton.
| שלב | פעולה | זמן צפוי | נוגע בחבילות שלכם? |
|---|---|---|---|
| 1 | מוריד Wine 11.2 portable (~70MB) | ~10 שנ' | לא |
| 2 | יוצר udev rule להרשאות הדונגל | ~1 שנ' | לא |
| 3 | מעתיק MAXHUB.exe מכונן USB | ~1 שנ' | לא |
| 4 | יוצר קיצור דרך + סקריפט הפעלה | ~1 שנ' | לא |
| 5 | מסיים | ~1 שנ' | לא |
אף חבילה במערכת שלכם לא תשתנה, תימחק, או תתנגש.
הפעילו מתפריט האפליקציות ("MAXHUB Dongle") או:
/opt/maxhub-dongle/maxhub-dongle.sh| פקודה | תיאור |
|---|---|
maxhub-dongle.sh |
הפעלה רגילה |
maxhub-dongle.sh --status |
דיאגנוסטיקה — עובד גם כש-MAXHUB כבר רץ |
maxhub-dongle.sh --help |
עזרה מהירה |
התראות GUI מופיעות אוטומטית (שגיאות, קריסות, חיבור דונגל) — לא צריך לפתוח טרמינל כדי לראות מה קורה.
צעד ראשון תמיד: הריצו
maxhub-dongle.sh --status— הפלט יראה לכם בדיוק מה מותקן, מה חסר, ומה מצב הדונגל.
עדכון גרסה
cd MAXHUB-LINUX
git pull
sudo bash maxhub-linux-install.shהדונגל לא מזוהה
- נתקו וחברו מחדש את הדונגל
- וודאו שחוקי udev הותקנו:
cat /etc/udev/rules.d/99-maxhub-dongle.rules
- טענו מחדש:
sudo udevadm control --reload-rules && sudo udevadm trigger - וודאו שה-hidraw device נגיש:
ls -la /dev/hidraw*
Wayland — מסך שחור או שגיאת display
הכלי דורש X11. אם אתם על Wayland, ודאו ש-XWayland מופעל (ברוב הדיסטרואים הוא מופעל כברירת מחדל).
MAXHUB.exe לא נמצא
העתיקו ידנית מכונן ה-USB:
sudo cp /media/$USER/MAXHUB_USB/MAXHUB.exe /opt/maxhub-dongle/הסרת התקנה
sudo rm -rf /opt/maxhub-dongle
sudo rm -f /etc/udev/rules.d/99-maxhub-dongle.rules
sudo rm -f /usr/share/applications/maxhub-dongle.desktop
sudo udevadm control --reload-rulesAn installer for the MAXHUB WT13 wireless screen sharing dongle on Linux. Downloads a portable Wine build (~70MB) — no Docker, no system packages modified.
Your system
┌──────────────────────────────────┐
│ │
│ USB Dongle ──► Wine 11.2 │
│ (portable) │
│ MAXHUB.exe │
│ Desktop ◄── X11 window │
│ │
└──────────────────────────────────┘
Wine runs directly — no Docker, no containers. Like Steam/Proton.
- Linux amd64 (Ubuntu, Fedora, Debian, Arch, openSUSE, CentOS, and more)
- Internet connection
- MAXHUB dongle USB drive (or manual copy of MAXHUB.exe)
git clone https://github.com/ysdy823/MAXHUB-LINUX.git
cd MAXHUB-LINUX
sudo bash maxhub-linux-install.shEstimated time: ~30 seconds
| Step | Action | Est. time | Touches your packages? |
|---|---|---|---|
| 1 | Downloads Wine 11.2 portable (~70MB) | ~10 sec | No |
| 2 | Creates udev rule for dongle permissions | ~1 sec | No |
| 3 | Copies MAXHUB.exe from USB drive | ~1 sec | No |
| 4 | Creates desktop launcher + shell script | ~1 sec | No |
| 5 | Finishes up | ~1 sec | No |
No system packages are modified, removed, or conflicted with.
/opt/maxhub-dongle/maxhub-dongle.shOr search for "MAXHUB Dongle" in your application menu.
| Command | Description |
|---|---|
maxhub-dongle.sh |
Normal launch |
maxhub-dongle.sh --status |
Diagnostics — works even while MAXHUB is running |
maxhub-dongle.sh --help |
Quick help |
GUI notifications appear automatically (errors, crashes, dongle connection) — no need to open a terminal to see what's happening.
First step, always: run
maxhub-dongle.sh --status— the output will show you exactly what's installed, what's missing, and the dongle status.
Upgrade version
cd MAXHUB-LINUX
git pull
sudo bash maxhub-linux-install.shDongle not detected
- Unplug and replug the dongle
- Verify udev rules:
cat /etc/udev/rules.d/99-maxhub-dongle.rules - Reload:
sudo udevadm control --reload-rules && sudo udevadm trigger - Check hidraw:
ls -la /dev/hidraw*
Wayland — black screen or display error
This tool requires X11. If you're on Wayland, make sure XWayland is enabled (it is by default on most distros).
Uninstall
sudo rm -rf /opt/maxhub-dongle
sudo rm -f /etc/udev/rules.d/99-maxhub-dongle.rules
sudo rm -f /usr/share/applications/maxhub-dongle.desktop
sudo udevadm control --reload-rules| Device | MAXHUB WT13 |
| USB ID | 1FF7:0F52 |
| Protocol | USB HID with TCP/IP tunnel (dongle_lwip_hid.dll) |
| Wine | 11.2 portable (Kron4ek/Wine-Builds) |
| WoW64 | 64-bit Wine running 32-bit apps — no i386 libs needed |
| Download | ~70MB (wine-11.2-amd64-wow64.tar.xz) |
| Isolation | Self-contained in /opt/maxhub-dongle/wine/ |
| Supported | Any 64-bit Linux with X11 |