[Linux-usb-users] Need help on USB gadgets

2007-08-29 Thread Srinivas, Vidya
Hi, I am new to USB development. I have a board with integrated ARM processor and USB controller. I want to make that function as a device and use my laptop as host. Problem is; I don't know which USB device controller is available on my board. Linux is up and running on the board, but without U

[Linux-usb-users] need help with usb200m v2

2006-11-04 Thread Cade Thacker
Need some help oh usb net gurus. I have been googleing around and found lots of different information, but not sure how to pull it all together. I'm trying to turn a mac mini into a fedora core 6 router with two nics. I'm seeing emails that say that the chip is now supported, but i'm still not su

Re: [Linux-usb-users] need help getting USB controller, hub working

2006-08-10 Thread Travis H.
On 10/24/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > Yes. Here's the Zonet controller: > > > > 02:06.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63) > > (prog-if 20 [EHCI]) > >Subsystem: VIA Technologies, Inc. USB 2.0 > > You need both the USB1 and USB2 driver to be loade

Re: [Linux-usb-users] Need help supporting Sprint PPC6700 PDA Phone

2006-06-06 Thread Greg KH
inux-usb-users@lists.sourceforge.net > > Subject: Re: [Linux-usb-users] Need help supporting Sprint > > PPC6700 PDA Phone > > > > > > On Fri, Jun 02, 2006 at 02:29:25PM -0700, Joe Julian wrote: > > > I'm using kernel 2.6.16-1.2126_FC5 and would like

Re: [Linux-usb-users] Need help supporting Sprint PPC6700 PDA Phone

2006-06-06 Thread Joe Julian
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Greg KH > Sent: Friday, June 02, 2006 4:17 PM > To: Joe Julian > Cc: linux-usb-users@lists.sourceforge.net > Subject: Re: [Linux-usb-users] Need help supporting Spr

Re: [Linux-usb-users] Need help supporting Sprint PPC6700 PDA Phone

2006-06-02 Thread Greg KH
On Fri, Jun 02, 2006 at 02:29:25PM -0700, Joe Julian wrote: > I'm using kernel 2.6.16-1.2126_FC5 and would like to be able to use this > phone via USB. It works via IRDA but is terribly inconvenient. > > This phone works in 2 separate modes. The PDA Sync mode is: > > T: Bus=02 Lev=01 Prnt=01 Por

[Linux-usb-users] Need help supporting Sprint PPC6700 PDA Phone

