[Linux-usb-users] usb installation

2004-11-22 Thread Geromitsos Artemios
Dear all, I am running FermiLinux and want to install a 128MB usb flash memory named "extreme memory" made by a not-so-famous company. Recently I moved from XP to Linux therefore, I need some help as far as mounting is concerned and the seek of the appropriate driver. Regards -

Re: [Linux-usb-users] Detecting unplugged device

2004-11-22 Thread Tim Arney
Hi all, I've solved this, in what seems to be a more efficient way. I now use the linux input drivers to read the device (as mapped onto /dev/input/event#), and under this kernel module (evdev, which is standard in kernels >= 2.4) read() returns in blocking mode when the device disconnects and

Re: [Linux-usb-users] pcmcia usb2.0 cards

2004-11-22 Thread David J. Bakeman
Marr wrote: On Monday 22 November 2004 06:04am, wwp wrote: Hello David, On Sun, 21 Nov 2004 12:04:45 -0800 "David J. Bakeman" <[EMAIL PROTECTED]> wrote: Can anyone recommend a usb2.0 pcmcia card that would work with linux? I have an older laptop that only has 2 usb1.0 ports. I bought o

[Linux-usb-users] USB Audio (Plantronics headset)

2004-11-22 Thread Sergey Udaltsov
Hi all I am using Plantronics headset (with Skype and other SW) on Fedora Core 3 (standard kernel). The kernel recognises the headset ok, when I plug it into USB2 port - and I get /dev/dsp2 for all my needs BUT when I unplug the headset, the keyboard freezes. The machine is ok otherwise, I can shu

Re: [Linux-usb-users] pcmcia usb2.0 cards

2004-11-22 Thread wwp
Hello Marr, On Mon, 22 Nov 2004 19:06:52 -0400 Marr <[EMAIL PROTECTED]> wrote: > On Monday 22 November 2004 06:04am, wwp wrote: > > Hello David, > > > > On Sun, 21 Nov 2004 12:04:45 -0800 "David J. Bakeman" <[EMAIL PROTECTED]> > wrote: > > > Can anyone recommend a usb2.0 pcmcia card that would

Re: [Linux-usb-users] pcmcia usb2.0 cards

2004-11-22 Thread Marr
On Monday 22 November 2004 06:04am, wwp wrote: > Hello David, > > On Sun, 21 Nov 2004 12:04:45 -0800 "David J. Bakeman" <[EMAIL PROTECTED]> wrote: > > Can anyone recommend a usb2.0 pcmcia card that would work with linux? I > > have an older laptop that only has 2 usb1.0 ports. > > > > I bought on

Re: [Linux-usb-users] Dane-Elec zMate Compact Flash reader/writer woes

2004-11-22 Thread Alan Stern
On Mon, 22 Nov 2004, Eric Mountain wrote: > Hello, > > I've just bought a Dane-Elec zMage Compact Flash Reader/Writer. It has a > "Certified Hi-Speed USB" sticker on the box, and underneath the > sticker it says "USB 2.0 compatible"... so I guess it should be? > > The problem is that it only wo

[Linux-usb-users] Dane-Elec zMate Compact Flash reader/writer woes

2004-11-22 Thread Eric Mountain
Hello, I've just bought a Dane-Elec zMage Compact Flash Reader/Writer. It has a "Certified Hi-Speed USB" sticker on the box, and underneath the sticker it says "USB 2.0 compatible"... so I guess it should be? The problem is that it only works in USB1 mode - i.e. with uchi-hcd. USB2 (ehci-hcd) fa

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 try 2.6.10-rc2 and let us know if you still have the sa

Re: [Linux-usb-users] Detecting unplugged device

2004-11-22 Thread Alan Stern
On Fri, 19 Nov 2004, Tim Arney wrote: > Hi Brian, Edward, and Sven, > > Checking out /proc/bus/usb/devices seems to work, so thanks for your help. I > fear it > isn't a complete enough solution, but it will have to do in the meantime. If > anyone > else knows a way to possibly trace the conne

Re: [Linux-usb-users] Humbly returning [Was: Re: Re: kernel 2.6.9.1 and Apacer Handy HT202]

2004-11-22 Thread Alan Stern
On Fri, 19 Nov 2004, Matej Cepl wrote: > OK, let me back up a little bit, please. My point is that SCSI emulation did > not work for me with the Apacer. Everything worked correctly with SCSI > emulation with 2.6.8.1 (still on Debian/sarge), and then when I have > re-compiled 2.6.9.1, I think I hav

RE: [Linux-usb-users] How to identify USB device when serial number is not available?

2004-11-22 Thread Alan Stern
On Fri, 19 Nov 2004, Sachin Rane wrote: > Hi, > > I tried it out on Windows 2000. > > I have confirmed from a reliable source that USB floppy drive doesn't > provide serial number. > > Do you know any method (API/ IOCTL) to get the USB port information, on > which the Device is connected? As I

Re: [Linux-usb-users] ohci interrupt problems with 2.6.4..2.6.9 and SiS5595..

2004-11-22 Thread Alan Stern
On Thu, 18 Nov 2004, john cooper wrote: > I've been seeing a weird problem with the later 2.6 > series kernels where a usb device is recognized > correctly if present at kernel boot time. However > connection (or removal) of a device doesn't seem to > generate connect/disconnect interrupts to ohc

Re: [Linux-usb-users] Nikon Coolpix

