RE: ural driver , Belkin F5D7050 USB not working...

2006-04-25 Thread Harrison Peter CSA BIRKENHEAD
>Message: 7
>Date: Wed, 19 Apr 2006 10:45:52 -0700 (PDT)
>From: Rakesh Prajapati <[EMAIL PROTECTED]>
>Subject: ural driver , Belkin F5D7050  USB not working..
>To: freebsd-questions@freebsd.org
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=iso-8859-1
>
>FreeBSD Version : 6.0 - RELEASE
>Laptop: AMD 64 laptop
>Wireless Adapter: Belkin F5D7050 Wireless G USB Network Adapter, 802.11g
>
>I am trying to make the Belkin Adapter work on my Laptop but without any 
>success.
>
>As per the Handbook and other sources this adapter should work with ural 
>driver and this device
>should show as ural0 in my dmesg output but it does not instead it shows as 
>
>ugen0: Belkin USB2.0 WLAN, rev 2.00/48.10, addr 2
>
>
>I have recompiled the kernel with the following 
>
>   device ehci
>   device uhci
>   device ohci
>   device usb
>   device ural
>   device wlan
>
>In fact the GENERIC kernel config had all these uncommented so I did not have 
>to change it at all but I >compiled it anyway by copying GENERIC to WIRELESS 
>and then buildkernel and installkernel.
>
>As per the Handbook I expect to see
>
># ifconfig -a
>wi0: flags=8843 mtu 1500
>inet6 fe80::202:2dff:fe2d:c938%wi0 prefixlen 64 scopeid 0x7
>inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
>ether 00:09:2d:2d:c9:50
>media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps)
>status: no carrier
>ssid ""
>stationname "FreeBSD Wireless node"
>channel 10 authmode OPEN powersavemode OFF powersavesleep 100
>wepmode OFF weptxkey 1
>
>but my ifconfig -a lists
>
>vr0: flags=8843 mtu 1500
>inet6 fe80::203:25ff:fe10:8327%vr0 prefixlen 64 scopeid 0x1 
>inet 192.168.0.4 netmask 0xff00 broadcast 192.168.0.255
>ether 00:03:25:10:83:27
>media: Ethernet autoselect (100baseTX )
>status: active
>fwe0: flags=108802 mtu 1500
>options=8
>ether 02:03:25:00:43:96
>ch 1 dma -1
>lo0: flags=8049 mtu 16384
>inet6 ::1 prefixlen 128 
>inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
>inet 127.0.0.1 netmask 0xff00 
>
>
>What am I missing? Please suggest another USB wireless g adapter if that will 
>work. Model # of the adapter will be appreciated.
>
>My laptop has a builtin wireless (BROADCOM) but I guess it wont work with 
>FreeBSD.
>
>My dmesg output can be found here if required.
>
>http://rprajapa.freeshell.org/
>
>You input is highly appreciated.
>
>Thanks,
>Rakesh
>
>
>
>(__)
>(++)-i\  
> ~~| BSD | * 
>  |_|~|_|
>
>If you understand what you're doing, you're not learning anything.
>-A. L.
>   
>-
>Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
>countries) for 2ยข/min or less.
>
>
>--

Beware that some manufacturers change the chipset in a particular product 
without changing the name or major version number - I've been bitten with this 
before by a D-Link wireless PCI adaptor (that I eventually got working using 
NDIS, but that's another story).

From memory, the ural manpage specifies only revision 2 of that particular 
wireless adaptor as using the RT2500 chipset and therefore supported. When I 
was looking for a wireless USB adaptor I looked at this one and could only find 
revision 4 around - check the documentation that came with it, or ask Belkin 
what the chipset is.

You may be able to get ndis working - see the manpage for ndisgen. 
Alternatively I'm using an Asus WL-167G (bought on ebay) which is supported by 
ural and works perfectly.

Hope that helps.


Peter Harrison.



**
This document is strictly confidential and is intended only for use by the 
addressee. 
If you are not the intended recipient, any disclosure, copying, distribution or 
other 
action taken in reliance of the information contained in this e-mail is 
strictly prohibited.
Any views expressed by the sender of this message are not necessarily those of 
the Department 
for Work and Pensions.
If you have received this transmission in error, please use the reply function 
to tell us 
and then permanently delete what you have received.
Please note: Incoming and outgoing e-mail messages are routinely monitored for 
compliance 
with our policy on the use of electronic communications.
**


The original of this email was scanned for viruses by the Government Secure 
Intranet (GSi) virus scanning service supplied exclusively by Cable & Wireless 
in partnership with MessageLabs.

On leaving the GSi this email was certified virus-free.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ural driver , Belkin F5D7050 USB not working..

2006-04-20 Thread Jacula Modyun
On Wed, Apr 19, 2006 at 10:45:52AM -0700, Rakesh Prajapati <[EMAIL PROTECTED]> 
wrote:

> FreeBSD Version : 6.0 - RELEASE
> Laptop: AMD 64 laptop
> Wireless Adapter: Belkin F5D7050 Wireless G USB Network Adapter, 802.11g
> 
> I am trying to make the Belkin Adapter work on my Laptop but without any 
> success.

I've the same proble here. My adapter version is based on a rt73
chipset, that "ural" doesn't support.

> My dmesg output can be found here if required.

My laptop is a Aspire 1513 (amd64), and the builtin wireless
work with "ndis".

-- 
WARNING TO ALL PERSONNEL:

Firings will continue until morale improves.


pgptydR6MVKfd.pgp
Description: PGP signature


Re: ural driver , Belkin F5D7050 USB not working..

2006-04-20 Thread Jacula Modyun
On Wed, Apr 19, 2006 at 10:45:52AM -0700, Rakesh Prajapati <[EMAIL PROTECTED]> 
wrote:

> FreeBSD Version : 6.0 - RELEASE
> Laptop: AMD 64 laptop
> Wireless Adapter: Belkin F5D7050 Wireless G USB Network Adapter, 802.11g
> 
> I am trying to make the Belkin Adapter work on my Laptop but without any 
> success.

I've the same proble here. My adapter version is based on a rt73 chipset, that
"ural" doesn't support.

> My laptop has a builtin wireless (BROADCOM) but I guess it wont work with 
> FreeBSD.

My laptop is a Aspire 1513 (amd64), and the builtin wireless work with
"ndis".

-- 
We should have a Vollyballocracy.  We elect a six-pack of presidents.
Each one serves until they screw up, at which point they rotate.
-- Dennis Miller


pgpcl8uxPfpEU.pgp
Description: PGP signature