2006-06-02 Thread Joe Julian
I'm using kernel 2.6.16-1.2126_FC5 and would like to be able to use this phone via USB. It works via IRDA but is terribly inconvenient. This phone works in 2 separate modes. The PDA Sync mode is: T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 16 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=ef(unk. ) Sub=01

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-26 Thread Stephen J. Gowdy
26 Oct 2005 21:12:25 -0700 (PDT) ReSent-From: root <[EMAIL PROTECTED]> ReSent-To: "Travis H." <[EMAIL PROTECTED]>, linux-usb-users@lists.sourceforge.net ReSent-Subject: Re: [Linux-usb-users] need help getting USB controller, hub working ReSent-Message-ID: <[EMAIL PROTECTE

[Linux-usb-users] Need help on USB detection problem with linux 2.4

2005-10-24 Thread Csk, Kirankumar
Hello Group, I am involved in porting linux on an ADI's VOX based board, from linux 2.4.16 to 2.4.28, and have been facing problems trying to get USB part to work. Can you please look at the description, to see if there is a known bug or if someone has faced a similar problem before? The board

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-24 Thread Travis H.
> No, OHCI and UHCI are the two standard versions of USB1. EHCI is the only > standard version for USB2. I was sure looking at your posted lspci output > and /proc/bus/devices that it was UHCI. DId I misread it? Yes. Here's the Zonet controller: 02:06.2 USB Controller: VIA Technologies, Inc. USB

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-23 Thread Stephen J. Gowdy
On Sun, 23 Oct 2005, Travis H. wrote: > On 10/22/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > It looks like you should use the uhci and ehci drivers. YOu don't need > > ohci. However, people do have more problems with VIA chipset, I'm assuming > > that is the new card. > > Yeah. The MFR's

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-23 Thread Travis H.
On 10/22/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > It looks like you should use the uhci and ehci drivers. YOu don't need > ohci. However, people do have more problems with VIA chipset, I'm assuming > that is the new card. Yeah. The MFR's specs say OHCI, but the VIA chipset generally mean

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-22 Thread Stephen J. Gowdy
It looks like you should use the uhci and ehci drivers. YOu don't need ohci. However, people do have more problems with VIA chipset, I'm assuming that is the new card. What is in /proc/interrupts when you plug in a device to it? Everything looks okay otherwise. I see you have stuff plugged into it.

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-22 Thread Travis H.
Here's requested info: # lsusb -v T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 11/900 us ( 1%), #Int= 1, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor= ProdID= Rev= 2.06 S: Manufacturer=Linux 2.6.13-rc6-3124-smp uhci_hcd

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-21 Thread Stephen J. Gowdy
If you supply the information requested it might be possible to help. That will show which drivers you should use. On Fri, 21 Oct 2005, Travis H. wrote: > > > Then I tried plugging it into the card, > > > which has the only v2.0 connectors, and of course that didn't work. > > > > There is no diff

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-21 Thread Travis H.
> > Then I tried plugging it into the card, > > which has the only v2.0 connectors, and of course that didn't work. > > There is no difference between an V1 and V2 connector. Sorry, I was unclear. What I meant is "putting a hub between the card and the drive didn't work since it didn't work witho

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Stephen J. Gowdy
I would think there is enough there for someone who knows about HID to answer, but I don't, sorry. On Fri, 21 Oct 2005, Gervase Markham wrote: > Stephen J. Gowdy wrote: > > Perhaps you can start again by posting two different threads with the > > infomration requested for bug reports in teh FAQ a

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Gervase Markham
Stephen J. Gowdy wrote: Perhaps you can start again by posting two different threads with the infomration requested for bug reports in teh FAQ at http://www.linux-usb.org? Did my question (titled "Griffin AirClick USB") have all the information required? Gerv -

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Stephen J. Gowdy
What are those message from? THe card that doesn't work or the hub that doesn't work? Perhaps you can start again by posting two different threads with the infomration requested for bug reports in teh FAQ at http://www.linux-usb.org? On Thu, 20 Oct 2005, Travis H. wrote: > So here is what I have

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Stephen J. Gowdy
On Thu, 20 Oct 2005, Travis H. wrote: > > How did you connect up the panel? > > I plugged the hub/panel into the USB 1.0 connector; it probed, and > said that it wasn't running at full speed (of course), and no devices > plugged into the hub worked. Can you post your log files from doing this? It

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Alan Stern
On Thu, 20 Oct 2005, Travis H. wrote: > I have a Zonet ZUC2400RT controller card described here: > > http://www.newegg.com/Product/Product.asp?Item=N82E16815106004 > http://www.zonetusa.com/DispProduct.asp?ProductID=88 > > I bought it because it said: > > "Compliant with USB 2.0 Spec. > Complia

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Travis H.
So here is what I have: # lsusb Bus 004 Device 001: ID : Bus 003 Device 002: ID 051d:0002 American Power Conversion Back-UPS Pro 500 Bus 003 Device 001: ID : Bus 002 Device 001: ID : Bus 001 Device 003: ID 0409:0058 NEC Corp. HighSpeed Hub Bus 001 Device 001: ID :

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Travis H.
> > However, I tried installing it, and it appears as a bus (I think), but > > "lspci -v" hangs and plugging devices into it doesn't trigger the > > appropriate events. I think I had udevd running but not hotplug; I'll > > check that when I get home. Ooops, I think I meant "lsusb -v", not "lspci

Re: [Linux-usb-users] need help getting USB controller, hub working

2005-10-20 Thread Stephen J. Gowdy
For the card, hanging lspci doesn't sound good. Could it be broken? How did you connect up the panel? On Thu, 20 Oct 2005, Travis H. wrote: > I have a Zonet ZUC2400RT controller card described here: > > http://www.newegg.com/Product/Product.asp?Item=N82E16815106004 > http://www.zonetusa.com/Disp

[Linux-usb-users] need help getting USB controller, hub working

2005-10-19 Thread Travis H.
I have a Zonet ZUC2400RT controller card described here: http://www.newegg.com/Product/Product.asp?Item=N82E16815106004 http://www.zonetusa.com/DispProduct.asp?ProductID=88 I bought it because it said: "Compliant with USB 2.0 Spec. Compliant with OHCI spec for USB Rev. 1.0a." However, I tried i

Re: [Linux-usb-users] need help in getting usb working

2005-09-15 Thread Alan Stern
On Thu, 15 Sep 2005, R Kimber wrote: > I'm running Ubuntu 5.04 with 2.6.10-5-amd64-k8-smp. > > Because I've been having random lockups that seem to go away when I > turn off usb (VIA chipset) in the bios, I have bought a pci usb card > (NEC chip). I assumed that this would have been detected and

Re: [Linux-usb-users] need help in getting usb working

2005-09-15 Thread Stephen J. Gowdy
Did you mount /proc/bus/usb? See the Linux USB Userguide on how to do that if you distribution doesn't to it for you. What is the output of lspci -vvv? On Thu, 15 Sep 2005, R Kimber wrote: > I'm running Ubuntu 5.04 with 2.6.10-5-amd64-k8-smp. > > Because I've been having random lockups that seem

[Linux-usb-users] need help in getting usb working

2005-09-15 Thread R Kimber
I'm running Ubuntu 5.04 with 2.6.10-5-amd64-k8-smp. Because I've been having random lockups that seem to go away when I turn off usb (VIA chipset) in the bios, I have bought a pci usb card (NEC chip). I assumed that this would have been detected and configured at boot up, but I'm obviously missing

[Linux-usb-users] need help

2005-01-06 Thread BETTY STEPP
i have a dig.jv video camera.is there a usb cord where i can have at one end a point that plugs int pc dig.photo j jlip? --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from

Re: [Linux-usb-users] need help

2005-01-06 Thread Stephen J. Gowdy
I don't completely understand the question but I think the answer is no, you cannot plug a device into another device. One end must be a host. On Fri, 7 Jan 2005, BETTY STEPP wrote: > i have a dig.jv video camera.is there a usb cord where i can have at one end > a point that plugs int pc dig.pho

Re: [Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Stephen J. Gowdy
It is in the kernel source. YOu need to rebuild it once you make the change. On Sat, 10 Jul 2004, Leon Goldman wrote: > I am a newbie and my first issue is that I am having difficulty finding > the file unusual_dev.h > Can you guide me? I tried the /proc directory but there is no > /proc/drivers

Re: [Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Leon Goldman
I am a newbie and my first issue is that I am having difficulty finding the file unusual_dev.h Can you guide me? I tried the /proc directory but there is no /proc/drivers and there is no /proc/bus/usb/drivers. Much obliged Stephen J. Gowdy wrote: Try editing the drivers/usb/unusual_dev.h file.

Re: [Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Stephen J. Gowdy
Well spotted, I'm using an FC1 kernel that didn't have that. On Sat, 10 Jul 2004, Alan Stern wrote: > On Sat, 10 Jul 2004, Stephen J. Gowdy wrote: > > > Try editing the drivers/usb/unusual_dev.h file. You'll see an entry there > > like this; > > > > UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, >

Re: [Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Alan Stern
On Sat, 10 Jul 2004, Stephen J. Gowdy wrote: > Try editing the drivers/usb/unusual_dev.h file. You'll see an entry there > like this; > > UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, > "Sony", > "Handycam", > US_SC_SCSI, US_PR_CB, NULL, >

Re: [Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Stephen J. Gowdy
Try editing the drivers/usb/unusual_dev.h file. You'll see an entry there like this; UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, "Sony", "Handycam", US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN | US_FL_MODE_XLATE), Change the 0x031

[Linux-usb-users] Need help with Sony Handycam DCR-HC40; no driver found

2004-07-10 Thread Leon Goldman
I am looking for help in connecting my Sony HandyCam DCR-HC40. When I connect it /var/messages gives: kernel: usb 3-2: new full speed USB device using address 2 perrin usb.agent[3650]: ... no modules for USB product 54c/2e/500 /proc/bus/usb/devices shows:T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01

[Linux-usb-users] Need help starting new USB project

2004-04-28 Thread urqudev
I am about to try to write a device driver , or some similar program interface between a new device (something that doesn't currently exist) user level programs likes those written in Tcl-Tk , or Perl (Trying to stay away from using C if possible). Lets call this thing a R-Camera for lack o

[Linux-usb-users] Need Help work around for usb 2.0 protocol error

2004-03-30 Thread Ulrich Muehlmann
Hi, I do driver development for linux usb devices. Focused on my problem doing heavy bulk in-out transfers using usb 2.0 hi-speed interface. Sometimes my urb does not finnish correctly. It returns protocol error (on linux show as -EPROTO or as value -71). If this error is fired the device will b

[Linux-usb-users] Réf. : RE: [Linux-usb-users] need help with modules.usbmap

2003-12-08 Thread arnaud . quette
> ... > I can think of one possible solution try adding your Magnetic Strip Reader's > vendor Id and Product Id in the black list in "hidcore.c" and build and > install the hid module. > > If you do this your Stripe reader will not be claimed by the HID and you can > access it as a USB device.

RE: [Linux-usb-users] need help with modules.usbmap

2003-12-08 Thread Shiva_Shankar
he hid module. If you do this your Stripe reader will not be claimed by the HID and you can access it as a USB device. regards, shivas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: [Linux-usb-use

[Linux-usb-users] need help with modules.usbmap

2003-12-08 Thread Joel L. Breazeale
Folks, [At least I think I need help with modules.usbmap... 8-)] I have a APC Back-UPS with a vendor/product ID of 0x051d/0x0002. I have a magnetic stripe reader with a vendor/product ID of 0x0801/0x0002. The UPS is a HID device, of that I am sure. The magstripe reader is a raw device (it is

[Linux-usb-users] Need help using usb microphone

2003-10-28 Thread Mustafa Jamil
Hello. I am trying to use a usb microphone with my linux system, and failing. I cannot record sound from it. Please help (you can e-mail me directly at [EMAIL PROTECTED])! Machine: Dell Precision 650 Dual-processor Xeon 2.4Ghz Intel 810 chipset Distribution: RH 8.0 Kernel: 2.4.20-19.8smp Mi

[Linux-usb-users] Need help with USB 2.0 Video Camera Support

2003-08-14 Thread Les LaZar
Hi All, Can anyone please point me to a USB 2.0 Video Camera (such as the ADSTech USB Turbo 2.0 Webcam) that has Linux driver support (video 4 linux or video 4 linux 2)? TIA, Les --- This SF.Net email sponsored by: Free pre-built ASP.NET si

Re: [Linux-usb-users] need help

2003-06-29 Thread Steve Bangert
On Sun, 2003-06-29 at 11:46, Sailasuta, Pom (MED) wrote: > Hello, > > I am in the process of dual booting my labtop PC between window2000 and > linux and the application > that I need for the linux is quite big (ca. 10GB) , I would like to boot > linux on my pc harddrive > and the application will

[Linux-usb-users] need help

2003-06-29 Thread Sailasuta, Pom (MED)
Hello, I am in the process of dual booting my labtop PC between window2000 and linux and the application that I need for the linux is quite big (ca. 10GB) , I would like to boot linux on my pc harddrive and the application will be on the external disk drive via the usb port. Two questions: which

Re: [Linux-usb-users] Need help with mouse problem

2003-01-21 Thread Simon M. Arthur
Hi, On Mon, Jan 20, 2003 at 11:37:51PM -0500, Simon M. Arthur wrote: I have a Kensington USB mouse and a parallel port printer. Every time I try to print, the light on my mouse goes out and it no longer responds. Just a wild guess: You use the same interrupt for ohci/uhci and the parport? Ch

Re: [Linux-usb-users] Need help with mouse problem

2003-01-21 Thread Simon M. Arthur
Ged Haywood wrote: I don't know if it has anything to do with your problem, but I don't like that last message. It looks like your kernel/modules might not be set up properly. Did you follow the instructions carefully when you built the kernel? Have you used 'depmod'? 73, Ged. No, I did not

Re: [Linux-usb-users] Need help with mouse problem

2003-01-21 Thread Henning Meier-Geinitz
Hi, On Mon, Jan 20, 2003 at 11:37:51PM -0500, Simon M. Arthur wrote: > I have a Kensington USB mouse and a parallel port printer. > > Every time I try to print, the light on my mouse goes out and it no > longer responds. Just a wild guess: You use the same interrupt for ohci/uhci and the parpor

Re: [Linux-usb-users] Need help with mouse problem

2003-01-21 Thread Ged Haywood
Hi there, On Mon, 20 Jan 2003, Simon M. Arthur wrote: > I have a Kensington USB mouse and a parallel port printer. > Every time I try to print, the light on my mouse goes out and it no > longer responds. > > Some relevant information: > > [root@blossom chroma]# uname -a > Linux blossom 2.4.20

[Linux-usb-users] Need help with mouse problem

2003-01-20 Thread Simon M. Arthur
I have a Kensington USB mouse and a parallel port printer. Every time I try to print, the light on my mouse goes out and it no longer responds. Some relevant information: [root@blossom chroma]# uname -a Linux blossom 2.4.20 #2 Sat Jan 18 03:56:55 EST 2003 i686 unknown As I am about to print: [

Re: [Linux-usb-users] Need Help

2002-07-08 Thread Scott Moser
You're not likely to get someone to give you step by step instructions, people are going to expect you to read some. in my build of gphoto2 from cvs ~10 days ago, I don't (via 'gphoto2 --list-cameras' ) see a FujiFilm 201 listed. So I don't know that your model is supported by gphoto, but I'm

Re: [Linux-usb-users] Need Help

2002-07-08 Thread Shalendra Chhabra
On Mon, 8 Jul 2002, Jon Wyatt wrote: > > > > >From: "Stephen J. Gowdy" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Shalendra Chhabra <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: [Linux-usb-users] Need Help &

Re: [Linux-usb-users] Need Help

2002-07-08 Thread Jon Wyatt
>From: "Stephen J. Gowdy" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Shalendra Chhabra <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [Linux-usb-users] Need Help >Date: Mon, 8 Jul 2002 09:48:21 -0700 (PDT) > >Try reading the

Re: [Linux-usb-users] Need Help

2002-07-08 Thread Stephen J. Gowdy
Try reading the USB User Guide at http://www.linux-usb.org or look at using gphoto, http://www.gphoto.org. On Mon, 8 Jul 2002, Shalendra Chhabra wrote: > Hi I want to extract photos from My Digital Camera > How do I do it using Linux Support > Thanks > Shalendra > --

[Linux-usb-users] Need Help

2002-07-08 Thread Shalendra Chhabra
Hi I want to extract photos from My Digital Camera How do I do it using Linux Support Thanks Shalendra - Linux- If you hate Microsoft FreeBSD -If you love Unix | / \ |Shalendra Chhabra // \\ \_\\

[Linux-usb-users] Need Help

2002-04-18 Thread Hamza kabsa
Hi Brother: Sorry brother i am from the UAE and i have a small question? I am using "RedHat Linux 7.0" and i don't know How To connect my "SpeedStream 4060 ADSL" to my Linux to connect to the internet If you Can Help me It Will Be A Very big FAVORITE From your Side. By the way you can c

[Linux-usb-users] Need help with USB on a Sony Vaio FX220

2002-01-07 Thread Jan Slupski
Chris Woodruff wrote: > I need some help. After a number days trying to get my usb controllers > working correctly, I am a bit frustrated. I am trying to install Red > Hat 7.1 on this Sony Vaio FX220. The usb controllers (2) are: I havent seen solution of this problem published here. I've

[Linux-usb-users] Need help with USB on a Sony Vaio FX220

2001-12-13 Thread root
I need some help. After a number days trying to get my usb controllers working correctly, I am a bit frustrated. I am trying to install Red Hat 7.1 on this Sony Vaio FX220. The usb controllers (2) are: intel 8280 1BA/BAM USB Controllers - 2442 intel 8280 1BA/BAM USB Controllers - 2444 This is

Re: [Linux-usb-users] Need help getting my HP CD burner to work

2001-11-27 Thread Brad Hards
Mike Keithley wrote: > > On Mon, 26 Nov 2001, Brad Hards wrote: > > -The exact option is from this line in linux/drivers/usb/Config.in: > - dep_mbool 'HP CD-Writer 82xx support' CONFIG_USB_STORAGE_HP8200e > -$CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL > That line is there in drivers/usb/Confi

Re: [Linux-usb-users] Need help getting my HP CD burner to work

2001-11-26 Thread Mike Keithley
On Mon, 26 Nov 2001, Brad Hards wrote: -The exact option is from this line in linux/drivers/usb/Config.in: - dep_mbool 'HP CD-Writer 82xx support' CONFIG_USB_STORAGE_HP8200e -$CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL That line is there in drivers/usb/Config.in exactly as you said. So wher

Re: [Linux-usb-users] Need help getting my HP CD burner to work

2001-11-25 Thread Brad Hards
Mike Keithley wrote: > > Thanks for the reply. > > On Sun, 25 Nov 2001, Brad Hards wrote: > > -The HP8200e (and presumably your F model) needs a special driver. I don't know > -if was fully incorporated in 2.4.5, and recommend that you upgrade to a later > -kernel. You need to turn the special

Re: [Linux-usb-users] Need help getting my HP CD burner to work

2001-11-25 Thread Mike Keithley
Thanks for the reply. On Sun, 25 Nov 2001, Brad Hards wrote: -The HP8200e (and presumably your F model) needs a special driver. I don't know -if was fully incorporated in 2.4.5, and recommend that you upgrade to a later -kernel. You need to turn the special 8200E option under the mass storage

Re: [Linux-usb-users] Need help getting my HP CD burner to work

2001-11-25 Thread Brad Hards
Mike Keithley wrote: > > Hi > > I have an HP 8200F CD burner I'm trying to get working on Linux. I'm > using Slackware 8 with a 2.4.5 test kernel. I've built in the controler > and mass storage with /proc/bus/usbdvfs mounted. > > The USB controler seems to be set up ok and the CD > burner is

[Linux-usb-users] need help

2001-11-10 Thread ShenRong
hello, I am writing the firmware for an ARM-based development board (CX82100 from Conexant System Inc.), and it has a usb slave port. I can't tell which chip it uses since lacking of info, and I only know it uses the chip from Sand Microelectronic Inc., which seems disappered. My host sys