How do I install a git package and rt2860 driver on pfSense 2.0/FreeBSD 8.1-R1?
-
You may also have to edit /etc/inc/globals.inc and add that card type to the wireless_regex variable.
-
Hello ..
I edit /etc/inc/globals.inc:
default value:
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|iwi|wlan|rum|zyd|mwl|bwi|ipw|iwn|malo|uath|upgt|urtw|wpi)/",and now:
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|iwi|wlan|rum|zyd|mwl|bwi|ipw|iwn|malo|uath|upgt|urtw|wpi|rt2860)/",Thats right?
Thanks for your help. -
That looks right. I'm just not sure if that driver name ending in a number will cause it problems. Whoever wrote that driver did a very poor job of naming its devices.
-
Ok.
I made the latest update, but all the manual changes were lost.
/etc/inc/globals.inc:
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|iwi|wlan|rum|zyd|mwl|bwi|ipw|iwn|malo|uath|upgt|urtw|wpi**|rt2860**)/",/boot/loader.conf
rt2860_load="YES"So I had to load the kernel manual again:
kldload -v /boot/modules/rt2860.koWill this be for every update? Also in the stable version? If that only in the beta, it's ok for me.
But after the update I have not fixed my real problem:
"Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding"
(https connection over the LAN!)Must I wait for the next update, to solve the problem? Because, that here I do not unterstand:
http://forum.pfsense.org/index.php/topic,26434.msg137878.htmlI waited three updates and the problem it's the same. I want to test my card correctly, but unfortunately I can't do without the web interface.
If you could help me I'd be very grateful.
Thanks. -
Yes, those files are reset on every update.
Try /boot/loader.conf.local - I think it's left alone on update, but globals.inc will be replaced on every update.
As for the rebind error, it should be fixed in the current snapshot. Several of us were working on most of its issues last night, and it worked fine in almost every scenario now. If it doesn't work for you, we'll need a lot more detail (in that other thread) about exactly how you are accessing the webgui (by IP, by name, advanced webgui settings, etc, etc)
-
Ok, I create this file because it does not exist.
/boot/loader.conf.localrebind error:
I wrote on the explain what I have done, than it turned out that a new update is available. At the time of the last post, this update was not available. This problem is now resolved. Many thanks!Now I can test the driver properly. Thanks.
-
Hello.
I got the following error:
php: /interfaces.php: pfSense is restoring the configuration /cf/conf/backup/config-1278547486.xmlwhen I used the following PSK:
.1hnan7Q1Cyf.nxLm88sFMoOG6g§F524YX+rDyqj2j1mj+,W0QPfx:ce(\7$hSqI don't know if this is for you of interest. ???
I chose now a other PSK.EDIT:
RTT value on the widget "Gateways":
-13588966995985152843827968944139782351961802267074805204526830071317356392587174481194185501097739377971412818666246158998451847267062673315825636077790379657220981402364191638545629194410851107359058421964321980395821770126880749014354801503240192.000ms
A little too long the number.And a other error:
It's just when I'm in the menu Wireless.
Wireless works, unfortunately, still not with this driver.
Status: no carrier
Do you have a tip for me? :'( -
The PSK error is likely because you have some characters in there that are breaking the XML validation (I'm guessing it's at least the §). I'm not even sure that's valid in a PSK on other devices.
The RTT on the widget is a known bug with apinger. Someone is working on that.
As for the other issues, I do suspect you're having problems because of the device name. All other network cards only end in a number that is their device number, and don't have a number as part of the actual device name. I believe some parts of the code rely on this fact, and it's not trivial to work around.
If there is a way to change the code to fix the device name, even to just "rt" so devices are "rt0" and so on, I bet it would start to work. (I don't see that rt is in use)
-
Just wondering if there's been any progress on this issue. I have the same pci card/chipset. Would love to get it working.
-
Any news? can someone post a binary file?