Error » Operating systems Error!! » Linux and Unix Error ! » USB device not accepting address

Linux and Unix Error ! Redhat,suse,centos,mandrake,Free BSD,Sun

Post New Thread Reply
  USB device not accepting address
LinkBack Thread Tools Display Modes
Old 29-Nov-2007, 01:42 AM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,702
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default USB device not accepting address

Hi, I have a problem. Here are my OS details:

OS: Redhat Linux version 9
Kernel: 2.4.20-8

Problem:

I am currently a student and was tasked a "JTAG PROGRAMMING ACCELERATOR FOR USB LINK" project. The language of choice was C.

I was given a FTDI device using the FT245BM chip. I went to "www.intra2net.com/de/produkte/opensource/ftdi/" to download the libftdi driver and "libusb.sourceforge.net/ " to download the libusb driver. After the usual ./configure, make, make install. I was able to compile all programs that used the 'ftdi.h' or 'usb.h' header files. Everything seemed to be fine, until I plugged in the FTDI device via a USB cable.

Somehow, the particular device could not be found/detected. After the command 'dmesg' was typed, this was what was printed on the screen:

=====================================================================================
hub.c: new USB device 00:1d.1-1, assigned address 4
usb-uhci.c: interrupt, status 2, frame# 1208
usb.c: USB device not accepting new address=4 (error=-110)
hub.c: new USB device 00:1d.1-1, assigned address 5
usb.c: USB device not accepting new address=5 (error=-110)
=====================================================================================

I tried all the USB ports on my computer and still this was the message that I received.

My professor suggested that I check /etc/hotplug/usb.handmap or /etc/hotplug/usb.usermap.

Can you guys please help me? I am a novice Linux user and just learned using it about 3 weeks back. I really need to get this device detected as soon as possible for me to get this project going.

If there is any information that you guys need pls let me know and probably tell me where I can get this information that you need (remember, I am a beginner linux user).


------------------


Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Old 29-Nov-2007, 01:42 AM   #2 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,702
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Re: USB device not accepting address

soln
As far as I know, the -110 error can be caused by a faulty USB device. On some cases, disconnection, on some others, controller or driver. I would recommend you'd try to connect the device to some other USB enabled system, or try using live CD for the task (such as KNOPPIX, for example) - just for the test.

My bet, since you have changed the ports, is that the device itself is faulty.


------------------


Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 02:54 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227