Re: [Linux-usb-users] Usb device controller support in linux kernel?

2002-11-10 Thread sreekumar . cm
Please refer USB On-The-Go Spec (www.usb.org) Sreekumar CM Joyce Tan <[EMAIL PROTEC

[Linux-usb-users] USB 2.0 hub issue

2002-10-23 Thread sreekumar . cm
Hi All, I am using kernel 2.4.18-14 kernel. Using Philips ISP1581 EHCI PCI card. When I connect a High speed hub(Philips ISP 1521, self powered), Getting error: hub.c: usb_hub_port_status (2) failed (err = -110) It works fine on Windows. Any help? Regards, Sreekumar ---

RE: [Linux-usb-users] Any open source available

2002-10-22 Thread sreekumar . cm
See my answers.. Are you looking for OTG USB feature? Sreekumar hi, We are trying to implement device driver for mobile phone having EPOC as the OS. ON the HOST side: 1. I understand that the stack on the HOST can be implemented against the OHCI or EHCI specification??. Ans: Is the mobile

Re: [Linux-usb-users] please unsubscribe me !

2002-10-11 Thread sreekumar . cm
goto https://lists.sourceforge.net/lists/listinfo/linux-usb-users at the lowest entry give your email-id then enter, hope you remember your password, then click on unsubscribe!! Sreekumar CM

Re: [Linux-usb-users] hotplug but no /proc/bus/usb

2002-10-08 Thread sreekumar . cm
Include usbdev filesystem, when you compile the kernel. Then try> mount -t usbdevfs none /proc/bus/usb Regards, Sreekumar

Re: [Linux-usb-users] Specification for USb scanner

2002-09-26 Thread sreekumar . cm
It is different from mass-storage class. Scanner have different class. for spec, try www.usb.org Sreekumar CM "maria

Re: [Linux-usb-users] booting from USB

2002-09-25 Thread sreekumar . cm
Which motherboard you are using? what about the BIOS version? Regards, Sreekumar CM Alexander Amelkin

Re: [Linux-usb-users] how to use Argosy HD 530 (usb hard disk 10 GB)

2002-09-05 Thread sreekumar . cm
the disk is done, Linux recognize it as /dev/hda , or /dev/hdb etc.. We can format it using fdisk /dev/hdx( identify "x" before doing it) mounting can be done using mount -t (Filesystem) /dev/hdx /(mount point eg; /mnt ) Regards, Sreekumar CM Philips Semiconductors,

Re: [Linux-usb-users] (no subject)

2002-09-05 Thread sreekumar . cm
Linux System Support Multiple interfaces. Regards, Sreekumar CM "Ash

Re: [Linux-usb-users] RE: [linux-usb-devel] help...

2002-09-01 Thread sreekumar . cm
You can pullout and disconnect the usb-bluetooth device(from usb-port) and connect again, see the messages. Do you get anything on /proc/bus/usb/devices? (hope the proc filesystem is mounted) Device open fails, when there is no device registered with that name. Regards, Sreekumar CM

Re: [Linux-usb-users] help...

2002-09-01 Thread sreekumar . cm
Are you sure about your device ? Is it /dev/ttyUB0? Regards, Sreekumar CM "Sukumar G

Re: [Linux-usb-users] USB external disk use

2002-07-22 Thread sreekumar . cm
you can check the /var/log/messages, generated after enumeration of the disk. It could be /dev/sda , /dev/sdb,..also. Regards, Sreekumar CM

Re: [Linux-usb-users] OHCI card

2002-07-17 Thread sreekumar . cm
OHCI cards can be used with intel and there are lot of PCI based cards available in market. Regards, Sreekumar CM

Re: [Linux-usb-users] cannot open /dev/video0 - please help

2002-07-16 Thread sreekumar . cm
You check the kernel messages, it could give some idea. Regards, Sreekumar CM simith nambiar

Re: [Linux-usb-users] usb system set up...

2002-06-26 Thread sreekumar . cm
. Regards, Sreekumar CM [EMAIL PROTECTED

Re: [Linux-usb-users] How to boot Linux from USB hard drive

2002-06-20 Thread sreekumar . cm
You can install the kernel in every device from which your BIOS is able to boot from. But In this case you may not be able to access the harddisk, before linux is up Regards, Sreekumar CM

Re: [Linux-usb-users] /proc/bus/usb/devices shows SerialNumber, lsusb doesnot

2002-06-13 Thread sreekumar . cm
Try cat /proc/pci or lspci Regards, Sreekumar CM Mark Atwood <[EMAIL PROTEC

Re: [Linux-usb-users] usb slave stuff ..

2002-06-09 Thread sreekumar . cm
It seems true. You can refer any document which tells about the enumeration of USB Device. Regards, Sreekumar CM "a

Re: [Linux-usb-users] USB Extention Cable & USB Keyboard

2002-06-05 Thread sreekumar . cm
you can check the status of keyboard enumerated or not using /proc/bus/usb file system. If device is enumerated, use XF86config file or the related file of Debian for configuration. Regards, Sreekumar CM

Re: [Linux-usb-users] San Disk SDDR-31...

2002-06-04 Thread sreekumar . cm
It require selection of filesystem also. May be Flash filesystem. Regards, Sreekumar CM Jeff Johnson <[EMAIL PROTEC

Re: [Linux-usb-users] Fw: datafab.c compilation errot

2002-05-27 Thread sreekumar . cm
Hi, Anybody tried Linux on Compaq Presaio 2800AP? It seems disply driver has some problem. Regards, Sreekumar CM ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Veg

[Linux-usb-users] Linux on Compaq 2800

2002-05-27 Thread sreekumar . cm
Sreekumar CM

Re: [Linux-usb-users] /proc/bus/usb won't appear

2002-05-23 Thread sreekumar . cm
may be usbdevfs not mounted. try mount -t usbdevfs 0 /proc/bus/usb Sreekumar CM Hactar <[EMAIL PROTEC

Re: [Linux-usb-users] Very basic question

2002-02-06 Thread sreekumar . cm
You can use ioctl() method, provided you know the h/w details. Regards, Sreekumar CM "maria

Re: [Linux-usb-users] Linux as device

2002-01-21 Thread sreekumar . cm
help. Regards, --Sreekumar CM John Douglas Porter

Re: [Linux-usb-users] Linux as device

2002-01-21 Thread sreekumar . cm
It is easy, but you should be having a device port( with some hardware PCI/ISA) on linux side. Regards, --Sreekumar CM

Re: [Linux-usb-users] SanDisk SDDR-31

2002-01-08 Thread sreekumar . cm
It works for any kernel >2.4. The kernel is to be recompiled. select CF option also, when you do config. Regards, --Sreekumar

[Linux-usb-users] Re: [Linux-usb-users]:ISA Bus Mastering

2002-01-07 Thread sreekumar . cm
Hi, I am using a ISA card with Bus Mastering . But I couldn't configure it. Please let me know if there are some limitations on ISA Bus Mastering and linux. Thanks in advance, --Sreekumar ___ [EMAIL PROTECTED] To unsubscribe, use the last form field

Re: [Linux-usb-users] Can't initialize pegasus USB-Ethernet driver?

2002-01-07 Thread sreekumar . cm
Hi, I am using a ISA card with Bus Mastering . But I couldn't configure it. Please let me know if there are some limitations on ISA Bus Mastering and linux. Thanks in advance, --Sreekumar ___ [EMAIL PROTECTED] To unsubscribe, use the last form field