sam7utils

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Christian Vogel vogelchr at vogel.cx
Sat Jan 8 12:26:23 UTC 2011


Hi Kevin,

> usb 4-1: usbfs: interface 0 claimed by cdc_acm while 'sam7' sets config  
> #1

sam7 can talk to the device either by using libusb, or by utilizing the  
emulated
serial port of the Linux kernel.

You have compiled sam7 to use usb directly, so you have to rmmod usbserial  
and/or cdc_acm,
because they will block your attempts to talk to the device via libusb.  
This
is the error message you've seen in your kernel log.

(check io_libusb.c (usb) and io_posix.c (emulated serial port) in the  
sam7utils source code,
  it unfortunately provides very little feedback if things don't work out  
well)

       Chris





More information about the baseband-devel mailing list