Re: [Linux-usb-users] khubd problem

2003-11-20 Thread Greg KH
On Wed, Nov 19, 2003 at 08:12:20PM +0300, [EMAIL PROTECTED] wrote: > >>> several days i use long cable (~10 meter) to connect passive usb hub > > GH>> Ten metres exceeds the USB specification by a factor of two. Now this > GH>> might not be the cause of your problem, but before proceeding further

Re: [Linux-usb-users] khubd problem

2003-11-20 Thread Greg KH
On Thu, Nov 20, 2003 at 01:31:59PM +0300, [EMAIL PROTECTED] wrote: > GK> Try 2.4.23-rc2, this should be fixed there. > > can i change several files only in my kernel tree? Apply the whole patch please. If you try to pick and choose, you are on your own. greg k-h --

[Linux-usb-users] Re: USB scanner issue (Was: Re: Beaver in Detox!)

2003-12-01 Thread Greg KH
On Fri, Nov 28, 2003 at 11:26:25AM -0700, Tom Rini wrote: > On Wed, Nov 26, 2003 at 12:55:00PM -0800, Linus Torvalds wrote: > > [snip] > > I give you "Beaver in Detox", aka linux-2.6.0-test11. This is mainly > > brought on by the fact that the old aic7xxx driver was broken in -test10, > > and Ingo

[Linux-usb-users] Re: USB scanner issue (Was: Re: Beaver in Detox!)

2003-12-09 Thread Greg KH
On Mon, Dec 01, 2003 at 01:52:16PM -0700, Tom Rini wrote: > After a bit of mucking around (and possibly finding a bug with debian's > libusb/xsane/hotplug interaction, nothing seems to run > /etc/hotplug/usb/libusbscanner and thus only root can scan, anyone whose > got this working please let me kn

[Linux-usb-users] Re: [linux-usb-devel] USB IRQs mimimal set

2003-12-24 Thread Greg KH
On Wed, Dec 24, 2003 at 11:37:14AM -0700, Daniel Sheltraw wrote: > Hello USB list > > I noticed that or 2.4.20 kernel as presently configured is > using four IRQs for the USB system. This is causing me some > headaches. Can someone please tell me how to reduce this number > of IRQs to a minimal se

[Linux-usb-users] Re: [linux-usb-devel] USB IRQs mimimal set

2003-12-24 Thread Greg KH
On Wed, Dec 24, 2003 at 05:29:28PM -0700, Daniel Sheltraw wrote: > > > I noticed that or 2.4.20 kernel as presently configured is > > > using four IRQs for the USB system. This is causing me some > > > headaches. Can someone please tell me how to reduce this number > > > of IRQs to a minimal set fo

Re: [Linux-usb-users] PLEASE HELP!!!! (Usb to serial-converter ?)

2003-12-27 Thread Greg KH
On Thu, Dec 25, 2003 at 11:52:11PM -0700, Anthony Fuller wrote: > Hopefully somebody can help me, I have an IOGEAR GUC232A which has I > believe the Prolific 2303 chipset, however it loads the drivers, but when > I go to use it, the kernel crashes, What kernel version are you using, and what does

[Linux-usb-users] [ANNOUNCE] 2004-01-05 release of hotplug scripts

2004-01-05 Thread Greg KH
I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: http://sourceforge.net/project/showfiles.php?group_id=17679 Or from your favorite kernel.org mirror at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_01_05.tar.gz or for those wh

Re: [Linux-usb-users] usbfs mount options in 2.6.0

2004-01-09 Thread Greg KH
On Mon, Jan 05, 2004 at 08:32:40PM +0300, [EMAIL PROTECTED] wrote: > it seems usbfs options are ignored in 2.6.0 kernel. i use next line in > fstab file: > none/proc/bus/usb usbfs defaults,devuid=1001,noauto 0 0 > > with 2.4.x kernels it work fine, after upgrade to 2.6.

Re: [Linux-usb-users] Help - pl2303

2004-01-14 Thread Greg KH
On Wed, Jan 14, 2004 at 11:17:49AM -0800, [EMAIL PROTECTED] wrote: > Hmm.. The problem is that I'd like to stay with the Redhat kernel so > I don't break anything else. And Redhat at this moment has 2.4.20 as > its highest release. Get their latest released kernel, it should work just fine. If no

Re: [Linux-usb-users] RE: [usb-storage] Request for guidance on a read syscall issue

2004-01-14 Thread Greg KH
On Wed, Jan 14, 2004 at 03:27:49AM -0600, [EMAIL PROTECTED] wrote: > Output of "uname -msr" is: > Linux 2.4.9-e.3 i686 Will not work well, if at all. You need to use 2.6 for you to have a chance of this succeeding, sorry. greg k-h --- This SF

Re: [Linux-usb-users] Re: kernel BUG at sched.c:564! (2.4.20, 2.4.21-pre5-ac3)

2004-01-14 Thread Greg KH
On Wed, Jan 14, 2004 at 12:20:25PM +, [EMAIL PROTECTED] wrote: > Hi, in reference to: > http://www.ussg.iu.edu/hypermail/linux/kernel/0303.3/1137.html > > I'm having exactly this problem in ftdi_sio on 2.4.20 > The attached device is a crystalfontz LCD which echos chars > back for each command

Re: [Linux-usb-users] 2.6.1 uhci_hcd rmmod/insmod slab BUG()

2004-01-14 Thread Greg KH
On Wed, Jan 14, 2004 at 11:18:34AM -0800, Dave Hansen wrote: > I've been rmmod'ing uhci_hcd on suspend and modprobe'ing it on resume > for a few days now on 2.6.1. I noticed this this BUG() when I suspended > today: USB really isn't safe to use across suspend. Didn't I tell you that the other da

Re: [Linux-usb-users] Help - pl2303

2004-01-15 Thread Greg KH
On Wed, Jan 14, 2004 at 08:12:16PM -0800, [EMAIL PROTECTED] wrote: > I upgraded to 2.4.24 earlier today and that stopped the lockups > during the use of the device. However, the problems with setserial > still remain. setserial does not work with almost all usb to serial drivers, sorry. Try using

Re: [Linux-usb-users] Re: kernel BUG at sched.c:564! (2.4.20, 2.4.21-pre5-ac3)

2004-01-15 Thread Greg KH
On Thu, Jan 15, 2004 at 01:07:57PM +, [EMAIL PROTECTED] wrote: > Greg KH wrote: > >On Wed, Jan 14, 2004 at 12:20:25PM +, [EMAIL PROTECTED] wrote: > > > >>Hi, in reference to: > >>http://www.ussg.iu.edu/hypermail/linux/kernel/0303.3/1137.html > >&

Re: [Linux-usb-users] Reading USB pin's

2004-01-20 Thread Greg KH
On Mon, Jan 19, 2004 at 12:39:42PM +0100, [EMAIL PROTECTED] wrote: > Hi every one!, > > Somebody knows if it is possible to read the electrical state of the pins > in a USB port? Sure, with a multimeter :) But from the OS, no. greg k-h --- T

