Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2011 22:44:05 +0200
From:      Zahemszky =?ISO-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU>
To:        freebsd-usb@freebsd.org, hselasky@FreeBSD.org
Subject:   FreeBSD and unidentified iPod Touch
Message-ID:  <20110908224405.4fcaf8ab@Picasso.Zahemszky.HU>

next in thread | raw e-mail | index | archive | help
Hi!

My son has got an iPod Touch (3rd generation, 8GB). We van use iTunes
on Windows, bu we cannot reach it on FreeBSD 8.2R, amd64. When we connect i=
t, we
got the following output:

Sep  8 22:22:29 Picasso root: Unknown USB device: vendor 0x05ac product 0x1=
293 bus uhub2
Sep  8 22:22:29 Picasso kernel: ugen2.2: <Apple Inc.> at usbus2

# usbconfig
...
ugen2.2: <iPod Apple Inc.> at usbus2, cfg=3D0 md=3DHOST spd=3DHIGH (480Mbps=
) pwr=3DON

# usbconfig -d ugen2.2 dump_device_desc
ugen2.2: <iPod Apple Inc.> at usbus2, cfg=3D0 md=3DHOST spd=3DHIGH (480Mbps=
) pwr=3DON

  bLength =3D 0x0012=20
  bDescriptorType =3D 0x0001=20
  bcdUSB =3D 0x0200=20
  bDeviceClass =3D 0x0000=20
  bDeviceSubClass =3D 0x0000=20
  bDeviceProtocol =3D 0x0000=20
  bMaxPacketSize0 =3D 0x0040=20
  idVendor =3D 0x05ac=20
  idProduct =3D 0x1293=20
  bcdDevice =3D 0x0001=20
  iManufacturer =3D 0x0001  <Apple Inc.>
  iProduct =3D 0x0002  <iPod>
  iSerialNumber =3D 0x0003  <63160800ecbe33eb705dd1291c8a0f78547ea5b3>
  bNumConfigurations =3D 0x0003=20

Is it possible to use some of the usb_quirks, or something other to see tha=
t machine az an umass device?

By the way, I didn't find the identification information of that machine, i=
n /usr/src/sys/dev/usb/usbdevs on my 8.2 machine.
Vendor ID: 0x05ac
Product ID: 0x1293
It's model: MC086BT
OS Version: 4.2.1(8C148)

Thanks,

G=E1bor Zahemszky < Gabor at Zahemszky dot HU >

--=20
#!/bin/ksh
#
# See my GPG key at http://www.Zahemszky.HU
#
Z=3D'21N16I25C25E30, 40M30E33E25T15U!';
IFS=3D' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';
set -- $Z;for i;{ [[ $i =3D ? ]]&&print $i&&break;
[[ $i =3D ??? ]]&&j=3D$i&&i=3D${i%?};
typeset -i40 i=3D8#$i;print -n ${i#???};
[[ "$j" =3D ??? ]]&&print -n "${j#??} "&&j=3D;typeset +i i;};
IFS=3D' 0123456789 ';set -- $Z;for i;{ [[ $i =3D , ]]&&i=3D2;
[[ $i =3D ?? ]]||typeset -l i;j=3D"$j $i";typeset +l i;};print "$j"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110908224405.4fcaf8ab>