USB to Serial - Prolific Adapter

2009-03-25 Thread Bruce Anthony Grobler
Hi Everyone,

I just tried my usb to serial adapter on FreeBSD 7.1 (GENERIC), now
here's is my problem :

dmesg:


 ugen1: vendor 0x4348 product 0x5523, class 255/0, rev 1.10/2.50, addr 2 on 
 uhub0

 
/var/log/messages:


 Mar 25 19:26:29 valhalla root: Unknown USB device: vendor 0x4348 product 
 0x5523 bus uhub0
 Mar 25 19:26:29 valhalla kernel: ugen1: vendor 0x4348 product 0x5523, class 
 255/0, rev 1.10/2.50, addr 2 on uhub0


Now I'm pretty sure it's a Prolific 2303, as it works with the windows driver 
for the pl2303, I looked in the kernel config
and there is a prolific 2303 module and it is being loaded. I can't tell you 
much about it as I found it lying around, its a 
little black box about the size of a match box with no writing on it at all.  

Please if anyone can help your assistance will be most appreciated.

Regards,

Bruce Grobler
Network Engineer
Yo!Africa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USB to Serial - Prolific Adapter

2009-03-25 Thread Bruce Anthony Grobler
Ok does anybody know what this device might require to work?


On Wed, 2009-03-25 at 11:40 -0600, Tim Judd wrote:

 On Wed, Mar 25, 2009 at 11:31 AM, Bruce Anthony Grobler
 br...@yoafrica.comwrote:
 
  Hi Everyone,
 
  I just tried my usb to serial adapter on FreeBSD 7.1 (GENERIC), now
  here's is my problem :
 
  dmesg:
 
 
   ugen1: vendor 0x4348 product 0x5523, class 255/0, rev 1.10/2.50, addr 2
  on uhub0
 
 
  /var/log/messages:
 
 
   Mar 25 19:26:29 valhalla root: Unknown USB device: vendor 0x4348 product
  0x5523 bus uhub0
   Mar 25 19:26:29 valhalla kernel: ugen1: vendor 0x4348 product 0x5523,
  class 255/0, rev 1.10/2.50, addr 2 on uhub0
 
 
  Now I'm pretty sure it's a Prolific 2303, as it works with the windows
  driver for the pl2303, I looked in the kernel config
  and there is a prolific 2303 module and it is being loaded. I can't tell
  you much about it as I found it lying around, its a
  little black box about the size of a match box with no writing on it at
  all.
 
  Please if anyone can help your assistance will be most appreciated.
 
  Regards,
 
  Bruce Grobler
  Network Engineer
  Yo!Africa
 
 
 
 I doubt it's the PL2303.  The 2303 has a device ID of 2303
 
 
 I've got a few of the 2303's -- and it showed up as a ucom device when I
 plugged it in.
 
 don't know what else to say -- it'd give you a ucom if it was truly a 2303.
 
 
 
 Good luck
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Atheros 5424/2424 problem with scan

2009-03-25 Thread Bruce Anthony Grobler
Hi

Just got my wireless card recognised (Atheros 5424/2424 ), 

dmesg:

 ath0: Atheros 5424/2424 mem 0xf600-0xf600 irq 19 at device 0.0 on 
 pci3
 ath0: [ITHREAD]
 ath0: WARNING: using obsoleted if_watchdog interface
 ath0: Ethernet address: 00:1f:e1:6a:98:4f
 ath0: mac 14.2 phy 7.0 radio 10.2
 

though when I do a ifconfig ath0 up scan it hangs, 

here are my configs/versions:


 uname -a
 FreeBSD valhalla.bollocks.co.zw 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Wed Mar 
 25 21:48:04 CAT 2009 
 sy...@valhalla.bollocks.co.zw:/usr/obj/usr/src/sys/VALHALLA-KERNEL  i386
 

from my kernel config:


 # Wireless NIC cards
 devicewlan# 802.11 support
 devicewlan_wep# 802.11 WEP support
 devicewlan_ccmp   # 802.11 CCMP support
 devicewlan_tkip   # 802.11 TKIP support
 devicewlan_amrr   # AMRR transmit rate control algorithm
 devicewlan_scan_ap# 802.11 AP mode scanning
 devicewlan_scan_sta   # 802.11 STA mode scanning
 #device   an  # Aironet 4500/4800 802.11 wireless 
 NICs.
 deviceath # Atheros pci/cardbus NIC's
 deviceath_hal # Atheros HAL (Hardware Access Layer)
 deviceath_rate_sample # SampleRate tx rate control for ath
 #device   awi # BayStack 660 and others
 #device   ral # Ralink Technology RT2500 wireless 
 NICs.
 #device   wi  # WaveLAN/Intersil/Symbol 802.11 
 wireless NICs.
 

kldstat:


   49 ath_hal
   50 ath_rate
   51 cardbus/if_ath
   52 pci/if_ath
 
   188 wlan_amrr
   189 wlan_ccmp
   190 wlan_tkip
   191 wlan_wep
   192 wlan
   193 wlan_scan_ap
   194 wlan_scan_sta


any ideas?

Regards,

Bruce Grobler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org