[Linux-usb-users] Re: your mail

2004-01-26 Thread Greg KH
On Sat, Jan 10, 2004 at 09:39:59AM -, Jean-Luc RENAUD wrote: > hello Greg, > > whatever I search about PalmOS PDA's on the internet, it always ends up to > a page which mentions your name. > It sounds like you are the Linux-PalmOS guru ! > I just got a Sony Clié TJ25 (guess why it was a few d

Re: [Linux-usb-users] Re: Linux as USB disk?

2004-01-26 Thread Greg KH
On Fri, Jan 23, 2004 at 11:12:00AM +0200, Juhana Sadeharju wrote: > I simply don't understand why Linux cannot be programmed to fake > an USB disk. Is USB designed so that the cable and the hardware > has to be reversed if one reverses the connection direction? > That is, a computer should have bot

Re: [Linux-usb-users] USB-IrDA dongles

2004-01-31 Thread Greg KH
On Mon, Jan 26, 2004 at 02:14:27AM +0200, Timo Jyrinki wrote: > Hi, > > I wonder what's the current situation with the USB-IrDA drivers? I > struggled with my USB Dongle from Hoya, only to find eventually that I > have to disable the module 'ir-usb' and use 'irda-usb' instead. Why is > there an

Re: [Linux-usb-users] multi port "no name" usb serial converter

2004-02-05 Thread Greg KH
On Thu, Feb 05, 2004 at 07:04:00AM -0500, Chris Fowler wrote: > > http://www.pimfg.com > sells USB-> Serial for $12.00 each. Does it work with Linux? What driver does it use? thanks, greg k-h --- The SF.Net email is sponsored by EclipseCon

[Linux-usb-users] Re: multi port "no name" usb serial converter

2004-02-05 Thread Greg KH
On Thu, Feb 05, 2004 at 11:58:47AM +, Leonardo G. Di Lella wrote: > Hello, > > ive got a question. I need a multi port usb serial converter (8

Re: [Linux-usb-users] multi port "no name" usb serial converter

2004-02-05 Thread Greg KH
On Thu, Feb 05, 2004 at 07:24:28AM -0500, Chris Fowler wrote: > You need no driver. What? How is that possible? There is no usb standard for usb to serial drivers, so you will always have to have a driver present. thanks, greg k-h --- The S

Re: [Linux-usb-users] Re: multi port "no name" usb serial converter

2004-02-05 Thread Greg KH
On Thu, Feb 05, 2004 at 07:37:58PM +, Leonardo G. Di Lella wrote: > I need 19200 baud rate, with maybe hardware flow control. I cant see any > limitations on the source code of the generic driver and in the usb-serial.txt > documentation. Where are described the limitations ? The fact that the

Re: [Linux-usb-users] multi port "no name" usb serial converter

2004-02-05 Thread Greg KH
On Thu, Feb 05, 2004 at 02:07:05PM -0500, Chris Fowler wrote: > What I meant is that you do not have to write a new driver. You didn't answer my question. What driver does these devices use? thanks, greg k-h --- The SF.Net email is sponsored

[Linux-usb-users] Re: Problems with CDRECORD on HP CDWRITER 8200e (external USB)

2004-02-20 Thread Greg KH
On Fri, Feb 20, 2004 at 03:04:23PM +0100, Martin BroÅ wrote: > Dear people, > sorry for disturbing you, I have got the problems with USB CDWRITER and > it appears to be somewhere between KERNEL (UHCI versus USB-UHCI module) > and CDRECORD. I send a description as an attachement - file "cdrecord-b

[Linux-usb-users] Re: New USB Touchscreen Driver

2004-02-27 Thread Greg KH
On Thu, Feb 26, 2004 at 09:27:52PM -0500, Todd E. Johnson wrote: > Hello, > > I have attached a patch which contains a driver and documentation for > the MicroTouch (14-206) USB Capacitive Touchscreen controller. It based > on some older code that I have been using for quite some time now (sinc

Re: [Linux-usb-users] USB to serial bug

2004-02-28 Thread Greg KH
On Fri, Feb 27, 2004 at 09:29:24AM -0500, math wrote: > Hello, > > I've been trying to use a Bafo Technologies BF-810 USB to serial on my > RedHat9 (2.4.20-8) box without success. > Here's a summary of what I've tried and some strange results I got > > When I plug the device, usbserial and pl230

Re: [Linux-usb-users] USB to serial bug

2004-03-01 Thread Greg KH
On Mon, Mar 01, 2004 at 02:10:42PM -0500, Mathieu Clabon wrote: > > > Greg KH wrote: > > >On Fri, Feb 27, 2004 at 09:29:24AM -0500, math wrote: > > > > > >>Hello, > >> > >>I've been trying to use a Bafo Technologies BF-810 U

Re: [Linux-usb-users] USB to serial bug

2004-03-01 Thread Greg KH
On Mon, Mar 01, 2004 at 02:49:02PM -0500, math wrote: > > And does that problem only affect pl2303-based devices, or other > USB->serial as well ? It affected all usb to serial devices, and it should be fixed for all usb to serial devices too :) There is still a well known bug with usb to seria

[Linux-usb-users] Re: [PATCH 2.6.5-rc2] CAN-2004-0075 still valid for 2.6?

2004-03-20 Thread Greg KH
On Sat, Mar 20, 2004 at 08:59:33PM +0100, Marc-Christian Petersen wrote: > Hi Greg, > > seems $subject is still valid for 2.6, no? - 2.4 got a fix 11 weeks ago. > > See this: > http://linux.bkbits.net:8080/linux-2.4/diffs/drivers/usb/[EMAIL PROTECTED]| > src/|src/drivers|src/drivers/usb|hist/dri

[Linux-usb-users] [ANNOUNCE] 2004-03-29 release of hotplug scripts

2004-03-29 Thread Greg KH
I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: http://sourceforge.net/project/showfiles.php?group_id=17679 Or from your favorite kernel.org mirror at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz or for those wh

[Linux-usb-users] Re: 2.6.5-rc3-mm4

2004-04-01 Thread Greg KH
On Thu, Apr 01, 2004 at 02:02:44PM +0200, Marc-Christian Petersen wrote: > On Thursday 01 April 2004 12:05, Andrew Morton wrote: > > Hi > > > bk-usb.patch > > hmm, did something changed in handling USB mice? starting with 2.6.5-rc3-mm1 > and the included bk-usb.patch my USB mouse won't work a

[Linux-usb-users] [ANNOUNCE] 2004-04-01 release of hotplug scripts

2004-04-01 Thread Greg KH
I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_04_01.tar.gz or for those who like bz2 packages: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_04_01.tar.bz2 As this release

[Linux-usb-users] Re: Multiple USB 2.0 controllers

2004-04-29 Thread Greg KH
On Thu, Apr 29, 2004 at 04:15:56PM +0800, Victor Tan wrote: > Hi! > > May I know if the Linux USB (EHCI) execute parallel transactions on > multiple USB 2.0 controller cards? It should. > If the above is possible, what changes must I make to enable that? Do you see evidence that this is not ha

[Linux-usb-users] Re: external usb ASUS CRW-5232AS-U cd-rw on RH7.2

2004-04-30 Thread Greg KH
On Fri, Apr 30, 2004 at 07:16:57AM -0700, ds prog wrote: > lsmod > - > Module Size Used by > usb-storage36912 0 > scsi_mod 92208 1 [usb-storage] > ds 6832 1 > yenta_socket8976 1 > pcmcia_core393

Re: [Linux-usb-users] USB RS232 cable

2004-05-01 Thread Greg KH
On Thu, Apr 29, 2004 at 04:05:31PM -0400, James Orr wrote: > Hi, > > I have a ByteCC USB RS232 cable. Here it is ... > http://www.newegg.com/app/viewProductDesc.asp?description=12-101-118&depa=0 > > Any ideas on how/if I can get this to work under linux? I intend to use > it to control a Motoro

[Linux-usb-users] Re: Software based unplug of USB device?

2004-05-03 Thread Greg KH
On Mon, May 03, 2004 at 12:21:20PM +0200, Joerg Pommnitz wrote: > Hello listees, > we are struggling with a 3rd party USB device. It comes with its own > firmware and its own Linux USB serial drivers. Which device and driver is this? Do you have a pointer to the driver? > Unfortunately the > com

Re: [Linux-usb-users] usbserial with a mouse

2004-05-14 Thread Greg KH
On Sat, May 15, 2004 at 12:18:35AM +0200, Developpement USB wrote: > > To achieve this I want to use a usb mouse and the usbserial driver. Um, why the usbserial driver? It's for usb to serial devices, not USB mice. It will not work with USB mice, as you have found out. What's wrong with the us

Re: [Linux-usb-users] Problems with usb-serial

2004-05-14 Thread Greg KH
On Fri, May 14, 2004 at 05:36:17PM +, Fran wrote: > As soon as a usb device (Visor) disconnects I get this oops. > EHCI, OHCI, 2.6.x, preempt, apm. Which kind of device are you using? If it's a treo you might want to look at: http://bugme.osdl.org/show_bug.cgi?id=2289 for more info on

Re: [Linux-usb-users] usbserial with a mouse

2004-05-15 Thread Greg KH
On Sat, May 15, 2004 at 11:04:14AM +0200, Developpement USB wrote: > Hi Greg, > > > > To achieve this I want to use a usb mouse and the usbserial driver. > > > > Um, why the usbserial driver? It's for usb to serial devices, not USB > > mice. It will not work with USB mice, as you have found out

[Linux-usb-users] Re: PWC module in kernel 2.6.6

2004-05-20 Thread Greg KH
On Thu, May 20, 2004 at 12:44:36PM +0200, gregory wrote: > Hi, > > I want to compile PWC with kernel 2.6.6 but I don't see the module > listed. I only see it when I check "Show all options" in gconfig. But of > course it's greyed out and I can't compile it. How do I solve this issue? Enable the

[Linux-usb-users] Re: PWC module in kernel 2.6.6

2004-05-21 Thread Greg KH
On Fri, May 21, 2004 at 02:16:58PM +0200, gregory wrote: > Greg KH wrote: > > >On Thu, May 20, 2004 at 12:44:36PM +0200, gregory wrote: > > > > > >>Hi, > >> > >>I want to compile PWC with kernel 2.6.6 but I don't see the module >

[Linux-usb-users] Re: PWC module in kernel 2.6.6

2004-05-21 Thread Greg KH
On Fri, May 21, 2004 at 06:56:01PM +0200, gregory wrote: > >You need to have selected CONFIG_CLEAN_COMPILE to be able to get that > >option. And for that, you need CONFIG_EXPERIMENTAL. > > > >Yeah it's a pain, but hey, the driver _is_ broken :) > > > I do have those enabled, still greyed out and s

[Linux-usb-users] Re: PWC module in kernel 2.6.6

2004-05-23 Thread Greg KH
On Sun, May 23, 2004 at 11:32:11PM +0200, gregory wrote: > Never mind, my mistake, I had to deselect and select it again. Anyway > tried to compile it but it didn't work, got following error: > CC [M] drivers/usb/media/pwc-if.o > CC [M] drivers/usb/media/pwc-misc.o > CC [M] drivers/usb/media

Re: [Linux-usb-users] FTDI problems with read URB hangs

2004-05-24 Thread Greg KH
On Thu, May 20, 2004 at 04:15:20PM -0600, Robert Hancock wrote: > I am developing an application which uses multiple XM Satellite Radio PC > receivers, which interface to the system using an FTDI 8U232AM (or > compatible, anyway) USB-to-serial chip. This would be better discussed on the linux-

[Linux-usb-users] Re: ioctl on dial-in USB modem

2004-06-04 Thread Greg KH
On Fri, Jun 04, 2004 at 01:28:05PM -0400, Larry Irwin wrote: > Remember this from last year? > Does anyone have any idea if there is a fix for this yet? I do not know, have you tried the 2.6 kernel? thanks, greg k-h --- This SF.Net email is s

Re: [Linux-usb-users] IONetworks Edgeport/4

2004-06-07 Thread Greg KH
On Sat, Jun 05, 2004 at 01:38:17PM -0400, Rick Davis wrote: > EIP:0060:[]Tainted: P Can you try this without PREEMPT enabled? > Linux version 2.6.4-54.5-default ([EMAIL PROTECTED]) (gcc version 3.3.3 > (SuSE Linux)) #1 Fri May 7 21:43:10 UTC 2004 How about a stock 2.6.6 kernel? If you

[Linux-usb-users] Re: [BUG] problem with usb-storage

2004-06-14 Thread Greg KH
On Tue, Jun 15, 2004 at 12:42:16AM -0400, Chris Friesen wrote: > I'm running an x86 version of 2.6.5, attempting to use a lexar CF memory > card with the Jumpshot card reader. Can you try 2.6.7-rc3? Or at least 2.6.6? thanks, greg k-h --- Th

Re: [Linux-usb-users] Dummy ttyUSB for Palm hotsync?

2004-06-17 Thread Greg KH
On Thu, Jun 17, 2004 at 08:18:33AM +0200, Harald Milz wrote: > Hi, > > I would like to run Hotsync (within Wine) in the background to sync my Treo > against Lotus Notes over USB. The problem with USB is that the device is > created in the kernel only if the Treo actually talks over USB. Hotsync >

[Linux-usb-users] Re: [linux-usb-devel] Drivers of TD243 (OTG243) and ISO mode

2004-06-21 Thread Greg KH
On Mon, Jun 21, 2004 at 08:57:52AM +0200, Francesco Mondada wrote: > I posted a message some time ago about problems > using the TD243 (OTG243) USB host and the drivers > available in the Intrinsyc distribution. Does this distribution use the usb code from the kernel.org kernel? If so, please p

Re: [Linux-usb-users] Partial success with 2.6.7, MA620 + an oops

2004-07-04 Thread Greg KH
On Sun, Jul 04, 2004 at 08:32:27AM +0530, Raj Mathur wrote: > - Unloading the PL2303 module (modprobe -r pl2303) results in a kernel > oops: Known bug, already fixed in Linus's tree, will show up in the next kernel release. thanks, greg k-h -

[Linux-usb-users] Re: PATCH: (as349) New unusual_devs.h entry

2004-07-30 Thread Greg KH
On Mon, Jul 19, 2004 at 11:47:17AM -0400, Alan Stern wrote: > Greg and Pete: > > Please merge this new entry for the unusual_devs.h database. Applied, thanks, greg k-h --- This SF.Net email is sponsored by OSTG. Have you noticed the changes

Re: [Linux-usb-users] pl2303 support baud >460800?

2004-08-13 Thread Greg KH
On Wed, Aug 04, 2004 at 03:37:47PM -0400, Gene Wang wrote: > Hi, > I am trying to use usb_serail_converter+crossover serial cable+ > serail_usb_converter to connect two Linux PCs using PPP. I am using > pl2303.o and usbserial.o drivers. I can set the baud rate to be 460800 > and my PPP link can wor

Re: [Linux-usb-users] Device Firmware Upgrade support?

2004-08-27 Thread Greg KH
On Wed, Aug 25, 2004 at 03:45:42PM -0600, Joe Pfeiffer wrote: > I've got a class embarking on a project that will involve writing code > for an SGS-Thompson ST7262 microprocessor. The most convenient > way to download programs for it would, of course, be to use the USB > DFU class. So... is this

[Linux-usb-users] Re: usbserial.c patch for 2.4.21-20 kernels

2004-09-17 Thread Greg KH
On Tue, Sep 14, 2004 at 10:46:07AM -0400, Sam King wrote: > Hello, > > I found a bug where the io_ti.c driver calls schedule while in an > interrupt. The problem stems from usbserial.c allowing a > serial_throttle call proceed while in an interrupt, which results in > sending a urb to clear the C

[Linux-usb-users] Re: [2.6.9-rc2-bk2][USB HID] Problem with USB <-> PS/2 converter for keyboard - USB unable to set Port - continued

2004-09-17 Thread Greg KH
On Thu, Sep 16, 2004 at 09:55:49PM -0400, Shawn Starr wrote: > Is this a known issue? I can still reproduce this: Can you try the latest -mm tree and see if the problem is there too? thanks, greg k-h --- This SF.Net email is sponsored by: YOU

[Linux-usb-users] [ANNOUNCE] 2004-04-20 release of hotplug scripts

2004-09-20 Thread Greg KH
I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz or for those who like bz2 packages: kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.bz2 It contains a

Re: [Linux-usb-users] "Cold"-plugging my printer

2001-03-05 Thread Greg KH
On Mon, Mar 05, 2001 at 10:21:33PM -0500, Pete Toscano wrote: > Hello, > > I have a bit of an annoying problem (beyond those my wife would mention > =)... When my system is up and running and I turn on my USB printer > (Epson Stylus Photo 870), everything works just fine. If my printer is > alre

Re: [Linux-usb-users] Zyxel Omni.net USB ISDN

2001-03-07 Thread Greg KH
On Wed, Mar 07, 2001 at 03:52:54PM +0100, /. //annini wrote: > Some news about this TA's drivers?? Does the version in the 2.2.18 or 2.4.x kernel not work for you? greg k-h -- greg@(kroah|wirex).com ___ [EMAIL PROTECTED] To unsubscribe, use the last

Re: [Linux-usb-users] kerneld w/o hotplugging

2001-03-08 Thread Greg KH
On Thu, Mar 08, 2001 at 03:29:19AM -0600, Shea A Martin wrote: > I have one usb device (scanner). It rarely gets used, so I compiled > support as a module. Because there are other users (who don't have root > permissions) on the machine who occasionally use the scanner, I have to > manuall

Re: [Linux-usb-users] PalmConnect

2001-03-10 Thread Greg KH
On Fri, Mar 09, 2001 at 11:25:59PM -0600, David Mehringer wrote: > Hi, > Is the PalmConnect serial to USB converter for the Palm HotSync cradle > supported? I'm running 2.2.17, and when I plug it in, essentially "device > not recognized" is written to /var/log/messages. > > Is this device suppor

Re: [Linux-usb-users] hid and input fail with linux>2.4.2

2001-03-12 Thread Greg KH
On Sun, Mar 11, 2001 at 07:57:52PM -0800, Mark Swanson wrote: > Reading all of the documentation/faqs I could find I see that hid.o and > input.o do not exist in kernels > 2.4.2. I know people that have USB > mice working in 2.2.18(approx) so I'm wondering why it is impossible to > compile hid.o a

Re: [Linux-usb-users] hid and input fail with linux>2.4.2

2001-03-13 Thread Greg KH
On Mon, Mar 12, 2001 at 09:32:49AM -0500, Mark Swanson wrote: > I did notice that when I unplugged my usb mouse I got some syslog entries > like: > > hub.c: Cannot enable port 1 of hub 1, disabling port. > hub.c: Maybe the USB cable is bad? > > Any suggestions would be appreciated. I really hat

Re: [Linux-usb-users] Sony CLIE USB cradle

2001-03-14 Thread Greg KH
On Wed, Mar 14, 2001 at 11:36:35AM -0500, Ian Soboroff wrote: > > Does anyone here use the Sony CLIE PDA? (It's a PalmOS device like the > Palms and the Visor; like the Visor, it has a USB cradle.) I didn't > see any reference to it on the web page... are there any reports of > this device work

Re: [Linux-usb-users] PDA Blues...

2001-03-14 Thread Greg KH
On Wed, Mar 14, 2001 at 02:35:46PM -0600, J . Darrin McDougald wrote: > I hava a Sony Vaio PCG-XG29 running Kernel 2.4.2 > (only one USB port and No RS232/DB9 port) > I have a Palm Vx. > I have a Belkin USB Serial Adapter F5U103 and mod support in Kernel 2.4.2 > I have a USB 4 port hub betw

Re: [Linux-usb-users] VISOR Blues

2001-03-14 Thread Greg KH
On Wed, Mar 14, 2001 at 05:00:50PM -0500, [EMAIL PROTECTED] wrote: > I have 2.4.2 kernel w/usbserial, usb-uhci, usb-storage, and visor all loaded. >However, when I try to sync with either kpilot or jpilot, all I > get is NOTHING. I have hard-linked /dev/ttyUSB0 to /dev/pilot (after > I mknod's t

Re: [Linux-usb-users] Problem

2001-03-15 Thread Greg KH
On Thu, Mar 15, 2001 at 12:39:14PM +0100, Marchetti wrote: > I've installed a Mandrake 7.2 on my computer, and a i have Zyxel > Omni.net USB ISDN Adapter. My system recognize the modem (it also > enable power output to it), but i cannot make recognize it as a modem > (or i'm not able to do that).

Re: [Linux-usb-users] Problem

2001-03-16 Thread Greg KH
On Fri, Mar 16, 2001 at 10:51:15AM +0100, Marchetti wrote: > First I've pointed the modem program to /dev/usb/ttyUSB0 (and USB1) then i > tryed to link my modem to the file by using ln -s -f /dev/usb/ttyUSB0 modem > and using this link in kppp program but in both cases the program tell me it > can

Re: [Linux-usb-users] Problem

2001-03-16 Thread Greg KH
On Fri, Mar 16, 2001 at 09:26:09PM +0100, Marchetti wrote: > no no it's not red:) it's grey What is the output of /proc/bus/usb/devices ? greg k-h -- greg@(kroah|wirex).com ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lis

Re: [Linux-usb-users] ov511 doesn't work?

2001-03-16 Thread Greg KH
On Fri, Mar 16, 2001 at 01:20:26PM -0500, lei sun wrote: > Hi all: > I was trying to hook up a AIptek HyperVcam to my linux box, version 2.2.17. > I downloaded the driver for OV511 from > http://alpha.dyndns.org/ov511 , (1.25 backport), I also downloaded and > applied the USB backport patc

Re: [Linux-usb-users] Problem

2001-03-16 Thread Greg KH
On Sat, Mar 17, 2001 at 01:28:45AM +0100, Marchetti wrote: > There are a lot of lines where are written some modem fetures No, send the whole file. Also send the output of '/sbin/lsmod' thanks, greg k-h -- greg@(kroah|wirex).com ___ [EMAIL PROTEC

Re: [Linux-usb-users] usb backport to 2.2.14 help/suggestions?

2001-03-19 Thread Greg KH
On Sun, Mar 18, 2001 at 10:17:50PM -0600, Mike Rheinheimer wrote: > Does anyone have any suggestions or methods of attack to go about solving > this problem? Why would I be told that it should be easy to port the > 2.2.18 usb stuff to the 2.2.14 kernel? Easy is a relative term :) How about appl

Re: [Linux-usb-users] Problem

2001-03-19 Thread Greg KH
On Mon, Mar 19, 2001 at 01:05:17PM +0100, Marchetti wrote: > Sorry for not answering for 2 days, but i got ill and even now i'm quite bad > This is the output of /proc/bus/usb/devices: > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=

Re: [Linux-usb-users] usb backport to 2.2.14 help/suggestions?

2001-03-20 Thread Greg KH
On Mon, Mar 19, 2001 at 07:25:40PM -0600, David Efflandt wrote: > > 2.2.x kernels before 2.2.16 have a potential security flaw and should be > updated anyway. Are the powers that be aware of that? I don't know where > to find the original advisory, but an example for RedHat is > http://www.linu

Re: [Linux-usb-users] device not accepting new address error=-110

2001-03-20 Thread Greg KH
On Wed, Mar 21, 2001 at 02:25:37PM +1100, Ross Mark wrote: > Mar 21 11:12:32 WIZARD01 kernel: hub.c: USB new device connect on bus1/1, assigned >device number 2 > Mar 21 11:12:32 WIZARD01 kernel: usb.c: USB device not accepting new address=2 >(error=-110) Is this a SMP machine? What is the ou

Re: [Linux-usb-users] sonly clie

2001-03-21 Thread Greg KH
On Wed, Mar 21, 2001 at 02:41:14PM -0500, Joe Stump wrote: > Any reports of this working under Linux? I don't have an IrDA (though I wish > I did now) so I was hoping I could save myself a few bucks and not have to get > the serial sync. Nope, no USB support on Linux for this, sorry. There will

Re: [Linux-usb-users] device not accepting new address error=-110

2001-03-22 Thread Greg KH
On Wed, Mar 21, 2001 at 05:21:56PM +1100, Ross Mark wrote: > proc/interrupts --> > >CPU0 > 0: 764831 XT-PIC timer > 1: 8462 XT-PIC keyboard > 2: 0 XT-PIC cascade > 4:748 XT-PIC serial > 11:133

Re: [Linux-usb-users] USB w/ SMP resolution?

2001-03-22 Thread Greg KH
On Fri, Mar 23, 2001 at 12:35:45AM -0500, Dan Pilone wrote: > All, > I have the whole "device not accepting address" APIC problem that has been > floating around with 2.4.x. I've seen other people report it and offer > suggestions (MPS 1.1 vs 1.4, etc) but they don't help. The only way to ge

Re: [Linux-usb-users] Xircom serial module

2001-03-23 Thread Greg KH
On Fri, Mar 23, 2001 at 04:21:51PM +0100, Björn Wingman wrote: > I have a Xircom Portstation with a dual DB9 serial module that I can't > get to work properly with the generic serial usb driver. The Xircom > Portstation is a sort of modular usb hub, in which you can plug in > various modules to ge

Re: [Linux-usb-users] Belkin F5U103

2001-03-26 Thread Greg KH
On Mon, Mar 26, 2001 at 03:05:22PM +0200, Björn Wingman wrote: > What is the status of the support for the Belkin usb-to-serial > convertes? I'm more specifically wondering about the F5U103 unit. > > The linux-usb device overview states that it's 'somewhat > working'. This seems to indicate that

Re: [Linux-usb-users] USB testbed software

2001-03-29 Thread Greg KH
On Tue, Mar 27, 2001 at 04:40:00PM -0800, Allen Brown wrote: > > But this software has some problems, most of which center around > it only running under W2000. I would just love to replace it > with a Linux based solution. And maybe I could get the usb.org > to include it on their web site as

Re: [Linux-usb-users] Excluding IRQs

2001-04-03 Thread Greg KH
On Mon, Apr 02, 2001 at 02:16:43PM -0500, J . Darrin McDougald wrote: > I think I may have found the root of my issue with my USB <-> Serial > converter but I am not sure how to instruct the serial converter to > exclude IRQs. Where do you tell a USB device which IRQs it can / > can't use? Which

Re: [Linux-usb-users] usb print.o hotplugging

2001-04-09 Thread Greg KH
On Mon, Apr 09, 2001 at 04:15:37PM -0400, Jack Howarth wrote: > > Is it possible that the printer.o module really doesn't recognize this printer? > Thanks in advance for any help. If you try the linux-hotplug package at http://linux-hotplug.sourceforge.net/ does the same thing still happen? th

Re: [Linux-usb-users] Sony clie?

2001-04-18 Thread Greg KH
On Wed, Apr 18, 2001 at 05:52:39PM +0200, M G Berberich wrote: > Hello, > > I couldn't find information about Linux support for the Sony Clié (usb > cradle). Is there anybody working on it? As of right now, no. Sony has not released any information on it, and the reverse engineering efforts tha

[Linux-usb-users] 2001-04-24 release of hotplug scripts

2001-04-24 Thread Greg KH
I've just packaged up the latest Linux hotplug scripts into a release, which can be found at: http://sourceforge.net/project/showfiles.php?group_id=17679 This release adds the Debian scripts to the tarball, although all of the debian specific changes were not merged into the main scripts

Re: [Linux-usb-users] pl2303 problem

2004-11-19 Thread Greg KH
On Sun, Nov 14, 2004 at 05:08:31PM -0500, Brian Perkins wrote: > I'm running 2.6.10-rc1, and I'm having trouble with the PL2303 driver. Can you try 2.6.10-rc2 and let us know if you still have the same problems there? thanks, greg k-h --- Thi

Re: [Linux-usb-users] pl2303 problem

2004-11-22 Thread Greg KH
On Sun, Nov 21, 2004 at 11:44:30PM -0500, Brian Perkins wrote: > Greg KH wrote: > >On Sun, Nov 14, 2004 at 05:08:31PM -0500, Brian Perkins wrote: > > > >>I'm running 2.6.10-rc1, and I'm having trouble with the PL2303 driver. > > > > > >Can you

[Linux-usb-users] Re: Linux USB Flash Disk partition problem

2004-12-03 Thread Greg KH
On Fri, Dec 03, 2004 at 01:15:19PM +0800, [EMAIL PROTECTED] wrote: > > > Dear Sir: > I am porting for our new project's USB driver. > we use linux kernel 2.4.18. No "new" projects should use 2.4.18, it's too old, has too many known bugs and too many known security vulnerabilities. Good luck, g

Re: [Linux-usb-users] Problem using safe_serial

2004-12-21 Thread Greg KH
On Thu, Dec 16, 2004 at 09:14:05PM -0600, Daniel Herring wrote: > Hi all, > > I have an HP49G+ calculator (vendor=0x0121, product=0x03f0) which I am > trying to connect to using safe_serial. I've tried unsuccessfully with > custom compiles of both 2.6.8 and 2.6.9 kernel releases (with and witho

[Linux-usb-users] Re: Generic USB Serial throughput

2005-01-10 Thread Greg KH
On Fri, Jan 07, 2005 at 10:35:16AM -0800, [EMAIL PROTECTED] wrote: > I am seeing maximum throughput of a little over 400kbits/second using > an Airprime PC5220 card and the generic usb serial driver. A windows driver > can get over twice the throughput. Good for it :) > Throughput to me being TCP

[Linux-usb-users] Re: pl2303 problem, more data

2005-03-19 Thread Greg KH
On Sat, Mar 19, 2005 at 11:04:32AM -0500, Brian Perkins wrote: > So I've been having problems with my pl2303 adapter. What kernel are you using? thanks, greg k-h --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews

[Linux-usb-users] Re: pl2303 problem, more data

2005-03-21 Thread Greg KH
On Sat, Mar 19, 2005 at 11:04:32AM -0500, Brian Perkins wrote: > So I've been having problems with my pl2303 adapter. > The symptom is that it will download data from my GPS only some of the > time. Upon closer examination, it appears that it will sometimes drop > the first character on a read.

[Linux-usb-users] Re: pl2303 problem, more data

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 11:45:38PM -0500, Brian Perkins wrote: > So it doesn't matter that the "type one" variety works fine with this > script, and the "type two" variety doesn't? Who knows? :) As these devices are undocumented, in the end, we really can never be sure :( > And it doesn't mat

[Linux-usb-users] Re: pl2303 problem, more data

2005-03-23 Thread Greg KH
On Tue, Mar 22, 2005 at 07:13:49PM -0500, Brian Perkins wrote: > Greg KH wrote: > >On Mon, Mar 21, 2005 at 11:45:38PM -0500, Brian Perkins wrote: > > > >>So it doesn't matter that the "type one" variety works fine with this > >>script, and the &

[Linux-usb-users] Re: pl2303 problem, more data

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 09:00:00AM -0500, Brian Perkins wrote: > Greg KH wrote: > >On Tue, Mar 22, 2005 at 07:13:49PM -0500, Brian Perkins wrote: > > > >Hm, can you send the values of /proc/bus/usb/devices for both the type > >one and type two controllers? > > >

Re: [Linux-usb-users] probelm in a usb based driver...

2005-04-19 Thread Greg KH
On Wed, Apr 06, 2005 at 11:04:09AM +0550, Nikhil Bhargava wrote: > hello all, > > I am facing some throughtput relating problem in a usb based modem driver. Which driver are you using? thanks, greg k-h --- This SF.Net email is sponsored by:

Re: [Linux-usb-users] Question: How to map a ttyACMx device onto a specific modem.

2005-07-08 Thread Greg KH
On Fri, Jul 08, 2005 at 06:56:40PM -0400, ronnie sahlberg wrote: > Hi List, > > Does anyone know of an easy way to find the mapping between a device > such as ttyACM0 and to which hardware vendor/product this refers to? Yes, look at sysfs, it contains this info. You can also use udevinfo to retr

[Linux-usb-users] Re: Question: How to map a ttyACMx device onto a specific modem.

2005-07-08 Thread Greg KH
On Fri, Jul 08, 2005 at 10:58:30PM -0400, ronnie sahlberg wrote: > I use a 2.4 kernel and dont really want to migrate to 2.6 just yet. > > So no possibility to do the same on 2.4 ? Not any that I know of, no. > apart from parsing dmesg with a shellscript or similar? Nope. Another good reason t

Re: [Linux-usb-users] pl2303_write_bulk_callback - failed resubmitting write urb

2005-08-06 Thread Greg KH
On Tue, Aug 02, 2005 at 11:58:41AM +0300, Darius BUFNEA wrote: > > Hi guys, > > my problem: > > nokia with pl2303 usb serial cable don't work, i've got an "usb 1-2: > pl2303_write_bulk_callback - failed resubmitting write urb, error -19" in > kernel log. > > my setup: > > - Linux vector 2.6.

Re: [Linux-usb-users] Nexxtech USB to serial port cable

2005-08-14 Thread Greg KH
On Fri, Aug 12, 2005 at 07:34:58AM -0300, Shaw, Marco wrote: > I'm trying to use the Nexxtech USB to serial port cable (2608042) with > RedHat Enterprise Linux 3.0 WS (2.4.21-27.EL), but it does not seem to > work properly. If you are stuck at RHEL 3, then I suggest you talk to Red Hat, there's no

  1   2   3   4   5   6   7   8   >