LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-04-2023, 04:51 PM   #16
hussam.nasir
LQ Newbie
 
Registered: May 2023
Posts: 5

Rep: Reputation: 0

The link you provided is not working. Can you please provide an alternate link or send via email if possible? I have contacted the support, but have not received a response yet. I am running Ubuntu 22.04 ..
 
Old 05-05-2023, 08:24 AM   #17
hussam.nasir
LQ Newbie
 
Registered: May 2023
Posts: 5

Rep: Reputation: 0
Tech support responded within 24 hours and the driver they provided worked perfectly. It was very easy to install. I am running Ubuntu 22.04 with Wayland.
 
Old 05-05-2023, 04:39 PM   #18
toortle
LQ Newbie
 
Registered: May 2023
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by hussam.nasir View Post
Tech support responded within 24 hours and the driver they provided worked perfectly. It was very easy to install. I am running Ubuntu 22.04 with Wayland.
How is the performance. I seem to be having some input stuttering. Videos off youtube play perfectly at 60fps but my mouse and moving windows is laggy. Wondering if its the same for others or just have a bad mix.
 
Old 05-06-2023, 10:36 AM   #19
hussam.nasir
LQ Newbie
 
Registered: May 2023
Posts: 5

Rep: Reputation: 0
it was perfectly fine for me. In fact, I ran a zoom meeting without any issues. I am running the HWE kernel if that makes any difference and connected over one USB-C connection for both display and power.

When using Ubuntu with a wireless keyboard and mouse even without this portable display, I had experienced stuttering and moving the devices to a different USB port helped.

Last edited by hussam.nasir; 05-06-2023 at 10:38 AM.
 
Old 05-14-2023, 10:40 AM   #20
Trouxel
LQ Newbie
 
Registered: May 2023
Posts: 1

Rep: Reputation: 0
The support send me the driver, it works on my ubuntu and my debian.

Last edited by Trouxel; 05-16-2023 at 05:14 PM.
 
Old 06-07-2023, 09:37 PM   #21
Aaronn14
LQ Newbie
 
Registered: Jun 2023
Posts: 1

Rep: Reputation: 0
How do I uninstall SiliconMotion driver? It made everything laggy and changed my Ubuntu GUI.
 
Old 01-18-2024, 04:54 AM   #22
kunal K
LQ Newbie
 
Registered: Jan 2024
Posts: 1

Rep: Reputation: 0
does this driver work with OREI extender splitter device

I have bough the OREI HDMI extender splitter 1-to-2 device and the manual asked me to install siliconmotion's SM76x driver,
the lack of a linux driver there and a google search has brought me here.
I am using a Ubunutu 20.04 lts OS, so I wanted to understand if the driver in question in this thread will help me?
If so, can someone please share the linux driver, or is contacting siliconmotion's support the only option?
 
Old 01-24-2024, 07:52 AM   #23
richieri
LQ Newbie
 
Registered: Jan 2024
Posts: 1

Rep: Reputation: 0
sm76x linux driver

Does anybody have the linux driver that Silicon Motion sent to share with me? I sent a support contact but haven't gotten any reply so far.
Thanks!
 
Old 03-12-2024, 09:56 AM   #24
emes40kk
LQ Newbie
 
Registered: Mar 2024
Posts: 2

Rep: Reputation: 0
hi,

could anyone help ?

file from here:
https://hypershop.zendesk.com/hc/en-...river-Download


Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing SM768 USB Display Driver v2.12.0.0 100%
Silicon Motion Linux USB Display Software 2.12.0.0 install script called:
Distribution discovered: Ubuntu 22.04.4 LTS
modprobe: FATAL: Module evdi not found in directory /lib/modules/6.5.0-25-generic
Installing
Installing EVDI
[[ Installing EVDI DKMS module ]]
Creating symlink /var/lib/dkms/evdi/1.12.0/source -> /usr/src/evdi-1.12.0

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j20 KERNELRELEASE=6.5.0-25-generic all INCLUDEDIR=/lib/modules/6.5.0-25-generic/build/include KVERSION=6.5.0-25-generic DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.12.0 not found
Error! Bad return status for module build on kernel: 6.5.0-25-generic (x86_64)
Consult /var/lib/dkms/evdi/1.12.0/build/make.log for more information.
Deleting module evdi-1.12.0 completely from the DKMS tree.
ERROR: Failed to install evdi to the kernel tree.
 
Old 03-13-2024, 09:35 AM   #25
hussam.nasir
LQ Newbie
 
Registered: May 2023
Posts: 5

Rep: Reputation: 0
Here's how i got it to work on the 6.5.x kernel on Ubuntu 23.10.

perform the below instructions as root
1. ./SMIUSBDisplay-driver.2.12.0.0.run --noexec --keep
2. cd /root/SMIUSBDisplay
3. rm evdi.tar.gz
4. Download the updated evdi drivers from https://github.com/DisplayLink/evdi/...v1.14.2.tar.gz (this was the latest release as of today)
5. untar the driver to /usr/src . The extracted path should look like /usr/src/evdi-1.14.2
6. Modify the install.sh file to replace the variable EVDI in the install_evdi() function to point to this new path
EVDI='/usr/src/evdi-1.14.2'
7. if you have any prior version of the evdi driver installed , please uninstall it first.
8. Run ./install.sh
9. Hopefully every things goes right and the installation is completed. Reboot the machine for the driver and associated daemons to start the display.
 
Old 03-13-2024, 11:25 AM   #26
emes40kk
LQ Newbie
 
Registered: Mar 2024
Posts: 2

Rep: Reputation: 0
I wrote to service@siliconmotion.com and they give me new driver.
 
Old 03-14-2024, 06:10 AM   #27
hussam.nasir
LQ Newbie
 
Registered: May 2023
Posts: 5

Rep: Reputation: 0
could you please also provide me the updated driver you got ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Jessie -VGA Silicon Motion, Inc. wtabata Debian 8 09-07-2015 04:30 PM
Motion help please (Motion only supports mmap) ?? RaeMarvin Linux - Software 4 09-06-2012 12:25 PM
[ProLiant MicroServer, ATI R6xx HDMI, Digital Out, HDMI] No HDMI sound at all vnatius Linux - Hardware 15 08-16-2012 01:09 PM
Graphics draw issues with Silicon Motion Graphics in ThinkPad ToniCipriani Linux - Laptop and Netbook 7 05-18-2012 06:28 AM
Error with "SDL_MouseMotionEvent *motion = event->motion;" aatwell Programming 3 11-30-2007 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration