Re: Wireless USB adapter

2009-12-26 Thread Paul B Mahol
On 12/26/09, Roland Smith rsm...@xs4all.nl wrote:
 On Fri, Dec 25, 2009 at 05:24:32PM +0100, Paul B Mahol wrote:
 On 12/25/09, Carmel carmel...@hotmail.com wrote:
  On Fri, 25 Dec 2009 15:29:20 +0100
  Paul B Mahol one...@gmail.com replied:
 
 Argh, sorry but 7.2 doesnt have NDIS usb support. You need FreeBSD 8.0
 
  I have been reading up on this. So I assume that it is not possible to
  get this adapter working under FreeBSD-7.2 then. Is there a native
  driver for this adapter under 8.0 or will I need to build the driver
  from the Windows driver?

 On 8.0 you can use NDISulator or run(4) driver, for the last solution
 search forums.freebsd.org

 There exists a run(4) in OpenBSD that suppports the RT2870 in the
 WUSB600N. But not in FreeBSD yet, not in 8-STABLE
 http://svn.freebsd.org/viewvc/base/stable/8/sys/dev/usb/wlan/
 and not even in HEAD;
 http://svn.freebsd.org/viewvc/base/head/sys/dev/usb/wlan/

I did not said that run(4) is available in STABLE or HEAD. I said that code for
HEAD and STABLE is available on the net.

-- 
Paul B Mahol
___
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: Wireless USB adapter

2009-12-25 Thread Paul B Mahol
On 12/24/09, Carmel carmel...@hotmail.com wrote:
 FreeBSD-7.2

 I have a Linksys Wireless-N USB Network Adapter, model: WUSB600N that I
 am trying to get installed.

 When I insert the USB adapter this message appears in /var/messages:

 Dec 24 14:30:22 scorpio kernel: ugen0: Cisco-Linksys LLC Dual-Band
 Wireless-N USB Network Adapter, class 0/0, rev 2.00/1.01, addr 2 on uhub1

 Dec 24 14:30:22 scorpio root: Unknown USB device: vendor 0x1737 product
 0x0071 bus uhub1

 I used 'ndisgen' to create the driver and then loaded it via 'kldload'.

After kldload is there something displayed on console?

 That is as far as I can get. I cannot bring the interface up. I have
 read the 'wireless' setup guide on FreeBSD; however, I am not getting
 very far with it.

 If someone else here has used that device, I would appreciate seeing
 their configuration.

 --

 Carmel
 carmel...@hotmail.com

 |===
 |===
 |===
 |===
 |

 A man with convictions is a hard man to change. Tell him you disagree
 and he turns away. Show him facts or figures and he questions your
 sources. Appeal to logic and he fails to see your point.

   Leon Festinger

 ___
 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



-- 
Paul B Mahol
___
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: Wireless USB adapter

2009-12-25 Thread Paul B Mahol
On 12/25/09, Paul B Mahol one...@gmail.com wrote:
 On 12/24/09, Carmel carmel...@hotmail.com wrote:
 FreeBSD-7.2

Argh, sorry but 7.2 doesnt have NDIS usb support. You need FreeBSD 8.0
___
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: Wireless USB adapter

2009-12-25 Thread Carmel
On Fri, 25 Dec 2009 15:29:20 +0100
Paul B Mahol one...@gmail.com replied:

Argh, sorry but 7.2 doesnt have NDIS usb support. You need FreeBSD 8.0

I have been reading up on this. So I assume that it is not possible to
get this adapter working under FreeBSD-7.2 then. Is there a native
driver for this adapter under 8.0 or will I need to build the driver
from the Windows driver?

-- 
Jerry
ges...@yahoo.com

|===
|===
|===
|===
|

You are as I am with You.

___
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: Wireless USB adapter

2009-12-25 Thread Paul B Mahol
On 12/25/09, Carmel carmel...@hotmail.com wrote:
 On Fri, 25 Dec 2009 15:29:20 +0100
 Paul B Mahol one...@gmail.com replied:

Argh, sorry but 7.2 doesnt have NDIS usb support. You need FreeBSD 8.0

 I have been reading up on this. So I assume that it is not possible to
 get this adapter working under FreeBSD-7.2 then. Is there a native
 driver for this adapter under 8.0 or will I need to build the driver
 from the Windows driver?

On 8.0 you can use NDISulator or run(4) driver, for the last solution
search forums.freebsd.org

-- 
Paul B Mahol
___
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: Wireless USB adapter

2009-12-25 Thread Roland Smith
On Fri, Dec 25, 2009 at 05:24:32PM +0100, Paul B Mahol wrote:
 On 12/25/09, Carmel carmel...@hotmail.com wrote:
  On Fri, 25 Dec 2009 15:29:20 +0100
  Paul B Mahol one...@gmail.com replied:
 
 Argh, sorry but 7.2 doesnt have NDIS usb support. You need FreeBSD 8.0
 
  I have been reading up on this. So I assume that it is not possible to
  get this adapter working under FreeBSD-7.2 then. Is there a native
  driver for this adapter under 8.0 or will I need to build the driver
  from the Windows driver?
 
 On 8.0 you can use NDISulator or run(4) driver, for the last solution
 search forums.freebsd.org

There exists a run(4) in OpenBSD that suppports the RT2870 in the
WUSB600N. But not in FreeBSD yet, not in 8-STABLE
http://svn.freebsd.org/viewvc/base/stable/8/sys/dev/usb/wlan/
and not even in HEAD; 
http://svn.freebsd.org/viewvc/base/head/sys/dev/usb/wlan/

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpsSoBXh8mDe.pgp
Description: PGP signature


Wireless USB adapter

2009-12-24 Thread Carmel
FreeBSD-7.2

I have a Linksys Wireless-N USB Network Adapter, model: WUSB600N that I
am trying to get installed.

When I insert the USB adapter this message appears in /var/messages:

Dec 24 14:30:22 scorpio kernel: ugen0: Cisco-Linksys LLC Dual-Band Wireless-N 
USB Network Adapter, class 0/0, rev 2.00/1.01, addr 2 on uhub1

Dec 24 14:30:22 scorpio root: Unknown USB device: vendor 0x1737 product 0x0071 
bus uhub1

I used 'ndisgen' to create the driver and then loaded it via 'kldload'.
That is as far as I can get. I cannot bring the interface up. I have
read the 'wireless' setup guide on FreeBSD; however, I am not getting
very far with it.

If someone else here has used that device, I would appreciate seeing
their configuration.

-- 

Carmel
carmel...@hotmail.com

|===
|===
|===
|===
|

A man with convictions is a hard man to change. Tell him you disagree
and he turns away. Show him facts or figures and he questions your
sources. Appeal to logic and he fails to see your point.

Leon Festinger

___
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


using NetGear wireless usb adapter

2006-11-18 Thread nathan_p_maier
Hi,
 I have a NetGear WG111 usb wireless network adapter.  Is there any way to 
use this?  I get the ugen0: with the name of the adapter.  How much further can 
I get?  What's the next step?
Thankyou,
Nathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about Wireless USB Adapter

2004-09-03 Thread Daan Vreeken [PA4DAN]
On Friday 03 September 2004 00:21, Vince Hoffman wrote:
 On Thu, 2 Sep 2004, Daan Vreeken [PA4DAN] wrote:
  On Thursday 02 September 2004 05:53, Will Lieu wrote:
   Hello,
  
 I was just wondering if FreeBSD is going/does it support the
   following Wireless USB Adapter: Netgear MA111.  If not do you know
   where I can get the drivers for this?  I've searched around around and
   seemed to come up empty. Your reply would be greatly appreciated.
 
  As far as I could find, your device is based on the Prism-2 chipset.
  Linux claims to support the device with the wlan-ng driver, but as far as
  I know, FreeBSD doesn't have support for it (at this moment).

 from man wi

 The wi driver provides support for wireless network adapters based around
  the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil
  Prism-3, and Symbol Spectrum24 chipsets.  All five chipsets provide a
  similar interface to the driver.

 however i have no idea if this includes USB adapters,
Nope.
At this moment it doesn't.

 the only usb
 wireless driver i came across (or ever looked for for that matter) for
 Freebsd was for Atmel based USB WLAN adapters
 http://vitsch.net/bsd/atuwi/
 it seemed to work quite well when i tried it.
I wrote it :)

I have a Prism-II USB WLAN adapter here at home, I just haven't had the time 
(yet) to look at it. Before I look at it I first want the atuwi driver to be 
in a more finished state..
At this moment I think the atuwi driver is the only USB WLAN driver for 
FreeBSD. All adapters based on other chipset are unsupported at this moment.

grtz,
Daan

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


Re: Question about Wireless USB Adapter

2004-09-03 Thread Vince Hoffman


