We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
First of all thank you very much for your instruction to get Ubuntu 18.04 LTS on Wandboard running!
The basic setup works just fine and I can log into the system on the console.
In section “2D/3D Video Acceleration via Etnaviv Project” you describe how to install the xserver-xorg-video-armada-etnaviv driver.
Unfortunately a “sudo apt-get install xserver-xorg-video-armada-etnaviv” produces a “E: Unable to locate package xserver-xorg-video-armada-etnaviv” error.
I am wondering: if it is indeed simply missing, does anybody have an instruction how to create the necessary Debian package, similar to the one that is existing for xenial?
Thank you very much.
I can confirm that it works for me as well - at least partially.
After installing xserver-xorg-video-armada-etnaviv I noticed that no graphical environment was installed at all, so I did a full install of xubuntu-desktop.
After a reset the login screen came up, but neither mouse nor keyboard are working now.
Both are recognized correctly though, I can see the corresponding messages like
[ 220.729623] usb 1-1: USB disconnect, device number 2
[ 222.590474] usb 1-1: new low-speed USB device number 3 using ci_hdrc
[ 222.798008] usb 1-1: New USB device found, idVendor=0461, idProduct=4d51
[ 222.798039] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 222.798059] usb 1-1: Product: DELL Laser Mouse
[ 222.822768] input: DELL Laser Mouse as /devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1:1.0/0003:0461:4D51.0002/input/input1
[ 222.827624] hid-generic 0003:0461:4D51.0002: input,hidraw0: USB HID v1.11 Mouse [DELL Laser Mouse] on usb-ci_hdrc.1-1/input0
That is a little bit strange and I am currently trying to solve it - but this is probably a different problem and has nothing to do with the missing driver.
That is correct, the xserver-xorg-video-armada-etnaviv package doesn’t bring in a default xorg windows manager. That’s up to you to install. As far as why the keyboard/mouse doesn’t work. You can try:
sudo update-initramfs -ck `uname -r`
To see if ubuntu was expecting the mouse/keyboard drivers earlier…