USB Wifi card to use as AP, which hardware?
-
Is there anything reported on the console before the reboot? A panic report?
-
yes, this one
(attached as image)
-
This is a kernel problem generally caused by some code attempting to derefrence the NULL pointer. These are often quite difficult to debug without a crash dump. Sometimes they are difficult to debug with a crash dump. In this case its probably up to the FreeBSD developers to fix the problem and you would be doing the community a service by lodging a FreeBSD problem report at http://www.freebsd.org/support.html
I'm not able to recommend any quick solution except use an Atheros based wireless PCI card. There are quite a few brands using the Atherose PCI wireless LAN chipset. I can recommend the TP-LINK TL-WN651G because its given me trouble free service for the past 18 months.
-
I found that working with same USB dongles but in a computer with intel chipset nothing fails, but on another computers with via chipset, it fails…. it appears that via usb chipset or drivers have problems....
do anyone knows about this?
-
This could be a difficult problem to debug.
My pfSense box has a VIA chipset (CLE-266). My WAN interface is a USB 1 (12Mbps) ethernet. I've not had this sort of problem.
-
umm, maybe the CPU? the box I use is mini-itx via with via cpu also….
i will test on a via motherboard with AMD cpu....
-
This could be a difficult problem to debug.
My pfSense box has a VIA chipset (CLE-266). My WAN interface is a USB 1 (12Mbps) ethernet. I've not had this sort of problem.
Hi, Could you please let me know if there is any config I should do to get a USB ethernet working as a NIC.
I have a USB wifi dongle (Atheros chipset), and it is just doesn'r pop in the web interface menu
-
Hi, Could you please let me know if there is any config I should do to get a USB ethernet working as a NIC.
I have a USB wifi dongle (Atheros chipset), and it is just doesn'r pop in the web interface menu
As far as I can tell there is no FreeBSD support (and hence no pfSense support) for Atheros USB devices. There is FreeBSD support for some Atheros PCI devices. There seems to be general agreement that the Atheros PCI devices work well. (That has been my experience.)
-
How about zyd drivers
[i386,amd64] The following devices are known to be supported by the zyd(4) driver:
Belkin F5D7050 v.4000
I have got this one as well
http://www.freebsd.org/cgi/man.cgi?query=zyd&sektion=4&manpath=FreeBSD+7.0-RELEASE
Cheers RW
-
How about zyd drivers
But you want to use it as an access point!
The FreeBSD man pages (accessible from http://www.freebsd.org/cgi/man.cgi) don't list Access Point mode as one of the available modes.
Sorry I didn't treply to your earlier question about USB NICs. My pfSense box has a Jetway mini-ITX motherboard with a onboard VIA NIC[LAN], a daughterboard with a Realtek NIC [OPT1], a USB NIC [WAN] and an Atheros PCI card [WLAN bridged to LAN].
The USB NIC is recognised by the udav driver with no tweaking on my part. The USB NIC is a USB 1 (12Mbps) part but that is unlikely to be a limiting factor in my configuration because my ADSL modem rarely reports speeds greater than 6Mpbs download and 1Mbps upload.
-
This is a kernel problem generally caused by some code attempting to derefrence the NULL pointer. These are often quite difficult to debug without a crash dump. Sometimes they are difficult to debug with a crash dump. In this case its probably up to the FreeBSD developers to fix the problem and you would be doing the community a service by lodging a FreeBSD problem report at http://www.freebsd.org/support.html
I believe the problem is the same as http://www.freebsd.org/cgi/query-pr.cgi?pr=119945. It has been fixed long time ago in OpenBSD-current (see the URL), but I suppose the patch didn't make it into FreeBSD. Is there a hope to include it in pfSense, because FreeBSD developers don't seem too worried about this particular problem?