On Fri, 3 Sep 2004, Daan Vreeken [PA4DAN] wrote:

 On Friday 03 September 2004 00:21, Vince Hoffman wrote:
  On Thu, 2 Sep 2004, Daan Vreeken [PA4DAN] wrote:
   On Thursday 02 September 2004 05:53, Will Lieu wrote:
Hello,
   
  I was just wondering if FreeBSD is going/does it support the
following Wireless USB Adapter: Netgear MA111.  If not do you know
where I can get the drivers for this?  I've searched around around and
seemed to come up empty. Your reply would be greatly appreciated.
  
   As far as I could find, your device is based on the Prism-2 chipset.
   Linux claims to support the device with the wlan-ng driver, but as far as
   I know, FreeBSD doesn't have support for it (at this moment).
 
  from man wi
 
  The wi driver provides support for wireless network adapters based around
   the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil
   Prism-3, and Symbol Spectrum24 chipsets.  All five chipsets provide a
   similar interface to the driver.
 
  however i have no idea if this includes USB adapters,
 Nope.
 At this moment it doesn't.

  the only usb
  wireless driver i came across (or ever looked for for that matter) for
  Freebsd was for Atmel based USB WLAN adapters
  http://vitsch.net/bsd/atuwi/
  it seemed to work quite well when i tried it.
 I wrote it :)

Doh so you did ;) I realy must pay more attention when i reply.


 I have a Prism-II USB WLAN adapter here at home, I just haven't had the time
 (yet) to look at it. Before I look at it I first want the atuwi driver to be
 in a more finished state..
 At this moment I think the atuwi driver is the only USB WLAN driver for
 FreeBSD. All adapters based on other chipset are unsupported at this moment.

 grtz,
 Daan

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

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


Re: Question about Wireless USB Adapter

2004-09-02 Thread Daan Vreeken [PA4DAN]
On Thursday 02 September 2004 05:53, Will Lieu wrote:
 Hello,

   I was just wondering if FreeBSD is going/does it support the following
 Wireless USB Adapter: Netgear MA111.  If not do you know where I can get
 the drivers for this?  I've searched around around and seemed to come up
 empty. Your reply would be greatly appreciated.
As far as I could find, your device is based on the Prism-2 chipset.
Linux claims to support the device with the wlan-ng driver, but as far as I 
know, FreeBSD doesn't have support for it (at this moment).

grtz,
Daan

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


Re: Question about Wireless USB Adapter

2004-09-02 Thread Peter Risdon
Will Lieu wrote:
Hello,
 I was just wondering if FreeBSD is going/does it support the following 
Wireless USB Adapter: Netgear MA111.  If not do you know where I can get 
the drivers for this?  I've searched around around and seemed to come up 
empty.  Your reply would be greatly appreciated.
I believe the answer is no it doesn't and most likely won't. As I 
understand it, the problem is not just the chipset of the device but 
also the fact that it is usb.

Peter

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


Question about Wireless USB Adapter

2004-09-01 Thread Will Lieu
Hello,
 I was just wondering if FreeBSD is going/does it support the following 
Wireless USB Adapter: Netgear MA111.  If not do you know where I can get the 
drivers for this?  I've searched around around and seemed to come up empty.  
Your reply would be greatly appreciated.

Sincerely,
William Lieu
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Wireless USB Adapter

2004-02-25 Thread gareth bailey
I have an X-Micro wireless USB Adapter that prints ugen0: vendor 0x0ace USB
WLAN, rev 1.10/1.01, addr 2 when i plug it in.

Is there any way i can get this device to work under FreeBSD?

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


Wireless USB Adapter

2004-02-18 Thread Gareth Bailey
Does anyone know how to configure FreeBSD to use a wireless USB WLAN adapter. The 
adapter is a X-Micro WLAN USB adapter.

When i plug it into FreeBSD i get a ugen0 device loaded message. I understand this 
means that the OS doesn't specifically recognise it as a WIFI adapter, treating it as 
a generic USB device. I'm not sure what chipset it is based on. I checked on the 
vendor's site with no joy. I tried configuring the kernel to include wireless network 
support and the wi driver. But still no joy. 

How would i begin to set up this piece of hardware for FreeBSD? I'm running 5.1 
Release.

Any advice would be appreciated.

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


anyone know if Netgear Wireless USB adapter works with 5.0/5.1?

2003-11-14 Thread srenna
Anyone had any luck using the Netgear USB wireless 802.11b
adapter.  The one i'm looking at is the MA111.

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