Re: have desktop on freebsd

2012-09-22 Thread Jamie Paul Griffin
[ saeedeh motlagh wrote on Sat 22.Sep'12 at  9:55:47 +0330 ]

> thanks Sean, no X doesn't work correctly for me.
> 
> thanks Brian, but this freebsd box is my develop system and i have to
> work with it and no other OS.
> 
> thanks Michael, i compiled X11 and Gnome from ports.
> 
> I'm thinking to install everything from the beginning if i can not fix
> it in two days.
> 
> thank you every body for your answers

You proven already that X is supported on your system when you used the Xorg 
-configure command. You got to the default screen that is shown whenusing that 
method of testing the X server. You have simply just not used the correct 
driver or you have not set up your X config file properly. 

Do you really need to have Gnome as well? It is a rather bloated destop and you 
can have a really good development environment without all of the Gnome 
components. It is, of course, your choice but, personally I'd go for an X 
environment that is less hassle.

I found a link for you on google, it might be of some use to you. This person 
has set up Gnome and provided some examples of configuring the system in a way 
that could help:

https://cooltrainer.org/2012/01/02/a-freebsd-9-desktop-how-to/
___
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"


Chesar

2012-09-22 Thread Andrea Venturoli

Hello.
I'm trying to deploy this:
http://chesar.echa.europa.eu/

I'm using tomcat7 (but tried tomcat6) and JDK 1.6 (that's the only 
allowed version).


When I start Tomcat, I get:

Sep 22, 2012 11:36:05 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of 
class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 
'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0':
 BeanPostProcessor before instantiation of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'org.springframework.transaction.config.internalTransactionAdvisor': 
Cannot resolve reference to bean 
'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
 while setting bean property 'transactionAttributeSource'; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 
'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0':
 Initialization of bean failed; nested exception is 
java.lang.IllegalArgumentException: warning no match for this type name: 
substance [Xlint:invalidAbsoluteTypeName]
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:452)
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at 
org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:722)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:410)
at 
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4790)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5284)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at 
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)


Any hint on this?
Of course they support Red Hat Linux, not FreeBSD, but I though Java and 
Tomcat were Java and Tomcat...


Thanks in advance.

 bye
av.
___
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"


new to subversion

2012-09-22 Thread Robert Huff

One quick question:

I've converted from csup to subversion for ports and docs.
Ports works fine, but for docs, I get messages like:

Skipped 'mn_MN.UTF-8' -- Node remains in conflict

Deleting the tree and pulling a fresh chackout has not helped.
Any suggestions?


Robert Huff

___
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"


svn commit: r240807 - in stable/9/contrib/bind9: . lib/dns lib/dns/include/dns

2012-09-22 Thread Jamie Paul Griffin
Hi

This morning at about 7 am, I noticed to commits to stable/9 that I wanted to 
pull in and so did and then rebuilt from source. 

Just now, I noticed this: svn commit: r240807 - in stable/9/contrib/bind9: . 
lib/dns lib/dns/include/dns

I really can't be bother to requildworld again, can I just go into 
/usr/src/contrib/bind9 and make, build, install that bit? It does affect me do 
I should really update to this commit, up to now i've only rebuilt the entire 
system from source rather than individual code commits.

Cheers, Jamie
___
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"


How to configure USB wifi stick?

2012-09-22 Thread Fbsd8

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.



___
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: Chesar

2012-09-22 Thread Michael Sierchio
On Sat, Sep 22, 2012 at 4:39 AM, Andrea Venturoli  wrote:
> Hello.
> I'm trying to deploy this:
> http://chesar.echa.europa.eu/
>
> I'm using tomcat7 (but tried tomcat6) and JDK 1.6 (that's the only allowed
> version).

It actually took some effort for me to get a working java/tomcat
framework.  Which version and architecture  of FreeBSD?

I'm using tomcat-6.0.35 and openjdk6-b24_4, if that helps.

- M
>
> When I start Tomcat, I get:
>>
>> Sep 22, 2012 11:36:05 AM org.apache.catalina.core.StandardContext
>> listenerStart
>> SEVERE: Exception sending context initialized event to listener instance
>> of class org.springframework.web.context.ContextLoaderListener
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name
>> 'org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0':
>> BeanPostProcessor before instantiation of bean failed; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating bean
>> with name
>> 'org.springframework.transaction.config.internalTransactionAdvisor': Cannot
>> resolve reference to bean
>> 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
>> while setting bean property 'transactionAttributeSource'; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name
>> 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0':
>> Initialization of bean failed; nested exception is
>> java.lang.IllegalArgumentException: warning no match for this type name:
>> substance [Xlint:invalidAbsoluteTypeName]
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:452)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>> at
>> org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:722)
>> at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:410)
>> at
>> org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
>> at
>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
>> at
>> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
>> at
>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4790)
>> at
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5284)
>> at
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>> at
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
>> at
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
>> at
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
>> at
>> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
>> at
>> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
>> at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>> at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>> at java.lang.Thread.run(Thread.java:619)
>
>
> Any hint on this?
> Of course they support Red Hat Linux, not FreeBSD, but I though Java and
> Tomcat were Java and Tomcat...
>
> Thanks in advance.
>
>  bye
> av.
> ___
> 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"


