Forum: Linux and Open Source
08-27-2015, 02:46 PM
|
|
Replies: 49
Views: 161,480
|
Forum: Linux and Open Source
08-27-2015, 02:26 PM
|
|
Replies: 23
Views: 56,575
blacklist udlfb
the udlfb was already blacklisted on my system. I didn't do it personally, however. My procedure may have been slightly different than yours.
|
Forum: Linux and Open Source
08-27-2015, 02:21 PM
|
|
Replies: 23
Views: 56,575
dmesg & lsusb
dmesg: http://stuartanderson.info/dmesg.txt
# lsusb
Bus 003 Device 004: ID 056a:00ec Wacom Co., Ltd
Bus 003 Device 003: ID 0483:91d1 STMicroelectronics
Bus 003 Device 002: ID 8087:8000...
|
Forum: Linux and Open Source
08-26-2015, 09:36 PM
|
|
Replies: 23
Views: 56,575
found work around, sort of.
A temporary work around to at least get a step further in the process:
run the displaylink-driver-1.0.68.run file with the --keep --noexec options to unpack the files into a directory. cd into...
|
Forum: Linux and Open Source
08-26-2015, 09:25 PM
|
|
Replies: 49
Views: 161,480
dlm installed...but
That certainly installed DLM, and crashed the PC. I rebooted and did as you said, the service failed to start because it is masked.
# systemctl start displaylink.service
Failed to start...
|
Forum: Linux and Open Source
08-26-2015, 08:22 PM
|
|
Replies: 23
Views: 56,575
|
Forum: Linux and Open Source
08-26-2015, 08:11 PM
|
|
Replies: 23
Views: 56,575
xrandr
$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x46 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
I can only see my...
|
Forum: Linux and Open Source
08-26-2015, 07:52 PM
|
|
Replies: 3
Views: 11,171
static IP
Try setting a static IP address on your USB interface. Edit the The Network Manager is infamous for causing problems.
"/etc/network/interfaces" is your config file
...
|
Forum: Linux and Open Source
08-26-2015, 07:38 PM
|
|
Replies: 23
Views: 56,575
finishing up
/lib/modules/3.16.0-4-amd64/build# ln -sf Makefile Kbuild
linking the Makefile to Kbuild seemed to allow me to install the drivers without error.
# ./displaylink-driver-1.0.68.run
Verifying...
|
Forum: Linux and Open Source
08-26-2015, 07:32 PM
|
|
Replies: 49
Views: 161,480
can't download - insufficient permissions.
...
can't download - insufficient permissions.
Edit1: I found a work around for the kernel headers problem without modifying the installer. However, it won't install and start the dlm service. Is...
|
Forum: Linux and Open Source
08-26-2015, 07:18 PM
|
|
Replies: 23
Views: 56,575
Kbuild
It is indeed installed.
sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done...
|
Forum: Linux and Open Source
08-25-2015, 06:04 PM
|
|
Replies: 23
Views: 56,575
Debian 8.1 driver install
I installed DKMS but I am getting the error:
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 3.16.0-4-amd64
whenever I run the displaylink-driver-1.0.68.run script....
|