Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2004 10:54:43 +0300 (MSK)
From:      Alexey Zakirov <frank@unshadow.net>
To:        =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <jspedron@club-internet.fr>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: -stable, uhci and the iRiver H320.
Message-ID:  <20041230104900.X7860@hellbell.bm.in-line.local>
In-Reply-To: <41D3AD9B.4050006@club-internet.fr>
References:  <20041226145129.7a44f314.BSD-Mail@nyc.rr.com> <41D3AD9B.4050006@club-internet.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Dec 2004, [ISO-8859-1] Jean-S?bastien P?dron wrote:

> > I am now looking into purchasing an iRiver H320 player.  There was not a lot
> > of information turning up on Google in regard to people being successful, or
> > not, with this device under either Linux or FreeBSD, so I am now turning to
> > this list in hopes of finding a firsthand experience with this device under
> > FreeBSD.
> >
> > If anyone can indeed confirm proper function under FreeBSD, it would be most
> > appreciated.
>
> I have an iRiver H340 and it works well under Linux (USB 2.0). Under
> FreeBSD, umass(4) has some issues and the player doesn't work currently
> (tested with FreeBSD 5-STABLE and 6-CURRENT) but I'm sure it's just a
> matter of time :-)

Works for me ;)

frank@hellbell:~$ uname -a
FreeBSD hellbell.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu
Nov 25 13:52:49 MSK 2004 root@hellbell.local:/usr/src/sys/i386/compile/HELLBELL  i386

uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xd800-0xd81f irq
9 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0xd000-0xd01f irq
11 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0xd400-0xd41f irq
11 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdc000000-0xdc0003ff irq
11 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
ehci_pci_attach: companion usb2
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <EHCI (generic) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered

Attach player:
dmesg:

ehci_idone: need toggle update status=80028d40 nstatus=80008c80
umass0: iRiver iRiver H300 Series, rev 2.00/1.00, addr 2
ehci_idone: need toggle update status=80028d40 nstatus=80008c80
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <TOSHIBA MK4004GAH JC00> Fixed Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 38147MB (78126048 512 byte sectors: 255H 63S/T 4863C)

frank@hellbell:~$ dd if=/dev/da0s1 of=/dev/null bs=1024k count=16
16+0 records in
16+0 records out
16777216 bytes transferred in 2.167703 secs (7739629 bytes/sec)

frank@hellbell:~$ less /sys/i386/conf/HELLBELL
....
# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          ehci
device          usb             # USB Bus (required)
#device         udbp            # USB Double Bulk Pipe devices
device          ugen            # Generic
device          umass           # Disks/Mass storage - Requires scbus and
da
device          ums             # Mouse
....

*** WBR, Alexey Zakirov (frank@unshadow.net)



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