2004-11-22 Thread Davide Corio
Il giorno dom, 21-11-2004 alle 13:06 -0500, Alan Stern ha scritto: > Could you post the contents of /proc/bus/usb/devices with the camera > plugged in? > This may help. Before plugging in the camera (maybe at boot time), do > (as root): > > modprobe scsi_mod > echo 'NIKON:DSC E2000:0

[Linux-usb-users] Humbly returning [Was: Re: Re: kernel 2.6.9.1 and Apacer Handy HT202]

2004-11-22 Thread Matej Cepl
Stephen J. Gowdy wrote: > I guess you're not interested in performance then? OK, let me back up a little bit, please. My point is that SCSI emulation did not work for me with the Apacer. Everything worked correctly with SCSI emulation with 2.6.8.1 (still on Debian/sarge), and then when I have re-c

RE: [Linux-usb-users] How to identify USB device when serial number is not available?

2004-11-22 Thread Sachin Rane
Hi, I tried it out on Windows 2000. I have confirmed from a reliable source that USB floppy drive doesn't provide serial number. Do you know any method (API/ IOCTL) to get the USB port information, on which the Device is connected? As I have mentioned previously that I tried to get that info f

[Linux-usb-users] ohci interrupt problems with 2.6.4..2.6.9 and SiS5595..

2004-11-22 Thread john cooper
I've been seeing a weird problem with the later 2.6 series kernels where a usb device is recognized correctly if present at kernel boot time. However connection (or removal) of a device doesn't seem to generate connect/disconnect interrupts to ohci_hcd according to /proc/interrupts. Behavior varie

Re: [Linux-usb-users] Isochronous Transfer via USB2.0 Hub

2004-11-22 Thread Alan Stern
On Mon, 22 Nov 2004, Satoi Ogawa wrote: > Hello, > This is Satoi. > Thank you for your contributing to Linux USB support. > > I plan to use many USB1.1 cameras via Tetra Hub. > Tetra Hub is composed by Belkin. > It has four transaction translator for four port, one TT per one port. > > First, >

Re: [Linux-usb-users] Re: unneeded Protocol entry in unusual_devs.h

2004-11-22 Thread Alan Stern
On Mon, 22 Nov 2004, Jim Redman wrote: > But the device still doesn't work. I get this error: > > uhci_hcd :00:1d.0: wakeup_hc > uhci_hcd :00:1d.0: port 1 portsc 0083 > hub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s > hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status

Re: [Linux-usb-users] Nikon Coolpix

2004-11-22 Thread Alan Stern
On Sun, 21 Nov 2004, Davide Corio wrote: > Il giorno dom, 21-11-2004 alle 13:06 -0500, Alan Stern ha scritto: > > Could you post the contents of /proc/bus/usb/devices with the camera > > plugged in? > > This may help. Before plugging in the camera (maybe at boot time), do > > (as root): > > > >

Re: [Linux-usb-users] pen drive usb

2004-11-22 Thread [EMAIL PROTECTED]
> No, it is part of the kernel, select option "SCSI DISK" So what should I do? Recompile the kernel? Or what? Can you explain it step by step? Best regards, Giuliano Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di atti

[Linux-usb-users] Watson Financial weekly newsletter

2004-11-22 Thread Robby Castaneda
**Watson Financial Weekly Stock Report** *This Week's Companies to Watch* Huge Trading Alert/BIG NEWS for Sports Pouch Beverage Co Inc (SPBV.PK) SPBV-SPBV-SPBV-SPBV-SPBV-SPBV-SPBV-SPBV-SPBV-SPBV-SPBV Current Price : $2.65 3-5 Days target: $3.50 2 Weeks Target: $5.00 **BIG NEWS** SPBV Receives

[Linux-usb-users] Re: unneeded Protocol entry in unusual_devs.h

2004-11-22 Thread Jim Redman
The "Please send a copy ..." message does not exist Fedora Core 3: Linux charizard 2.6.9-1.678_FC3 #1 Mon Nov 15 18:28:07 EST 2004 i686 i686 i386 GNU/Linux # /sbin/lsusb Bus 002 Device 001: ID : Bus 001 Device 002: ID 090a:1001 Trumpion Microelectronics, Inc. Bus 001 Device 001: ID :000

Re: [Linux-usb-users] pen drive usb

2004-11-22 Thread Lorinczy Zsigmond
"[EMAIL PROTECTED]" wrote: > > > From that output it doesn't look like it is plugged in. WHat is the output > > of lspci | grep HCI? > it' null... if I do tail -f /var/log/messages when I insert the usb pen I > receive the following line: > wk45 kernel: hub.c: new USB device 00:03.1-3, assigned ad

Re: [Linux-usb-users] pcmcia usb2.0 cards

2004-11-22 Thread wwp
Hello David, On Sun, 21 Nov 2004 12:04:45 -0800 "David J. Bakeman" <[EMAIL PROTECTED]> wrote: > Can anyone recommend a usb2.0 pcmcia card that would work with linux? I > have an older laptop that only has 2 usb1.0 ports. > > I bought one that claimed to work with linux but it just locks up my

[Linux-usb-users] Isochronous Transfer via USB2.0 Hub

2004-11-22 Thread Satoi Ogawa
Hello, This is Satoi. Thank you for your contributing to Linux USB support. I plan to use many USB1.1 cameras via Tetra Hub. Tetra Hub is composed by Belkin. It has four transaction translator for four port, one TT per one port. First, I connect many cameras, QuickCam Notebook Pro (USB1.1) by L