Re: Chesar

2012-09-22 Thread Andrea Venturoli

On 09/22/12 17:04, Michael Sierchio wrote:

On Sat, Sep 22, 2012 at 4:39 AM, Andrea Venturoli  wrote:

Hello.
I'm trying to deploy this:
http://chesar.echa.europa.eu/

I'm using tomcat7 (but tried tomcat6) and JDK 1.6 (that's the only allowed
version).


It actually took some effort for me to get a working java/tomcat
framework.


I did this on other occasions; in fact I have at least other 3 Tomcat 
setups working.





Which version and architecture  of FreeBSD?


8.3/amd64.




I'm using tomcat-6.0.35 and openjdk6-b24_4, if that helps.


I'll try openjdk either with tomcat6 or 7.

Still I'd like to get some insight on the error I get and what could 
cause it.




 bye & Thanks
av.
___
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: How to configure USB wifi stick?

2012-09-22 Thread lokada...@gmx.de

On 22.09.2012 16:26, Fbsd8 wrote:

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.



___
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"



Is your USB stick or Chip on hardware list?
http://www.freebsd.org/releases/8.2R/hardware.html#WLAN
rum and ural driver are for some wifi usb sticks.
___
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: How to configure USB wifi stick?

2012-09-22 Thread Fbsd8

lokada...@gmx.de wrote:

On 22.09.2012 16:26, Fbsd8 wrote:

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.




Is your USB stick or Chip on hardware list?
http://www.freebsd.org/releases/8.2R/hardware.html#WLAN
rum and ural driver are for some wifi usb sticks.



NO
___
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: new to subversion

2012-09-22 Thread jb
Robert Huff  rcn.com> writes:

> 
> 
>   One quick question:
> 
>   I've converted from csup to subversion for ports and docs.
> Ports works fine, but for docs, I get messages like:
> 
> Skipped 'mn_MN.UTF-8' -- Node remains in conflict
> 
>   Deleting the tree and pulling a fresh chackout has not helped.
>   Any suggestions?

Change to your top-most working copy dir (the one you obtained with checkout):
$ cd working-copy-dir
$ svn status
If you have done no local edits yet or do not care of loosing them (save it
otherwise), then do the following:
$ svn update --accept theirs-full
$ svn status

Did it help ?
jb


___
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: How to configure USB wifi stick?

2012-09-22 Thread lokada...@gmx.de

On 22.09.2012 19:14, Fbsd8 wrote:

lokada...@gmx.de wrote:

On 22.09.2012 16:26, Fbsd8 wrote:

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.




Is your USB stick or Chip on hardware list?
http://www.freebsd.org/releases/8.2R/hardware.html#WLAN
rum and ural driver are for some wifi usb sticks.



NO
___
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"



Have you load bwi driver?
it looks like Linksys AE2500 USB use BMC4323 chipset.
https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset
___
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: How to configure USB wifi stick?

2012-09-22 Thread Fbsd8

lokada...@gmx.de wrote:

On 22.09.2012 19:14, Fbsd8 wrote:

lokada...@gmx.de wrote:

On 22.09.2012 16:26, Fbsd8 wrote:

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.




Is your USB stick or Chip on hardware list?
http://www.freebsd.org/releases/8.2R/hardware.html#WLAN
rum and ural driver are for some wifi usb sticks.



NO


Have you load bwi driver?
it looks like Linksys AE2500 USB use BMC4323 chipset.
https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset


I am running 9.1-RC1 and have no boot loader.conf for any wifi modules.
Is there some usb.conf file where I can add statement for my USB linksys 
AE2500 wifi stick so the kernel modules will get auto loaded at first 
use time?

If not, what are the boot loader statements I need to add?
___
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: How to configure USB wifi stick?

2012-09-22 Thread lokada...@gmx.de

On 22.09.2012 20:59, Fbsd8 wrote:

lokada...@gmx.de wrote:

On 22.09.2012 19:14, Fbsd8 wrote:

lokada...@gmx.de wrote:

On 22.09.2012 16:26, Fbsd8 wrote:

Looking for howto on configuring a
Cisco Linksys AE2500 USB wifi stick.
When I plug it in all I get is the USB msg
"ugen3.2:  at usbus3".
FreeBSD handbook does not have section on usb wifi setup.




Is your USB stick or Chip on hardware list?
http://www.freebsd.org/releases/8.2R/hardware.html#WLAN
rum and ural driver are for some wifi usb sticks.



NO


Have you load bwi driver?
it looks like Linksys AE2500 USB use BMC4323 chipset.
https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset


I am running 9.1-RC1 and have no boot loader.conf for any wifi modules.
Is there some usb.conf file where I can add statement for my USB 
linksys AE2500 wifi stick so the kernel modules will get auto loaded 
at first use time?

If not, what are the boot loader statements I need to add?
___
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"



Create loader.conf self.
cd /boot/
edit loader.conf
/autoboot_delay/="3"
When you reboot your system and you see, that you only have 3 or 2 
seconds instead 10 your loader.conf will be load.

When i remeber right, put bwi_load="YES" in loader.conf

From command line you can make "kldload bwi" to load and test it 
without reboot.

___
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: How to configure USB wifi stick?

2012-09-22 Thread lokada...@gmx.de

On 22.09.2012 20:59, Fbsd8 wrote:

I am running 9.1-RC1 and have no boot loader.conf for any wifi modules.
Is there some usb.conf file where I can add statement for my USB 
linksys AE2500 wifi stick so the kernel modules will get auto loaded 
at first use time?

If not, what are the boot loader statements I need to add?
___
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"



To load bwi in loader.conf put

if_bwi_load="YES"
in it.

http://www.freebsd.org/cgi/man.cgi?query=bwi&sektion=4&manpath=FreeBSD+8.2-RELEASE


___
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: How to configure USB wifi stick?

2012-09-22 Thread Matthias Apitz
El día Saturday, September 22, 2012 a las 02:59:39PM -0400, Fbsd8 escribió:

> > Have you load bwi driver?
> > it looks like Linksys AE2500 USB use BMC4323 chipset.
> > https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset
> > 
> I am running 9.1-RC1 and have no boot loader.conf for any wifi modules.
> Is there some usb.conf file where I can add statement for my USB linksys 
> AE2500 wifi stick so the kernel modules will get auto loaded at first 
> use time?
> If not, what are the boot loader statements I need to add?

How about

$ man bwi
$ man loader.conf

HIH

matthias
-- 
Matthias Apitz   |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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: How to configure USB wifi stick?

2012-09-22 Thread Fbsd8

Matthias Apitz wrote:

El día Saturday, September 22, 2012 a las 02:59:39PM -0400, Fbsd8 escribió:


Have you load bwi driver?
it looks like Linksys AE2500 USB use BMC4323 chipset.
https://www.google.de/search?q=Cisco+Linksys+AE2500+chipset


I am running 9.1-RC1 and have no boot loader.conf for any wifi modules.
Is there some usb.conf file where I can add statement for my USB linksys 
AE2500 wifi stick so the kernel modules will get auto loaded at first 
use time?

If not, what are the boot loader statements I need to add?


How about

$ man bwi
$ man loader.conf

HIH

matthias



After reading the man bwi I see that driver is just for b/g not n.
I bought my AE2500 because it supports "n" mode which gives you 3 times 
faster connection wifi speed.

___
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"


wifi drivers support for "n" standard

2012-09-22 Thread Fbsd8

I have 3 usb wifi sticks.
One supports b/g standard only and it configures with no problems.
The other 2 support the "n" standard for faster connection speed between 
the usb stick and the network AP.

These 2 usb wifi sticks do not configure no mater what I do.
Thinking the Freebsd wifi drivers have not been updated for "n" standard 
yet. My Cisco Linksys AE2500 USB wifi stick does not work with the bwi 
driver. Has any body gotten this device to work?

___
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: wifi drivers support for "n" standard

2012-09-22 Thread Waitman Gobble
On Sat, Sep 22, 2012 at 4:13 PM, Fbsd8  wrote:

> I have 3 usb wifi sticks.
> One supports b/g standard only and it configures with no problems.
> The other 2 support the "n" standard for faster connection speed between
> the usb stick and the network AP.
> These 2 usb wifi sticks do not configure no mater what I do.
> Thinking the Freebsd wifi drivers have not been updated for "n" standard
> yet. My Cisco Linksys AE2500 USB wifi stick does not work with the bwi
> driver. Has any body gotten this device to work?
> __**_
> 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 "
>


Hi,

According to this page: http://wikidevi.com/wiki/Linksys_AE2500 the AE2500,
which was first released about one year ago, uses the BCM4323 chipset. I do
not see support for this chipset listed in
http://svnweb.freebsd.org/base/release/8.3.0/sys/dev/bwn/ or
http://svnweb.freebsd.org/base/release/8.3.0/sys/dev/usb/wlan/

If you want a USB dongle that works with FreeBSD I recommend finding one
with an RALINK chipset, these seem to be well supported (however I have not
tried it with version 8). AFAIK 'wireless n' is not supported w/ the RALINK
driver (usb is rum driver at
http://svnweb.freebsd.org/base/release/8.3.0/sys/dev/usb/wlan/if_rum.c?revision=234063&view=markup).
Older D-Link dongles use RALINK chipsets, but it seems that newer ones use
the BC chipsets and are not supported. You should be able to chose from a
selection of RALINK based devices on ebay for around $10 US.

If you want to connect to 'wireless n' I recommend finding a device with an
Atheros chipset (however I do not believe there is presently a driver for
Atheros based USB dongles, there is one in the OpenBSD source which could
be ported.) One thing to note, you may need to run FreeBSD 9 or
10.0-CURRENT to use the newer Atheros drivers.

Waitman Gobble
San Jose California USA
___
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"