[linux-usb-devel] Error mouting external usb harddrive

2006-10-12 Thread Magnus Alexandersson
x27;d like to be able to boot from the drive. Is there a solution to this that I've overlooked? Many thanks in advance, Magnus [EMAIL PROTECTED]:~$ lsusb Bus 005 Device 003: ID 04cf:8818 Myson Century, Inc. Fast 3.5" External Storage Bus 005 Device 001: ID : Bus 004 Device 00

Re: [linux-usb-devel] usb hotplug, hid and snd_usb_audio

2006-08-05 Thread Magnus Damm
the same issue. Thanks for pointing that out. / magnus - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topic

Re: [linux-usb-devel] usb hotplug, hid and snd_usb_audio

2006-08-04 Thread Magnus Damm
Hi Pete, Thanks for the quick answer! On 8/4/06, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > On Fri, 4 Aug 2006 15:51:36 +0900, "Magnus Damm" <[EMAIL PROTECTED]> wrote: > > > 6. Unplug the usb audio device. XMMS will from now on eat 100% CPU. > > The fai

[linux-usb-devel] usb hotplug, hid and snd_usb_audio

2006-08-03 Thread Magnus Damm
using the audio device. 14. See how all things unlock nicely: The mouse is back in X, rmmod is unlocked. 15. Check the state of all input devices: cat /proc/bus/input/devices | grep ^N: N: Name="AT Translated Set 2 keyboard&

RE: [linux-usb-devel] usbnet problem with Dlink DUB-E100

2005-08-12 Thread Magnus
this is definately a bug, possibly only on PPC (Don't have any x86 to test on). Any way I can help to get it resolved? I would supply a patch if I could, but unfortunately kernel & drivers are a bit out of my knowledge base. Are there any other adapters you kn

[linux-usb-devel] usbnet problem with Dlink DUB-E100

2005-08-11 Thread Magnus
HD. The second switch is a Netgear FS108, and I can't more than 10mbit. I even tried twisted pair. So, finally, can someone help me? Am I doing something wrong? Is this a known problem? Is there a fix? /Magnus I'll include some useful output: [EMAIL PROTECTED] ~]# lsmo

[linux-usb-devel] [usb-serial] Character loop

2005-07-28 Thread Aman, Magnus
e - port 0, 1 byte(s)<7>drivers/usb/serial/generic.c: usb_serial_generic_write - port 0<7>generic ttyUSB0: usb_serial_generic_write - length = 1, data = "" <7>drivers/usb/host/ohci-dbg.c: SUB c0baf480 dev=7 ep=1out-bulk flags=0 len=0/1 stat=-115<7>drivers/usb/host/ohci-dbg.c: data(0/1): 41 stat:-115    <7>drivers/usb/host/ohci-dbg.c: SUB c0baf420 dev=7 ep=1in-bulk flags=0 len=0/64 stat=-115   <7>drivers/usb/serial/usb-serial.c: usb_serial_port_softint - port 0<7>drivers/usb/host/ohci-dbg.c: RET c0baf480 dev=7 ep=1out-bulk flags=0 len=1/1 stat=0<7>drivers/usb/serial/generic.c: usb_serial_generic_write_bulk_callback - port 0<7>drivers/usb/serial/usb-serial.c: usb_serial_port_softint - port 0    <7>drivers/usb/host/ohci-dbg.c: RET c0baf420 dev=7 ep=1in-bulk flags=0 len=1/64 stat=0 <7>drivers/usb/host/ohci-dbg.c: data(1/64): 41 stat:0 <7>drivers/usb/serial/generic.c: usb_serial_generic_read_bulk_callback - port 0 <7>generic ttyUSB0: usb_serial_generic_read_bulk_callback - length = 1, data = ""           Kind regards, Magnus Aman      [EMAIL PROTECTED] Texas Instruments Sweden      

[linux-usb-devel] Missing #ifdef CONFIG_PCI

2003-06-18 Thread Magnus Mårtensson
uncertain of the exact placement of the ifdefs, that I why I have not attached a patch. Regards /Magnus --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers.

Re: [linux-usb-devel] pl2303.o 2.4

2002-11-24 Thread Magnus Månsson
On Sat, Nov 23, 2002 at 10:32:24PM -0800, Greg KH wrote: > On Fri, Nov 22, 2002 at 08:33:47PM +0100, Magnus Månsson wrote: > > Hey all, > > I am having problems with my gps that has an embedded Prolific usb to serial > > converter. For a while I ran a 2.5 kernel and I th

[linux-usb-devel] pl2303.o 2.4

2002-11-22 Thread Magnus Månsson
and stuff. Please cc me though I am not subscribed to the list. -- Magnus Månsson --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ [EMAIL PROTECTED

[linux-usb-devel] Two stage control transfer

2002-05-26 Thread Magnus Mårtensson
Hi. I wonder if the two stage control transfer (containing only a setup stage and a status stage) is an usb_pipeout or an usb_pipein. Since there is no data stage in this transaction it is not that obvious. Best regards /Magnus

[linux-usb-devel] URB's next ponter

2002-04-16 Thread Magnus Mårtensson
Hi. I have a question that I once and for all would like to make clear. URBs that are linked together, are they always meant for the same endpoint-id on a device or can linked URBs have different endpoint-id:s. /Magnus ___ [EMAIL PROTECTED] To

Re: [linux-usb-devel] [PATCH] hid gamepad Saitek X6-34U

2001-05-02 Thread Magnus Damm
ve that using the usb_device_id struct, that is of course a better solution. Thanks for the feedback / Magnus ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] [PATCH] hid gamepad Saitek X6-34U

2001-05-02 Thread Magnus Damm
y 1 19:42:49 maxine kernel: NumConfigurations = 1 May 1 19:42:49 maxine kernel: Device version = 1.00 May 1 19:42:49 maxine kernel: Device Class:SubClass:Protocol = 00:00:00 Please CC me, I'm not on the list. Thanks / magnus --- linux-2.2.19-original/drivers/usb/hid.c S