Re: USB Devices not appearing in /dev

2005-12-06 Thread Jonathan Chen
On Mon, Dec 05, 2005 at 09:12:44PM +0100, Ronald Klop wrote:
 On Mon, 05 Dec 2005 07:04:24 +0100, Igor Robul [EMAIL PROTECTED] wrote:
 
 On Sun, Dec 04, 2005 at 12:59:14AM +1300, Jonathan Chen wrote:
 However, if I look in /dev, I only see the generic usb[0-3] devices.
 When I used to run 5.4-STABLE, the device entries did appear in /dev.
 I have a similar problem with Palm devices and ucom0 not appearing.
 In many cases, you need press Sync button on cable to make ucom
 appear.
 
 I think he needs /dev/cuaU0 as mentioned in the FILES section of 'man  
 ucom'.

Bingo! I did not realise that the behaviour had changed from 5-STABLE.
My bad. Thank you again for solving this problem for me.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  Opportunities are seldom labeled
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Devices not appearing in /dev

2005-12-05 Thread Ronald Klop

On Mon, 05 Dec 2005 07:04:24 +0100, Igor Robul [EMAIL PROTECTED] wrote:


On Sun, Dec 04, 2005 at 12:59:14AM +1300, Jonathan Chen wrote:

However, if I look in /dev, I only see the generic usb[0-3] devices.
When I used to run 5.4-STABLE, the device entries did appear in /dev.
I have a similar problem with Palm devices and ucom0 not appearing.

In many cases, you need press Sync button on cable to make ucom
appear.


I think he needs /dev/cuaU0 as mentioned in the FILES section of 'man  
ucom'.


--
 Ronald Klop
 Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Devices not appearing in /dev

2005-12-04 Thread Igor Robul
On Sun, Dec 04, 2005 at 12:59:14AM +1300, Jonathan Chen wrote:
 However, if I look in /dev, I only see the generic usb[0-3] devices.
 When I used to run 5.4-STABLE, the device entries did appear in /dev.
 I have a similar problem with Palm devices and ucom0 not appearing.
In many cases, you need press Sync button on cable to make ucom
appear.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Devices not appearing in /dev

2005-12-03 Thread Ronald Klop

On Sat, 03 Dec 2005 12:59:14 +0100, Jonathan Chen [EMAIL PROTECTED] wrote:


Hi,

I'm running 6.0-STABLE, and I'm encountering some difficulties with
USB devices not appearing in /dev. When I plug in a USB Bluetooth
dongle, the console responds with:

ubt0: SiW SiW, rev 1.10/15.00, addr 2
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3;  
wMaxPacketSize=49; nframes=6, buffer size=294


However, if I look in /dev, I only see the generic usb[0-3] devices.
When I used to run 5.4-STABLE, the device entries did appear in /dev.
I have a similar problem with Palm devices and ucom0 not appearing.

What am I missing?


For ubt* this is normal behaviour. Ubt0 is a netgraph 'device'. Do 'ngctl  
list' as root and you will see it.

For more info use the [EMAIL PROTECTED] list.
I don't have experience with ucom*.

Ronald.

--
 Ronald Klop
 Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]