Pen drive does not work with PCI2USB card.

2003-06-14 Thread Eugene Savin
Hi,
I have USB 2.0 PCI Card GMU2P-04V, pen drive (Mobile Disk III from TwinMOS),
FreeBSD 4.8.

Part of my kernel conf. file:
  ...
  device  scbus   # SCSI bus (required)
  device  da  # Direct Access (disks)
  device  da0
  device  pass# Passthrough device (direct SCSI access)
  ...
  device  uhci# UHCI PCI-USB interface
  device  ohci# OHCI PCI-USB interface
  device  usb # USB Bus (required)
  device  ugen# Generic
Part of dmesg:
  ...
  uhci0: VIA 83C572 USB controller port 0x6400-0x641f irq 12 at device 11.0 on
  usb0: VIA 83C572 USB controller on uhci0
  usb0: USB revision 1.0
  uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
  uhub0: 2 ports with 2 removable, self powered
  uhci1: VIA 83C572 USB controller port 0x6500-0x651f irq 11 at device 11.1 on
  ...
  usb1: VIA 83C572 USB controller on uhci1
  usb1: USB revision 1.0
  uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
  uhub1: 2 ports with 2 removable, self powered
  pci0: USB controller at 11.2 irq 10
  ...

I have usbd_enable=YES in /etc/rc.conf.
Inserting of my pen drive in card does not get any effect.
When I use my pen drive on othe computer (with integrated USB Host Controller),
usbd detect da0 disk.

Eugene Savin.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Pen drive does not work with PCI2USB card.

2003-06-14 Thread Bernd Walter
On Sat, Jun 14, 2003 at 11:23:20AM +0400, Eugene Savin wrote:
 Hi,
 I have USB 2.0 PCI Card GMU2P-04V, pen drive (Mobile Disk III from TwinMOS),
 FreeBSD 4.8.
 
 Part of my kernel conf. file:
   ...
   device  scbus   # SCSI bus (required)
   device  da  # Direct Access (disks)
   device  da0
   device  pass# Passthrough device (direct SCSI access)
   ...
   device  uhci# UHCI PCI-USB interface
   device  ohci# OHCI PCI-USB interface
   device  usb # USB Bus (required)
   device  ugen# Generic
 Part of dmesg:
   ...
   uhci0: VIA 83C572 USB controller port 0x6400-0x641f irq 12 at device 11.0 on
   usb0: VIA 83C572 USB controller on uhci0
   usb0: USB revision 1.0
   uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
   uhub0: 2 ports with 2 removable, self powered
   uhci1: VIA 83C572 USB controller port 0x6500-0x651f irq 11 at device 11.1 on
   ...
   usb1: VIA 83C572 USB controller on uhci1
   usb1: USB revision 1.0
   uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
   uhub1: 2 ports with 2 removable, self powered
   pci0: USB controller at 11.2 irq 10
   ...
 
 I have usbd_enable=YES in /etc/rc.conf.
 Inserting of my pen drive in card does not get any effect.
 When I use my pen drive on othe computer (with integrated USB Host Controller),
 usbd detect da0 disk.

Does it make a difference if the device is already plugged in while
booting?

-- 
B.Walter   BWCThttp://www.bwct.de
[EMAIL PROTECTED]  [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Pen drive does not work with PCI2USB card.

2003-06-14 Thread Eugene Savin
On Sat, Jun 14, 2003 at 10:11:12AM +0200, Bernd Walter wrote:
 On Sat, Jun 14, 2003 at 11:23:20AM +0400, Eugene Savin wrote:
  Hi,
  I have USB 2.0 PCI Card GMU2P-04V, pen drive (Mobile Disk III from TwinMOS
  FreeBSD 4.8.
 
  Part of my kernel conf. file:
...
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  da0
device  pass# Passthrough device (direct SCSI access)
...
device  uhci# UHCI PCI-USB interface
device  ohci# OHCI PCI-USB interface
device  usb # USB Bus (required)
device  ugen# Generic
  Part of dmesg:
...
uhci0: VIA 83C572 USB controller port 0x6400-0x641f irq 12 at device 11.
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0x6500-0x651f irq 11 at device 11.
...
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: USB controller at 11.2 irq 10
...
 
  I have usbd_enable=YES in /etc/rc.conf.
  Inserting of my pen drive in card does not get any effect.
  When I use my pen drive on othe computer (with integrated USB Host Controlle
  usbd detect da0 disk.

 Does it make a difference if the device is already plugged in while
 booting?
No, it doesn't.
When I use pen drive in other machines with embeded USB host controller, I
have in my dmessg:
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Easy Disk 1.11 Removable Direct Access SCSI-2 device
da0: 650KB/s transfers
da0: 251MB (515840 512 byte sectors: 64H 32S/T 251C)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]