Hi Alberto, On Wednesday, January 13, 2016 at 9:08:16 PM UTC+1, Alberto Picasso wrote: > > I am trying to install Quecte UC20 usb driviers on beaglebone debian > operating system but I could not do it. I am a begginer in Linux operating > systems and I need help. the linux driver was added with this post. >
all you need are these two drivers: USB_NET_QMI_WWAN CONFIG_USB_SERIAL_OPTION They are sufficient to start working with ModemManager and QMI interface (wwan0). If you also need /dev/ttyUSBx interfaces you would need this patch [1] as long as you don't use one of the latest LTS kernels (they should get this patch till the end of March. 4.4 already has this patch). [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c0992d0f54847d0d1d85c60fcaa054f175ab1ccd Yegor -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
