Re: Linksys WMP54G Version 4.1

2007-06-02 Thread Christopher Prance

that would be great , I would appreciate it! Just attach it and send
it to me at this address!

Thanks,
Christopher

On 6/2/07, Roland Smith [EMAIL PROTECTED] wrote:

On Fri, Jun 01, 2007 at 09:32:41PM +0200, Christopher Prance wrote:
  Hey appreciate the info and would love to get mine up and running, but
  the version of the if_ral_pci.c that I have is 1.2.x.x something.  I'm
  running 6.2 p4.  Which cvs tag did you use to get the 1.5 version of
  the ral driver...

It was a patch that I downloaded. I don't recall where exactly.

Since I've still got the patch I can send it to you if you like. It's
about 460k, so I won't post it on the list. :)

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)





--
No one needs a smile as much as a person who fails to give one.

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


Re: Linksys WMP54G Version 4.1

2007-06-01 Thread Christopher Prance

Hey appreciate the info and would love to get mine up and running, but
the version of the if_ral_pci.c that I have is 1.2.x.x something.  I'm
running 6.2 p4.  Which cvs tag did you use to get the 1.5 version of
the ral driver...

Thanks,
Christopher Prance

On 5/31/07, Roland Smith [EMAIL PROTECTED] wrote:

On Thu, May 31, 2007 at 09:42:33PM +0200, Christopher Prance wrote:
 Does anyone know if this card is supported in FreeBSD 7.0?  Or if there is a
 way to get it to work in 6.2.  I installed it with the ndisgen.  Everything
 sets up fine, but as soon as it tries to send a packet, the kernel panics.
 Any info would be greatly appreciated!

Looking at the zipfile for the windows driver, I see the following;

Archive:  WMP54G-EU_LA_DRUT.zip
  Length Date   TimeName
    
   51  12-12-06 02:19   WMP54G-EU_LA_DRUT/AUTORUN.INF
0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/
0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/
 7878  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/RT2500.CAT
17386  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/Rt2500.INF
   243328  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/rt2500.sys

Version 4.0 has a RealTek 2500 chipset which is supported by if_ral(4).

0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/
 7870  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/rt61.cat
17479  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/Rt61.INF
   356096  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/rt61.sys

Looking at rt61.sys with strings(1) reveals;
rt2561.bin
rt2561s.bin
rt2661.bin

Which indicates it uses a Ralink Technology RT2561 chip, which is also
supported by if_ral(4) in -STABLE. I applied the patch from -STABLE to
6.2-RELEASE, and it works for me. I've got version 1.5 of if_ral_pci.c

It is bloody annoying that you have to go plowing through the drivers to see
what chip is inside.

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)





--
No one needs a smile as much as a person who fails to give one.

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


Re: Linksys WMP54G Version 4.1

2007-06-01 Thread Roland Smith
On Fri, Jun 01, 2007 at 09:32:41PM +0200, Christopher Prance wrote:
  Hey appreciate the info and would love to get mine up and running, but
  the version of the if_ral_pci.c that I have is 1.2.x.x something.  I'm
  running 6.2 p4.  Which cvs tag did you use to get the 1.5 version of
  the ral driver...

It was a patch that I downloaded. I don't recall where exactly. 

Since I've still got the patch I can send it to you if you like. It's
about 460k, so I won't post it on the list. :)

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)


pgpZYkkJpizZR.pgp
Description: PGP signature


Linksys WMP54G Version 4.1

2007-05-31 Thread Christopher Prance
Does anyone know if this card is supported in FreeBSD 7.0?  Or if there is a
way to get it to work in 6.2.  I installed it with the ndisgen.  Everything
sets up fine, but as soon as it tries to send a packet, the kernel panics.
Any info would be greatly appreciated!

Thanks,

Christopher Prace

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


Re: Linksys WMP54G Version 4.1

2007-05-31 Thread Roland Smith
On Thu, May 31, 2007 at 09:42:33PM +0200, Christopher Prance wrote:
 Does anyone know if this card is supported in FreeBSD 7.0?  Or if there is a
 way to get it to work in 6.2.  I installed it with the ndisgen.  Everything
 sets up fine, but as soon as it tries to send a packet, the kernel panics.
 Any info would be greatly appreciated!

Looking at the zipfile for the windows driver, I see the following;

Archive:  WMP54G-EU_LA_DRUT.zip
  Length Date   TimeName
    
   51  12-12-06 02:19   WMP54G-EU_LA_DRUT/AUTORUN.INF
0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/
0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/
 7878  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/RT2500.CAT
17386  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/Rt2500.INF
   243328  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.0/rt2500.sys

Version 4.0 has a RealTek 2500 chipset which is supported by if_ral(4).

0  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/
 7870  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/rt61.cat
17479  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/Rt61.INF
   356096  12-12-06 02:19   WMP54G-EU_LA_DRUT/Drivers/WMP54Gv4.1/rt61.sys

Looking at rt61.sys with strings(1) reveals;
rt2561.bin
rt2561s.bin
rt2661.bin

Which indicates it uses a Ralink Technology RT2561 chip, which is also
supported by if_ral(4) in -STABLE. I applied the patch from -STABLE to
6.2-RELEASE, and it works for me. I've got version 1.5 of if_ral_pci.c

It is bloody annoying that you have to go plowing through the drivers to see
what chip is inside.

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)


pgpvouUAcIbwk.pgp
Description: PGP signature