Subject: AW: Still problems getting USB to work
To: None <port-cobalt@NetBSD.org>
From: Andreas Fuchs <fox@tcnet.ch>
List: port-cobalt
Date: 02/18/2004 23:11:36
one step further!
after running: sh /dev/MAKEDEV scsibus
i get now this:

Feb 18 22:13:05 qube /netbsd: ehci0: handing over full speed device on port
4 to ohci1
Feb 18 22:13:05 qube /netbsd: uhub2: port 4, device disappeared after reset
Feb 18 22:13:06 qube /netbsd: umass0 at uhub1 port 2 configuration 1
interface 0
Feb 18 22:13:06 qube /netbsd: umass0: EasyDisk EasyDisc, rev 1.10/1.00, addr
2
Feb 18 22:13:06 qube /netbsd: umass0: using SCSI over Bulk-Only
Feb 18 22:13:06 qube /netbsd: scsibus0 at umass0: 2 targets, 1 lun per
target
Feb 18 22:13:06 qube /netbsd: sd0 at scsibus0 target 0 lun 0: <3SYSTEM, USB
FLASH DISK, 1.00> disk removable
Feb 18 22:13:06 qube /netbsd: sd0: fabricating a geometry
Feb 18 22:13:06 qube /netbsd: sd0: 32000 KB, 31 cyl, 64 head, 32 sec, 512
bytes/sect x 64000 sectors

looks good, but i think i forgot to compile msdos support into the kernel.
the qube is compiling right now. any idea how to find out which sd0 i have
to mount then (sd0a, sd0b...)

cheers,

Andreas

-----Ursprungliche Nachricht-----
Von: port-cobalt-owner@NetBSD.org
[mailto:port-cobalt-owner@NetBSD.org]Im Auftrag von Lennart Augustsson
Gesendet: Mittwoch, 18. Februar 2004 13:46
An: Andreas Fuchs
Cc: port-cobalt@NetBSD.org
Betreff: Re: Still problems getting USB to work


The "no buffer memory" means the driver didn't manage to allocate 64k
physically contigous memory, so it won't work. :(

	-- Lennart

Andreas Fuchs wrote:
> Hi
>
> Thanks to KIYOHARA Takashi i have my Adaptec PCI USB card now up and
> running.
>
> When i connect a USB memory in one of the ports i get the following
messages
> in the console:
>
>
> Feb 18 11:49:12 qube /netbsd: ehci0: handing over full speed device on
port
> 4 to ohci1
> Feb 18 11:49:12 qube /netbsd: uhub2: port 4, device disappeared after
reset
> Feb 18 11:49:13 qube /netbsd: umass0 at uhub1 port 2 configuration 1
> interface 0
> Feb 18 11:49:13 qube /netbsd: umass0: EasyDisk EasyDisc, rev 1.10/1.00,
addr
> 2
> Feb 18 11:49:13 qube /netbsd: umass0: using SCSI over Bulk-Only
> Feb 18 11:49:13 qube /netbsd: umass0: no buffer memory
>
> but nothing more then. i think it should appear as a sd? device.
>
> my other problem which might be related is that i have stille no usb
devices
> in /dev, if i try
>
> cd /dev
> sh MAKEDEV usbs
>
> i get:
>
> MAKEDEV: usb: unknown device
> MAKEDEV: usb0: unknown device
> MAKEDEV: usb1: unknown device
> MAKEDEV: usb2: unknown device
> MAKEDEV: usb3: unknown device
> MAKEDEV: usb4: unknown device
> MAKEDEV: usb5: unknown device
> MAKEDEV: usb6: unknown device
> MAKEDEV: usb7: unknown device
> MAKEDEV: uhid0: unknown device
> MAKEDEV: uhid1: unknown device
> MAKEDEV: uhid2: unknown device
> MAKEDEV: uhid3: unknown device
> MAKEDEV: ulpt0: unknown device
> MAKEDEV: ulpt1: unknown device
> MAKEDEV: ttyU0: unknown device
> MAKEDEV: ttyU1: unknown device
> MAKEDEV: urio0: unknown device
> MAKEDEV: uscanner0: unknown device
> MAKEDEV: uscanner1: unknown device
> MAKEDEV: ugen0: unknown device
>
> do i have a wrong MAKEDEV? if yes where to get the right one ?
>
> cheers
>
> Andreas
>
>