Author Topic: USB device 4 is not claimed by any active driver  (Read 5200 times)

evowan

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« on: March 18, 2004, 09:37:10 am »
Hi,

I\'m using Mandrake 9.2 and trying to connect my Z to it using the USB. Now it works under WinXP, so I doubt if there are any hardware faults as such.

When I plug in the Z via USB, I can see this from my /var/log/messages

Mar 18 14:27:36 mylinux kernel: hub.c: new USB device 00:07.2-2, assigned address 4
Mar 18 14:27:36 mylinux kernel: usb.c: USB device 4 (vend/prod 0x4dd/0x9031) is not claimed by any active driver.
Mar 18 14:27:40 mylinux /etc/hotplug/usb.agent: Setup acm for USB product 4dd/9031/0

Can anyone tell me what I\'ve missed doing?

evowan

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #1 on: March 18, 2004, 01:24:51 pm »
Ah, got it working now, best link to help me with this was -

http://twiki.org/cgi-bin/view/Wikilearn/Za...ork_through_USB

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #2 on: March 19, 2004, 01:26:46 pm »
evowan,  lucky you are, i still don\'t understand anything of this.

I insmod the usbnet.o module but still unable to connect  :x  .

I\'m a newbie so i did\'nt understand what i had to do with the diff part but i think it was just some info, was it?

evowan

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #3 on: March 20, 2004, 05:46:14 pm »
Quote
evowan,  lucky you are, i still don\'t understand anything of this.

I insmod the usbnet.o module but still unable to connect  :x  .

I\'m a newbie so i did\'nt understand what i had to do with the diff part but i think it was just some info, was it?
I\'m not sure if it\'s required, but I changed my /lib/modules/`uname -r`/modules.usbmap as shown by the instructions at http://www.ruault.com/Zaurus/ethernet-over...-usb-howto.html but instead of where is says 0x8004 (which is the product ID for SL5500), I used 0x9031 which is the product ID for SL-C860.

What Z model are you using?

As root, use \"tail -f /var/log/messages\" and post what you see when you plug your Z in.

As for the diff, it\'s a command programmers can used to see what the difference between files are and helps in applying new code to old code, so to speak.

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #4 on: March 21, 2004, 11:08:25 am »
evowan, here is my tail -f /var/log/messages:


Mar 22 20:54:59 localhost kernel: hub.c: new USB device 00:07.2-2, assigned address 6
Mar 22 20:54:59 localhost kernel: usb.c: USB device 6 (vend/prod 0x4dd/0x9031) is not claimed by any active driver.
Mar 22 20:55:02 localhost /etc/hotplug/usb.agent: Setup acm for USB product 4dd/9031/0

Still no usb0 interface in ifconfig  

My Zaurus model is a c750, so i didn\'t change the modules.usbmap file as i didn\'t know the product ID.

Thanks for the info about the diff
 :wink:

Do you think it might come from my kernel version (2.4.22-28)???
What is yours?

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #5 on: March 21, 2004, 11:09:45 am »
sorry, it\'s a 2.4.22-28 kernel version :roll:

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #6 on: March 23, 2004, 05:55:36 pm »
Quote
Mar 22 20:55:02 localhost /etc/hotplug/usb.agent: Setup acm for USB product 4dd/9031/0

I know on SuSE 9 I have to disable \'acm\' in the hotplug blacklist file.

Dunno about yours I\'m afraid.
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
USB device 4 is not claimed by any active driver
« Reply #7 on: March 24, 2004, 05:24:19 am »
Quote
My Zaurus model is a c750, so i didn\'t change the modules.usbmap file as i didn\'t know the product ID.

You will have to though I\'d guess.

Quote
Mar 18 14:27:36 mylinux kernel: usb.c: USB device 4 (vend/prod 0x4dd/0x9031) is not claimed by any active driver.

0x4dd/0x9031 is the code which the Z is reporting. I\'m not sure which way round they should go, but I\'d try plugging these in as documented in the instructions for the other machines.


Si

P.S. If you look at my sig and wonder why I\'m not actually sure - I\'ve not got round to doing this yet.
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

evowan

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #8 on: March 31, 2004, 10:21:54 am »
Quote
sorry, it\'s a 2.4.22-28 kernel version :roll:

I \'think\' my kernel source is the same... thing is, my machine has bombed out on me, and I haven\'t been able to boot linux (desktop) for a while now. I assume you\'ve typed \'ifconfig\', and seen no usb0... though have you actually tried to bring the device up... \"ifconfig usb0 up\".

And also as someone else mentioned, I blacklisted the acm module from being loaded too.

ClintReese

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #9 on: March 31, 2004, 11:37:53 am »
Quote
sorry, it\'s a 2.4.22-28 kernel version :roll:

Alan,

This may be a terribly uninformative post, but if you are desperate, you may read on if you wish.

I don\'t know if you are desperate enough to try another OS, but someone from this group showed me one fast way to get connectivity working on the Z-SL-5600.  I installed RH9, and then installed an appropriate kernel uprgrade package from:

http://ccrma-www.stanford.edu/planetccrma/...tem.html#kernel

The resulting system pings the Z-SL-5600. Kernel versions ]= 2.4.21 are supposed to be able to do that anyway, though, if they are compiled to do so, so your kernel sounds as if it may already have that capability.  Also, I don\'t know about the c750, since mine is a 5600.

I also got telnet and ftp working, with help.  I\'m still working on getting the QT compiler set up right again, though.

Anyway, that\'s the end of my rambilngs about my similar struggle to get my PC talking to my Z in meaningful ways.  I hope you succeed.

Clint Reese
Clint Reese
C.H.E.I.F. - Cyborgs Having & Encouraging Individual Freedom
http://books.lulu.com/content/70176
Yahoo ID: justphilanthrope

w14

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #10 on: March 31, 2004, 02:16:33 pm »
I couldn\'t get this to work either.

Today, I downloaded the source to 2.4.25 and it worked no probs. Now if I can only get X to start (graphics card driver), I\'ll be happy as a pig in ...

Mike.
sl-c3100
pdaxrom 1.1.0 beta1

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #11 on: April 04, 2004, 03:39:47 pm »
got it work!

i HAVE a usb0 interface!!! That is the great point.

Now the BAAAAAAAAAAAAAAAAAAD point is: I JUST CAN\'T PING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp
pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaase...

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
USB device 4 is not claimed by any active driver
« Reply #12 on: April 04, 2004, 03:49:36 pm »
type on host
 ifconfig

that must give you like with IP 192.168.129.1

usb0      Link encap:Ethernet  HWaddr E6:D7:A1:00:B8:9D
          inet addr:192.168.129.1  Bcast:192.168.129.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0   TX bytes:0 (0.0

on Z  with IP 192.168.129.201:
usbd0     Link encap:Ethernet  HWaddr 40:00:01:00:00:01
          inet addr:192.168.129.201  Bcast:192.168.129.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0   TX bytes:0 (0.0

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
USB device 4 is not claimed by any active driver
« Reply #13 on: April 07, 2004, 03:47:30 am »
hi!

both ifconfig on the mdk and on the z match with what Sashz indicates.

Yet, a ping to 192.168.129.201 gives

[root@localhost alan]# ping 192.168.129.201
PING 192.168.129.201 (192.168.129.201) 56(84) bytes of data.
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
From 192.168.129.1 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=3 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=4 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=5 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=6 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=7 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=8 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 192.168.129.1 icmp_seq=9 Destination Host Unreachable
ping: sendmsg: Operation not permitted


and it keeps going on and on and on...

i\'m beginnig to be really FED UP with all of this...

i wanted to hav a linux experience since a long time ago but i thought i just wouldn\'t be able to learn a very different OS.

And then i discovered the Zaurus : a powerfull pda with an integrated keyboard. It seemed perfect to me as i wanted something to take notes during my lessons at University (i\'m a very slow left handed writer...). This was the occasion for trying Linux, and i installed Mandrake 9.2. I think i did a good choice.

But i\'m very disapointed that a linux based pda works with less pb under windows than under linux... I don\'t understand this point but i am aware that being a pathetic newbie is part of my troubles, and that is why i really want to thank all of the ZUG members who have tried to help me until now.

Thanks again.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
USB device 4 is not claimed by any active driver
« Reply #14 on: April 07, 2004, 07:13:25 am »
Have you checked that your firewalls allow pings?
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva