[Libdlo] DisplayLink on Linux (Ubuntu or other distro)
Alexander Todorov
atodorov at otb.bg
Thu Mar 10 08:25:36 PST 2011
На 10.03.2011 18:18, Alberto Priore написа:
> Hi Alexander,
> I tried the
> # lsmod | grep udlfb
> and it doesn't show me anyting
>
Because the driver is not loaded. Plugin the DisplayLink device and run
# modprobe udlfb
The device should go green.
In another console do
# tail -f /var/log/messages
to see if there are any errors while the driver is loading.
> but with
> # modinfo udblfb
> it shows me
>
> filename: /lib/modules/2.6.32-24-generic/kernel/drivers/staging/udlfb/udlf
> b.ko
> license: GPL
> description: DLFB 0.2
> author: Roberto De Ioris<roberto at unbit.it>
> srcversion 815AE32B6111877F944E99C
> alias: usb:v17E9p*d*dc*dsc*dp*ic*isc*ip*
> depends:
> staging: Y
> vermagic 2.6.32-24-generic SMP mod_unload modversions 586
>
This means the driver is installed on your system and also this is the driver
that comes with Ubuntu.
More information about the Libdlo
mailing list