[linux-usb-devel] newbie question -- modprobe -- usb gadget for at91rm9200

2005-07-19 Thread CG
Hello, I would like to have the process to be able to load usb gadget modules with modprobe command. when I execute modprobe g_serial I got this message errors insmod: /lib/modules/2.6.12: No such file or directory insmod: /lib/modules: No such file or directory insmod: g_Serial.o: no module

[linux-usb-devel] SSC driver for AT91RM9200

2005-07-14 Thread CG
Hello, Is there any people works on SSC linux driver for AT91RM9200? I need to interface an audio codec with the AT91 microcontroller. I don't want to take a couple of months to write it. Is there any alternatives? The audio codec TMS320AIC28 supports SPI interface for controlling the codec

[linux-usb-devel] gadget driver for AT91RM9200

2005-07-13 Thread CG
Hello, I would like to know if there is a gadget audio driver and serial com port available for AT91RM9200. I would like to have audio line in (microphone) and line out (speaker) on at91 product. Second, a serial com port available through the USB like FTDI USB chip. What I need is the audio

Re: [linux-usb-devel] gadget driver for AT91RM9200

2005-07-13 Thread CG
But so far there's no USB audio gadget driver. I'd really like to see one of those ... feel free to contribute an implementation! - Dave I participated for AT91 USB device driver development. If some people want to start this USB audio project, I would be interested too. But I don't

Re: [linux-usb-devel] My UDC and g_file_storage

2005-01-12 Thread CG
Hello, I can now install g_file_storage. But I got some strange messages once I plug the usb cable to the host and mount it. First of all, I created a file like that : dd bs=1024 count=1024 if=/dev/zero of=/root/data/backing_file insmod g_file_storage.o (I changed, in file_storage.c, the

Re: [linux-usb-devel] My UDC and g_file_storage

2005-01-10 Thread CG
You're speaking figuratively, right? _You_ don't complete the request, g_file_storage does. Or maybe the udc driver does; it's not clear which you mean. So when you say you don't understand what to do, do you mean that _you_ don't understand or the udc driver doesn't understand? I mean

[linux-usb-devel] My UDC and g_file_storage

2005-01-10 Thread CG
Hello, Just to explain the problem, (processor : at91rm9200) When I install the g_file_storage module() and plug my usb device, I got some problems. The usb device has correctly been configured. The USB device's using 1 bulk in and 1 bulk out endpoints. After configuration state, the usb

Re: [linux-usb-devel] My UDC and g_file_storage

2005-01-10 Thread CG
Hi, Can you mind tell me if we have to send status after receiving CBW block data. I think that udc has never sent this block to the host. It's maybe why the host issues for a timeout and transfer again CBW block data. Christian --- The